/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,section,article,button {
    padding: 0;
    margin: 0;
	font-size: 1rem;
	color: #21417a;
}
body {
	font-family: Verdana;
	padding-top: 35%;
}
header {
display: none;
}
p {
	font-size: 1.2rem;
}
h2 {
	font-size: 2.1rem;
	color: #021e43;
	text-decoration: underline;
}
h2.print-off {
	display: none;
}

#header-title {
    background-color: #199ddd;
    text-align: center;
	margin: auto 0 auto 0;
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
}
article {
	margin-bottom: 60%;
}
article#main {
	padding: 0% 1% 0 1%;
	margin-left: auto;
	margin-right: auto;
	
	width: 90%;
	color: #021e43;
}
#menu-icon {
	max-width: 3.7rem;
}
nav {
	z-index: 4;
}
nav#raiseup {
display: none;
}
nav#raiseup ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	right: 100%;
	bottom: -105%;
}
nav#raiseup p:after {
	display: inline-block;
	content: '\25b2';
	opacity: 0.5;
}
nav#raiseup li:hover > p:after {
  opacity: 1;
}
nav#raiseup a,
nav#raiseup p {
	display: inline-block;
	background-color: #44a39d;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 0.95rem;
	width: 140%;
	padding: 13%;
	margin: -1px 0 -1px 0;
}
nav#raiseup ul li ul {
}
nav#raiseup li:hover > a,
nav#raiseup li:hover > p {
	background-color: #324c63;
}
nav#raiseup ul ul ul li a{
  background-color: #199ddd;
}
nav#raiseup > ul > li {
  flex: 1;
  position: relative;
}
nav#raiseup li > ul {
	z-index: 1;
	position: absolute;
	display: none;
}
nav#raiseup li > ul > li > ul {
	z-index: 2;
	position: absolute;
	display: none;
	bottom: -260%;
	right: 157%;
}
nav#raiseup li:hover > ul {
  display: block;
  top: 0;
  transform: translateY(-100%);
}
nav#raiseup li {
	position: relative;
}
#logo-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	padding: 0.4375rem 0 0 0;
	margin-bottom: 0;
}
img#logo-img {
	max-width: 3rem;
	margin: 1rem 0 0 1.5rem ;
}
img#logo-img-m, img#logo-img-l {
	display: none;
}
#title-wrapper {
	padding: 1rem 20% 1rem 20%;
	margin-bottom: 0;
	display: inline-block;
}
h1#title {
	font-size: 2rem;
	color: #ffffff;
}

h3.sub-title {
	font-size: 0.9rem;
	color: #ffffff;
}
#social-media-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	height: auto;
	width: auto;
	margin-bottom: 0;
}
img#social-media-img {
	max-height: 2.3rem;
	margin: 2rem 1.3rem 0 1.3rem;
	border: 1px solid #ffffff;
}
img.main-image {
	display: block;
	margin: 5% 0 5% 0;
	width: 47%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #91969c;
}
img.feature1 {
	display: block;
	margin: 2% 0 2% 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #91969c;
}
img.feature2 {
	display: block;
	margin: 1% 0 1% 0;
	width: 70%;
	height: 70%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #91969c;
}
img.feature3 {
	display: block;
	margin: 1% 0 1% 0;
	width: 60%;
	height: 60%;
	margin-left: auto;
	margin-right: auto;
}
img.feature4 {
	display: block;
	margin: 1% 0 1% 0;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
img.print-button-image {
	display: none;
}
img.scroll {
	width: 87%;
	margin-left: auto;
	margin-right: auto;
}
img#social-media-img-m, img.main-image-m, img.feature1-m, img.feature2-m, img.feature3-m, img.feature4-m {
	display: none;
}
img#social-media-img-l, img.main-image-l, img.feature1-l, img.feature2-l, img.feature3-l, img.feature4-l {
	display: none;
}
#main-vid {
	display: none;
}
.indexbook-s {
	display: block;
	margin: 2% 0 5% 0;
	max-width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.indexbook-m, .indexbook-l {
	display: none;
}
.intro-img {
	display: none;
}
div.top-text {
	padding: 0 1rem 0 1rem;
	margin: 3rem 0 1rem 0;
}
div.top-text h4 {
	font-size: 1.5rem;
	color: #324c63;
}
div.body-text {
	padding: 0.25rem;
	background-color: rgba(57,59,61,0.08);
	border-radius: 3%;
}
div.body-text b {
	margin-left: -1rem;
}
div.body-text p {
	padding-left: 1rem;
}
div.body-text section br {
	padding: 0.625rem;
}
div.body-text section p {
	color: #324c63;
}
div.body-text section p b {
	color: #44a39d;
	text-decoration:underline;
}
.centered-text {
	text-align: center;
}
.centered {
	position: absolute;
	top: 51%;
	left: 51%;
	transform: translate(-50%, -50%);
	color: #21417a;
	font-size: 0.86rem;
	max-width: 60%;
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
table tr th.Header{
	padding: 2rem 0 2rem 0;
	font-size: 1.5rem;
}
th, td { 
	padding: 0.3rem;
	font-size: 0.9rem;
	color: #ffffff;
}
img.catalogue-img {
}
img.catalogue-img-m, img.catalogue-img-l {
	display: none;
}

td img.catalogue-img {
	max-width: 70%;
	border: 3px solid #44a39d;
}
td img.catalogue-img-m, td img.catalogue-img-l {
	display: none;
}
td img.catalogue-img:hover {
	border: 3px solid #199ddd;
}
.container {
	position: relative;
	text-align: center;
	color: white;
	z-index: -1;
}
.navbar {
  overflow: hidden;
  background-color: #21417a; 
  margin-top: 0;
  padding-left: 10%;
  display: none;
}
.navbar a {
  float: left;
  font-size: 1.15rem;
  color: white;
  text-align: center;
  padding: 1rem 2rem;
  text-decoration: none;
}
.subnav {
  float: left;
  overflow: hidden;
}
.subnav .subnavbtn {
  font-size: 1.15rem;  
  border: none;
  outline: none;
  color: white;
  padding: 1rem 2rem;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-decoration: underline;
}
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #44a39d;
}
.subnav-content {
	display: none;
	position: absolute;
	left: 0;
	background-color: #44a39d;
	width: 100%;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.subnav-content a:hover {
  background-color: #324c63;
}
.subnav:hover .subnav-content {
  display: block;
}
.submenu-left-margin {
	margin-left: 0;
}
video {
	z-index: 1;
}

a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline
}

a.dead-link {
	text-decoration: underline;
}

a:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #324c63;
  background-color: transparent;
  text-decoration: underline;
}

p a:link {
  color: #199ddd;
  background-color: transparent;
  text-decoration: underline
}

p a:visited {
  color: #199ddd;
  background-color: transparent;
  text-decoration: none;
}

p a:hover {
  color: #44a39d;
  background-color: transparent;
  text-decoration: underline;
}

p a:active {
  color: #324c63;
  background-color: transparent;
  text-decoration: underline;
}

td a:hover {
  color: #199ddd;
  background-color: transparent;
  text-decoration: underline;
}

td a:active {
  color: #324c63;
  background-color: transparent;
  text-decoration: underline;
}
footer {
display: none;
}

ul.show {display: block;}

div.print-hide {
	display: none;
}

div.print-off {
	display: none;
}
.pc-only {
 display: none;
}