 :root {
     
  --ff-body: 'Lato', sans-serif;
	 
  --page-wdth-max: 1900px;
     
  --clr-greydrk: rgba(64,64,64,1.00);
  --clr-greenmtt: rgba(235,234,228,1.00);
  --clr-bluedrk: rgba(1,13,39,1.00);
  --clr-bluedrk23: rgba(1,13,39,0.23);
  --clr-bluedrk32: rgba(1,13,39,0.32);
  --clr-bluedrk75: rgba(1,13,39,0.75);
  --clr-bluedrk97: rgba(1,13,39,0.97);
  --clr-bluedrk50: rgba(0,84,129,0.50);
  --clr-bluedrkshdw: rgba(50,50,52,1.00);
  --clr-bluelght: rgba(117,169,212,1.00);
  --clr-bluelght64: rgba(117,169,212,0.64);
  --clr-greylght: rgba(157,157,157,1.00);
  --clr-greymid: rgba(64,64,64,1.00);
  --clr-white: rgba(255,255,255,1.00);
  --clr-white80: rgba(255,255,255,0.80);
  --clr-white90: rgba(255,255,255,0.90);
  --clr-white95: rgba(255,255,255,0.95);
  --clr-white50: rgba(255,255,255,0.50);
  --clr-white32: rgba(255,255,255,0.32);
  --clr-black: rgba(0,0,0,1.00);
     
     
  --fs-frnt-h1: clamp(1.5rem, 0.0703rem + 3.1081vw, 3.8rem);
  --fs-frnt-h2: clamp(1rem, 0.8400rem + 0.8000vw, 1.8rem);
     
  --fs-art-h1: clamp(2.6rem, 1.4400rem + 5.8000vw, 8.4rem);
  --fs-lead: clamp(11rem, 12.8600rem + -9.3000vw, 1.7rem);
  --fs-h3: clamp(1.1rem, 0.9600rem + 0.7000vw, 1.8rem);
  --fs-h2: clamp(1.2rem, 1.0800rem + 0.6000vw, 1.8rem);
  --fs-p: clamp(1rem, 0.8800rem + 0.6000vw, 1.6rem);
  --fs-footer: clamp(0.7rem, 0.6000rem + 0.5000vw, 1.2rem);
  --fs-nav: clamp(0.8rem, 0.6600rem + 0.7000vw, 1.5rem);
  --fs-nav-header: clamp(0.6rem, 0.1951rem + 0.8791vw, 1.25rem);
     
}

audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* base */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video  {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
html, button, input, select, textarea {
	font-family: var(--ff-body);
}
body {
	margin: 0;
	background-color: var(--clr-bluedrk);
	overflow-x:hidden;
    line-height: 1;
	-webkit-animation: bugfix infinite 1s;
}
html,body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
/* Fonts */
@font-face{ 
	font-family: 'NoSpace';
    font-display: swap;
	src: url('fonts/NoSpaceFont/zerowidthspaces.eot');
	src: url('fonts/NoSpaceFont/zerowidthspaces.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NoSpaceFont/zerowidthspaces.woff') format('woff'),
	     url('fonts/NoSpaceFont/zerowidthspaces.ttf') format('truetype'),
	     url('fonts/NoSpaceFont/zerowidthspaces.svg#NoSpace') format('svg');
}

/* bugfix */
@-webkit-keyframes bugfix {
  from {padding:0;}
  to {padding:0;}
}
/* links */
a:focus {
	outline: thin dotted;
}
a:link, a:visited
{
    color:rgba(0,0,0,1.00);
    text-decoration: none;
	cursor: pointer;
}
a:active, a:hover
{
    color: #B0370B;
    text-decoration: none;
}

#art-lnk {
  position: relative;
  display: inline-block;
  margin: .5rem 0;
  font-size: clamp(0.75rem, 0.3770rem + 0.8108vw, 1.35rem);
  line-height: clamp(1.4rem, 1.1514rem + 0.5405vw, 1.8rem);
  color: var(--clr-greydrk);
  padding: .4rem 2% .5rem 0;
  background-color: var(--clr-white);
    /* 
  padding: .5rem 2% .5rem 3%;
  border: 1px solid var(--clr-greydrk);
    */
  width: auto;
    text-decoration: none;
    cursor: pointer;
}
#art-lnk:after {
  content: "\0000BB";
  margin-left: 0.6em;
  margin-right: 0.2em;
  font-size: inherit;
  line-height: 0.8em;
}
#art-lnk:hover {
    /*
    border: 1px solid var(--clr-greymid);
    */
    color: var(--clr-greymid);
    background-color: var(--clr-greenmtt);
  padding: .5rem 2% .5rem 3%;
    
}

.article-file {
}
.article-file a:link,
.article-file a:visited,
a.file-lnk:link,
a.file-lnk:visited {
    display: inline-block;
    background-color: var(--clr-greydrk);
    font-size: clamp(1rem, 0.9200rem + 0.4000vw, 1.4rem);
    padding: .53em .93em;
    color: var(--clr-white);
    border-style: solid;
    border-width: 0;
    border-color: var(--clr-white);
    border-radius: 0.6em;
    width: auto;
	line-height: clamp(1.4rem, 1.3200rem + 0.4000vw, 1.8rem);
}
.article-file a:hover,
a.file-lnk:hover {
    border: 1px solid var(--clr-green);
    background-color: var(--clr-green);
}
.article-file a:before {
    content: "\2193";
}
/*a:active, a:hover {
	outline: 0;
}*/
nav section ul li a,
nav section ul li a.focus,
.tools a {
	text-transform:none;
	font-size: var(--fs-nav);
	font-weight: 300;
	line-height: 120%;
}
nav section ul li a:hover,
.tools a:hover {
    /*
	font-size: 160%;
    */
}
.tools a {
	font-size: var(--fs-nav-header);
}
#secmenu.navi a,
#secmenu.navi a.focus {
	font-size: var(--fs-nav);
}
nav section ul li a:link,
nav section ul li a:visited,
nav section ul li a:active {
	color: var(--clr-white);
	text-shadow: 0 3.2px 3.2px rgba(1,13,39,1.00);
}
.tools a:link,
.tools a:visited,
.tools a:active {
	color: var(--clr-greylght);
	font-weight: 300;
}
#secmenu.navi a:link,
#secmenu.navi a:visited,
#secmenu.navi a:hover,
#secmenu.navi a:active {
	color:rgba(0,0,0,1.00)
}
nav section ul li.focus a:link,
nav section ul li.focus a:visited,
nav section ul li.focus a:hover,
nav section ul li.focus a:active {
    color: var(--clr-white);
}
#secmenu.navi li.focus a:link,
#secmenu.navi li.focus a:visited,
#secmenu.navi li.focus a:hover,
#secmenu.navi li.focus a:active {
    color: var(--clr-bluedrk);
}
#secmenu.navi li a:after {
  content: "\0000BB";
  margin-left: 0.6em;
  margin-right: 0.2em;
  font-size: inherit;
  line-height: 0.8em;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
}
h1 {
	font-size: var(--fs-art-h1);
	margin: .67em 0;
    font-weight: 600;
}
h2 {
	font-size: var(--fs-h2);
	margin: 1.83em 0 .83em 0;
    font-weight: 100;
}
h3 {
	font-size: var(--fs-lead);
    line-height: 1.32em;
	margin: 1em 0;
    font-weight: 500;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
}
h6 {
	font-size: .67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
p, pre {
	margin: 1em 0 1em 0;
    font-size: var(--fs-p);
    font-weight: 300;
    line-height: 1.32em;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
.f-osw-n {
	font-weight: normal;
}
/* Lists */
ol, ul {
  list-style: none
}
/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
svg:not(:root) {
	overflow: hidden
}
form {
	margin: 0
}

/* reset webkit search input browser style */
.search-tool input {
	outline: none;
}
.search-tool input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.search-tool input::-webkit-search-decoration,
.search-tool input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
.search-tool input[type=search] {
	background: #ededed url('/images/graphics/2030-search-icon.png') no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	background-color:rgba(55, 58, 63,0.5);
	color: #ffffff;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search-tool input[type=search]:focus {
	width: 130px;
	background-color:rgba(133, 141, 152,0.5);
	border-color: #F5A019;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,1);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
/* placeholder */
.search-tool input:-moz-placeholder {
	color: #ffffff;
}
.search-tool input::-webkit-input-placeholder {
	color: #ffffff;
}
/* Other ratios */
.ratio1_1:before {
	padding-top: 100%;
}

.content {
	/* Positioning */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/* effects */

/* nav */
nav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 30;
    top: 0;
    padding: 0.3rem 2rem;
}
nav > section {
    padding: 0.3rem 2rem;
    display: grid;
    grid-template-columns: minmax(160px, 0.7fr) auto auto;
    align-items: center;
	max-width: var(--page-wdth-max);
	margin: 0 auto;
}

nav > section > div.spacer {
	border: none;
	text-align: center;
	display: table-cell;
    width: auto;
    max-width: 50%;
	height: 100%;
}
.navi,
.navi-mob {
    display: table-cell;
	width: 90%;
    vertical-align: bottom;
    padding: 0;
    text-align: right;
}
.navi-mob {
	display: none;
}
nav section ul,
#secmenu ul,
header > section.tools > div {
	padding: 0;
	display: table;
	margin: 0 0;
}
nav section ul li,
#secmenu ul li,
section.tools a,
header > section.tools > div {
	padding: 0.5% 2.0vw;
	border: none;
	text-align: center;
    vertical-align: middle;
	display: table-cell;
	height: 100%;
	max-width: 15ch;
}
nav section ul li {
	border-left: 1px solid var(--clr-white);
}
header > section.tools > div {
	padding: 0.8% 1.1em;
}
header > section.tools > div.spacer {
	border: none;
	text-align: center;
	display: table-cell;
    width: auto;
    max-width: 70%;
	height: 100%;
}
nav li.divider,
#secmenu li.divider {
	font-size: 1px;
	border: none;
	padding: 0;
	display: table-cell;
	width: 1px;
	vertical-align: top;
}
nav li.focus,
#secmenu li.focus {
	background-color: var(--clr-bluedrk23);
}
#secmenu li.focus {
	background-color: rgba(139,139,139,0.23);
}

/*
*/
nav li:nth-child(7),
nav li:nth-child(8),
nav li:nth-child(9),
nav li:nth-child(10) ,
nav li:nth-child(11) {
	display: none;
}

/* nav mobile toggle*/

.nav-toggle {
    display: none;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding: .2rem 0;
}
/* nav mobile */
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em 'Open Sans', sans-serif;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em 'Open Sans', sans-serif;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
    cursor: pointer;
	font-size: 2.3em;
    color: var(--clr-white);
    font-size: 3.2em;
    padding: auto 2%;
    margin: 0;
    line-height: 0.65em;
}
label.toggle-menu span {
    font-size: 0.4em;
    padding: 0 2%;
    margin: 0;
    line-height: 0.0em;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(255,255,255,1.00);
}
.hdr-mob-menu-tggl .toggle-menu {
    color: rgba(21,74,119,1.00);
}
.container {
	background:#fff;
	min-height:100%;
	padding:0;
	margin:0;
}
#menu, #menu .sub-nav {
	position:fixed;
	top:0;
	bottom:0;
	width:15.75em;
	z-index:9999;
	left:-15.75em;
}
.sub-nav-bu {
	background-color: var(--clr-bluedrk97);
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
}
#menu ul {
	line-height:2.75em;
	text-decoration:none;
	padding:0;
	list-style:none;
	margin-top:0.0em;
	border-top:1px solid #ffffff;
}
#menu li {
	border-bottom:1px solid rgba(255,255,255,1.00);
}
#menu li:nth-child(11) {
	display: none;
}
#menu ul li label {
}
#menu li a {
	display: block;
	font-size:1.0em!important;
	padding-left:1.5em;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#A4A4A4;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:0em;
	padding-left:1.3125em;
	color:rgba(255,255,255,1.00);
    font-weight: 300;
    font-size: 1.1em;
}
#menu .sub-heading:before {
	content:"";
	display:table-row;
	height:1px;
	width:15.75em;
	margin-left:-1.3125em;
	background:#444;
}
#menu .toggle-sub {
	font:bold 1em/2.55em 'Open Sans', sans-serif !important;
	color:rgba(255,255,255,1.00);
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	cursor:pointer;
	text-align:center;
	background: rgba(255,255,255,1.00);
	color: var(--clr-greydrk);
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: var(--clr-greydrk);
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate3d(0,0,0);
}

#menu, #menu ul
{
	margin-bottom: 0px;
	overflow: auto;
	text-align:left;
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { display:none }
.js #menu .close-all { display:inline }
.js #menu .toggle-menu { 
    top:0; padding: 3% 0 3% 0.5em; 
    width: 15.25em; color: var(--clr-white);
    z-index:9999; }
.js #menu .sub-nav .toggle-menu {  }/*
.js #menu ul.sub-nav li.sub-heading label.toggle-menu { left:0em; width:1em; margin: 1.0em 0; padding: 1.0em 0; }*/

/* #### - define ids of animated container, menu and sub-menus here - #### */
#main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ #fi-home-sub {	-webkit-transform:translate(16.75em,0); -ms-transform:translate(15.75em,0); transform:translate(15.75em,0); }

.page-content { padding:1em 2em; max-width:64em; margin:auto }
.page-content:after { display:block; content:''; height:1px } /* fixes bottom padding issue in IE10 */


/* background */
.bu-blu-drk {
	background-color: var(--clr-greendrk);
}


.bg {
  position: fixed;
	top: 0;
    display: table;
    width: 100%;
    background: var(--clr-bluedrk);
    height: 100vh;
	z-index: -100;
}
.bgNav {
  position: fixed;
	top: 0;
    display: table;
    width: 100%;
    background: var(--clr-bluedrk);
	/*
    height: 15vh;
	*/
	height: 8vw;
	z-index: 25;
}
.bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center top;
}


/* images */

/* reoccurring */
.bx-abs {
  position: absolute;
}
.header-container {
  margin: 0;
  padding: 0;
  width: 100.0%;
  overflow: hidden;
	position: relative;
}
.header-container:before {
	content: "";
	display: block;
	padding-top: 22%;
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-img-container {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.header-img-container:before {
	content: "";
	display: block;
	padding-top: 22%;
}
.header-img-container .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-text-container {
	display: inline-block;
  position: absolute;
  top: 0;
  left: 5%;
  right: 50%;
	overflow: hidden;
	max-width: var(--page-wdth-max);
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

/* logo */
.logo {
  top: 0;
  left: 0;
  display: inline-block;
  width: 20%;
  margin: 0 10% 0 4rem;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: center;
  clear: both;
  z-index: 40;
}
.logo a {
  display: inline-block;
}
.logo a img  {
	width: 60%;
    padding: 3.2vh 6% 3.2vh 6%;
    padding: 6.4% 6% 6.4% 6%;
}
a.header-logo {
    padding-right: 0%;
	margin-top: -15%;
}
a.header-logo img {
  width: 30%;
  padding: 17% 6% 0 0;
}
a.header-logo {
    padding-right: 10%;
	margin-top: -15%;
	margin-top: 0;
}
a.header-logo img  {
	width: 70%;
	padding: 5% 6% 2% 10%;
}

/* header */

header {
	background: none;
    padding: 0 2rem 0 2rem;
}
header > section.tools {
    display: table;
    width: 100%;
	margin: 0 auto;
	max-width: var(--page-wdth-max);
}
header > section.tools > div.header-links {
    display: table-cell;
    white-space: nowrap;
    width: 25%;
	border-bottom: 1px solid var(--clr-greylght);
	display: none;
}

header > section.tools > div.lng-tool {
    width: 15%;
	display: table-cell;
	white-space: nowrap;
	border-spacing: 10px 0;
    border-collapse: separate;
}
header > section.tools > div.lng-tool > a {
    width: auto;
	padding: 1vh 2vh;
	border: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	border-radius: .5rem;
	background:  var(--clr-bluedrk32);
	color: var(--clr-white);
	border: 1px solid white;
}

/* intro */

/* preview */


/* preview no imgage*/

/* Link back menu */
section.prod-link-back {
    display: inline-block;
    width: 100%;
    background-color: var(--clr-greenmtt);
}
section.prod-link-back > div {
    display: table;
}
section.prod-link-back span,
section.prod-link-back a {
    display: table-cell;
    color: var(--clr-greydrk);
    padding: 3% 5%;
    width: auto;
    white-space: nowrap;
    font-size:  var(--fs-nav-header);
}

.header-container:before {
	padding-top: 32%!important;
}
.header-img-container:before {
	padding-top: 32%!important;
}

.header-img-container .content img {
  object-position: 50% 50%;
}


.article-introduction {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
    text-align: center;
    padding: 0.7% 0;
}
.article-introduction p {
    color: var(--clr-white);
    padding: 0;
    margin: 0;
    font-size: clamp(0.85rem, 0.6600rem + 0.9500vw, 1.8rem)!important;
    
}

.article-main-intro-topImg .header-text-container h3,
.article-main-intro-topImg .header-text-container h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 0.8400rem + 0.8000vw, 1.8rem);
    color: rgba(255,255,255,1.00);
    text-shadow: 0 2.5px 2.5px black;
}
.article-main-intro-topImg .header-text-container h3 {
    font-size: clamp(1rem, 0.8400rem + 0.8000vw, 1.8rem);
	max-width: 70ch;
    margin: 0 auto;
	padding: 1% 2%;
	background: rgba(255,255,255,0.585);
	color: rgba(0,0,0,1.00);
	text-shadow: none;
}
.article-main-intro-topImg .header-text-container h1 {
    font-size: clamp(1.7rem, 0.3946rem + 2.8378vw, 3.8rem);
    margin: auto 0 auto 0;
	vertical-align: middle;
}


/* page */
section.article-main-intro-topImg {
    padding: 0 0 1rem 0;
    overflow:hidden;
}

section.article-container {
    margin: 0 4vw 3rem 4vw;
    display: grid;
    grid-template-columns: 1fr minmax(29ch, 75ch) 1fr;
    grid-template-rows: auto;
    grid-gap: 1rem;
	max-width: var(--page-wdth-max);
	margin: 0 auto 6rem auto;
}
section.article-container > div.article-body > h3 {
    margin: 1.83em 0 .83em 0;
    font-size: var(--fs-h3);
}
section.article-container > div.article-body > h2 {
    margin: 1.83em 0 .83em 0;
}
section.article-container > div.article-body > p {
    line-height: normal;
    margin: 1em 0 1em 0;
}
section.article-container > div.article-list > p,
section.article-2col-container > div.article-list > p,
section.article-container > div.article-body > .page-body-list > p {
    position: relative;
    display: block;
    padding-left: 5%;
    line-height: normal;
    margin: 1em 0 1em 0;
}
section.article-container > div.article-list > p:before,
section.article-2col-container > div.article-list > p:before,
section.article-container > div.article-body > .page-body-list > p:before {
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    content: "\0025CF";
    color: var(--clr-greydrk);
}

section.article-container > .img-float-right > .article-image  {
    float: right;
    margin: 1.83rem 0 1.0rem 1.0rem;
    max-width: 35%;
}

.page-img-cntnr {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--clr-white);
}
.page-img-cntnr:before {
	content: "";
	display: block;
	padding-top: 98%;
}
 .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-img-cntnr .content .imgOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--clr-bluedrk50);
}



section.banner-container {
    display: grid;
	grid-template-columns: auto minmax(280px,560px) minmax(280px,560px) auto;
grid-gap: 4vw;
  column-gap: 4vw;
column-gap: 4vw;
grid-column-gap: 0vw;
justify-content: center;
align-content: center;
text-align: center;
margin-top: clamp(0.5rem, 0.0000rem + 2.5000vw, 3rem);
}
.banner-body {
  padding: clamp(0.6rem, 0.4000rem + 1.0000vw, 1.6rem) clamp(1.5rem, 1.4000rem + 0.5000vw, 2rem) clamp(0.6rem, 0.4000rem + 1.0000vw, 1.6rem) clamp(1.5rem, 1.4000rem + 0.5000vw, 2rem);
  text-align: left;
  background-color: var(--clr-white95);
	grid-column: span 2;
	border-radius: .6rem;
	text-align: center;
}

.banner-body h2 {
  margin: .43em 0 .43em 0;
  font-weight: 200;
}

.banner-body #art-lnk {
	  position: relative;
  display: inline-block;
  margin: .5rem 0;
  font-size: clamp(0.75rem, 0.3770rem + 0.8108vw, 1.35rem);
  line-height: clamp(1.4rem, 1.1514rem + 0.5405vw, 1.8rem);
  color: var(--clr-white);
  padding: .4rem 2% .5rem 0;
  background-color: var(--clr-bluedrk);
  padding: .5rem 2% .5rem 3%;
  border: 1px solid var(--clr-white);
}

/* footer */

footer {
	background-color: var(--clr-bluedrk);
    padding: 1rem 2rem;
    
    padding: .5rem 5% 4rem 5%;
    color: rgba(255,255,255,1.00);
}
.ftr-main-cntnr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 4vw;
    border-top: 1px solid rgba(255,255,255,1.00);
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.ftr-main-cntnr .article-widget {
    margin-bottom: 1rem;
}
.ftr-main-cntnr h2 {
    font-size: clamp(1.1rem, 0.7892rem + 0.6757vw, 1.6rem);
    font-weight: 600;
	margin: 1.43em 0 .83em 0;
}
.ftr-main-cntnr h4,
.ftr-main-cntnr .article-widget h2 {
    font-size: clamp(0.9rem, 0.5892rem + 0.6757vw, 1.4rem);
    font-weight: 400;
    margin: 0;
    padding: 0% 0% 4% 0%;
}
.ftr-main-cntnr h3 {
    font-size: clamp(0.9rem, 0.8200rem + 0.4000vw, 1.3rem);
}
.ftr-main-cntnr p, 
.ftr-main-cntnr a {
    font-size: clamp(0.8rem, 0.7200rem + 0.4000vw, 1.2rem);
    margin: 0;
    padding: 0% 0% 3% 0%;
}
.ftr-main-cntnr #art-lnk {
    color: rgba(255,255,255,1.00)!important;
    background: none;
	margin: 0 0 .5rem 0;
}
.ftr-hdr {
	grid-area: ftr-hdr;
    text-align: center;
}
.ftr-slogan {
    padding: .5rem 0 .5rem 0;
}
.ftr-slogan img {
	width: 50%;
}
.ftr-logo {
    padding: .5rem 0 .5rem 0;
}
.ftr-logo img {
	width: 16%;
	margin: 2rem 0;
}
.ftr-pres {
}
.ftr-pres-right {
    text-align: center;
}
.ftr-pres-right img {
    display: inline-block;
    object-fit:contain;
}
.ftr-section {
	/*
    border-bottom: 1px solid rgba(255,255,255,1.00);
	*/
}

.ftr-ftr {
    text-align: center;
}
.ftr-ftr p {
    margin: 2em 0 1em 0;
}


@media screen and (max-width: 1180px) {



}


@media screen and (max-width: 1152px) {

.logo {
  width: 18%;
  margin: 0 ;
}
.logo a img {
  width: 70%;
	/*
  padding: 13% 6% 13% 6%;
	*/
}

}

@media screen and (max-width: 980px) {
.bgNav {
  height: 10vw;
}
.logo {
  width: 18%;
  margin: 0 ;
}
.logo a img {
  width: 80%;
  padding: 
	  12% 
	  6% 
	  12% 
	  6%;
}

}

@media screen and (max-width: 840px) {
.bgNav {
  height: 12vw;
}
nav {
  padding: 0.3rem 0;
}
nav > section {
  padding: 0.3rem 0;
}
.logo {
  width: 18%;
  margin: 0 ;
}

}

@media screen and (max-width: 768px) {

.logo {
  width: 23%;
  margin: 0 ;
}

}

@media screen and (max-width: 736px) {
	
.disp-736-none {
        display: none;
}
.bg > img {
    top: 5vh;
}
.bgNav > img {
    display: none;
}
.bgNav {
    height: 11vh;
}
header {
	padding: 0;
}
header > section.tools {
    text-align: center;
}
header > section.tools > div.header-links {
    display: none;
}
header > section.tools > div.lng-tool {
  text-align: center;
	width: 20%;
}
nav > section {
  padding: 0.3rem ;
}
nav section ul {
        display: none;
}
a.header-logo img {
  width: 40%;
  padding: 0% 6% 0 0;
}
.nav-toggle {
    display: table-cell;
}
.toggle-menu {
    display: block;
}
	
	
.header-container:before,
.header-img-container:before {
	padding-top: 60%;
}

.ftr-slogan img {
    width: 100%; 
}
.ftr-logo img {
    width: 32%;
}
.ftr-pres-right img {
    width: 50%;
}
	
.page-img-cntnr {
  width: 80%;
	margin: .5rem 0 .5rem 0;
}
    
}


@media screen and (max-width: 568px) {
    
a.header-logo img {
  width: 50%;
  padding: 0% 6% 0 0;
}

    
}


@media screen and (max-width: 481px) {
   
.bgNav {
    height: 10vh;
} 
a.header-logo img {
  width: 70%;
  padding: 0% 6% 0 0;
}

    
}
