
@font-face {
	font-family: Calibri;
	/*
	src: url("../fonts/Assistant-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    /*url("../fonts/Assistant-Regular.woff") format("woff"), /* Modern Browsers */
    /*url("../fonts/Assistant-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* MEYER RESET v2.0  20110126 License: none (public domain) START */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MEYER RESET v2.0  20110126 License: none (public domain) END */


/* BACKGROUND RULER (to be removed) START */
body {
	margin:0;
	font-family: Calibri ,sans-serif;
	background: var(--OffWhite);

	
}


/* BACKGROUND RULER (to be removed) END */

.DSR {background-color: green; width: 170px; margin: 20px auto; padding: 12px;}

/* ********** GENERAL (GLOBAL) DEFINITIONS ********** */


:root { 
/* ********** COLOR DEFINITIONS FOR SITE ********** */	
	--LightGold: #e1e188;
	--DeepGold:	#d6d265; 
	--DarkerBlue: #02151D;
	--MiddleBlue: #073A4E;
	--LighterBlue: #3b5888;
	--MenuBlue: #225D77;
	--BrighterBlue: #4b67af;
	--ForbiddenRed: #843C41;
	--ForbiddenRedLighter: #c02030;
	--GreyBlue: #6b79a7;
	--OffWhite: #f8f7ec;
	

}





/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:after {
	content:"";
    display:block;
    clear:both;
}

.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	*zoom: 1;
}


img.scaled {
	width: 100%;
}





/* ********** Inside HEADER ********** */
header {
	background: rgb(0,2,2);
	background: linear-gradient(179deg, rgba(0,2,2,1) 0%, rgba(10,80,109,1) 100%);

	width: 100%;
	margin-left: 0;
}


.headerLeft {
	width: 80%;
	clear: left;
	float: left;
	/*background: green;*/
	height: auto;
}

.headerRight {
	width: 50%;
	clear: right;
	float: right;
	/*background: blue;*/
	height: auto;
	margin: 0 auto;
}	

img.Logo {
      display: block;
      margin: 1em 30% 1em 0;
      width: 70%;

}
	
h1.gold-text {
	margin: 0.2em 0;
	font-family: 'Times New Roman',serif;
	letter-spacing: 5px;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(
	to right,
	#462523 0,
    #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text;
}

header p {
	margin: 0.3em 0;
	font-size: 2.0vw;
	color: var(--LightGold);
	text-align: center;
	width: 100%;
}

/* ---- SUB HEADER ---- */

.subheader {
  padding: 10px 0;
  background: var(--MenuBlue);
  color: var(--LightGold);
  height: 3em;
  z-index: 10

}


.subheader h2 {
	width: 80%;
	margin: -0.9em 10%;
	text-align: center;
	padding: 0;
	font-size: 33px;
	float: left;
	clear: left;
}	

	
.content {
  padding: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
  
  
}
/* ********** Inside MAIN ********** */	

.envelope {
	width: 80%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;	
}	

main h2, main h3 {
	color: var(--MiddleBlue);
	padding: .75em 0 .25em 0;
}



main p, footer p {
	color: var(--DarkerBlueBlue);
	padding: 10px 0 10px 0;
	line-height: 1.3;
}

p.dagesh {
	font-weight: 700;
}

.reverse-box {
	width: 90%;
	background: rgb(0,2,2);
	background: linear-gradient(179deg, rgba(0,2,2,1) 0%, rgba(10,80,109,1) 100%);
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	border: 1px solid rgba(0,80,86,0.3);
	color: #ECF9F2;
}

.reverse-box h3 {
	color: var(--DeepGold);
}

.reverse-box p {
	color: var(--OffWhite);
}



ol {
  counter-reset: custom;
  list-style-type: none;
  padding: 0;
  font-size: calc(.5vw + 1vh + 1vmin);
  margin: 0px 20px;
}
ol li {
  counter-increment: custom;
  padding: .25em 0;
  display: flex;
  align-items: center;
}
ol li:before {
  content: counters(custom, ".") " ";
  width: calc(.5vw + 1vh + 1vmin);
  height: calc(.5vw + 1vh + 1vmin);
  margin-right: 10px;
  background: var(--MiddleBlue);
  color: var(--OffWhite);
  border-radius: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(.25vw + 1vh + 1vmin);
}



.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  display: flex;
  flex-direction: column;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
}
.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: var(--OffWhite);
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: var(--labelOffset);
}

.olcards li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: var(--OffWhite);
  color: var(--cardColor);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
  border: solid 1px ;
}

.olcards li .content {
  background-color: var(--cardColor);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
    var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowClipSize)) 0,
    100% 50%,
    calc(100% - var(--arrowClipSize)) 100%,
    calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
    0 calc(100% + var(--cardsGap))
  );
  position: relative;
}
.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}
.olcards li .content .title {
  grid-area: title;
  font-size: 1.25em;
  /* font-weight: 700; */
}
.olcards li .content .text {
  grid-area: text;
  font-size: 1em;
  line-height: 1.3;
}


ul {
  font-size: calc(.5vw + 1vh + 1vmin);

}

li.bullet {
list-style: none;
padding: 10px 60px;
background-image: url("../graphics/bullet-blue-200.png");
background-repeat: no-repeat;
background-position: left center;
background-size: 50px;
}


.figure-right p, .figure-left p, .figure-center p, .google_map_container p, .figure-right2 p, .figure-left2 p, .figure-small-left p, .figure-small-right p {
	text-align: center;
	font-style: italic;
	font-size: 0.8em;

    padding: 10px 10px;
}

.figure-small-left p, .figure-small-right p {
	padding: 10px 4px;
}



video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-wrapper {
  border: 2px solid var(--DarkerBlue);
  border-radius: 6px;
  width: auto;
  height: 450px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* TABLE */

table {
	width: 100%;
	border-spacing: 3px;
	border-collapse: separate;
	font-size: calc(.5vw + 1vh + 1vmin);
	padding: 10px 0 10px 0;
	line-height: 1.3;
}

th:first-child, td:first-child {
	color: var(--OffWhite);
	font-weight: bold;
	background: var(--MiddleBlue);
	text-align: center;
}

th:nth-child(2) {
    background: var(--MiddleBlue); /* Specify a second title color */
	color: var(--OffWhite);
  }
  
th:nth-child(3) {
    background: var(--MiddleBlue); /* Specify a second title color */
	color: var(--OffWhite);
  }  

th, td {
	padding: 0.75em;
	text-align: left;
	background: var(--OffWhite);
	color: var(--DarkerBlue);
	border-bottom: 1px solid var(--GreyBlue);
}


.left-block {
	float: left;
	clear: left;
  width: calc(.5vw + 1vh + 1vmin);
  height: calc(.5vw + 1vh + 1vmin);
  margin-right: 10px;
  background: var(--MiddleBlue);
  color: var(--OffWhite);
  border-radius: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(.25vw + 1vh + 1vmin);
}

.middle-block {
	float: left;
	width: calc(12vw + 1vh + 1vmin);
	padding: 0 1em 0 1em;
	color: var(--MiddleBlue);
	font-weight: 700;
}

.right-block {
	float: left;
	width: calc(75vw + 1vh + 1vmin - 8em);
	padding: 0 ;
}




/* ********** Inside FOOTER ********** */	
footer {
	background: rgb(10,80,109);
	background: linear-gradient(179deg, rgba(10,80,109,1) 0%, rgba(0,2,2,1) 100%);
}



footer p {
	color: var(--LightGold);
}









	
	
 /* EXTRA SMALL devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

/* HEADER */ 

header {
	height: 50vw;
}

.headerLeft {
	width: 90%;
	clear: left;
	float: left;
	/*background: green;*/
	height: auto;
	margin: 0 5%;
}

.headerRight {
	width: 80%;
	clear: right;
	float: right;
	/*background: blue;*/
	height: auto;
	margin: 0 10%;
}	

img.Logo {
      display: block;
      margin: .5em auto;
      width: 40%;

}
	
h1.gold-text {
	top: 8vw;
	letter-spacing: 5px;
	font-size: 8.0vw;	
} 


header p {
	font-size: 2.75vw;
	text-align: center;
	width: 100%;
}


.subheader h2 {
	width: 70%;
	margin: -1.6em 20%;
	font-size: 20px;

}


/* Inside MAIN less than 600px   */

.envelope {
	width: 90%;
}

main p, ol, ul, table {
	font-size: 16px;
}

main h2 {
	font-size: 26px;
}

main h3 {
	font-size: 20px;
}


/* placing FIGURES */

.figure-right, .figure-left, .figure-center, .figure-right2, .figure-left2 {
	float: none;
	width: 90%;
	margin: 0.2em 5%;
	padding: 0.5em;
}

.figure-small-left, .figure-small-right {
	width: 30%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0.5em;		
}

.figure-small-left {
	float: left;
	margin-left: 0;
	margin-right: 5%;
}


.figure-small-right {
	float: right;
	margin-left: 5%;
	margin-right: 0;
}
	
.left-200{
	float: left;
	width: 150px;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;	
	padding: 20px 0 20px 0;
}

.right-200 {
	clear: left;
	float: left;
	width: 200px;
	margin-top: 0;
	margin-left: calc(50% - 100px);
	padding: 20px 0 20px 0;
}


.video-wrapper {
	height: 225px;
}


/* Inside TABLE */
thead {
    display: none;
  }

td {
    display: block;
    position: relative;
    padding-left: 50%;
    margin-bottom: 3px;
    text-align: left;
  }
td:first-child {
    font-weight: bold;
  }
td:before {
    content: attr(data-th);
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    width: 50%;
    font-weight: inherit;
    text-align: left;
  }
  
 /* Inside TABLE end */ 
 
.left-block {

  width: 16px;
  height: 16px;
  padding: 7px;
  /*background: yellow;*/
}

.middle-block {
	float: left;
	width: 110px;
	padding: 0 .8em 0 .4em;
	color: var(--MiddleBlue);
	font-weight: 700;
	/*background: white;*/
}

.right-block {
	float: left;
	width: calc(100% - 170px);
	padding: 0 ;
	/*background: pink;*/
}





.footer-text-area {
	margin-right: 5%;
	margin-left: 5%;
	float: right;
	width: calc(80% - 150px);
	padding: 20px 0 20px 0;
}




	
	
.DSR {background-color: pink;}	

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
/* HEADER */ 	
header {height: 47.5vw;}


.headerLeft {
	width: 90%;
	clear: left;
	float: left;
	/*background: green;*/
	height: auto;
	margin: 0 5%;
}

.headerRight {
	width: 80%;
	clear: right;
	float: right;
	/*background: blue;*/
	height: auto;
	margin: 0 10%;
}	

img.Logo {
      display: block;
      margin: .5em auto;
      width: 36%;

}
	
h1.gold-text {
	top: 8vw;
	letter-spacing: 5px;
	font-size: 8.0vw;	
} 


header p {
	font-size: 2.75vw;
	text-align: center;
	width: 100%;
} 

.subheader h2 {
	width: 70%;
	margin: -1.6em 15%;
	font-size: 26px;

}

/* Inside MAIN 600px +  */
	
.envelope {
	width: 80%;
}	


main p, ol, ul, table {
	font-size: 18px;
}

main h2 {
	font-size: 28px;
}

main h3 {
	font-size: 22px;
}


/* placing FIGURES */

.figure-right, .figure-left, .figure-center, .figure-right2, .figure-left2 {
	float: none;
	width: 90%;
	margin: 0.2em 5%;
	margin-right: auto;
	margin-bottom: 0.2em;
	padding: 0.5em;
}

.figure-small-left, .figure-small-right {
	width: 30%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0.5em;		
}

.figure-small-left {
	float: left;
	margin-left: 0;
	margin-right: 5%;
}

.figure-small-right {
	float: right;
	margin-left: 5%;
	margin-right: 0;
}

.left-200{
	float: left;
	width: 150px;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;	
	padding: 20px 0 20px 0;
}

.right-200 {
	clear: left;
	float: left;
	width: 200px;
	margin-top: 0;
	margin-left: calc(50% - 100px);
	padding: 20px 0 20px 0;
}


.left-block {

  width: 18px;
  height: 18px;
  padding: 9px;
  /*background: yellow;*/
}

.middle-block {
	float: left;
	width: 120px;
	padding: 0 .8em 0 .4em;
	color: var(--MiddleBlue);
	font-weight: 700;
	/*background: white;*/
}

.right-block {
	float: left;
	width: calc(100% - 190px);
	padding: 0 ;
	/*background: pink;*/
}


.footer-text-area {
	margin-right: 5%;
	margin-left: 5%;
	float: right;
	width: calc(80% - 150px);
	padding: 20px 0 20px 0;
}
	
	
.DSR {background-color: yellow;}	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {



/* HEADER */ 
header {
	height: 17vw;
}

.headerLeft {
	width: 80%;
	clear: left;
	float: left;
	/*background: green;*/
	height: auto;
	padding: 0;
	margin: 0;
}

.headerRight {
	width: 20%;
	clear: right;
	float: right;
	/*background: blue;*/
	height: auto;
	padding: 0;
	margin: 0;
}

img.Logo {
      display: block;
      margin: 1em 30% 1em 0;
      width: 70%;

}


h1.gold-text {
	top: 8vw;
	letter-spacing: 5px;
	font-size: 7.0vw;	
} 


header p {
	font-size: 2.25vw;
	text-align: center;
	width: 100%;
}


.subheader h2 {
	width: 80%;
	margin: -1.1em 10%;
	font-size: 26px;

}


/* Inside MAIN 768px +  */

main p, ol, ul, table {
	font-size: 18px;
}

main h2 {
	font-size: 28px;
}

main h3 {
	font-size: 22px;
}


/* placing FIGURES */

.figure-right {
	float: right;
	width: 32%;
	margin-left: 0.6em;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	padding: 0.2em;
}
.figure-left {
	float: left;
	width: 32%;
	margin-right: 0.6em;
	margin-top: 0.2em;
	margin-left: 10%;
	margin-bottom: 0.2em;
	padding: 0.2em;
}

.figure-right2 {
	float: right;
	width: 40%;
	margin-left: 2em;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	padding: 0.2em;
}
.figure-left2 {
	float: left;
	width: 40%;
	margin-right: 2em;
	margin-top: 0.2em;
	margin-left: 0;
	margin-bottom: 0.2em;
	padding: 0.2em;
}

.figure-center {
	float: left;
	width: 90%;
	margin: 0.2em 5%;
	padding: 0.2em;
}

.figure-small-left, .figure-small-right {
	width: 22%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0.5em;		
}

.figure-small-left {
	float: left;
	margin-left: 0;
	margin-right: 4%;
}
	
.figure-small-right {
	float: right;
	margin-left: 4%;
	margin-right: 0;
}

.figure-container {
	float: left;
	width: 100%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.left-200, .right-200 {
	float: left;
	width: 150px;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;	
	padding: 20px 0 20px 0;
}

.right-200 {
	clear: none;
	float: right;
}


.left-block {

  width: 18px;
  height: 18px;
  padding: 9px;
  /*background: yellow;*/
}

.middle-block {
	float: left;
	width: 120px;
	padding: 0 .8em 0 .8em;
	color: var(--MiddleBlue);
	font-weight: 700;
	/*background: white;*/
}

.right-block {
	float: left;
	width: calc(100% - 200px);
	padding: 0 ;
	/*background: pink;*/
}



.footer-text-area {
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	width: calc(70% - 300px);
	padding: 20px 0 20px 0;
}


footer p {
	font-size: calc(.4vw + 1vh + .5vmin);
}


	
	
.DSR {background-color: Lavender;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
/* HEADER */ 	
header {
	height: 17vw;
}

h1.gold-text {
	top: 8vw;
	letter-spacing: 5px;
	font-size: 7.5vw;	
} 

header p {
	font-size: 2.3vw;
	text-align: center;
	width: 100%;
}

/* Inside MAIN 992px +  */

main p, ol, ul, table {
	font-size: 20px;
}

main h2 {
	font-size: 30px;
}

main h3 {
	font-size: 24px;
}
	

/* placing FIGURES */

.figure-small-left, .figure-small-right {
	width: 20%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0.5em;		
}
	
.figure-small-left {
	float: left;
	margin-left: 0;
	margin-right: 4%;
}
	
.figure-small-right {
	float: right;

	margin-left: 4%;
	margin-right: 0;
}



.left-200, .right-200 {
	float: left;
	width: 200px;
	margin-top: 0;
	margin-left: 5%;
	margin-right: 5%;	
	padding: 20px 0 20px 0;
}

.right-200 {
	clear: none;
	float: right;
}


.left-block {

  width: 22px;
  height: 22px;
  padding: 11px;
  /*background: yellow;*/
}

.middle-block {
	float: left;
	width: 140px;
	padding: 0 1em 0 1em;
	color: var(--MiddleBlue);
	font-weight: 700;
	/*background: white;*/
}

.right-block {
	float: left;
	width: calc(100% - 230px);
	padding: 0 ;
	/*background: pink;*/
}


footer p {
	font-size: calc(.3vw + 1vh + 1vmin);
}


.footer-text-area {
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	width: calc(70% - 400px);
	padding: 20px 0 20px 0;
}
	
	
.DSR {background-color: GreenYellow;}	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
/* HEADER */ 	
	
header {
	height: 16.5vw;
}

	
h1.gold-text {
	top: 8vw;
	letter-spacing: 5px;
	font-size: 8vw;	
} 



header p {
	font-size: 2.4vw;
	text-align: center;
	width: 100%;
}


/* Inside MAIN 1200px +  */

.envelope {
	width: 70%;
}


main p, ol, ul, table {
	font-size: 22px;
}

main h2 {
	font-size: 33px;
}

main h3 {
	font-size: 26px;
}


/* placing FIGURES */
	
.figure-small-left, .figure-small-right {
	width: 18%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0.5em;		
}	
	
.figure-small-left {
	float: left;
	margin-left: 0;
	margin-right: 4%;
}
	
.figure-small-right {
	float: right;
	margin-left: 4%;
	margin-right: 0;
}



.left-block {

  width: 22px;
  height: 22px;
  padding: 11px;
  /*background: yellow;*/
}

.middle-block {
	float: left;
	width: 180px;
	padding: 0 1em 0 1em;
	color: var(--MiddleBlue);
	font-weight: 700;
	/*background: white;*/
}

.right-block {
	float: left;
	width: calc(100% - 270px);
	padding: 0 ;
	/*background: pink;*/
}


footer p {
	font-size: calc(.5vw + 1vh + 1vmin);
}

	

	
.DSR {background-color: Cornsilk;}	

} 





/* Common styles of menus */

.dl-menuwrapper a { text-decoration: none; }

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	margin: 10px 0 0 10px;

}

.dl-menuwrapper:first-child {
	margin-left: 30px;
}

.dl-menuwrapper button {
	background: transparent;
	border: none;
	width: 48px;
	height: 25px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: rgba(10,76,104,0.9);
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #EDD371;
	top: 0;
	left: 16%;
	box-shadow: 
		0 10px 0 #CD9E53, 
		0 20px 0 #885F3A;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #d6d265;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(222,222,222,0.2);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(222,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(222,222,222,0.5);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}


.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}



@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}


.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}



.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}



@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* end of MENU */

.back-to-top{
	position: fixed;
	bottom: 4px;
	width: 48px;
	height: 48px;
	text-decoration: none;
	right: 2px;
	float: right;
	display: none;
	background-repeat: no-repeat;
	background-image: url(../graphics/scroll-up-48.png);
	border:none;
	opacity: 0.8;
}

.back-to-menu:hover{
	opacity: 1;
	border:none;
}
	
	
	
