/*!  
##########################################
### 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}

/*  
##########################################  
### Open Sans
########################################## 
*/


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../includes/fonts/open-sans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../includes/fonts/open-sans/open-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*  
##########################################  
### HTML - Fixes / Changes
########################################## 
*/
html {
  webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

body {
  counter-reset: section;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

main {
  display: block
}

/*  
##########################################  
### Grid Layout Defaults
########################################## 
*/

.row {
  margin: 0 auto;
  max-width: 87rem;
  width: 100%;
  padding-left: 0.78125rem;
  padding-right: 0.78125rem;
}

.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.21875rem;
  margin-right: -0.21875rem;
  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: 120rem;
}

.row--wide-alt {
  max-width: 96rem;
}

.clearfix:after,
.clearfix:before {
	content: ' ';
	display: table;
	clear: both;
}

.column,
.columns {
  padding-left: 0.21875rem;
  padding-right: 0.21875rem;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.inline-column,
.inline-columns {
  padding-left: 0.21875rem;
  padding-right: 0.21875rem;
  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: 'Montserrat', sans-serif ;
  z-index: 9001;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  position: relative;
}

b, strong {
  font-weight: 700;
}

.body--white {
  background-color: #FFF;
}

.mbnav-active,
.lb-active {
  overflow:hidden;
	width: 100%;
}


@media (max-width:919px) {

  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;
}

.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;
}

/* 
##########################################
### 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: 'Montserrat', sans-serif, Helvetica, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}

a {
  color: #02B5F2;
  line-height: inherit;
  text-decoration: none; 
}

a:hover, 
a:focus {
  color: #02B5F2; 
}

a img {
  border: none; 
}

p {
  font-family: 'Montserrat', sans-serif, Helvetica, Arial;
  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: #02B5F2;
  border-radius: 1000px;
  border: 1px solid #02B5F2;
  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: 11px 20px 11px 20px;
  line-height: 0; 
  font-size: 0;
  font-family: "Montserrat";
  min-height: 35px;
}

.btn.btn__primary:focus,
.btn.btn__primary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.6);
}

.btn.btn__primary > .btn__primary__text {
  color: #fff;
  display:inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 1.2;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  vertical-align: middle;
}

.btn.btn__primary.btn__primary--medium > .btn__primary__text {
  font-size: 0.8125rem;
}

.btn.btn__primary > .btn__primary__icon {
  display: inline-block;
  vertical-align: middle;
  text-align:left;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.btn.btn__primary > .btn__primary__icon svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.btn.btn__primary.btn__primary--wtrans {
  background-color: transparent;
  border: 1px solid #FFF;
}

.btn.btn__primary.btn__primary--wtrans:hover, .btn.btn__primary.btn__primary--wtrans:focus { background: #FFF; border-color: #fff; }
.btn.btn__primary.btn__primary--wtrans:hover svg, .btn.btn__primary.btn__primary--wtrans:focus svg { fill: #02B5F2;}
.btn.btn__primary.btn__primary--wtrans:hover > .btn__primary__text, .btn.btn__primary.btn__primary--wtrans:focus > .btn__primary__text {color: #02B5F2;}


.btn.btn__primary.btn__primary--btrans {
  background-color: transparent;
  border: 1px solid #02B5F2;
}

.btn.btn__primary.btn__primary--btrans > .btn__primary__text {
  color: #02B5F2 ;
}

.btn.btn__primary.btn__primary--btrans:hover, .btn.btn__primary.btn__primary--btrans:focus { background: #02B5F2; border-color: #02B5F2; }
.btn.btn__primary.btn__primary--btrans:hover svg, .btn.btn__primary.btn__primary--btrans:focus svg { fill: #FFF;}
.btn.btn__primary.btn__primary--btrans:hover > .btn__primary__text, .btn.btn__primary.btn__primary--btrans:focus > .btn__primary__text {color: #fff;}



.btn.btn__primary.btn__primary--red {
  background-color: red;
  border: 1px solid red;
}

.btn.btn__primary.btn__primary--green {
  background-color: green;
  border: 1px solid green;
}


.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--full-width {
  width: 100% !important;
}

.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.625rem;
  font-weight: 400;
  line-height: 1.2;
  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: #B60C20; border-color: #B60C20; }
.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;}


@media screen and (min-width:768px) {

  .btn.btn__primary {
    display: inline-block;
    width: auto;
    text-align:center;
    padding: 16px 33px 16px 33px;
  }
  
  .btn.btn__primary.btn__primary--small {
    padding: 12px 20px 12px 20px;
  }
  .btn.btn__primary > .btn__primary__text {
    font-size: 1.125rem;
    text-align:center;
  }

  .btn.btn__primary.btn__primary--small > .btn__primary__text {
    font-size: 0.875rem;
    text-align:center;
  }

  .btn.btn__primary.btn__primary--medium > .btn__primary__text {
    font-size: 0.8125rem;
  }

  .btn.btn__primary.btn__primary--medium > .btn__primary__icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
  
  .btn.btn__primary.btn__primary--medium > .btn__primary__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    fill: #fff;
    width: 18px;
    height: 18px;
  }
  
  .btn.btn__primary > .btn__primary__icon {
    width: 17px;
    height: 17px;
    margin-right: 15px;
    position: relative;
    top: -2px;
  }
  
  .btn.btn__primary > .btn__primary__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    fill: #fff;
    width: 17px;
    height: 17px;
  }
    
  .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;
  }

}

@media screen and (min-width:900px) {
  .btn.btn__primary.btn__primary--medium > .btn__primary__text {
    font-size: 1.125rem;
  }
}

/* 
##########################################
### ASP: Messages
########################################## 
*/

.msg {
	clear: both;
	display: block;	
	margin: 0 0 20px 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: 700;
  line-height: 1.4;
  padding: 10px 0 !important;
  text-align: left;
}


@media  (min-width:800px){
	.msg__message {
    font-size: 0.875rem;
    font-weight: 700;
	}

	.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: 52px;
  position: relative;
  width: 100%;
}


@media  (min-width:768px){
  #wrapper {
    padding-bottom: 376px;
  }
}

@media  (min-width: 900px) {
  
  #wrapper {
    padding-top: 0;
  }

}

@media  (min-width: 1125px) {
  
  #wrapper {
    padding-bottom: 466px;
  }

}




/*
##########################################
### Header Basket
########################################## 
*/

@media screen and (min-width: 900px) {
  .header__basket-container {
    background-color: #03204A;
    height: 0;
  }


  .header__basket {
    background-color: #002C6A;
    float: right;
    position: relative;
    padding: 12px 10px;
    z-index: 1000;
    width: 236px;
    height: 45px;
    text-align: center;
  }


  .header__basket:before {
    content: ' ';
    background: #002C6A;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 25px;
    transform: skew(-20deg);
    z-index: -1;
    color: #FFF !important;
  }

  .header__basket:hover svg,
  .header__basket:focus  svg{
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header__basket svg {
    fill: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }

  .header__basket span {
    color: #FFF !important;
    font-weight: 400;
    font-size: 0.7875rem;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width:899px) {
  .header__basket-container {
    background-color: #03204A;
  }

  .header__basket {
    background-color: #002C6A;
    position: relative;
    padding: 10px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    display: block;
    color: #FFF;
  }
    
  .header__basket:hover svg,
  .header__basket:focus  svg{
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }


  .header__basket svg {
    fill: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }

  .header__basket span {
    font-weight: 400;
    font-size: 0.6875rem;
    display: inline-block;
    vertical-align: middle;
  }

  .header__basket span strong {
    display: none;
  }
}

/*
##########################################
### Header
########################################## 
*/

.header-top {
  position: relative;
  text-align: right;
  background-color: #03204A;
}

.header-top__bar {
  height: 100%;
  position: relative;
  text-align: right;
}

.menu-button {
  display: none;
}

.header-push {
  margin-top: 40px;
}

@media screen and (max-width:899px) {

  .header {
    border-bottom: 1px solid #FFF;
    padding: 0 0;
    height: 52px;
    position: fixed;
    right: 0;
    top: 0;
    left:0;
    background-color: #03204A;
    z-index: 10001;
  }

  .header-top {
    height: 100%;
  }

  .header-top__bar > .row,
  .header-top__bar > .row > .columns {
    padding:0;
  }

  .header__logo-container {
    top: 10px;
    display:block;
    width: 81px;
    height: 81px;
    left: 25px;
    margin:0 auto 0 auto;
    position: absolute;
    z-index: 10001;
  }
  
  .header__logo {
    display:block;
    width: 81px;
    height: 81px;
    position: relative;
  }
  
  .header__logo a {
    display:block;
    height: 81px;
    margin:0;
    padding: 0 0;
    position: relative;
    width: 81px;
  }
  
  .header__logo a img {
    display: block;
    width: 81px;
    height: 81px;
    margin: 0;
  }

  .header-top__action {
    display: none;
  }

  .header-top__bar__mb {
    display: block;
    height: 51px;
  }

  .header-top__bar__menu-button {
    background: #002C6A;
    display: inline-block;
    position: relative;
    height: 100%;
    z-index: 100;
    vertical-align: top;
    width: 100px;
    text-align: center;
    padding: 15px 0;
  }

  .header-top__bar__menu-button:before {
    content: ' ';
    background: #002C6A;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 25px;
    transform: skew(-20deg);
    z-index: -1;
  }

  .header-top__bar__menu-button span {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .header-top__bar__menu-button svg {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header-top__bar__menu-button.active svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
  }


  .header-top__bar__phone {
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: top;
    padding: 14px 0;
    margin-right: 33px;
  }

  .header-top__bar__phone span {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .header-top__bar__phone svg {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }

  @media screen and (max-width:400px) {
    .header__logo-container {
      left: 16px;
    }
  }
}

@media screen and (min-width:900px) {

  .header {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    height: 58px;
    border-bottom: 1px solid #FFF;
  }

  .header-push {
    margin-top: 50px;
  }

  .header-top__bar__mb {
    display: none;
  }

  .header-top__action {
    background: #02B5F2;
    float: right;
    height: 100%;
    width: 100px;
    position: relative;
    z-index: 1000;
    text-align: center;
    padding-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header-top__action:before {
    content: ' ';
    background: #02B5F2;
    height: 100%;
    position: absolute;
    top: 0;
    left: -17px;
    bottom: 0;
    width: 50px;
    transform: skew(-20deg);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header-top__action--no-before:before {
    display: none;
  }

  .header-top__action:hover:before,
  .header-top__action:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0290c0;
  }

  .header-top__action__login {
    padding: 19px 11px 19px 0;
    text-align: center;
    display: inline-block;
  }

  .header-top__action__login span {
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF !IMPORTANT;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Montserrat";
    display: inline-block;
  }

  .header-top__action__login svg {
    height: 17px;
    vertical-align: middle;
    width: 17px;
    line-height: 1.4;
    display: inline-block;
    margin: -2px 5px 0 0;
  }


  .header-top__action__account {
    padding: 10px 11px 0 0;
    text-align: center;
    display: inline-block;
  }

  .header-top__action__account span {
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF !IMPORTANT;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Montserrat";
    display: inline-block;
  }

  .header-top__action__account svg {
    height: 15px;
    vertical-align: middle;
    width: 15px;
    line-height: 1.4;
    display: inline-block;
    margin: -2px 5px 0 0;
  }

  .header-top__action__logout {
    padding: 0 0 0 10px;
    text-align: center;
    display: inline-block;
  }

  .header-top__action__logout span {
    vertical-align: middle;
    color: #FFF !IMPORTANT;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1;
    font-family: "Montserrat";
    display: inline-block;
    text-decoration: underline;
  }

  .header__actions {
    display: block;
    margin-bottom: 10px;
  }

  .header__actions__phone {
    display: inline-block;
    text-align: center;
    font-size:  0.875rem;
    font-family: "Montserrat";
    color: #03204A;
    margin-bottom: 0;
  }
  
  .header__actions__phone-icon {
    vertical-align: middle;
    display: inline-block;
    width: 14.5px;
    height: 14.5px;
    margin-right: 14px;
  }
  
  .header__actions__phone-icon svg {
    width: 14.5px;
    height: 14.5px;
  }
  
  .header__actions__list {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 10px;
    list-style: none;
    text-align: center;
  }
  
  .header__actions__list-item {
    display:inline-block;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 12px 0 12px;
  }
  
  .header__actions__list-item-link {
    font-size: 0.8275rem;
    color: #03204A;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .header__actions__list-item-link:hover,
  .header__actions__list-item-link:focus {
    color: #02B5F2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header__actions__btn {
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #03204A;
    font-weight: 700;
    font-size: 0.7875rem;
    min-height: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header__actions__btn:hover,
  .header__actions__btn:focus {
    color: #02B5F2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  
  .header__actions__btn__text {
    display: inline-block;
    vertical-align: middle;
  }

  .header__actions__btn svg {
    width: 19px;
    height: 20px;
    display: inline-block;
    color: #03204A;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }

  .header-top {
    position: relative;
    text-align: right;
    height: 100%;
  }
  
  .header__logo-container {
    display:block;
    left: 0;
    margin:0 auto 0 auto;
    position: absolute;
    height: 80px;
    width: 80px;
    top:initial;
    top: 45px;
    z-index: 1000;
  }
  
  .header__logo {
    height: 80px;
    width: 80px;
  }

  .header__logo a {
    display: block;
    height: 80px;
    width: 80px;
  }

  .header__logo a img {
    height: 80px;
    width: 80px;
  }   

  .header-top__bar {
    height: 100%;
    padding-left: 0;
  }

}

@media screen and (min-width:900px) {

  .header__logo-container {
    width: 80px;
    height: 80px;
    top: 15px;
  }

        
  .header__logo {
    width: 80px;
    height: 80px;
  }

  .header__logo a {
    width: 80px;
    height: 80px;
  }

  .header__logo a img {
    width: 80px;
    height: 80px;
  }

}

@media screen and (min-width:1100px) {

  .header {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }


  .header__logo-container {
    width: 137px;
    height: 137px;
    top: 10px;
  }

        
  .header__logo {
    width: 137px;
    height: 137px;
  }

  .header__logo a {
    width: 137px;
    height: 137px;
  }

  .header__logo a img {
    width: 137px;
    height: 137px;
  }





}

@media screen and (min-width:1300px) {

  .header {
    height: 80px;
  }

  .header__logo-container {
    top: 20px;
  }

  .header-top__action {
    width: 155px;
    padding-right: 20px;
  }

  .header-top__action--account {
    width: 200px;
    padding-right: 30px;
  }

  .header-top__action:before {
    left: -25px;
  }

  .header-top__action__login {
    padding: 29px 0 29px 10px;
  }

  .header-top__action__login span {
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF !IMPORTANT;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    
    display: inline-block;
  }

  .header-top__action__login svg {
    height: 20px;
    vertical-align: middle;
    width: 20px;
    line-height: 1.4;
    display: inline-block;
    margin: -1px 5px 0 0;
  }

  .header-top__action__account {
    padding: 20px 0 5px 15px;
  }

  .header-top__action__account span {
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF !IMPORTANT;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    
    display: inline-block;
  }

  .header-top__action__account svg {
    height: 20px;
    vertical-align: middle;
    width: 20px;
    line-height: 1.4;
    display: inline-block;
    margin: -1px 5px 0 0;
  }

}

/*
##########################################
### Navigation
########################################## 
*/


@media screen and (max-width: 899px) {  

  #navigation {
    height: auto;
    position: relative;
    overflow: auto;
  }
  
  .navigation-container {
    background: #002C6A;
    bottom: 0;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 52px;
    width: 100%;
    z-index: 10000;
    text-align: left;
    padding: 0 0 0 0;
  }

  .navigation-container__footer {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .navigation-container__footer-connect {
    background-color: #03204A;
    padding: 32px 6px;
  }

  .navigation-container__footer-connect .btn {
    margin: 0 2px 12px 2px;
  }

  .navigation-container__footer-connect__header {
    color: #FFFFFF;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 14px;
  }

  .navigation-container__footer-connect__social {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
  }

  .navigation-container__footer-connect__social__list {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0; 
  }

  .navigation-container__footer-connect__social__list-item {
    height: 49px;
    width: 49px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
  }

  .navigation-container__footer-connect__social__list-item-link {
    background-color: transparent;
    border-radius: 1000px;
    border: 1px solid #FFFFFF;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  .navigation-container__footer-connect__social__list-item-link:focus,
  .navigation-container__footer-connect__social__list-item-link:hover {
    background: #FFFFFF;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  .navigation-container__footer-connect__social__list-item-link svg{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height: 16px;
    width: 16px;
  }
  

  .navigation-container__footer-bottom {
    background-color: #DEEBF0; 
    padding: 20px 0 32px 0;
  }


  .navigation-container__footer-bottom__header {
    font-size: 0.6875rem;
    color: #3E5472;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    display: block;
    padding: 0;
    margin: 0 0 16px 0;
  }
  
  .navigation-container__footer-bottom__header-img-link {
    display: inline-block;
  }
  
  .navigation-container__footer-bottom__header-img {
    display: inline-block;
    width: 107px;
    vertical-align: middle;
    margin: 4px 5px;
  }
  
  .navigation-container__footer-bottom__list {
    margin: 0 0 0 0;
    padding:0 0 20px 0;
    list-style: none;
    display: block;
  }
  
  .navigation-container__footer-bottom__list-item {
    display: inline-block;
    margin: 0 5px 0 5px;
  }
  
  .navigation-container__footer-bottom__list-item-link  {
    font-size: 0.6875rem;
    font-weight: 400;
    color: #3E5472;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 7px 0;
    text-decoration: underline;
  }
  
  .navigation-container__footer-bottom__list-item-link:hover,
  .navigation-container__footer-bottom__list-item-link:focus,
  .navigation-container__footer-bottom__list-item-link:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFF;
  }
  
  .navigation-container__footer-bottom__arkom {
    color: #3E5472;
    margin: 0 0 0 0;
    font-size: 0.6875rem;
    text-align: center;
  }
  
  .navigation-container__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: -2px;
    margin-left: 3px;
  }
  
  .navigation-container__footer-bottom__arkom-link:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .navigation-container__footer-bottom__arkom-link svg {
    margin: 0 0 0 2px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
  }

  .navigation-container__top-bar {
    position: relative;
    width: 100%;
    min-height: 94px;
    text-align: center;
    padding: 27px 25px 15px 25px;
  }

  .header-top__bar__right {
    padding: 18px 0;
  }

  .navigation-container__top-bar::after,
  .navigation-container__top-bar::before {
    content: ' ';
    display: table;
    clear: both;
  }

  .navigation-container__top-bar .btn {
    margin-bottom: 12px;
  }


  .navigation__list {
    display: block !important;
    left: inherit !important;
    border-top: 1px solid #FFF;
    margin: 0;
    padding: 0;
  }

	.navigation__list-item {
		display: block;
		min-height: 50px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navigation__list-item:before  {
		font-size: 0;
		display: none;
		padding: 0;
	}

	.navigation__list-item-link {
		border-bottom: 1px solid #FFF;
		color: #FFF;
		display: block;
		font-size: 1.125rem;
		line-height: 1.4;
		margin: 0;
		padding: 15px 25px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
  }

  .navigation__list-item-link:hover {
    color: #FFF;
  }
  .navigation__list-item-link:active,
  .navigation__list-item-link:focus {
    color: #FFF;
  }

  [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   { 
		font-size: 1rem !important;
		position: absolute;
    bottom:0;
    color: #02B5F2;
    float: right;
    font-weight: 500;
    height: 100%;
    line-height: 1.1;
    padding: 19px;
    right:0;
    text-align: center;
    top: 0;
    width: 51px;
    z-index: 100;
  }
  
  [data-nav="true"] > .navigation__list-item-link .nav-item-toggle svg,
  [data-nav="true"] > .navigation__dropdown-list-item-link .nav-item-toggle svg,
  [data-nav2="true"] > .navigation__list-item-link .nav-item-toggle svg,
  [data-nav2="true"] > .navigation__dropdown-list-item-link .nav-item-toggle svg { 
    height: 15.5px;
    width: 15.5px;
    transform: rotate(-90deg);
    color: #03204A;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation__list-item.open > .navigation__list-item-link .nav-item-toggle svg,
  .navigation__list-item.open > .navigation__list-item-link .nav-item-toggle svg,
  .navigation__dropdown-list-item.open > .navigation__dropdown-list-item-link .nav-item-toggle svg,
	.navigation__dropdown-list-item.open > .navigation__dropdown-list-item-link .nav-item-toggle svg  { 
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

	.navigation__dropdown {
		display: none;
  }
  
  .navigation__list-item.open .navigation__dropdown {
    display: block; 
    background-color: #DEEBF0;
  }

  .navigation__dropdown-list-item-link {
		border-bottom: 1px solid #fff;
		color: #002C6A;
		display: block;
		font-size: 0.875rem;
		line-height: 1.4;
		margin: 0;
		padding: 14px 26px 14px 22px;
    position: relative;
    font-weight: 400;
  }

  .navigation__dropdown-list-item.navigation__dropdown-list-item--overview .navigation__dropdown-list-item-link { 
    font-weight: 700;
  }

  .navigation__dropdown-list-item-link:hover,
  .navigation__dropdown-list-item-link:active,
  .navigation__dropdown-list-item-link:focus {
    color: #002C6A;
  }

  .navigation__dropdown-list-item-link .arrow-white,
  .navigation__dropdown-list-item-link .arrow-plus {
    display: none;
  }


	.navigation__dropdown2 {
		display: none;
  }
  
  .navigation__dropdown-list-item.open .navigation__dropdown2 {
    display: block; 
    background-color: #DEEBF0;
  }

  .navigation__dropdown-list-item.open .navigation__dropdown2 .navigation__dropdown-list-item-link {
    padding-left: 30px;
  }



  .navigation__list--loggedin .row {
    padding: 0 !important;
  }
  
  .navigation__list--loggedin .row .columns{
    margin: 0 !important;
    padding: 0 !important;
  }

  .navigation__list--loggedin .navigation__list-item-basket {
    display: none !important;
  }

  .navigation__list2 {
    position: relative;
    display:block;
    margin: 30px 0 6px 0;
    padding: 0 10px;
    list-style: none;
    text-align: center;
  }
  
  .navigation__list2-item {
    display:inline-block;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 12px 16px 12px;
  }
  
  .navigation__list2-item-link {
    font-size: 0.722rem;
    color: #676767;
    -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: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .navigation__list-item--hide-lg .navigation__list-item-link {
    font-size: 0.8125rem;
    text-decoration: underline;
    font-weight: 400;
    font-family: "Montserrat";
  }


  @media screen and (max-width: 767px) { 

    .navigation-container__footer-connect__social__list-item {
      height: 38px;
      width: 38px;
    }

    .navigation-container__footer-connect__social__list-item-link svg{
      position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
      height: 16px;
      width: 16px;
    }
  }



  @media screen and (max-width: 419px) { 
    .navigation-container__top-bar  .btn__primary .btn__primary__text {
      font-size: 0.7rem !important;
    }
  }
}


@media screen and (min-width: 900px) { 

  .navigation-container {
    display: block !important;
    width: 100%;
    height: 100%;
  }

  .navigation-container__footer {
    display: none;
  }

  .navigation-container__top-bar {
    display: none !important;
  }
  
 
  .navigation__dropdown {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 10000;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .navigation__dropdown2 {
    display: none;
    position: absolute;
    width: 235px;
    left: 100%;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.39);
    top:0;
    z-index: -1;
  }

  .mobileMenuContainer {
    display: block !important;
    left: inherit !important;
  }
  
  #navigation {
    height: 100%;
    margin: 0 auto;
    padding:0 0 0 0;
    text-align: center;
    display: inline-block;
    background-color: #002C6A;
    position: relative;
  }
  
  #navigation:before {
    content: ' ';
    background: #002C6A;
    height: 100%;
    position: absolute;
    top: 0;
    left:-10px;
    bottom:0;
    width: 50px;
    transform: skew(-20deg);
  }

  .navigation__list {
    position: relative;
    display:block;
    margin: 0 0 0 -20px;
    padding: 17px 38px 17px 20px;
    list-style: none;
    line-height: 1.5;
  }

  .navigation__list-item--hide-lg {
    display: none !important;
  }
  
  .navigation__list-item {
    display:inline-block;
    position: relative;
    margin-left: 13px;
  }
  
  .navigation__list-item-link {
    color: #fff;
    display: block;
    font-size: 0.825rem;
    font-weight: 700;
    line-height: 1.28;
    text-transform: uppercase;
    padding: 0;
    font-family: "Montserrat";
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  
  .navigation__list-item-link:hover {
    color: #fff;
  }

  .navigation__list-item.active .navigation__list-item-link,
  .navigation__list-item-link:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFF;
  }
  
  .navigation__list-item:hover .navigation__list-item-link {
    color: rgba(2, 181, 242, 1);
  }

  .navigation__list-item:hover .nav-item-toggle svg {
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  } 
  

  .navigation__list-item:hover .navigation__dropdown,
  .navigation__list-item:focus .navigation__dropdown {
    display: block;
  }

  .nav-item-toggle {
    display: inline-block !important;
    width: 15px;
    height: 15px;
    margin-left: 7px;
  }
  
  .nav-item-toggle svg {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
    top: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  } 
  
  .navigation__dropdown {
    padding-top: 15px;
  }

  .navigation__dropdown-section-1 {
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
    position: relative;
  }

  .navigation__dropdown-list-item:hover .navigation__dropdown2,
  .navigation__dropdown-list-item:focus .navigation__dropdown2 {
    display: none;
  }
  
  .navigation__dropdown-list {
    padding: 10px 10px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
    list-style: none !important;
    position: relative;
  }
  
  
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    color: #002C6A;
    display:block;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 5.5px 0;
    position: relative;
    font-family: "Montserrat";
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link svg {
    display: none !important;
  }
  
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link span {
    display: none !important;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item.navigation__dropdown-list-item--overview > .navigation__dropdown-list-item-link {
    font-weight: bold;
    font-size: 0.8125rem;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item.active > .navigation__dropdown-list-item-link,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus {
    color: #02B5F2;
    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 > .navigation__dropdown-list-item-link .arrow-plus {
    display: none !important;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link .arrow-plus:after {
    display: none !important;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover .arrow-plus:after,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus .arrow-plus:after {
    display: none !important;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link .arrow-white {
    display: none !important;
    height: 9px;
    width: 6px;
    position: absolute;
    right: 18px ;
    top: 50%;
    -webkit-transform: translate(0, -50%);transform: translate(0, -50%);
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link .arrow-white svg {
    fill: #FFF;
    height: 9px;
    width: 6px;
    position: absolute;
    top:0;
    left:0;
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover svg,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active svg,
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus svg {
    fill: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation__dropdown-list-item--hide {
    display: none;
  }  

  .navigation__dropdown-list2 {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
  }

  .navigation__dropdown-list2 > .navigation__dropdown-list-item {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
    list-style: none !important;
    position: relative;
  }
  
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    display:block;
    text-align: left;
    font-size: 0.788rem;
    font-weight: 500;
    color: #231E1F;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15.5px 24px 15.5px 18px;
    position: relative;
    min-height: 51px;
    border: 2px solid #FFF;
  }

  .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: #FFF;
    text-decoration: none;
    background-color: #02B5F2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link svg {
    fill: #052f54;
    height: 9px;
    width: 6px;
    position: absolute;
    right: 18px ;
    top: 50%;
    -webkit-transform: translate(0, -50%);transform: translate(0, -50%);
  }

  .navigation__dropdown-list2 > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link .arrow-white svg {
    fill: #FFF;
  }

  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:hover svg,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:active svg,
  .navigation__dropdown-list2 >  .navigation__dropdown-list-item > .navigation__dropdown-list-item-link:focus svg {
    fill: #FFF;
    -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__list {
    position: relative;
    display:block;
    margin: 0 0 0 -20px;
    padding: 29px 28px 25px 18px;
    list-style: none;
    line-height: 1.5;
  }
  
  #navigation {
    padding:0 25px 0 0;
  }

  #navigation:before {
    content: ' ';
    background: #002C6A;
    height: 100%;
    position: absolute;
    top: 0;
    left:-25px;
    bottom:0;
    width: 50px;
    transform: skew(-20deg);
  }

  .navigation__dropdown-list > .navigation__dropdown-list-item.navigation__dropdown-list-item--overview > .navigation__dropdown-list-item-link {
    font-weight: bold;
    font-size: 0.875rem;
  }

    
  .navigation__dropdown-list > .navigation__dropdown-list-item > .navigation__dropdown-list-item-link {
    font-size: 0.8125rem;
    padding: 5.5px 0;
  }

  .navigation__dropdown {
    width: 252px;
  }

  .navigation__list--loggedin {
    padding:0;
    margin-bottom: 22px;
  }

  .navigation__list-item {
    padding: 0 0 0 10px;
    height: 21px;
  }

  .navigation__list-item-link {
    font-size: 1.125rem;
    line-height: 1.28;
  }

  .navigation__list--loggedin .navigation__list-item-link { 
    padding: 14px 20px !important;
    margin:0 !important;
    font-size: 0.875rem;
  }

  .navigation__list--loggedin .navigation__list-item.active .navigation__list-item-link {
    padding: 14px 20px 15px !important;
  }

  .navigation__list-item-basket {
    padding: 12px 5px 12px 47px;
    height: auto;
    margin: 0;
    position: relative;
    top: 4px;
  }

    
  .nav-item-toggle svg {
    top: 0;
  } 

}

@media (min-width:1400px) {
    
  .navigation__list-item {
    padding: 0 14px;
  }

}

@media (min-width:1600px) {
    
  .navigation__list-item {
    padding: 0 23px;
  }

}

/*  
##########################################
### Add Award
########################################## 
*/

.add-award {
  font-size: 0.75rem;
  color: #3E5472 !important;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width:768px) {

  .add-award {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }

}

/*  
##########################################
### Home Banner
########################################## 
*/

#carousel-1 {
  position: relative;
  margin: 0 0 30px ;
	overflow-y: hidden;
}

#carousel-1 .carousel {
  margin: 0;
  z-index: 1;
}

#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: 354px;
  position: relative;
  overflow: hidden;
}


#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 {
  min-height: 100%;
  position: absolute;
  top: 50%;
  max-width: initial;
  transform: translateY(-50%);
  min-width: 100%;
}

#carousel-1 .carousel-1__slide__text {
  position: absolute;
  left: 50%;
  top: 50%;
  width:100%;
  padding: 0 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9001;
}

#carousel-1 .carousel-1__slide__header {
  font-size: 1.3125rem;
  color: rgb(255, 255, 255);
  line-height: 1.14;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#carousel-1 .carousel-1__slide__summary {
  font-size: 0.875rem;
  display: block ;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
  margin: 0 auto 15px auto;
}

#carousel-1 .btn {
  margin: 0 5px 10px;
}


#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 {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  text-align: center;
  left: 35px;
  right: 35px;
  height: auto;
  min-height: 10px;
  z-index: 1001;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
  z-index: 9999;
}

#carousel-1 .slick-dots li {
  box-shadow: 0px 3px 4px #00000066;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px 0 3px;
  padding: 0;
  width: 25px;
  height: 8px;
  border-radius: 8px;
  vertical-align: top;
  color: #fff;
}

#carousel-1 .slick-dots li button {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: transparent;
  cursor: pointer;
  display: block;
  line-height: 0;
  outline: none;
  width: 25px;
  height: 6px;
  padding:0;
  background: transparent;
}

#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 {
  background: #FFF;
}

#carousel-1  .carousel-1__image-container-sm {
  padding-top: 32.444%;
}

#carousel-1  .carousel-1__overlay {
  background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(3,32,74,1) 100%);
  position: absolute;
  bottom:0;
  top:0;
  left:0;
  right:0;
  z-index: 9000;
}


@media screen and (min-width:768px) {


  #carousel-1 {
    margin-bottom: 60px;
  }

  #carousel-1 .slick-dots li {
    margin: 0 5px;
  }
  
  #carousel-1  .carousel-1__slide__height {
    height: 558px;
    position: relative;
  }

  

  #carousel-1  .carousel-1__image-sm {
    display: none;
  }

  #carousel-1  .carousel-1__image-lg {
    display:block;
    height: 100%;;
  }


  #carousel-1 .carousel-1__slide__text {
    bottom: initial;
    height: auto;
    max-width: 87rem;
    min-height: 0;
    text-align: center;
    width: 100%;
    right: inherit;
  }


  #carousel-1 .slick-dots {
    padding: 0 0 0 0;
    bottom: 50px;
  }
  
  
  #carousel-1 .carousel-1__slide__header {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 7px 0;
    line-height: 1.4;
  }
  
  #carousel-1 .carousel-1__slide__summary {
    font-size: 1rem;
    display: block !important;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 20px auto;
  }

  #carousel-1 .slick-dots {
    min-height: 13px;
  }
  
  #carousel-1 .slick-dots li {
    width: 34px;
    height: 8px;
  }
  
  #carousel-1 .slick-dots li button {
    width: 34px;
    height: 8px;
  }


}

@media screen and (min-width:1000px) {

  #carousel-1 {
    margin-bottom: 40px;
  }

  #carousel-1 .carousel-1__slide__header {
    font-size: 2.5rem;
  }


  #carousel-1 .slick-dots {
    bottom: 65px;
  }

}

@media screen and (min-width:1300px) {

  #carousel-1 {
    margin: 0 0 51px 0;
  }

  #carousel-1 .carousel-1__slide__header {
    font-size: 3.4375rem;
    margin: 0 0 12px 0;
  }
  
  #carousel-1 .carousel-1__slide__summary {
    font-size: 1.125rem;
    margin-bottom: 37px;
  }

}



/* 
##########################################
### Breadcrumbs
########################################## 
*/

.breadcrumbs-container {
  margin: 0 auto;
  width: 100%;
  display: block;
  background-color: transparent;
  position: relative;
}

.breadcrumbs-container--loggedin {
  max-width: 100%;
}

.breadcrumbs {
  display: block;
  list-style:none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 1.4;
  padding-bottom: 3px;
  vertical-align: top;
  
}

.breadcrumbs__item::after {
  content: '|';
  color: #03204A;
  padding: 0 3px;
  font-weight: 500;
  height: 15px;
  font-family: "Montserrat";
  width: 5px;
  font-size: 0.625rem;
  margin: 0 4px 0 7px;
  background-position: center;
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs__item:last-child::after {
  content: '';
  display: none;
}

.breadcrumbs__item:last-child {
  text-decoration: none;
}


.breadcrumbs__item__no-link,
.breadcrumbs__item__link {
  font-family: "Montserrat";
  font-size: 0.625rem;
  color: #03204A;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.breadcrumbs__item__link:hover,
.breadcrumbs__item__link:focus {
  color: #03204A;
  -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;
}

@media (max-width:767px) {
  .breadcrumbs {
    position: absolute;
    top: 51px;
    left:16px;
    right:16px;
    z-index: 100;
  }
}

@media (min-width:500px) {

  
  .breadcrumbs__item {
    font-size: 0.675rem;
  }

  .breadcrumbs__item__no-link,
  .breadcrumbs__item__link {
    font-size: 0.675rem;
  }


}
 
@media (min-width:768px) {

  .breadcrumbs-container {
    margin: 0 auto;
    width: 100%;
    background-color: #03204A;
    display: block;
    border-bottom: 1px solid #FFF;
  }

  .breadcrumbs {
    padding: 0 0 0 90px;
  }
  
  .breadcrumbs__item {
    font-size: 0.75rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .breadcrumbs__item__no-link,
  .breadcrumbs__item__link {
    font-size: 0.75rem;
    color: #FFF;
  }

  .breadcrumbs__item::after {
    margin: 0 8px 0 6px;
    font-size: 0.7rem;
    position: relative;
    top: 0.5px;
    color: #FFF;
  }

  .breadcrumbs__item__link:hover,
  .breadcrumbs__item__link:focus {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }


}

@media (min-width:900px) {

  .breadcrumbs {
    padding: 0 0 0 150px;
  }
  
}
 
@media (min-width:1500px) {

  .breadcrumbs {
    padding: 0 0 0 82px;
  }

}

/* 
##########################################
### Swim Retreat Details
########################################## 
*/

.swim-retreat-contianer {
  position: relative;
  padding: 50px 0 66px 0;
  z-index: 2;
  margin: 0 -16px 25px;
}

.swim-retreat-contianer--alt {
  padding: 0 0 !important;
}

.swim-retreat-contianer--alt .swim-retreat {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.swim-retreat {
  display: block;
  padding: 0 90px 0 38px;
}

.swim-retreat__logo-image {
  position: absolute;
  top: 10px;
  right:10px;
  width: 80px;
  height: 80px;
  display: block;
}


.swim-retreat__image-container {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: -2;
  overflow: hidden;
}

.swim-retreat__image {
  position: absolute;
  top: 50%;
  left: 50%;
  right:0;
  bottom:0;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  transform: translate(-50%,-50%);

}

.swim-retreat__overlay {
  background: rgba(3, 32, 74,0.78);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: -1;
}



.swim-retreat__header {
  color: #FFF;
  line-height: 1.16;
  font-size: 1.5rem;
  margin-bottom: 21px;
  font-weight: 700;
}

.swim-retreat__summary {
  color: #02B5F2;
  margin-bottom: 19px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

.swim-retreat__info {
  color: #FFF;
  margin-bottom: 36px;
  font-size: 0.875rem;
  line-height: 1.42;
}



@media (min-width:768px) {

  .swim-retreat-contianer {
    padding:80px 0;
    margin: 0 0 40px;
  }

  .swim-retreat__logo-image {
    top: 22px;
    right:22px;
    width: 110px;
    height: 110px;
    display: block;
  }
  

  .swim-retreat-contianer--alt .swim-retreat {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .swim-retreat {
    max-width: 1200px;
    padding: 0 160px 0 60px;
  }

  .swim-retreat__header {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  
  .swim-retreat__summary {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  
  .swim-retreat__info {
    font-size: 0.875rem;
    line-height: 1.42;
    margin-bottom: 36px;
  }
  

}

@media (min-width: 1300px) {

  .swim-retreat-contianer {
    padding: 119px 0;
    margin-bottom: 51px;
  }

  .swim-retreat__logo-image {
    top: 25px;
    right: 25px;
    width: 163px;
    height: 163px;
  }
  

  .swim-retreat-contianer--alt .swim-retreat {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .swim-retreat {
    padding: 0 185px 0 85px;
  }

  .swim-retreat__header {
    font-size: 3.125rem;
  }
  
  .swim-retreat__summary {
    font-size: 1.875rem;
    line-height: 1.1;
  }
  
  .swim-retreat__info {
    font-size: 1.125rem;
    line-height: 1.42;
    margin-bottom: 36px;
  }
  
}

/* 
##########################################
### Area Bar
########################################## 
*/

.area-bar {
  text-align: center;
  background-color: #002C6A;
  margin-bottom: 20px;
}

.area-bar__item {
  padding: 39px 20px 39px 20px;
  width: 100%;
}

.area-bar__item__header {
  color: #FFF;
  font-size: 1.125rem;
  margin: 0 auto 11px auto;
  font-weight: 700;
  max-width: 260px;
}

.area-bar__item__summary {
    display: none;
}   

@media screen and (min-width: 768px) {

  .area-bar__item {
    padding: 44px 20px 44px 20px;
  }

  .area-bar__item__header {
    font-size: 1.5rem;
    max-width: 950px;
    margin: 0 auto 10px;
  }
  
  .area-bar__item__summary {
    color: #FFF;
    display: none;
    margin: 0 0 18px 0;
    padding: 0;
    line-height: 1.26;
    font-size: 1rem;
    max-width: 950px;
    display: block;
    margin: 0 auto 21px auto;
  }
  
  
}


@media screen and (min-width: 1300px) {

  .area-bar {
    margin-bottom: 44px;
  }

  .area-bar__item {
    padding: 49px 20px 49px 20px;
  }


  .area-bar__item__header {
    font-size: 1.875rem;
  }
  
  .area-bar__item__summary {
    font-size: 1.125rem;
  }
  
}

/* 
##########################################
### Contacts 
########################################## 
*/

.contact-icons {
  display: block;
}

.contact-icons__location {
  position: relative;
  padding-left: 33px;
  font-family: "Montserrat";
}

.contact-icons__location__icon {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top:0;
}

.contact-icons__location__icon svg {
  width: 22px;
  height: 22px;
}

.contact-icons__location__text {
  color: #002C6A;
  font-weight: bold;
  font-size: 0.875rem;
  min-height: 29px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-top: 1px;
}

.contact-icons__phone {
  position: relative;
  padding-left: 33px;
  font-family: "Montserrat";
}

.contact-icons__phone__icon {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top:0;
}


.contact-icons__phone__icon svg {
  width: 22px;
  height: 22px;
}


.contact-icons__phone__text {
  font-size: 0.875rem;
  color: #002C6A;
  font-weight: bold;
  min-height: 29px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-top: 1px;
}


@media screen and (min-width: 768px) {

  .contact-icons__location {
    width: 440px;
    display: inline-block;
    margin: 0 -2px;
    padding-left: 38px;
    vertical-align: top;
  }

  .contact-icons__phone {
    width: 240px;
    display: inline-block;
    margin: 0 -2px;
    padding-left: 42px;
    vertical-align: top;
  }


  .contact-icons__location__text {
    font-size: 1rem;
    line-height: 1.4;
    padding-top: 3px;
  }

  .contact-icons__location__icon {
    position: absolute;
    width: 29px;
    height: 29px;
    left: 0;
    top:0;
  }

  .contact-icons__location__icon svg {
    width: 29px;
    height: 29px;
  }
  
  .contact-icons__phone__text {
    font-size: 1rem;
    line-height: 1.4;
    padding-top: 3px;
  }

  .contact-icons__phone__icon {
    position: absolute;
    width: 29px;
    height: 29px;
    left: 0;
    top:0;
  }

  .contact-icons__phone__icon svg {
    width: 29px;
    height: 29px;
  }

}

/* 
##########################################
### Article
########################################## 
*/

.article-home {
  padding: 25px 0 0 0;
}

.article {
  display: block;
  margin: 0 0 15px 0;
  max-width: 770px;
}

.article.article--large {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 44px;
}


.article::after {
  clear: both;
  content: " ";
  display: table;
}

.article.article--white-text > *,
.article.article--white-text > * > *,
.article.article--white-text > * > * > * {
  color: #FFF !important;
}

.article-container {
  position: relative;
}

.article__bar-text {
  background-color: #DEEBF0;
  position: relative;
  z-index: 1;
  padding: 80px 0 25px 0;
  margin-bottom: 20px;
}

.article__bar-text:before {
  position: absolute;
  right:100%;
  width: 1000%;
  background-color: #DEEBF0;
  top:0;
  bottom:0;
  content: " ";
}

.article__bar-text:after{
  position: absolute;
  left: 100%;
  width: 1000%;
  background-color: #DEEBF0;
  top:0;
  bottom:0;
  content: " ";
}

.article h1 {
  color: #002C6A;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Montserrat";
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.45;
} 

.article.article--home h1 {
  color: #002C6A;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Montserrat";
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.45;
}

.article h2 {
  color: #02B5F2;
  font-size:1rem;
  font-weight: 700;
  font-family: "Montserrat";
  line-height:1.38;
  margin:0 0 10px 0 ;
  padding: 0;
}

.article__bar-text .article h2 {
  color:#002C6A;
}

.article.article--home h2 {
  color: #3E5472;
  line-height: 1.5;
}

.article h2 span{
  font-weight: 600;
}

.article h3 {
  color: #02B5F2;
  font-size: 1.25rem;
  margin: 8px 0 13px 0;
  padding: 0;
  font-weight: 700;
}

.article h3 a {
  color: #02B5F2;
  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: #02b6f2;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article h4 {
  margin: 0 0 10px 0;
  color: #043D9F;
  font-size: 0.75rem;
  padding: 0;
  font-weight: 500;
}

.article h4.article-date {
  color: #3E5472 ;
  margin-bottom: 8px;
  font-size: 0.75rem;
  margin-top: -3px;
  font-family: "Montserrat";
}

.article h4 a{
  color: #043D9F;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article h4 a:hover,
.article h4 a:focus{
  color: #054fd0;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}

.article p,
.article ol,
.article ul,
.article dl,
.article td {
  color: #3E5472;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0 0 22px;
  line-height: 1.42;
}

.article p a {
  font-size: 1em;
  color: #02B5F2;
  text-decoration: underline;
}

.article p a:hover,
.article p a:focus{
  color: #054fd0;
  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 {
  padding: 0 0 0.5rem 1.5rem;
  margin: 0;
}
.article ul a,
.article ol a {
  color: #043D9F;
  text-decoration: underline;
}

.article ul a:hover,
.article ol a:focus,
.article ul a:hover,
.article ol a:focus{
  color: #054fd0;
  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 {
  list-style-type: none;
}

.article > ul > li::before {
  content: "\2022"; 
  color: #02B5F2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.article ul > li,
.article ol > li {
  margin-bottom: 15px;
  color: #3E5472;
}

.article dl {
  margin: 1em 0 0 0;
}


.article ul a,
.article ol a {
  text-decoration: underline;
}

.article table {
  display: table;
  margin: 0 0 30px 0;
  max-width: 100% !important;
  background-color: #DEEBF0 !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: #DEEBF0;
  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 {
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}

.article > .article__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.article p .article-btn {
  background: #043D9F;
  border: 0 solid transparent;
  margin: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 13px 23px 13px 23px;
  border-radius: 1000px;
  color: #fff;
  display:inline-block;
  font-size: 0.711rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
  letter-spacing: 0.03rem;
}

.article p .article-btn:hover {
  background: #054fd0;
  color: #FFF !important;
  -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;
}

.article > *:not(.article__bar-text):last-child {
  margin-bottom: 0 ;
  padding-bottom: 0 ;
  width: 100%;
}

.article-home__image-md {
  display: none;
}

.article-home__image-sm {
  display: block;
  margin: 30px -16px -50px;
  position: relative;
  z-index: 0;
  height: 345px;
}

.article-home__image-sm div {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.article-home__image-sm:after {
  height: 10vw;
  background-color:  #FFF;
  content: ' ';
  margin-bottom: -5vw;
  left:0;
  right:0;
  bottom: 100%;
  display: block;
  position: absolute;
  transform: skew(0deg, -3deg);
  z-index: 1;
}

.article-home__image-sm img {
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: none;
  min-width: 100%;
}

@media (min-width:500px) {
  
  .article h1 {
    font-size: 1.25em;
  }

}
 
@media (min-width:768px) {

  .article-container {
    padding-right: 0;
  }

  .article-home {
    padding-top: 23px;
  }

  .article {
    display: block;
    margin: 0 0 25px 0;
  }

  .article.article--large {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .article__bar-text {
    padding: 50px 0;
    margin-bottom: 30px;
  }
 
  .article h1 {
    font-size: 1.625rem;
    line-height: 1.55;
  }

  .article h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 22px;
  }

  .article--large.article h2 {
    margin-top: -10px;
  }

  .article h3 {
    font-size: 1.5rem;
  }

  .article h4.article-date {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }


  .article p,
  .article ol,
  .article ul,
  .article dl {
    font-size: 1rem;
  }

  .article-home__image-sm {
    margin: 45px -16px -140px;
  }

  .article-home__image-sm:after {
    height: 11vw;
    background-color:  #FFF;
    content: ' ';
    margin-bottom: -5vw;
    left:0;
    right:0;
    bottom: 100%;
    display: block;
    position: absolute;
    transform: skew(0deg, -3deg);
    z-index: 1;
  }



}


@media (min-width:900px) {
  

  .article-home__image-sm {
    display: none;
  }

  .article-home__image-md {
    display: block;
    position: absolute;
    right:0;
    top:0;
    width: 400px;
    height: 582px;
    z-index: 3;
  }

  .article-home__image-md img {
    width: 400px;
    height: 582px;
  }
}

@media (min-width:1000px) {

  .article-container {
    padding-right: 380px;
  }

}

 
@media (min-width:1100px) {


  .article__bar-text { 
    margin-bottom: 37px;
  }

  .article {
    margin-bottom: 30px;
  }

  .article.article--large {
    margin-bottom: 20px;
  }

  .article h1 {
    font-size: 2.033rem;
    margin-bottom: 19px;
    line-height: 1.2;
  }

  .article h2 {
    font-size: 1.25rem;
    margin-bottom: 30px ;
  }

  .article h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .article p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 30px 0;
  }

  .article p {
    font-size: 1.125rem;
  }

  .article ol,
  .article ul,
  .article dl {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0.5rem 0 0.5rem 2.5rem;
    margin: 0;
  }

  .article p .article-btn {
    display: inline-block;
    width: auto;
    padding: 17px 29px;
    font-size: 0.9333rem;
    text-align:center;
    line-height: 1.266;
  }

}

@media (min-width:1400px) {

  .article-container {
    padding-right: 580px;
  }

  .article {
    display: block;
    margin: 0 0 45px 0;
  }

  .article.article--large {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .article-home__image-md {
    width: 618px;
    height: 893px;
  }

  .article-home__image-md img {
    width: 618px;
    height: 893px;
  }
}


/*
##########################################
### Article Home
########################################## 
*/

.article-home-container {
  margin: 0 0 50px 0;
  position: relative;
}

.article.article--home {
  padding: 0;
}

.article.article--home h1 {
  margin-bottom: 13px;
}


.article.article--home h2 {
  font-weight: 400;
}

@media (min-width:768px) {

  .article-home-container {
    margin: 0 0 146px 0;
  }

  .article.article--home h1 {
    font-size: 2.5rem;
    margin-bottom: 22px;
  }

  .article.article--home h2 {
    font-size: 1.125rem;
    margin-bottom: 32px;
  }

}


@media (min-width: 900px) {

  .article.article--home {
    padding: 0 269px 0 0px;
  }
}

@media (min-width:1300px) {

  .article-home-container {
    margin: 0 0 186px 0;
  }

  .article.article--home {
    padding: 0 0 0 0px;
  }

  .article.article--home h1 {
    font-size: 3.125rem;
  }

  .article.article--home h2 {
    font-size: 1.125rem;
  }

}





/*
##########################################
### Article Images
########################################## 
*/

.article-images {
  display: block
}

.article-images-container {
  max-width: 768px;
  margin: 0 auto 25PX;
}

#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:visible;
}

#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;
  padding-top: 100%;
  outline: none;
  border: 1px solid #C9C9C9;
}

#article-images .slide img {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: 125%;
  width: auto;
}

#article-images .slick-slider {
  margin:0;
}


#article-images .slider-controls {
  text-align: center;
  display: block;
  padding: 0;
}

/* arrows */
#article-images .slick-prev,
#article-images .slick-next {
  border-radius: 100%;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  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: 31px;
  height: 31px;
  opacity: 0.7;
  transform: rotate(180deg);
  fill: #043D9F;
  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,
#article-images .slick-prev:active,
#article-images .slick-next:active {
  -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:focus svg,
#article-images .slick-next:focus 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: 35px;
  right: 35px;
  height: auto;
  min-height: 10px;
  z-index: 1001;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}

#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;
}

#article-images .slick-dots li {
  box-shadow: 0px 3px 4px #00000066;
  cursor: pointer;
  display: inline-block;;
  margin: 0 7px 27px 7px;
  padding: 0;
  width: 34px;
  height: 8px;
  vertical-align: top;
  color: #fff;
}

#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: 34px;
  height: 8px;
}

#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;
}


@media screen and (min-width: 768px) {

  #article-images {
    margin-bottom: 84px;
    width: 305px;
    top: 10px;
  }

  #article-images:hover .slick-prev,
  #article-images:hover .slick-next {
    display: inline-block !important;
  }

  /* arrows */
  #arrows-latch-3 {
    left: initial;
    position: static;
    right: initial;
    height: 0;
    z-index: 1000;
  }
  
  #article-images .slick-prev,
  #article-images .slick-next {
    height: 37px;
    width: 37px;
    padding: 1px;
  }

  
  #article-images .slick-next {
    margin: 0 17px 0 0;
  }

  #article-images .slick-prev {
    margin: 0 0 0 17px;
  }

  
  #article-images .slick-prev svg,
  #article-images .slick-next svg {
    width: 37px;
    height: 37px;
    transform: rotate(180deg);
    display: block;
  }
  
  
  /* dots */
  #dots-latch-3 {
    margin: 14px 0 0 0;
    left: 35px;
    right: 35px;
    min-height: 13px;
  }
  
  #article-images .slick-dots {
    min-height: 13px;
  }
  
  #article-images .slick-dots li {
    
    width: 34px;
    height: 8px;
  }
  
  #article-images .slick-dots li button {
    width: 34px;
    height: 8px;
  }

  @media screen and (max-width: 999px) {

    .article-images-container {
      max-width: 450px;
      display: block;
      float: right;
      margin: 0 0 0 30px;
      clear: none;;
    }

  }

}


@media screen and (min-width: 1000px) {
  

  #article-images {
    margin-bottom: 84px;
    position: absolute;
    right:0;
    width: 305px;
    top: 95px;
  }

  .article--retreat #article-images {
    top: 0;
  }

}


@media screen and (min-width: 1400px) {
  
  #article-images {
    top: 74px;
    width: 515px;
  }

}

/* 
##########################################
### Ranges Primary
########################################## 
*/


#MapCanvas { 
  display: block;
  border: 1px solid #B1B1B1;
  position: relative;
  height: 300px;
  margin-bottom: 20px;

}

@media screen and (min-width: 1000px) {

  #MapCanvas {
    margin-bottom: 84px;
    position: absolute;
    right:0;
    width: 305px;
    top: 95px;
    height: 305px;
    z-index: 1;
  }

}



@media screen and (min-width: 1400px) {
  
  #MapCanvas {
    top: 74px;
    width: 515px;
    height: 515px;
  }

}


/* 
##########################################
### Ranges Primary
########################################## 
*/

.ranges-primary-container--latest {
  border-top: 1px solid #ACACAC;
  padding: 0 0 20px 0;
}

.ranges-primary {
  margin: 0 0 0 0;
  position: relative;
  padding: 0 0 24px 0;
}

.ranges-primary.ranges-primary--blog {
  padding: 0 0 0 0;
}


.ranges-primary:after,
.ranges-primary:before {
  clear: both;
  content: ' ';
  display: table
}

.ranges-primary__range-width {
  width: 100%;
}


.ranges-primary__header {
  font-size: 1.125rem;
  color: #002C6A;
  font-weight: 700;
  margin: 22px 0 10px 0;
  text-align: left;
  font-family: "Montserrat";
}

.ranges-primary__header > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.ranges-primary__header .btn {
  vertical-align: middle;
}

.ranges-primary__range {
  background: #fff; 
  border: 0 solid #EFEFEF;
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ranges-primary__range:after,
.ranges-primary__range:before {
  clear: both;
  display: table;
  content: ' '
}

.ranges-primary__range:hover,
.ranges-primary__range:focus {
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ranges-primary__range__date {
  font-size: 0.75rem;
  color: #FFF;
}

.ranges-primary__range__image-container {
  padding-top: 133%;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden
}

.ranges-primary.ranges-primary--blog .ranges-primary__range__image-container {
  padding-top: 92%;
}

.ranges-primary__range__image {
  position: absolute;
  top:50%;
  left:50%;
  min-width: 100%;
  height: 100%;
  display: block;
  max-width: inherit;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ranges-primary__range__image-overlay {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(3,32,74,1) 100%);
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  height: 75%;
}

.ranges-primary__range__text {
  padding: 0 11px 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  left:0;
  right:0;
  bottom:0;
}

.ranges-primary__range--no-image .ranges-primary__range__text {
  padding: 9px;
}

.ranges-primary__range__header {
  font-size: 1rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0;
  padding:0;
  font-family: "Montserrat";
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ranges-primary__range__header:hover,
.ranges-primary__range__header:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF;
}

.ranges-primary__range__header svg {
  display: inline-block;
  margin-left: 8px;
  width: 13px;
  height: 13px;
  top: 1px;
  position: relative;
}

@media screen and (min-width: 414px) {

  .ranges-primary__range-width {
    width: 50%
  }

  .ranges-primary__summary {
    font-size: 0.75rem;
  }
  
  .ranges-primary__range__text { 
    padding: 13px 15px;
  }

  .ranges-primary__range__header {
    font-size: 1.125rem;
  }

}

@media screen and (max-width: 767px) {

  .ranges-primary.ranges-primary--blog .ranges-primary__range-width:nth-child(3) {
    display: none !important;
  }

  .ranges-primary__header {
    text-align: center;
  }

  .ranges-primary__header .btn {
    clear: both;
    display: block;
    width: 100px;
    margin: 5px auto 20px;
  }

}

@media screen and (min-width: 768px) {

  .ranges-primary-container--latest {
    padding: 30px 0 30px 0;
  }

  .ranges-primary {
    padding: 0 0 35px 0;
  }

  .ranges-primary__header {
    font-size: 1.5rem;
    margin: 20px 0 21px 0;
  }

  .ranges-primary__header > span {
    margin-right: 20px;
  }

  .ranges-primary.ranges-primary--blog {
    padding: 0 0 0 0;
  }

  .ranges-primary.ranges-primary--blog .ranges-primary__range-width {
    width: 33.3333%;
  }


  .ranges-primary__range {
    margin-bottom: 16px;
  }

  .ranges-primary__range__date {
    padding: 0 0 8px 0;
  }
  
  .ranges-primary__range__text {
    padding: 0 17px 22px;
  }

  .ranges-primary__range__header {
    font-size: 1.25rem;
  }

  .ranges-primary__range__header svg {
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -3px;
  }

}

@media screen and (min-width: 1100px) {

  .ranges-primary__range-width {
    width: 25%
  }

  .ranges-primary-container--latest {
    padding: 30px 0 40px 0;
  }

  .ranges-primary {
    padding: 0 0 37px 0;
  }

  .ranges-primary__header {
    font-size: 1.875rem;
    margin: 30px 0 26px 0;   
  }
  
  .ranges-primary__summary {
    margin: -14px 0 30px 0;
  }
  
  .ranges-primary__range {
    margin-bottom: 32px;
  }
  
  .ranges-primary__range__text {
    padding: 0 20px 29px 20px;
  }

  .ranges-primary__range__header {
    font-size: 1.5rem;
  }

  .ranges-primary__range__header svg {
    width: 21px;
    height: 21px;
    position: relative;
    bottom: -3px;
  }

  .ranges-primary__range__date {
    padding: 0 0 14px;
    font-size: 0.875rem;
  }

}

/* 
##########################################
### Ranges Secondary
########################################## 
*/

.ranges-secondary {
  margin-bottom: 30px;
}


.ranges-secondary:after,
.ranges-secondary:before {
  clear: both;
  content: ' ';
  display: table
}

.ranges-secondary__range-width {
  width: 100%;
}

.ranges-secondary__range {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  background: #FFF;
}

.ranges-secondary__range__head {
  background: #002C6A;
  padding: 18px 20px 7px 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.ranges-secondary__range__head-header {
  font-weight: 700;
  font-family: "Montserrat";
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.4;
}

.ranges-secondary__range__head-header svg {
  width: 15px;
  height: 18px;
  fill: #FFF;
  margin-right: 8px;
  display: inline-block;
}

.ranges-secondary__range__body {
  background-color: #DEEBF0;
  padding: 12px 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.ranges-secondary__range__body-summary {
  margin: 0 0 7px 0;
  font-weight: 400;
  font-family: "Montserrat";
  color: #03204A;
  font-size: 0.925rem;
}

.ranges-secondary__range__body-info {
  color: #03204A;
  margin: 0 0 8px 0;
  font-family: "Montserrat";
  font-size: 0.75rem;
}

.ranges-secondary__range__body-award {
  color: #02B5F2;
  margin: -2px 0 6px 0;
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ranges-secondary__range__body .btn {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) {

  .ranges-secondary {
    margin-bottom: 40px;
  }

  .ranges-secondary__range-width {
    width: 50%
  }

  .ranges-secondary__range__head {
    padding: 20px 28PX 10px 28PX;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .ranges-secondary__range__head-header {
    font-size: 1.125rem;
  }

  .ranges-secondary__range__head-header svg {
    width: 21px;
    height: 23px;
    margin-right: 13px;
    top: 1px;
    position: relative;
  }

  .ranges-secondary__range__body-summary {
    font-size: 1.125rem;
  }

  .ranges-secondary__range__body {
    padding: 17px 28px;
  }

  .ranges-secondary__range__body.ranges-secondary__range__body--btn {
    padding: 17px 190px 17px 28px;
  }

  .ranges-secondary__range__body.ranges-secondary__range__body--btn .btn {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }

  .ranges-secondary__range__body-info {
    font-size: 0.875rem;
    margin-bottom: 23px;
  }

  .ranges-secondary__range__body-award {
    font-size: 1.125rem;
    margin-top: -15px;
  }

}










































/* 
##########################################
### Blog Bar
########################################## 
*/

.blog-bar {
  margin: 0 0 15px 0;
  position: relative;
}

.blog-bar--blog {
  margin: 0 0 15px 0;
  position: relative;
}

.filter-select__label {
  display: none;
}

.filter-select__select {
  background: url('../images/icons/icon_select.png'), linear-gradient(180deg, #FFFFFF 0%, #DBDBDB 100%);
  background-size: auto 18px, cover;
  background-position: right 0 bottom 50%;
  background-repeat: no-repeat;
  border: 1px solid #3E5472;
  border-radius: 6px;
  color: #03204A;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  font-family: "Montserrat";
  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: 100%;
    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) {

  #items_per_page {
    float: right;
  }

  .blog-bar {
    margin: 0 0 23px 0;
  }

  .blog-bar--blog {
    margin: 0 0 0 0;
    position: relative;
  }
  
  .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: 'Montserrat';
    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: 45px;
    padding: 10px 40px 10px 18px;
  }

  .filter-select__select--refine {
    width: 250px;
    margin-left: 13px;
  }

  .filter-select__select--view {
    width: 118px;
    margin-left: 13px;
  }
  .order-select,
  .item-select {
    display: inline-block;
    vertical-align: top;
  }

}

@media screen and (min-width: 1100px) {
  .filter-select__select--refine {
    width: 304px;
    margin-left: 13px;
  }
}


/* 
##########################################
### Pagination
########################################## 
*/


.pagination-bar-container {
  margin-bottom: 5px;
}

.pagination-bar {
  padding: 0;
  position: relative;
}

.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;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 0.75rem;
  color: #3E5472;
}

.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 (max-width: 767px) {

  .pagination-bar__showing {
    clear: both;
    margin-bottom: 12px;
    float: none;
    display: block;
  }
  

  .pagination-bar__showing:after,
  .pagination-bar__showing:before {
    content: ' ';
    display: table;
    clear: both;
  }

  .filter-select--view.filter-select--view {
    position: relative !important; 
    padding-left: 100px !important;
  }
 
  .item-select--view {
    position: absolute;
    left: 0;
    top:0;
    width: 92px;
  }

}

@media screen and (min-width: 768px) {
  .pagination-bar-container {
    margin-bottom: 9px;
  }

  .pagination-bar__items__link,.pagination-bar__items__view,.pagination-bar__showing {
    font-size: .875rem
  }

  .pagination-bar__showing {
    margin-top: 15px;
  }

  .pagination-bar__items__link {
    margin-left: 16px
  }

  .pagination-bar__items {
    line-height: 1
  }

}

/* 
##########################################
### Pagination
########################################## 
*/

.pagination-container {
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 0;
}

.pagination {
  clear: both;
  color: #03204A;
  display: inline-block;
  font-size: .8125rem;
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 0;
  position: relative;
  text-align: center;
  min-height: 38px;
  margin-top: 20px;
}

.pagination .center {
  left: 100px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 100px;
  text-align: center!important
}

.pagination__pages {
  margin: 0 0;
  vertical-align: top;
  color: #03204A;
  display: inline-block;
  padding: 5px 30px;
}

.pagination__page {
  color: #03204A;
  font-size: 0.875rem;
  line-height: 1.333;
  font-weight: 500;
  text-align: center;
  padding: 7px 3px;
  margin: 0 1px;
  position: relative;
  font-family: "Montserrat";
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.pagination__page:focus {
  color: #03204A;
}

.pagination__page.active {
  color: #03204A;
  text-decoration: underline;
}

.pagination__page:hover {
  color: #02b5f2;
}

.pagination__arrow__link {
  display: inline-block;
  padding: 0 0;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 1000px;
}

.pagination__arrow__link svg {
  font-size: 0.75rem;
  fill: #03204A;
  height: 20px;
  width: 20px;
}

.pagination__arrow__link--left {
  position: absolute;
  top: 11px;
  left:0;
}

.pagination__arrow__link--right {
  position: absolute;
  top: 11px;
  right:0;
}

.pagination__arrow__link--right svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}


.pagination__arrow__link:hover svg{
 
}


@media  (min-width: 768px) {
  .pagination-container {
    margin-bottom: 0;
  }

  .pagination {
    min-height: 49px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .pagination__arrow__link--left {
    position: absolute;
    top: 5px;
    left:0;
  }
  
  .pagination__arrow__link--right {
    position: absolute;
    top: 5px;
    right:0;
  }

  .pagination__arrow__link {
    width: 34px;
    height: 34px;
    padding: 0 0;
  }

  .pagination__arrow__link svg {
    width: 34px;
    height: 34px;
  }

  .pagination__pages { 
    padding: 5px 45px;
  }

  .pagination__page {
    padding: 9px 6px;
    font-size: 0.875rem;
  }

}

@media  (min-width: 1300px) {

  .pagination {
    margin-bottom: 48px;
  }

}


/* 
##########################################
### Testimonials
########################################## 
*/

.testimonial {
  background-color: #DEEBF0;
  position: relative;
  text-align: left;
}

.testimonial .columns {
  position: relative;
  z-index: 2;
}

.testimonial:after {
  height: 10vw;
  background-color:  #DEEBF0;
  content: ' ';
  margin-bottom: -5vw;
  left:0;
  right:0;
  bottom: 100%;
  display: block;
  position: absolute;
  transform: skew(0deg, -3deg);
  z-index: 1;
}

.testimonial__header {
  color: #002C6A;
  margin: 40px 0 32px 0;
  font-weight: bold;
  text-align: left;
  line-height: 1.16;
  font-size: 1.125rem;
}

.testimonial__item {
  text-align: left;
  padding: 0 20px;
}

.testimonial__item__header {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #02B5F2;
  font-weight: bold;
  text-align: left;
  margin: 0 0 7px 0;
}

.testimonial__item__summary {
  color: #3E5472;
  font-size: 0.875rem;
  line-height: 1.42;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 14px;
}

#testimonials {
  text-align: center;
}

#testimonials .slide,
#testimonials .slide .relative {
  outline:none !important;
}

#testimonials .slick-list {
  overflow-y:visible;
}

#testimonials .slide {
  padding-right: 0;
  display: block;
  margin: 0 0 0 0;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 156px;
}

#testimonials .slide:before {
  content: ' ';
  display: block;
  width: 215px;
  height: 156px;
  position: absolute;
  left: 0;
  top:0;
  left: 0;
  background: url('../images/testimonial-quote.png') no-repeat;
  background-size: 215px 156px;
  z-index: -1px;
}

#testimonials .testimonial__item {
  position: relative;
  outline: none;
  z-index: 1;
}

#testimonials .slide > a {
  display: block;
  position: relative;
  padding-top: 100%;
  outline: none;
  z-index: 1;
}

#testimonials .slide img {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  width: 100%;
}

#testimonials .slick-slider {
  margin:0;
}


#testimonials .slider-controls {
  text-align: center;
  display: block;
  padding: 0;
  min-height: 34px;
  margin: 0 0 66px 0;
}

/* arrows */
#testimonials .slick-prev,
#testimonials .slick-next {
  background-color: transparent !important;
  border-radius: 1000px;
  
  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%);
}


#testimonials .slick-prev svg,
#testimonials .slick-next svg {
  width: 31px;
  height: 31px;
  opacity: 0.7;
  border-radius: 1000px;
  fill: #043D9F;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#testimonials .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%) );
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonials .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  right: 0;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonials .slick-prev:hover,
#testimonials .slick-next:hover,
#testimonials .slick-prev:focus,
#testimonials .slick-next:focus,
#testimonials .slick-prev:active,
#testimonials .slick-next:active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonials .slick-prev:hover svg,
#testimonials .slick-next:hover svg,
#testimonials .slick-prev:focus svg,
#testimonials .slick-next:focus svg,
#testimonials .slick-prev:active svg,
#testimonials .slick-next:active svg {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#testimonials .slick-prev:before,
#testimonials .slick-next:before {
  display: none;
}

#testimonials .carousel-relative {
  position: relative;
  height: 100%;
}

#testimonials .slider-controls {
  position: relative;
  height: 100%;
  display: inline-block;
  min-width: 200px;
}

/* dots */
#testimonials .dots-latch {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  text-align: center;
  left: 35px;
  right: 35px;
  height: auto;
  min-height: 10px;
  z-index: 1001;
  line-height: 1;
}

#testimonials .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#testimonials .slick-dots {
  display: inline-block;
  margin: 0 auto;
  min-height: 10px;
  padding: 12px 52px;
  position: relative;
  bottom: initial;
  line-height: 1;
}

#testimonials .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  border-radius: 8px;
  margin: 5px 7px 5px 7px;
  padding: 0;
  width: 10px;
  vertical-align: top;
  color: #02B5F2;
  width: 34px;
  height: 8px;
}

#testimonials .slick-dots li button {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #02B5F2;
  color: transparent;
  cursor: pointer;
  display: block;
  line-height: 0;
  outline: none;
  width: 34px;
  height: 8px;
  padding:0;
  background: transparent;
}

#testimonials .slick-dots li button:hover,
#testimonials .slick-dots li button:focus {
  outline: none;
}

#testimonials .slick-dots li button:hover:before,
#testimonials .slick-dots li button:focus:before {
  opacity: 1;
}

#testimonials .slick-dots li button:before {
  display: none;
}

#testimonials .slick-dots li.slick-active button {
  background: #02B5F2;
}

@media screen and (min-width: 768px) {


  #testimonials {

  }

  #testimonials .slide {
    min-height: 212px;
    padding-top: 40px;
  }

  #testimonials .slide:before {
    content: ' ';
    display: block;
    height: 212px;
    width: 292px;
    position: absolute;
    left: 0;
    top:0;
    left: 0;
    background: url('../images/testimonial-quote.png') no-repeat;
    background-size: 292px 212px;
    z-index: -1px;
  }


  #testimonials .slider {
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1;
  }

  #testimonials .slider-controls { 
    margin-bottom: 97px;
  }

  .testimonial__item {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  .testimonial__header {
    font-size: 1.5rem;
    margin: 25px 0 30px 0;
  }

  .testimonial__item__header {
    margin-bottom: 60px;
    font-size: 1rem;
  }

  .testimonial__item__summary {
    margin-bottom: 60px;
    font-size: 1rem;
  }

  #testimonials:hover .slick-prev,
  #testimonials:hover .slick-next {
    display: inline-block !important;
  }

  /* arrows */
  #arrows-latch-3 {
    left: initial;
    position: static;
    right: initial;
    height: 0;
    z-index: 1000;
  }
  
  #testimonials .slick-prev,
  #testimonials .slick-next {
    height: 34px;
    width: 34px;
    padding: 1px;
  }

  
  #testimonials .slick-next {
    margin: 0 0 0 0;
  }

  #testimonials .slick-prev {
    margin: 0 0 0 0;
  }

  
  #testimonials .slick-prev svg,
  #testimonials .slick-next svg {
    width: 34px;
    height: 34px;
    display: block;
  }
  
  /* dots */

  #testimonials .slick-dots {
    min-height: 13px;
  }
  
  #testimonials .slick-dots li {
    width: 34px;
    height: 8px;
  }
  
  #testimonials .slick-dots li button {
    width: 34px;
    height: 8px;
  }

}

@media screen and (min-width: 1100px) {


  .testimonial__header {
    font-size: 1.875rem;
    margin: 30px 0 40px 0;
  }

  .testimonial__item__header {
    font-size: 1.125rem;
    margin-bottom: 14px;
  }

  .testimonial__item__summary {
    font-size: 1.125rem;
  }

}



/* 
##########################################
### Form
########################################## 
*/

.form-container {
  display: block;
  margin: 0 0 50px 0;
  max-width: 780px;
}

.form-container--mbsmall {
  margin-bottom: 5px !important;
}

.form-container::after,
.form-container::before {
  content: ' ';
  display: table;
  clear: both;
}

.form {
	padding: 0 0;
}

.form:before,
.form:after {
  clear: both;
  content: ' ';
  display: table;
}

.form__header {
  font-size: 0.933rem;
  color: #03204A;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.4;
}

.form__header--secondary {
  font-size: 0.933rem;
  color: #231E1F;
  font-weight: 700;
  line-height: 1.4;
}

.form__summary {
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #000;
}

.form__summary span {
  color: #02B5F2;
}

.form__summary-link {
  color: #02B5F2;
  text-decoration: underline;
  font-size: 0.625rem;
} 

.form__label {
  font-size: 0.75rem;
  color: #3E5472;
  font-weight: 500;
  display: block;
  margin: 0 0 3px 0;
  line-height: 1.6;
  font-family: "Montserrat";
}

.form__label.form__label--blue {
  color: #03204A;
}


.form__label-link {
  font-size: 1em;
  color: #02B5F2;
  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: 5px;
  border: 1px solid #3E5472;
  color: #002C6A;
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding:  7px 10px;
  line-height: 1.6;
  width:100%;
}

.form__input:not([type="radio"]):not([type="checkbox"]) {
  min-height: 37px;
}

.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.8rem;
  color: rgba(35, 31, 32, 0.418);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.form__textarea::-moz-placeholder {
  font-size: 0.8rem;
  color: rgba(35, 31, 32, 0.418);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  font-size: 0.8rem;
  color: rgba(35, 31, 32, 0.418);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
.form__textarea:-moz-placeholder{ 
  font-size: 0.8rem;
  color: rgba(35, 31, 32, 0.418);
  font-weight: 400;
}

.form__input:not([type="radio"]):not([type="checkbox"]):focus,
.form__textarea:focus {
  outline: none;
  border-color: #02B5F2;
}

.form__select {
  background: url('../images/icons/icon_select.png'), linear-gradient(180deg, #FFFFFF 0%, #DBDBDB 100%);
  background-size: auto 15px, cover;
  background-position: right 0 bottom 50%;
  background-repeat: no-repeat;
  border: 1px solid #3E5472;
  border-radius: 6px !important;
  color: #03204A;
  cursor: pointer;
  display: block;
  font-family: "Montserrat";
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 20px;
  line-height: 1.4; 
  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: #270707;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 5px 0;
}

.form__select:focus,
.form__select:hover {
  outline:none;
  border-color: #02B5F2;
  -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__textarea {
  max-width: 100%;
  margin-bottom: 10px;
}

.form__textarea--small {
  min-height: 59px;
}

.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: 27px;
  max-width: 100%;
  margin-bottom: 8px;
}

.form__store-info__label {
  color: #03204A;
  cursor:pointer;
  display:block;
  font-size: 0.625rem;
  font-family: "Montserrat";
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
}

.form__store-info__label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__store-info__indicator {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  left: 0;
	position: absolute;	
  top: 0;
}

.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: #03204A;
  border-color: #03204A;
}

.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: #03204A;
  border-color: #03204A;
}

.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__store-info__label a {
  color: #02B5F2;
  text-decoration: underline;
}





/* Form Checkbox */

.form__checkbox {
  position: relative;
  padding-left: 21px;
  max-width: 100%;
  margin-bottom: 10px;
  min-height: 21px;
}

.form__checkbox__label {
  color: #3E5472;
  cursor:pointer;
  display:block;  
  font-size: 0.7rem;
  font-family: "Montserrat";
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  padding-top: 2px;
}

.form__checkbox__label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__checkbox__indicator {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 1px solid #3E5472;
  border-radius: 6px;
  left: 0;
	position: absolute;	
  top: 0;
}

.form__checkbox__label:hover input ~ .form__checkbox__indicator,
.form__checkbox__label input:focus ~ .form__checkbox__indicator {
  background: #ccc;
}

.form__checkbox__label input:checked ~ .form__checkbox__indicator {
  background: #02B5F2;
  border-color: #02B5F2;
}

.form__checkbox__label:hover input:not([disabled]):checked ~ .form__checkbox__indicator,
.form__checkbox__label input:checked:focus ~ .form__checkbox__indicator {
  background: #02B5F2;
  border-color: #02B5F2;
}

.form__checkbox__label input:disabled ~ .form__checkbox__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.form__checkbox__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.form__checkbox__label input:checked ~ .form__checkbox__indicator:after {
  display: block;
}

.form__checkbox__label .form__checkbox__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__checkbox__label a {
  color: #02B5F2;
  text-decoration: underline;
}





/* Form Checkbox */

.form__radio-icon {
	position: relative;
  padding-left: 27px;
  max-width: 100%;
  margin-bottom: 10px;
  min-height: 76px;
  width: 95px;
  margin-right: 5px;
  display: inline-block;
}

.form__radio-icon__label {
  color: #3E5472;
  cursor:pointer;
  display:block;  
  font-size: 0.625rem;
  font-family: "Montserrat";
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
}

.form__radio-icon__label img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 61px;
  max-height: 42px;
}

.form__radio-icon__label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__radio-icon__indicator {
  height: 76px;
  width: 95px;
  background: #FFF;
  border: 1px solid #3E5472;
  border-radius: 6px;
  left: 0;
	position: absolute;	
  top: 0;
}

.form__radio-icon__label:hover input ~ .form__radio-icon__indicator,
.form__radio-icon__label input:focus ~ .form__radio-icon__indicator {
  background: #ccc;
}

.form__radio-icon__label input:checked ~ .form__radio-icon__indicator {
  background: #02B5F2;
  border-color: #02B5F2;
}

.form__radio-icon__label:hover input:not([disabled]):checked ~ .form__radio-icon__indicator,
.form__radio-icon__label input:checked:focus ~ .form__radio-icon__indicator {
  background: #02B5F2;
  border-color: #02B5F2;
}

.form__radio-icon__label input:disabled ~ .form__radio-icon__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.form__radio-icon__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.form__radio-icon__label input:checked ~ .form__radio-icon__indicator:after {
  display: block;
}




.form__radio-icon__label a {
  color: #02B5F2;
  text-decoration: underline;
}

/* Form GDPR */

.form__gdpr p,
.form__gdpr ol,
.form__gdpr ul,
.form__gdpr dl {
  color: #03204A !important;
  font-size: 0.625rem;
}

.form__denotes {
  font-size: 0.625rem;
  color: #03204A;
  line-height: 1.3;
  margin: 0 0 15px 0;
  padding:0;
  font-family: "Montserrat";
  font-weight: 500;
}

.g-recaptcha {
  margin-bottom: 14px;
}

.form__forgotten {
  font-size: 0.625rem;
  color: #02B5F2;
  text-align: left;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin: 4px 0 10px 0;
  font-family: "Montserrat";
}

.form__forgotten:focus,
.form__forgotten:hover,
.form__forgotten:active {
  color: #008abc;
  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: 500;
  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--login .form__forgotten {
  margin: 0 0 14px 0;
  display: block;
}

.form-password {
  display: block;
  margin-bottom: 15px;
}

.form-password__information {
  font-style: normal;
  font-size: 0.7rem;
}

.form-password__information span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
}

.form__password--strong {
  background-color: green;
  color: #FFF; 
}

.form__password--medium {
  background-color: yellow;
  color: #000;
}

.form__password--weak {
  background-color: red;
  color: #FFF;
}


.form__option {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  cursor: pointer;
  min-height: 20PX;
  margin: 0 0 16px 0;
  font-family: "Montserrat";
  font-size: 0.788rem;
  color: #03204a;
  line-height: 1.6;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
}

.form__option--margin {
  margin: 0 0 12px 0;
}

.form__option--radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  min-height: 20px;
  margin-right: 10px;
}

.form__option input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  text-indent: -9999999999rem;
}

.form__option__indicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);transform: translate(0, -50%);
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  border: 1px solid #C3C3C3;
}

.form__option--radio .form__option__indicator {
  border-radius: 50%;
  height: 18px;
  width: 18px;
}

.form__option:hover input ~ .form__option__indicator,
.form__option input:focus ~ .form__option__indicator {
  background: #FFF;
}

.form__option input:checked ~ .form__option__indicator {
  background: #02B5F2;
  border: 1px solid #02B5F2;
}

.form__option:hover input:not([disabled]):checked ~ .form__option__indicator,
.form__option input:checked:focus ~ .form__option__indicator {
  background: #02B5F2;
  border: 1px solid #02B5F2;
}

.form__option input:disabled ~ .form__option__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.form__option__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.form__option input:checked ~ .form__option__indicator:after {
  display: block;
}

.form__option .form__option__indicator:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

.form__option--checkbox input:disabled ~ .form__option__indicator:after {
  border-color: #7b7b7b;
}

.form__option--radio .form__option__indicator:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.form__option--radio input:disabled ~ .form__option__indicator:after {
  background: #7b7b7b;
}

.form__option__label {
  font-size: 16px;
  color: #185390;
  font-weight: 600;
  display: block;
  padding: 10px 6px;
  cursor: pointer;
}

.form__block--instructor-lesson {
  display: block;
  text-align: center;
  margin-bottom: -15px;
}

.form__block--instructor-lesson .btn {
  margin: 10px 5px;
}

@media  (min-width: 500px) {
  .form__label {
    font-size: 0.7875rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"]),
  .form__select,
  .form__select option,
  .form__textarea {
    font-size: 0.675rem;
  }
}


@media  (min-width: 768px) {

  .form-container {
    margin-bottom: 90px;
  }

  .form__block--instructor-lesson {
    display: block;
    text-align: left;
  }

  .form__block--instructor-lesson .btn {
    margin: 0 10px 0 0;
  }
  

  .form__box {
    padding: 24px 26px 10px 26px;
    margin: 0 0 21px 0;
  }

  .form__header {
    font-size: 1.25rem;
    margin-bottom: 12px;
  } 

  .form__header--secondary {
    font-size: 1rem;
  }

  .form__summary {
    font-size: 0.875rem;
    margin: 0 0 11px 0;
  }
  
  .form__paragraph {
    font-size: 0.9333rem;
  }

  .form__label {
    font-size: 0.875rem;
    display: block;
    margin: 0 0 5px;
  }
  
  .form__label strong {
    font-size: 1.125rem;
  }


  .form__input:not([type="radio"]):not([type="checkbox"]) {
    height: 45px;
    font-size: 0.875rem;
    padding:  7px 12px;
    margin-bottom: 18px;
  }

  .form__input--file {
    padding:  4px 12px !important;
    height: auto !important;
  }

  .form__textarea {
    font-size: 0.875rem;
    padding:  7px 12px;
    margin-bottom: 18px;
    min-height: 90px;
  }

  .form__input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
  .form__textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
  .form__textarea::-moz-placeholder {
    font-size: 0.875rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
  .form__textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }

  .form__input:not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
  .form__textarea:-moz-placeholder{ 
    font-size: 0.875rem;
  }

  .form__select {
    font-size: 0.875rem;
    padding:  0 28px 0 14px;
    height: 45px;
    margin-bottom: 18px;
  }

  .form__select option{
    font-size: 1em;
  }

  .form__image-preview-container {
    margin-bottom: 25px;
  }

  .form__store-info__label {
    font-size: 0.875rem;
  }
  
  .form__denotes {
    font-size: 0.75rem;
    margin: 0 0 15px 0;
  }

  .form__store-info {
    margin-bottom: 11px;
  }

  .form__store-info__label {
    font-size: 0.875rem;
  }

  .form__checkbox {
    margin-bottom: 11px;
  }

  .form__checkbox__label {
    font-size: 0.875rem;
    padding: 0;
  }
  
  .form__gdpr {
    margin: 0 0 14px 0; 
  }

  .form__gdpr p,
  .form__gdpr ol,
  .form__gdpr ul,
  .form__gdpr dl {
    font-size: 0.75rem !important;
    margin-bottom: 14px;
  }

  .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 {
    margin-top: 10px;
    font-size: 0.825rem;
  }

  .form__summary-link {
    font-size: 0.75rem;
  }

  .g-recaptcha {
    margin: 0 0 20px 0;
  }

  .form--login__bottom {
    text-align: right;
  }

  .form--login .form__forgotten {
    vertical-align: middle;
    margin: 0 14px 0 0;
    display: inline-block;
  }

  .form--login .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  
  .form-password {
    margin-bottom: 15px;
  }

  .form-password__information {
    font-size: 0.875rem;
  }

  .form-password__information span {
    padding: 5px 10px;
  }

  
}

@media  (min-width: 1100px) {

  .form-bottom {
    position: relative;
    padding-right: 340px;
  }

  .form-bottom__text {

  }

  .form-bottom__area {
    position: absolute;
    width: 313px;
    right: 0;
    top: 0;
    text-align: right;
  }

}


@media  (min-width: 1300px) {
  
  .form__header {
    font-size: 1.75rem;
    margin-bottom: 9px;
  } 

}


/* 
##########################################
### Timeline
########################################## 
*/


/* TIMELINE UL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  background: #DEEBF0;
  padding: 34px 0
}

.timeline .timeline__text {
  display: block;
  position: relative;
  margin: 0 0 40px 0;
  max-width: 550px;
}

.timeline .timeline__main-header {
  color: #002C6A;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat";
  width: 100%;
  line-height: 1.53;
  margin-bottom: 8px;
}

.timeline .timeline__main-summary {
  color: #002C6A;
  font-size: 0.875rem;
  font-family: "Montserrat";
  width: 100%;
  line-height: 1.5;
}

.timeline .timeline__main-summary a {
  color: #02B5F2;
  text-decoration: underline;
}

.timeline ul {
  padding: 0 0;
  margin: 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 9px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  background: #C0D2E3;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li:last-child {
  background: transparent;
}

.timeline ul li > div {
  position: relative;
  bottom: 0;
  width: 459px;
  padding: 0;
  background: #002C6A;
}

.timeline ul li > div::before {
  content: '';
  position: absolute;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li > div > .timeline__header {
  color: #FFF;
  background: #002C6A;
  font-size: 1.125rem;
  padding: 19px 22px 16px 22px;
  font-weight: 700;
  font-family: "Montserrat";
  width: 100%;
  line-height: 1.53;
  position: relative;
  z-index: 1;
}

.timeline ul li > div > .timeline__summary {
  color: #3E5472;
  font-size: 0.875rem;
  font-family: "Montserrat";
  background-color: #fff;
  padding: 14px 11px 28px 16px;
  width: 100%;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.timeline ul li:nth-child(odd) > div {
  left: 40px;
}

.timeline ul li:nth-child(odd) > div::before {
  left: -16px;
  top: 18px;
  border-width: 9px 16px 9px 0;
  border-color: transparent #002C6A transparent transparent;
}

.timeline ul li:nth-child(even) > div {
  left: -510px;
}

.timeline ul li:nth-child(even) > div::before {
  top: 22px;
  right: -16px;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #002C6A;
}

@media screen and (min-width: 900px) {

  .timeline {
    padding: 100px 0 80px 0;
  }

  .timeline ul li:nth-child(even) > div {
    left: -439px;
  }

  .timeline ul li:nth-child(odd) > div {
    left: 50px;
  }

  .timeline .timeline__text {
    max-width: 300px;
    margin-top: -60px;
    position: absolute;
  }

  .timeline .timeline__main-header {
    font-size: 1.5rem;
    margin-bottom: 14px;
    line-height: 1.16;
  }
  
  .timeline .timeline__main-summary {
    font-size: 1rem;
    line-height: 1.5;
  }
  

}

@media screen and (min-width: 1300px) {

  .timeline ul li:nth-child(even) > div {
    left: -510px;
  }

  .timeline ul li:nth-child(odd) > div {
    left: 60px;
  }

  .timeline .timeline__text {
    max-width: 550px;
    margin-top: -30px;
  }

  .timeline .timeline__main-header {
    font-size: 1.875rem;
    margin-bottom: 14px;
    line-height: 1.16;
  }
  
  .timeline .timeline__main-summary {
    font-size: 1.125rem;
    line-height: 1.5;
  }


}



/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #02B5F2;
  counter-increment: section; 
  content: counter(section);
  text-align: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 8px 0;
  font-family: "Montserrat";
}

.timeline ul li > div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) > div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) > div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view > div {
  transform: none;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: -7px;
  max-width: 459px;
  z-index: 10;
}






@media screen and (min-width: 900px) {


  .timeline ul li.in-view > div {
    position: relative;
    top: -12px;
  }

  .timeline.timeline--child ul li.in-view:nth-child(1) > div:after {
    width: 344px;
    height: 432px;
    position: absolute;
    content: ' ';
    top: -370px;
    right: -110px;
    background: url('../images/child-1.png') no-repeat;
    background-size: contain;
    z-index: 0;
  }
  
  
  
  .timeline.timeline--child ul li.in-view:nth-child(3) > div:after {
    width: 344px;
    height: 432px;
    position: absolute;
    content: ' ';
    top: -216px;
    left:0;
    background: url('../images/child-2.png') no-repeat;
    background-size: contain;
    z-index: 0;
  }
  
  
  .timeline.timeline--child ul li.in-view:nth-child(2) > div:after {
    width: 344px;
    height: 432px;
    position: absolute;
    content: ' ';
    top:100%;
    left: -170px;
    background: url('../images/child-3.png') no-repeat;
    background-size: contain;
    z-index: 0;
  }
  
  .timeline.timeline--child ul li.in-view:nth-child(4) > div:after {
    width: 255px;
    height: 340px;
    position: absolute;
    content: ' ';
    top:0;
    left: 150%;
    background: url('../images/child-4.png') no-repeat;
    background-size: contain;
    z-index: 0;
  }
  
  

}

@media screen and (min-width: 1300px) {

  .timeline ul li.in-view > div {
    position: relative;
    top: -10px;
  }


  .timeline ul li::after,
  .timeline ul li.in-view::after {
    height: 43px;
    width: 43px;
    font-size: 1.25rem;
    padding: 11px 0;
  }
  
}



/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li > div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) > div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 900px) {

  .timeline ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li > div {
    width: calc(100vw - 106px);
  }
  .timeline ul li:nth-child(even) > div {
    left: 40px;
  }
  .timeline ul li:nth-child(even) > div::before {
    left: -12px;
    border-width: 7px 12px 7px 0;
    border-color: transparent #002C6A transparent transparent;
    top: 18px;
}

  .timeline ul li:nth-child(odd) > div::before {
    left: -12px;
    border-width: 7px 12px 7px 0;
    border-color: transparent #002C6A transparent transparent;
    top: 18px;
  }

    

}

@media screen and (max-width: 767px) {

  .timeline ul li > div > .timeline__header {
    font-size: 0.8125rem;
    padding: 14px 16px;
  }

  .timeline ul li > div > .timeline__summary {
    padding: 14px 11px 28px 16px;
    font-size: 0.625rem;
  }
}

/* 
##########################################
### Downloads
########################################## 
*/

.downloads {
  max-width: 770px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 22px;
}

.downloads__header {
  color: #FFF;
  font-size: 1.25rem;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 900;
  display: none;
}

.downloads__section {
  margin: 0 0 20px 0;
}


.download {
  margin-bottom: 5px;
  width:100%;
  display:block;
  border-radius: 10px;
  overflow: hidden;
}

.download__link {
  background: #3E5472;
  color: #FFF;
  display: block;
  height: 100%;
  min-height: 30px;
  padding: 14px 95px 14px 14px;
  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{
  background: #03204A;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  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: #03204A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.download__text {
  display:block;
}

.download__title {
  color: #FFF;
  display:block;
  font-family: "Montserrat";
  font-size: 0.73rem;
  font-weight: 400;
  margin:0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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: #FFF;
}

.download__size {
  color: #FFF;
  display: block;
  font-family: "Montserrat";
  font-size: 0.625rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  margin: 0 0;
  position: absolute;
  right: 40px;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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;
  color: #FFF;
}

.download__icon {
  bottom:0;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top:50%;
  -webkit-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download__icon svg {
  width:20px;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width:768px) {

  .downloads {
    margin-top:19px;
    margin-bottom: 40px;
  }

  .downloads__section {
    margin: 0 0 40px 0;
  }
  
  .download {
    margin-bottom: 5px;
    min-height: 45px;
  }

  .download__link {
    min-height: 45px;
    padding: 13PX 80px 13PX 17PX;
  }

  .download__title {
    font-size: 1rem;
  }

  .download__size {
    font-size: 0.6875rem;
    margin: 0;
    right: 52px ;
  }

  .download__icon {
    right: 12px;
    width: 27px;
    height: 27px;
  }

  .download__icon svg {
    width: 27px;
    height: 27px;
  }

}

/* 
##########################################
### Faqs
########################################## 
*/

.faqs {
  max-width: 780px;
  padding: 0 0 24px 0;
}

.faq {
  margin-bottom: 2px;
  position: relative;
}

.faq__question {
  background: #3E5472;
  color: #FFF;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.375;
  padding: 10px 40px 10px 12px;
  position: relative;
  text-align: left;
  -webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;
}

.faq__question:hover,
.faq__question:active,
.faq__question:focus,
.faq.active .faq__question {
  background: #03204A;
  -webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;
} 

.faq__question__icon {
  position: absolute;
  right: 10px;
  top:0;
  bottom:0;
  width: 20px;
  font-size: 1em;
}

.faq__question__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
  font-size: 1em;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s all ease-in-out ;
  transition: 0.3s all ease-in-out ;
}

.faq.active .faq__question__icon svg  {
  -webkit-transition: 0.3s all ease-in-out ;
  transition: 0.3s all ease-in-out ;
  transform: translate(-50%,-50%) rotate(90deg);
}

.faq__answer {
  background: #03204A;
  border: none ;
  margin-bottom: 0;
  padding: 15px 12px 20px 12px;
  border-top: 2px solid #FFF;
}

.faq__answer.article {
  max-width: 100% !important;
}

.faq__answer * {
  color: #FFF !important;
}

.faq__answer *:last-child {
  margin-bottom:0;
  padding-bottom: 0;
}

.faq__answer.article p,
.faq__answer.article ol,
.faq__answer.article ul,
.faq__answer.article dl,
.faq__answer.article td,
.faq__answer.article li {
  font-size: 0.75rem;
}



@media screen and (min-width: 768px) { 

  .faqs {
    padding-bottom: 40px;
  }

  .faq__question {
    font-size: 1rem;
    padding: 13.5px 48px 13.5px 18px;
  }

  .faq__answer {
    background: #03204A;
    border: none ;
    margin-bottom: 0;
    padding: 19px 16px 28px 19px;
    border-top: 2px solid #FFF;
  }
  

  .faq__question__icon {
    width: 28px;
    right: 10px;
  }

  .faq__question__icon svg {
    height: 28px;
    width: 28px;
  }

  .faq__answer.article p,
  .faq__answer.article ol,
  .faq__answer.article ul,
  .faq__answer.article dl,
  .faq__answer.article td,
  .faq__answer.article li {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1300px) { 

  .faqs {
    padding-bottom: 55px;
  }

  .faq__answer.article p,
  .faq__answer.article ol,
  .faq__answer.article ul,
  .faq__answer.article dl,
  .faq__answer.article td,
  .faq__answer.article li {
    font-size: 0.9375rem;
  }
}

/* 
##########################################
### Site Map
########################################## 
*/

.sitemap {
  margin: 0 0 30px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  max-width: 780px;
}

.sitemap-item {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e1e1e1;
}

.sitemap-item:last-child {
	border-bottom-width: 0;
}

.sitemap-item__link {
  font-size: 1rem;
  color: #03204A;
  padding: 10px 20px;
  display: block;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif, Helvetica, Arial;
}

.sitemap-item__link:hover {
  color: #02B5F2;
  text-decoration: underline;
}

.sitemap-item-2 {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e1e1e1;
}

.sitemap-item-2__link {
  font-family: 'Montserrat', sans-serif, Helvetica, Arial;
  font-size: 0.9rem;
  color: #03204A;
  padding: 12px 0 12px 40px;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
}

.sitemap-item-2__link:hover {
	text-decoration: underline;
	color: #02B5F2 !important;
}

.sitemap-item-3 {
  margin: 0 0 0 0;
  width: 100%;
  list-style-type: disc;
  height: auto;
  padding: 16px 0 16px 50px;
    border-bottom: 1px solid #e1e1e1;
}

.sitemap-item-3__link {
  font-size: 0.825rem;
  font-family: 'Montserrat', sans-serif, Helvetica, Arial;
  color: #03204A;
  text-decoration: none;
  display: block;
  font-weight: 500;
  line-height: 1.4;
}

.sitemap-item-3__link:hover {
	text-decoration: underline;
	color: #02B5F2;
}

@media (min-width:768px) {

  .sitemap {
    margin: 0 0 50px 0;
  }

	.sitemap-item__link,
	.sitemap-item__link:visited {
		font-size: 1.125rem;
	}

	.sitemap-item-2__link,
	.sitemap-item-2__link:visited {
		font-size: 0.9333rem;
	}

	.sitemap-item-3__link,
	.sitemap-item-3__link:visited {
		font-size: 0.825rem;
	}

}


/*
##########################################
### 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: 1rem;
  cursor: pointer;
  color: #FFF;
  text-shadow: none;
  opacity: 0.8;
  position:absolute;
  right: 6px;
  top: 52%;
  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:800px) {

  /* tooltip */
  .bvalidator-bslikert-tooltip {
    font-size: 0.75rem;
  }   

  .bvalidator-bslikert-tooltip {
      padding-top: 6px;
  }
}


/* 
##########################################
### Walkaround
########################################## 
*/


.walkaround-container {
  background-color: #BCBCBC;
  height: 250px;
  position: relative;
}

.walkaround-container__text {
  color: #6A6A6A;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {

  .walkaround-container {
    height: 400px;
  }

  .walkaround-container__text {
    font-size: 1.125rem;
  }

}

@media screen and (min-width: 1300px) {

  .walkaround-container {
    height: 524px;
  }

}

/* 
##########################################
### Swimming Bar
########################################## 
*/

.swimming-bar {
  text-align: center;
  background-color: #002C6A;
}

.swimming-bar__item {
  border-bottom: 2px solid #FFF;
  padding: 31px 20px 37px 20px;
  width: 100%;
}

.swimming-bar__item__header {
  color: #FFF;
  font-size: 1.125rem;
  margin: 0 0 7px 0;
  font-weight: 700;
}

.swimming-bar__item__summary {
  color: #FFF;
  font-size: 0.75rem;
  margin: 0 0 18px 0;
  padding: 0;
}

@media screen and (min-width: 768px) {

  .swimming-bar__item {
    border-bottom-width: 3px;
    padding: 39px 20px 44px 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin:0 -2px;
  }

  .swimming-bar__item:first-child {
    border-right: 3px solid #FFF;
  }

  .swimming-bar__item__header {
    margin-bottom: 10px;
    font-size: 1.5625rem;
  }
  
  .swimming-bar__item__summary {
    margin-bottom: 18px;
    font-size: 0.875rem;
  }
  
  
}


/* 
##########################################
### Footer
########################################## 
*/

.footer {
  display:block;
  text-align: center;
}

.footer__top {
  padding: 22px 0 24px 0;
  text-align: center;
  background-color: #03204A;
}


.footer__top__section-1,
.footer__top__section-2 {
  display: none;
}

.footer__top__section-3 .btn {
  margin-bottom: 12px;
  margin-left: 1px;
  margin-right: 1px;
}

.footer__top__header {
  margin-bottom: 14px;
}

.footer__top__header,
.footer__top__header-link {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  font-weight: 900;
}

.footer__top__header-link {
  border-bottom:0 solid #FFF;
  padding-bottom: 1px;
  display: inline-block;
}

.footer__top__header-link:hover,
.footer__top__header-link:focus,
.footer__top__header-link:hover {
  color: #FFF;
  padding-bottom: 0;
  border-bottom:1px solid #FFF;
}

.footer__top__social {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}

.footer__top__social__list {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0; 
}

.footer__top__social__list-item {
  height: 38px;
  width: 38px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
}

.footer__top__social__list-item-link {
  background-color: transparent;
  border-radius: 1000px;
  border: 1px solid #FFFFFF;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.footer__top__social__list-item-link:focus,
.footer__top__social__list-item-link:hover {
  background: #FFFFFF;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;

}

.footer__top__social__list-item-link svg{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  height: 16px;
  width: 16px;
}

@media screen and (min-width: 768px) {

  .footer {
    display:block;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    text-align: left;
  }

  .footer__top {
    text-align: center;
    padding: 0 0 0 0;
    height: 217px;
    overflow: hidden;
  }

  .footer__top .relative {
    min-height: 300px;
    padding: 40px 20px;
  }

  .footer__top__section-3 {
    padding-right: 20px;
  }

  .footer__top__section-3 .btn {
    margin: 0;
  }
  


  .footer__top__section-3 {
    display: inline-block;
    vertical-align: top;
    width: 388px;
  }

  .footer__top__header {
    font-size: 1.125rem;
    color: #FFF;
    margin: 0 0 12px 0;
    line-height: 1.222;
    text-align: center;
  }

  .footer__top__summary {
    text-align: left;
    max-width: 273px;
    margin: 0 0 21px 0;
    font-size: 0.875rem;
  }

  .btn.footer__top__btn {
    box-shadow: 0 0 0 0 rgba(107, 91, 91, 0) !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-width: 0 !important;
    margin:0 auto 20px auto;
    display: block;
    width: 178px;
  }

  .footer__top__list {
    position: relative;
    display:block;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }

  .footer__top__list-item {
    display:block;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 11px 0;
  }

  .footer__top__list-item-link {
    font-size: 0.875rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
  }

  .footer__top__list-item-link:hover,
  .footer__top__list-item-link:focus {
    color: #FFF;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .footer__top__phone {
    display: block;
    font-size: 0.875rem;
    margin: 0 0 14px 0;
    text-align: left;
  }

  .footer__top__phone-icon {
    width: 16.53px;
    height: 16.53px;
    margin-right: 15px;
  }

  .footer__top__phone-icon svg {
    width: 16.53px;
    height: 16.53px;
  }

  .footer__top__social__list {
    margin: 0;
    text-align: left;
  }

  .footer__top__social__list-item {
    width: 49px;  
    height: 49px;
    margin-left: 10px;
  }

  .footer__top__social__list-item-link {
    border-radius: 49px;
  }
  
  .footer__top__social__list-item-link svg{
    height: 20px;
    width: 20px;
  }

}



@media screen and (min-width: 900px) {

  .footer__top__header {
    text-align: left;
  }

  .footer__top__social__list-item {
    width: 57px;  
    height: 57px;
    margin-left: 10px;
  }

  .footer__top__social__list-item-link {
    border-radius: 57px;
  }

  .footer__top__social__list-item-link svg{
    height: 25px;
    width: 25px;
  }

  .btn.footer__top__btn {
    margin: 0 0 10px 0;
  }

}

@media screen and (min-width: 1125px) {

  .footer__top {
    text-align: left;
    height: 325px;
  }
  
  .footer__top .relative {
    min-height: 325px;
    padding: 69px 0;
    text-align: left;
  }

  .footer__top__list {
    margin-bottom: 0;
  }


  .footer__top__section-1,
  .footer__top__section-2 {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    margin: 0 -2px 0;
    max-width: 332px;
  }

}

/* 
##########################################
### Footer Bottom
########################################## 
*/
  
.footer__bottom {
  padding: 24px 0 25px;
  background: #DEEBF0;
  text-align: center;
}

.footer__bottom__header {
  font-size: 0.6875rem;
  color: #3E5472;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  display: block;
  padding: 0;
  margin: 0 0 14px 0;
}

.footer__bottom__header-img-link {
  display: inline-block;
}

.footer__bottom__header-img {
  display: inline-block;
  width: 107px;
  vertical-align: middle;
  margin: 4px 5px;
}

.footer__bottom__list {
  margin: 0 0 10px 0;
  padding:0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer__bottom__list-item {
  display: inline-block;
  margin: 0 5px  5px;
}

.footer__bottom__list-item-link  {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #3E5472;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 7px 0;
  text-decoration: underline;
}

.footer__bottom__list-item-link:hover,
.footer__bottom__list-item-link:focus,
.footer__bottom__list-item-link:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #002C6A;
}

.footer__arkom {
  color: #3E5472;
  margin: 0 0 0 0;
  font-size: 0.6875rem;
  text-align: center;
}

.footer__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: -2px;
  margin-left: 2px;
}

.footer__arkom-link:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__arkom-link svg {
  margin: 0 0 0 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}



@media screen and (min-width: 768px) {

  .footer__bottom {
    padding: 28px 0 32px;
  }

  .footer__bottom__header {
    font-size: 0.7875rem;  
  }

  .footer__bottom__header-img {
    width: 143px;
    margin-left: 8px;
  }

  
  .footer__logos-list-item {
    height: 58px;
    width: auto !important;
    margin: 0; 
    font-size: 0.7875rem;  
  }

  .footer__bottom__list-item-link  {
    font-size: 0.7875rem;
  }

  .footer__arkom {
    display: inline-block;
    font-size: 0.7875rem;
  }

  .footer__arkom-link {
    margin-left: 0;
  }

  .footer__arkom-link svg {
    margin: 0 0 0 2px;
    width: 17px;
    height: 18px;
    top: -2px;
    position: relative;
    vertical-align: middle;
  }
}


@media screen and (min-width: 1125px) {
  
  .footer__bottom {
    padding: 50px 0;
    text-align: left;
    min-height: 140px;
  }

  .footer__bottom__header {
    font-size: 0.9375rem;
    display: inline-block;
    margin:0;
    padding:0;
  }

  .footer__bottom__header-img {
    width: 143px;
    margin-left: 8px;
  }

  .footer__bottom__list {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 28px;
    padding:0;
  }
  
  .footer__bottom__list-item {
    margin-right: 33px;
  }

  .footer__bottom__list-item-link  {
    font-size: 0.9375rem;
  }

  .footer__arkom {
    font-size: 0.9375rem;
    margin:0;
    padding:7px 0;
  }
  
}


/*  
##########################################
### Lightbox
########################################## 
*/

.lightbox {
  display: none;
}


/*
##########################################
### 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:10px;
  line-height: 1;
}

.popup-modal__close:hover,
.popup-modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-modal__header {
  font-size: 0.75rem;
  color: #231E1F;
  font-weight: 600;
  margin-bottom: 10px;
  font-style: normal;
}

.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: 0.9333rem;
    margin-bottom: 14px;
  }

  .btn.popup-modal__confirm {
    min-width: 150px;
  }

  .btn.modal-close {
    min-width: 150px;
  }
}

/* 
########################################## 
### 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: 12px;
  color: #999999;
}

.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;
}

.lessson-credits {
  background: #3E5472;
  color: #FFF;
  display: block;
  height: 100%;
  padding: 10px 14px 10px 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0 12px 0;
}

@media screen and (min-width: 767px) {

  .lessson-credits {
    background: #3E5472;
    color: #FFF;
    display: block;
    height: 100%;
    min-height: 30px;
    padding: 14px 20px 14px 20px;
    position: relative;
    font-size: 1rem;
    display: inline-block;
    margin: 0 0 20px 0;
  }

}

/* 
##########################################
### Table Primary
########################################## 
*/

.table-primary-wrapper {
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}

.table-primary-wrapper.table-primary-wrapper--grey {
  margin: 0;
}

.table-primary-container {
  overflow-y:hidden;
  webkit-overflow-scrolling: auto;
  margin-bottom: 1px;
  padding: 10px 12px;
}

.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__body .table-primary__tr:last-child .table-primary__td {
  border-bottom-width: 0;
}

.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;
  position: relative;
}


.table-primary__tr-primary {
  color: #FFF;
  font-weight: 500;
  text-align: left;
}

.table-primary__tr-grey {
  background-color: #DEEBF0;
  font-weight: 500;
  text-align: left;
}


.table-primary__tr-basket {
  background-color: #DEEBF0;
  font-weight: 500;
  text-align: left;
  padding: 0 0;
}

.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(odd) {
  background-color: #DEEBF0;
}

.table-primary__tr-secondary:nth-child(even) {
  background-color: #DEEBF0;
}

.table-primary__head {
  margin: 0;
  position: relative;
}



.table-primary__head--grey.table-primary__head:before,
.table-primary__head--grey.table-primary__head:after {
  display: none !important;
}

.table-primary__th {
  padding: 5px 20px 4px 14px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  color: #03204A;
  background-color: #DEEBF0;
  font-size: 0.625rem;
  font-family: "Montserrat";
}

.table-primary__th--alt {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
  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:#002C6A;
  font-family: "Montserrat";
  border-bottom: 1px solid #B4BDC9;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-primary__td__link {
  color:#002C6A !important;
  text-decoration: underline;
}

.table-primary__td__image {
  display: inline-block;
  margin: 0;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}


.table-primary__td__list {
  padding: 5px 8px;
  font-size: 0.75rem;
  font-weight: 400;
  color:#002C6A;
  font-family: "Montserrat";
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 0 0 1rem;
  margin: 0;
}

.table-primary__td__list a{
  color: #043D9F;
  text-decoration: underline;
}

.table-primary__td__list a:hover,
.table-primary__td__list a:focus{
  color: #054fd0;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}


.table-primary__td__list {
  list-style: disc;
}

.table-primary__td__list li {
  list-style-type: none;
  line-height: 1.4;
}

.table-primary__td__list > li:last-child {
  margin-bottom: 0;
}

.table-primary__td__list > li::before {
  content: "\2022"; 
  color: #02B5F2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.table-primary__td__list > li{
  margin-bottom: 15px;
  color: #3E5472;
  font-size: 0.75rem;
}


.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: #03204A;
  text-decoration: underline;
}

.table-primary__td__link-black:hover,
.table-primary__td__link-black:focus {
  color: #03204A;
}

.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%;
}

.table-primary__td-header {
  display: none;
}

@media screen and (max-width: 767px) {

  .table-primary-container {
    padding:0;
  }

  .table-primary {
    display: block;
  }

  .table-primary__head {
    display: none;
  }

  .table-primary__body {
    display: block;
  }

  .table-primary__tr {
    display: block;
    MARGIN: 0 0 4px;
    text-align: left;
    background-color: #DEEBF0;
    padding: 15px 10px;
  }


  .table-primary__td {
    display: block;
    WIDTH: 100%;
    border-bottom-width: 0px;
  }

  .table-primary__td-header {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
  }

  .table-primary__tr-secondary:nth-child(odd) {
    display: block;
    margin: 0 0 5px 0;
  }
  
  .table-primary__tr-secondary:nth-child(even) {
    display: block;
    margin: 0 0 5px 0;
  }

}



@media screen and (min-width: 768px) {

  .table-primary-container {
    overflow-y:hidden;
    webkit-overflow-scrolling: auto;
    margin-bottom: 1px;
    padding: 10px 12px;
    background-color: #DEEBF0;
  }

  .table-primary {
    background-color: #DEEBF0;
  }

  .table-primary-header {
    color: #212121;
    font-size: 1.25rem;
    margin:  0 0 12px 0;
  }

  .table-primary__td {
    padding: 15.5px 13.5px;
    font-size: 0.875rem;
  }

  .table-primary__td__list > li{
    font-size: 0.875rem;
  }

  .table-primary__td-basket {
    min-height: 130px;
    padding: 14px 14px;
  }

  .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;
  }

  .table-primary--border-large {
    border-top: 1px solid #BCBCBC !important;
    padding-top:20px;
  }

}

@media screen and (min-width: 1230px) {

  .table-primary__head:before {
    height: 35px;
  }
  
  .table-primary__head:after {
    height: 35px;
  }

  
  .table-primary__th {
    padding: 11px 17px 8px 12px;
    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 20px;
  }

  .table-primary__th--down {
    padding: 11px 17px 11px 20px;
  }


  .table-primary__td-basket {
    padding: 18px 11px 18px 11px;
  }

}


@media screen and (min-height: 706px) {

  .table-primary-container.table-primary-container--alt {
    max-height: 600px;
  }

}

@media screen and (min-width: 760px) {

  .table-primary-container {
    padding: 13px 17px 13px;
  }

}

@media screen and (min-height: 933px) {

  .table-primary-container.table-primary-container--alt {
    max-height: 800px;
  }

}


/* 
##########################################
### Table Secondary
########################################## 
*/

.table-secondary-wrapper {
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}

.table-secondary-wrapper.table-secondary-wrapper--grey {
  margin: 0;
}

.table-secondary-container {
  overflow-y:hidden;
  webkit-overflow-scrolling: auto;
  margin-bottom: 1px;
  padding: 0 0;
}

.table-secondary-container.table-secondary-container--alt {
  table-layout: fixed;
  max-height: 400px;
  overflow-y: scroll;
  position: sticky;
}

.table-secondary-container.table-secondary-container--alt .table-secondary { 
  min-width: 1000px;
  width: 100%;
  table-layout: fixed;
  display: block;
  overflow: inherit !important;
  overflow: initial !important;
}

.table-secondary-container.table-secondary-container--alt .table-secondary .table-secondary__head { 
  width: 100%;
  top: 0;
  position: sticky;
  right: 0;
  left: 0;
  table-layout: fixed;
  min-width: 1000px;
  display: table;
}

.table-secondary-container.table-secondary-container--alt .table-secondary .table-secondary__body { 
  table-layout: fixed;
  display: table;
  width: 100%;
}

.table-secondary__body .table-secondary__tr:last-child .table-secondary__td {
  border-bottom-width: 0;
}

.table-secondary-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-secondary-container::-webkit-scrollbar {
  height: 15px;
  background-color: #d5d9dc;
  -webkit-appearance: none;
}

.table-secondary-container::-webkit-scrollbar-thumb {
  background-color: #989899;
}

.table-secondary-header {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 500;
  margin:  0 0 8px 0;
}

.table-secondary {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
}

.table-secondary, .table-secondary__td, .table-secondary__th {
  border: 1px solid #a7a7a7;
}


.table-secondary__tr-primary {
  color: #FFF;
  font-weight: 500;
  text-align: left;
}

.table-secondary__tr-blue {
  background-color: #002C6A;
  font-weight: 500;
  text-align: left;
}

.table-secondary__tr-blue .table-secondary__th {
  background-color: #002C6A;
  color: #FFF;
}


.table-secondary__tr-basket {
  background-color: #DEEBF0;
  font-weight: 500;
  text-align: left;
  padding: 0 0;
}

.table-secondary__tr-secondary:hover {
  position: relative;
  z-index: 1000;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.table-secondary__tr-secondary:nth-child(odd) {
  background-color: #DEEBF0;
}

.table-secondary__tr-secondary:nth-child(even) {
  background-color: #DEEBF0;
}

.table-secondary__head {
  margin: 0;
  position: relative;
}



.table-secondary__head--grey.table-secondary__head:before,
.table-secondary__head--grey.table-secondary__head:after {
  display: none !important;
}

.table-secondary__th {
  padding: 3px 4px;
  white-space: nowrap;
  font-weight: 700;
  color: #002C6A;
  background-color: #DEEBF0;
  font-size: 0.65rem;
  font-family: "Montserrat";
}

.table-secondary__th--alt {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 0.875rem;
  margin: 0 0 12px 0;
  padding: 5px 20px 4px 0;
  line-height: 1.19;
}

.table-secondary__td {
  padding: 3px 4px;
  font-size: 0.625rem;
  font-weight: 700;
  color:#002C6A;
  font-family: "Montserrat";
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-secondary__td__link {
  color:#002C6A !important;
  text-decoration: underline;
}

.table-secondary__td__image {
  display: inline-block;
  margin: 0;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}


.table-secondary__td__list {
  padding: 5px 8px;
  font-size: 0.75rem;
  font-weight: 400;
  color:#002C6A;
  font-family: "Montserrat";
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 0 0 1rem;
  margin: 0;
}

.table-secondary__td__list a{
  color: #043D9F;
  text-decoration: underline;
}

.table-secondary__td__list a:hover,
.table-secondary__td__list a:focus{
  color: #054fd0;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}


.table-secondary__td__list {
  list-style: disc;
}

.table-secondary__td__list li {
  list-style-type: none;
}

.table-secondary__td__list > li:last-child {
  margin-bottom: 0;
}

.table-secondary__td__list > li::before {
  content: "\2022"; 
  color: #02B5F2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.table-secondary__td__list > li{
  margin-bottom: 15px;
  color: #3E5472;
  font-size: 0.75rem;
}


.table-secondary__tr-secondary:hover .table-secondary__td.table-secondary__td {
  background-color: #dbdbdb !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.table-secondary__td.table-secondary__td--white {
  background-color: #FFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.table-secondary__td--wrap {
  white-space: initial !important;
}

.table-secondary__td--medium {
  font-weight: 500;
}

.table-secondary__td .lg-text {
  font-size: 0.7rem;
  display: block;
}

.table-secondary__td .lg-text.lg-text--padding {
  margin-bottom: 5px;
}

.table-secondary__td:last-child {

}

.table-secondary__td__link-black {
  color: #03204A;
  text-decoration: underline;
}

.table-secondary__td__link-black:hover,
.table-secondary__td__link-black:focus {
  color: #03204A;
}

.table-secondary__td .form__select,
.table-secondary__td .form__input {
  margin-bottom: 0 !important; 
}

.table-secondary__td__icon {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
}

.table-secondary__td__icon svg {
  vertical-align: top;
  height:100%;
}

.table-secondary__td-header {
  display: none;
}

@media screen and (max-width: 767px) {

  .table-secondary__td {
    display: inline-block !important;
    width: 50% !important;
    border: none;
  }

}



@media screen and (min-width: 768px) {

  .table-secondary-container {
    overflow-y:hidden;
    webkit-overflow-scrolling: auto;
    margin-bottom: 1px;
    padding: 0;
    background-color: #DEEBF0;
  }

  .table-secondary {
    background-color: #DEEBF0;
  }

  .table-secondary-header {
    color: #212121;
    font-size: 1.25rem;
    margin:  0 0 12px 0;
  }

  .table-secondary__td {
    padding: 3px 5px;
    font-size: 0.625rem;
  }

  .table-secondary__td__list > li{
    font-size: 0.75rem;
  }

  .table-secondary__td-basket {
    min-height: 130px;
    padding: 14px 14px;
  }


  .table-secondary__td .lg-text {
    font-size: 1rem;
    
  }

  .table-secondary__td .lg-text.lg-text--padding {
    margin-bottom: 10px;
  }
  
  .table-secondary__td__link-black {
    font-size: 0.875rem;
  }

  .table-secondary__td__icon {
    height: 30px;
    width: 30px;
  }

  .table-secondary--border-large {
    border-top: 1px solid #BCBCBC !important;
    padding-top:20px;
  }

}

@media screen and (min-width: 1230px) {

  .table-secondary__head:before {
    height: 35px;
  }
  
  .table-secondary__head:after {
    height: 35px;
  }

  
  .table-secondary__th {
    padding: 3px 5px;
    vertical-align: bottom;
    font-size: 0.75rem;
  }

  .table-secondary__th--alt {
    font-size: 1.4375rem;
    vertical-align: bottom;
    padding: 11px 17px 8px 0;
  }

  .table-secondary__th--up {
    padding: 11px 17px 11px 20px;
  }

  .table-secondary__th--down {
    padding: 11px 17px 11px 20px;
  }


  .table-secondary__td-basket {
    padding: 18px 11px 18px 11px;
  }

}


@media screen and (min-height: 706px) {

  .table-secondary-container.table-secondary-container--alt {
    max-height: 600px;
  }

}

@media screen and (min-height: 933px) {

  .table-secondary-container.table-secondary-container--alt {
    max-height: 800px;
  }

}




/* 
##########################################
### 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: #03204A;
}

.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: #DEEBF0;
  color: #002C6A;
  font-weight: 500;
  text-align: left;
}

.table-tertiary__head {
  margin: 0;
}

.table-tertiary__th {
  color: #002C6A;
  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: #002C6A;
  background: #DEEBF0;
  border-bottom: 1px solid #fff;
}

.table-tertiary__td.table-tertiary__td--grey {
  background: #F8F8F8 ;
}

.table-tertiary__td:first-child span{
  margin-bottom: 8px;
  display: block;
}

.table-tertiary__td:last-child {
  border-right: 1px solid #fff;
}

.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.875rem;
    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%);
    ;
  }

}


@media screen and (min-width: 1300px) {

  .table-tertiary {
    margin-bottom: 47px;
  }

}



/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.10 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, NoÃƒÂ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden
  }

  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 17px;
    z-index: 2147483646;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #000000;
    background-color: rgba(0,0,0,0.4); 
    height: 100%;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, .35)
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 0;
    border-bottom: 0 solid transparent;
    /* max-height: 100%; */
    width: 100%;
    max-width: 960px;
    background: #fff;
    cursor: auto;
    white-space: normal;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    max-height: 690px;
    margin-top: 50px;
    vertical-align: top;
    overflow: initial;
    overflow: inherit;
    
  }

  .featherlight.featherlight--no-pad .featherlight-content {
    padding: 48px 0 0 0;
    position: relative;
    max-height: 690px;
    height: 100%;
  }

  .featherlight .featherlight-inner {
    display: block !important;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
  }

  .featherlight link.featherlight-inner,
  .featherlight script.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #FFF;
    border: 0;
    padding: 0;
    font-size: 0.933rem;
    width: 103px;
    height: 38px;
    background-color: #231E1F;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    top: -38px;
    line-height: 1.4;
  }

  .featherlight .featherlight-close-icon span {
    font-size: 1.45rem;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
  }

  .featherlight .featherlight-close-icon:hover,
  .featherlight .featherlight-close-icon:active,
  .featherlight .featherlight-close-icon:focus {
    background:  rgb(224, 50, 50);
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in
  }

  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
  }

  .featherlight .featherlight-image {
    width: 100%
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: inherit
  }

  .featherlight iframe {
    border: 0
  }

  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .featherlight .featherlight-content {
    height: 100%;
  }
}

@media only screen and (max-width:799px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 85%;
    padding: 0 10px 0 10px;
    border-bottom: 0 solid transparent;
    height: 100%;
  }

  .featherlight.featherlight--no-pad .featherlight-inner {
    padding: 35px 0 0 0;
  }
  
  .featherlight .featherlight-inner {
  }
  
}

@media only screen and (max-width:599px) {
  .featherlight .featherlight-close-icon {
    font-size: 0.825rem;
    width: 80px;
    height: 35px;
    top: -35px;
    line-height: 1.6;
  }


}

@media print {
  @page {
    size: landscape
  }

  html.with-featherlight>*>:not(.featherlight) {
    display: none
  }
}

/*
##########################################
### Featherlight Extras
########################################## 
*/

.fl-lightbox {
  display: none;
}

.fl-lightbox  .row {
  padding:0 !important;
}

.featherlight.small-form .featherlight-content {
  max-width: 300px;
  max-height: 153px;
  text-align: center;
  padding: 20px;
}





/*
##########################################
### Product - Information
########################################## 
*/

.product-information {
  position: relative;
  max-width: 600px;
}

.product-information__details {
  margin: 0 0 14px; 
}

.product-information__images {
  margin:0 0 28px 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 {
  padding:0;
  max-width: 450px;
}

.product-information__images #article-images .slide {
  padding: 0;
}

@media (min-width:500px) {
 
  .product-information__label {
    display: none !important;
  }
}
 
@media (min-width:768px) {
  
  .product-information {
    /* padding-left: 340px; */
    margin-bottom: 38px;
    min-height: 357px
  }
  
  .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;
  }
  

}

@media (min-width:994px) {
  .product-information__label {
    display: block !important;
  }
}

@media (min-width:1100px) {

  .product-information {
    /* padding-left: 400px; */
    margin-bottom: 38px;
    min-height: 421px;
  }

  .product-information__images {
    width: 355px;
  }

}

 
@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 9px;
  border-top: 1px solid #AAAAAA;
  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: #707070;
  font-size: 0.625rem;
  font-weight: 400;
  margin:0;
  padding:0;
}

.product-information__form__rrp {
  font-size: .75rem;
  color: #000000;
  margin: 0;
  padding: 0;
}

.product-information__form__your-price {
  font-size: .9375rem;
  color: #000000;
  margin: 0;
  padding: 0;
}

.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 label {
  display: none !important;
}

.product-information__form__item-3 .btn {
  width: 100%;
}


@media (min-width:500px) {

  .product-information__form__currency p {
    font-size: 0.7rem;
  }

}

@media (min-width: 600px) {
  .product-information__form__item-1 {
    width: 174px;
    float: left;
  }

  .product-information__form__item-2 {
    width: 240px;
    margin-left: 10px;
    float: left;
  }

  .product-information__form__item-3 {
    width: 100%;
  }

  .product-information__form__item-3 {
    max-width: 210px;
  }
}

 
@media (min-width:768px) {

  .form.product-information__form {
    padding: 20px 12px;
  }

  .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;
  }

}
 
@media (min-width:1250px) {
  .product-information__form__item-3 {
    width: auto;
    float: left;
    margin-left: 10px;
  }

  .product-information__form__item-3 label {
    display: block !important;
  }
}

.qty-bar {
  position: relative;
  padding-left: 36px;
}

.qty-bar label {
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
}

.qty-bar input {
  width: 100%;
}

.product-information__buy-box {
  background-color: #EBEBEB;
  padding: 17px 22px;
  margin: 0 0 16px 0;
}

.product-information__buy-box:after,
.product-information__buy-box:before {
	content: ' ';
	display: table;
	clear: both;
}

.product-information__buy-box__price-from {
  color: #03204A;
  font-size: 0.5625rem;
  display: block;
  margin: 4px 0 4px 0;
  font-family: "Montserrat";
  font-weight: 700;
}

.product-information__buy-box__price-tag {
  color: #03204A;
  font-size: 0.7825rem;
  font-weight: 700;
  display: inline-block;
  font-family: "Montserrat";
}

.product-information__buy-box__price-cost {
  color: #03204A;
  font-size: 1.0325rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 0 -3px;
  font-family: "Montserrat";
}

@media  (max-width: 350px) {
  
  .product-information__buy-box__right {
    width: 100%;  
  }

  .product-information__buy-box__right .btn{
    width: 100%;
    margin-top: 10px;
  }
}

@media  (min-width: 351px) {

  .product-information__buy-box__left {
    float: left;
  }

  .product-information__buy-box__right {
    float: right;
  }

}

@media  (min-width: 768px) {

  .product-information__buy-box {
    margin: 0 0 23px 0;
  }

  .product-information__buy-box__price-from {
    color: #03204A;
    font-size: 0.75rem;
    display: block;
    margin: 4px 0 4px 0;
  }

  .product-information__buy-box__price-tag {
    color: #03204A;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
  }

  .product-information__buy-box__price-cost {
    color: #03204A;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 -5px;
  }
}



/*
##########################################
### Basket 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: 0;
  padding: 15px ;
  border: 1px solid #888;
  box-shadow: 0.5px 1px 4px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 779px;
  transform: translate(-50%,-50%);
}

.basket-modal__content .btn {
  margin-bottom: 0 !important;
}

.basket-modal__content .modal-close {
  position: absolute;
  top:0;
  right:0;
}

.modal-close  {
  color: #231E1F;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 700;
  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: "Montserrat";
  font-size: 2rem;
  vertical-align: top;
  line-height: 0.4;
}

.basket-content__header {
  font-size: 1rem;
  color: #000000;
  font-family: "Montserrat";
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom:10px;
  /* border-bottom: 1px solid #DDDDDD; */
  text-align: center;
}

.basket-content__header__icon {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #24BC2A;
  display: inline-block;
  position: relative;
  margin-right: 10PX;
  margin-left: 11PX;
}

.basket-content__header__icon svg {
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  fill: #FFF;
}

.basket-content__header__text {
  vertical-align: middle;
  display: inline-block;
}

.basket-content__product {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 15px 0 15px 68px;
}

.basket-content__product + hr {
  margin-top:0;
  padding-top: 0;
}

.basket-content__product__header {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 0.75rem;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.19;
}

.basket-content__product__summary {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 0.625rem;
  margin: 5px 0 5px 0;
  padding: 0;
  line-height: 1.19;
} 

.basket-content__product__image {
  display: block;
  margin: 0 0 0 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}


.basket-modal__content__right {
  text-align: center;;
}

@media (max-width:399px) {

  .basket-back {
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width:400px) {

  .basket-modal__content__right {
    /* float: right; */
  }
  
  .basket-modal__content__right > .btn {
    margin-left: 19px !important;
  }

  .basket-modal__content__right > * {
    vertical-align: middle !important;
  }

}

@media (min-width:768px) {

  .basket-modal__content {
    background-color: #fefefe;
    margin: 0;
    padding: 20px;
    border: 1px solid #888;
    box-shadow: 0.5px 1px 4px 0 rgba(0, 0, 0, 0.3);
    text-align: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 779px;
    transform: translate(-50%,-50%);
  }
  
  .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-size: 1rem;
    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: "Montserrat";
    font-size: 2.375rem;
    vertical-align: top;
    line-height: 0.4;
  }


  .basket-content__header {
    font-size: 1.4375rem;
    padding-bottom: 20px;
  }

  .basket-content__product {
    min-height: 100px;
    padding-left: 100px;
    padding: 31px 0 31px 100px;
    margin-top: 0;
  }

  .basket-content__product__header {
    font-size: 0.875rem;
  }

  .basket-content__product__summary {
    font-size: 0.75rem;
    margin: 4px 0 0 0;
    padding: 0;
  }

  .basket-content__product__image {
    height: 72px;
    width: 72px;
  }

  .basket-content__header__icon {
    width: 32px;
    height: 32px;
  }
  
  .basket-content__header__icon svg {
    width: 19px;
    height: 14px;
  }
  
}


@media (min-width:768px) {
  
  .basket-modal__content {
    padding: 30px;
  }
}



/* 
##########################################
### Basket Item
########################################## 
*/


.basket-item {
  display: block;
  position: relative;
  min-height: 95px;
  /* padding-left: 90px; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.basket-item a {
  color: #03204A;
  font-size: 0.75rem;
  margin: 0 8px 0 0;
  text-decoration: underline;
}

.basket-item__image-container {
  width: 40px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}

.basket-item__image {
  width: 100%;
  display: block;
}

.basket-item__product-name {
  font-size: 0.75rem;
  color: #03204A;
  line-height: 1.45;
  margin:0;
  padding-top: 0;
}

.basket-item__product-code {
  font-size: 0.7rem;
  color: #03204A;
  line-height: 1.45;
  margin: 3px 0 5px 0;
}

@media screen and (max-width: 767px) {

  #basket {
    margin-top: 10px;
  }

  .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__image-container {
    margin-bottom: 10px;
    width: 72px;
  }

  .basket-td-header {
    margin: 0 0 5px 0;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    color: #939393;
    font-size: 0.625rem;
    letter-spacing: 1.3px;
    display: block;
  }
}


@media screen and (min-width: 768px) {

  .basket-move-up {
    top: -20px;
    position: relative;
  }

  .basket-item {
    position: relative;
    /* padding-left: 97px; */
    min-height: 95px;
  }

  .basket-item a {
    color: #03204A;
    margin: 0 10px 0 0;
    font-size: 0.875rem;
    text-decoration: underline;
  }

  .basket-item__image-container {
    width: 72px;
  }

  .basket-item__product-name {
    font-size: 0.875rem;
    padding-top: 3px;
  }

  .basket-item__product-code {
    font-size: 0.75rem;
    margin: 3px 0 5px 0;
  }

  .basket-item .btn {
    margin-right: 5px;
  }
  
  .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: 1230px) {

  .basket-move-up {
    top: -35px;
    position: relative;
  }
}


/* 
##########################################
### Sidebar
########################################## 
*/

.sidebar-right {
  display: block;
  margin-bottom: 20px;
}

.sidebar-right-container {
  background-color: #03204A;
  width: 100%;
  padding: 15px;
  margin: 0 0 23px 0;
}

.sidebar-right--contact .sidebar-right-container {
  background-position: 100% 100%;
  background-size: 100px auto;
}

.sidebar-right.sidebar-right--checkout .sidebar-right-container {
  background-color: #EBEBEB;
}

.sidebar-right__header {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.222;
  margin: 0 0 10px 0;
  padding:0;
}

.sidebar-right__row {
  padding: 8px;
  border-bottom: 1px solid #BCBCBC;
}

.sidebar-right__row > *:last-child {
  margin-bottom:0;
  padding-bottom:0;
}

.sidebar-right__sub-header {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.222;
  margin: 0;
  padding:0;
}

.sidebar-right__summary {
  font-size: 0.75rem;
  color: #FFF;
  margin: 0 0 11px 0;
  padding:0;
}

.sidebar-right__price {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.222;
  margin: 0;
  padding:0;
}

.sidebar-right__price small {
  font-size: 0.675em;
  display: inline-block;
  margin-right: 1px;
}

.sidebar-right__phone {
  display: block;
  text-align: left;
  font-size:  0.71375rem;
  color: #DDDDDD;
  margin-bottom: 12px;
}

.sidebar-right__phone-icon {
  vertical-align: middle;
  display: inline-block;
  width: 14.5px;
  height: 14.5px;
  margin-right: 14px;
}

.sidebar-right__phone-icon svg {
  width: 14.5px;
  height: 14.5px;
}

.sidebar-right__email {
  display: block;
  text-align: left;
  font-size:  0.71375rem;
  color: #DDDDDD;
  margin-bottom: 20px;
}

.sidebar-right__email-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16.13px;
  height: 11.79px;
  margin-right: 12px;
}

.sidebar-right__email-icon svg {
  width: 16.13px;
  height: 11.79px;
}

.sidebar-right__email:hover,
.sidebar-right__email:focus,
.sidebar-right__email:hover
.sidebar-right__phone:hover,
.sidebar-right__phone:focus,
.sidebar-right__phone:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  color: #FFF;
}

.sidebar-right__link {
  font-size: 0.75rem;
  color: #03204A;
  margin: 0;
  padding:0;
  text-decoration: underline;
}

.sidebar-right__link:hover,
.sidebar-right__link:focus {
  color: #03204A;
}

.sidebar-right__stripe {
  width: 220px;
  margin: 23px auto 0 auto;
  display: block;
}

@media (min-width:768px) {

  .sidebar-right {
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
  }
   
  .sidebar-right-container {
    padding: 18px 20px 30px 20px; 
  }
  
  .sidebar-right.sidebar-right--basket .sidebar-right-container {
    padding: 20px 18px 20px 18px; 
  }
    
  .sidebar-right--contact .sidebar-right-container {
    background: #03204A ;
    background-position: 100% 100%;
    background-size: 100px auto;
  }

  .sidebar-right__header {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.222;
    margin:0 0 5px 0;
  }

  .sidebar-right__sub-header {
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.222;
    margin:0 0 5px 0;
  }

  .sidebar-right__header {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.222;
    margin:0 0 5px 0;
  }

  .sidebar-right__row {
    padding: 16px 8px;
  }

  .sidebar-right__summary {
    font-size: 0.875rem;
    color: #FFF;
    margin: 0 0 11px 0;
  }

  .sidebar-right__phone {
    display: block;
    font-size: 0.875rem;
    margin: 0 0 14px 0;
    text-align: left;
  }

  .sidebar-right__phone-icon {
    width: 16.53px;
    height: 16.53px;
    margin-right: 15px;
  }

  .sidebar-right__phone-icon svg {
    width: 16.53px;
    height: 16.53px;
  }

  .sidebar-right__email {
    margin: 0 0 29px 0;
    font-size: 0.875rem;
    text-align: left;
  }

  .sidebar-right__email-icon {
    width: 18.39px;
    height: 13.44px;
    margin-right: 12px;
  }

  .sidebar-right__email-icon svg {
    width: 18.39px;
    height: 13.44px;
  }

  .sidebar-right__link {
    font-size: 0.875rem;
  }
}

@media (min-width:1100px) {

  .sidebar-right {
    width: 336px;
    margin-bottom: 30px;
  }
  
  .sidebar-right-container {
    padding: 25px 20px 35px 20px;
  }


  .sidebar-right--contact .sidebar-right-container {
    background: #03204A;
    background-position: 100% 100%;
    background-size: 139px 102px;
  }

  .sidebar-right__header {
    font-size: 1.125rem;
  }

  .sidebar-right__price {
    font-size: 1.375rem;
  }

  .sidebar-right__summary {

  }
  
}


/* 
##########################################
### Main Content
########################################## 
*/

.main-content {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}


@media (min-width:768px) {

  .main-content--sidebar-right {
    padding-right: 266px;
  }

}

@media (min-width:1100px) {

  .main-content--sidebar-right {
    padding-right: 352px;
  }
}

@media  (min-width: 1300px) {

  .main-content--sidebar-right {
    margin-bottom: 48px;
  }

}

/* 
##########################################
### Address Table
########################################## 
*/
.addresses {
  margin-top: 10px;
}

.addresses__address {
  width: 100%;
  margin: 0 0 16px 0;
  position: relative;
}

.addresses__address--radio,
.addresses__address--full-width {
  width: 100% !important;
  float: none !important;
}

.addresses__address--radio{
  padding-left: 40px;
}

.addresses__address__header {
  color: #002C6A;
  font-size: 1rem;
  margin: 5px 0 5px 0;
  padding: 0;
  font-weight: 700;
}

.addresses__address__summary {
  color: #707070;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1.78;
}

.addresses__address__summary strong {
  color: #002C6A;
}

.addresses__address__summary a {
  text-decoration: underline;
}
 
@media (min-width:768px) {
  
  .addresses {
    width:100%;
    margin: 0 0;
  }

  
  .addresses__address {
    width: 33.3333%;
    float: left;
  }


  .addresses__address__header {
    font-size: 1.125rem;
    margin-bottom: 8px;
    margin-top: 0;
  }
  
  .addresses__address__summary {
    font-size: 0.825rem;
  }

}
