body{margin: 0;box-sizing: border-box;}

*,*:after,*:before{
  box-sizing: border-box;
}

.ostLayout{
    -webkit-font-smoothing: antialiased;
    /*background-color: rgb(255, 255, 255);*/
    background: transparent url('/img/jungleTop.jpg') repeat-x;
    box-sizing: inherit;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    width: 100%;
}

.header{
  /*background: #ffffff;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  color: #4a01b0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
    margin:0 auto;
    width:100px
}
.logo a{
    display:block;
    margin:40px auto 20px;
    text-align: center;
}
.logo-top{
    aspect-ratio: 1 / 1;
    background-color: transparent;
    border-radius: 0px !important;
    color: rgb(77, 1, 170);
    cursor: pointer;
    height: 100px;
    max-height: 100px;
    margin:0 auto;
    object-fit: contain;
    padding:0;
    transition: max-height 0.5s ease 0s;
    vertical-align: middle;
    width: 100px;
}

.nav_ico {
  display: inline-block;
  position: relative;
}
.nav_ico label{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.nav_ico span{
  display: block;
  height: 4px;
  width: 30px;
  background: #4a01b0;
  margin: 4px 0
}

.nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background: transparent;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.nav-overlay.active {
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}


#menu_trigger{
  position: fixed;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.close_icon{
  color: #4a01b0;
  font-size: 60px;
  position: relative;
  position: absolute;
  left: 20px;
  top: 20px;
  line-height: 0.7;
  transform: rotate(45deg);
}
.close_icon input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.side_nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  max-height: calc(100% - 2px);
  overflow-y: auto;
  background-color: rgb(244, 242, 255);
  z-index: 1001;
  padding-top: 100px;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}
#menu_trigger:checked + .side_nav{
  transform: translateX(0%);
}
.side_nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.side_nav ul li{
  margin: 0;
  color: rgb(87, 87, 87);
}
.side_nav ul li a{
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	color: rgb(27, 27, 27);
	cursor: pointer;
	display: block;
	font-size: 20px;
	justify-content: space-between;
	letter-spacing: 3px;
	min-width: 300px;
	padding: 16px 24px;
	text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.side_nav ul li.sel a, .side_nav ul li.sel ul li.isel a{
    background-color: #bd99f0;
    color: rgb(27, 27, 27);
}
.side_nav ul li.sel ul li a, .side_nav ul li.dropdown a{
    background-color: rgba(0, 0, 0, 0);
}
.side_nav ul li.dropdown a span{font-weight:normal}
.side_nav ul li a:hover span, .side_nav ul li.sel ul li a:hover span, .side_nav ul li.dropdown ul li.isel a span{font-weight:bold}
.side_nav ul li.sel a span{
    font-weight:bold;
    font-size: 22px;
}
.side_nav ul li.sel ul li a span{
    font-size: 16px;
    font-weight: normal;
}
.side_nav ul li a:hover, .side_nav ul li.sel ul li a:hover{
  background: #53048f;
  color: #fff;
}
.side_nav ul li ul.innerPanel li a{
    color: #999;
    font-size: 16px;
    padding: 8px 0 8px 60px;
    text-transform: none;
}

.side_nav ul li ul.innerPanel li a:hover{
  color: #fff;
}


.dNav{display:block;margin:0 0 50px 0;padding: 0;text-align:center;}
.dNav nav{
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    margin:0 auto;
    width:900px;
}
.dNav ul {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	margin-block-end: 0px;
	margin-block-start: 0px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	margin: 0px;
	padding: 0px;
	padding-inline-start: 0px;
	text-transform: none;
	white-space: nowrap;
}
.dNav ul li{
	box-sizing: border-box;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: none;
	vertical-align: top;
	white-space: nowrap;
}
.dNav ul li a{
    background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	height: 36px;
	letter-spacing: 3px;
	line-height: 24px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: -6px;
	outline-color: rgb(77, 1, 170);
	outline-style: none;
	outline-width: 0px;
	overflow-wrap: break-word;
	padding: 0 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	word-wrap: break-word;
}
.dNav ul li a span, .dNav ul li.sel ul li a span{
    color: rgb(87, 87, 87);
    padding: 15px 0 4px 0;
    border: 0;
}
.dNav ul li.sel a span, .dNav ul li a:hover span, .dNav ul li a:active span, .dNav ul li.sel ul li a:active span, .dNav ul li.sel ul li a:hover span, .dNav ul li.sel ul li.isel a span{
    color: rgb(77, 1, 170);
    border-bottom: 1px solid rgb(77, 1, 170);
}


.dNav .dropdown {
    position: relative;
    display: inline-block;
}

.dNav .innerPanel {
  display: none;
  letter-spacing: normal;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 15px 16px;
  z-index: 1;
}
.dNav .innerPanel.a {
  min-height: 230px;
}
.dNav .innerPanel.b {
  min-height: 170px;
}
.dNav .innerPanel.c {
  min-height: 90px;
}

.dNav .dropdown:hover .innerPanel {
  display: block;
}

.dNav ul li.dropdown:hover ul, .dNav ul li.dropdown:hover ul li, .dNav ul li.dropdown:hover ul li a{
    color: #777;
    display: block;
    letter-spacing: normal;
    line-height: 35px;
    height: 35px;
    text-transform: none;
}

.dNav ul li.dropdown a:after {
	content: "▼";
	display: inline-block;
	margin: 0 0 0 5px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-decoration: none;
}

.dNav ul li.dropdown:hover a:after {
	content: "▼";
	display: inline-block;
	margin: 0 0 0 5px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	text-decoration: none;
}

.dNav ul li.dropdown ul li a:after, .dNav ul li.dropdown:hover ul li a:after {
	content: "";
	margin: 0 0 0 5px;
	text-decoration: none;
}




.alert{color:#c00;font-size:18px;}
.btn{
	align-items: center;
	background-color: rgb(93, 2, 203);
	border-style: none;
	border-radius: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-flex;
	font-size:18px;
	font-weight: bold;
	height: 56px;
	justify-content: center;
	letter-spacing: 3px;
	margin-top: 16px;
	max-width: 100%;
	min-height: 56px;
	overflow-wrap: break-word;
	padding:8px 32px 8px 32px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	word-wrap: break-word;
}
.btn:hover{
    background-color: rgb(105, 2, 227);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px;
}
.btn.wht{background-color:#fff;color:#4a01b0;}
.btn.wht:hover{background-color:#eee;color:#4a01b0;}


.pgOuter{display: block;padding:200px 0 0 0;}
.pgSection{display: block;padding:0 30px;}
.pgSectionB{background-color: #4a01b0;display: block;padding:0 30px;}

.sectionTop{
  text-align: left;
  padding: 0;
  margin:0 auto;
}


.mContent{display:none}
.dContent{display:block}
.content1,.content3{
    background-color: rgba(244, 242, 255, 0.8);
    margin: 0 0 40px 0;
}
.content1{
    color: #000;
    text-align: center;
    padding: 70px 40px 100px 40px;
}

.content1 p{
    margin: 10px 0 0 0;
}

.content2{
  background-color: #4a01b0;;
  color: #fff;
  margin: 0 0 40px 0;
  padding:40px 0;
  text-align: center;
}

.content3{
  color: rgb(94, 94, 94);
  font-family: "Open Sans", arial, sans-serif;
  text-align: left;
  line-height: 36px;
  padding: 30px 40px;
}
.content3 h4{
  color: rgb(27, 27, 27);
  font-size: 40px;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: normal;
  margin:0;
  padding:0;
}
.content3 ul li{margin-bottom:30px}

.content4{
  color: #555;
  margin: 0 0 20px 0;
  padding: 0;
}

.colL{width:47%;float:left}
.colR{width:47%;float:right}
.aliR{text-align:right}

.tCol1,.tCol2,.tCol3{background-color: rgba(244, 242, 255, 0.8);display:table-cell;width:30%;}
.tColSp{width:5%;display:table-cell;}

.colContent1{color:#666;padding:30px;}


h1{
  color:#000;
  font-size: 42px;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: normal;
}
h4{
  color: rgb(27, 27, 27);
  font-size: 38px;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: normal;
  margin:0;
  padding:0;
}

br {clear:both;height:1px;line-height:1px;font-size:1px;}

hr {border-top: 1px solid rgb(91, 1, 198);opacity:0.25;height:0;margin:50px auto;}

.formItem{margin-bottom:30px}
input[type=input], select, textarea {
color: #4A4A4A;
font-family: "Open Sans", arial, sans-serif;
font-size: 20px;
line-height: 28px;
margin-top:5px;
padding: 8px 8px;
outline: none;
font-weight: 200;
resize: none;
width: 100%;
}
.g-recaptcha{float:right;margin-bottom:20px}
.rtFormItem{clear:both;text-align:right} 

.tagLine{
    font-size: 20px;
    font-style: italic;
    padding-bottom:30px;
}

.supportArea{
    color:#ddd;
    margin:0 auto 20px auto;
    max-width:680px;
}


.quote{
    font-size: 36px;
    line-height:44px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: normal;
    margin-top:20px;
}

.qRule{
border-color: rgb(120, 82, 211);
border-style: solid;
border-width: 0 0 2px 0;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
box-sizing: content-box;
color: rgb(120, 82, 211);
font-size: 16px;
height: 0px;
letter-spacing: normal;
margin:20px auto;
text-align: center;
text-transform: none;
width: 40px;
}

.qSource{font-size: 18px;}

#cookiePopup {
    background: #4a01b0;
    border-radius: 20px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 20px;
    width:320px;
}
#cookiePopup h4 {color:#fff;font-family:"Open Sans", arial, sans-serif;font-size:22px;padding:0 0 5px 0;margin:0}
#cookiePopup p{
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin:0;
    padding:0 0 10px 0;
}
#cookiePopup button{
    width: 100%;
    border: navajowhite;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    color: #4a01b0;
    cursor: pointer;
}

.socialIcons{display:block;margin:0 auto 20px auto;width:140px;text-align:center}
.socialIcons img{height:40px;width:40px;}
.socialIcons .fb{margin-right:40px}
.footer{
	color: rgb(89, 89, 89);
	display: block;
	font-size: 12px;
	height: auto;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 0 40px 0;
	padding: 40px 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	word-wrap: break-word;
}

@media (max-width: 320px){
    #cookiePopup {width:180px;}
}
@media (max-width: 767px){
    .pgOuter{padding:160px 0 0;}
    .side_nav{width: 100%;}
    .logo-top{height:80px;max-height: 80px;width: 80px;}
    .logo a{margin:20px auto 20px;}
    .colL,.colR,.tCol1,.tCol2,.tCol3{display:block;float:none;width:100%;margin-bottom:20px}
    .tColSp{display:block;float:none;}
    .aliR{text-align:left}
    .content4,.sectionTop{padding:0;margin:0}
    .dContent{display:none}
    .mContent{display:block;margin-bottom:30px}
    .colL img,.colR img{margin-bottom:20px}
}
@media (min-width: 768px){
}
@media (min-width: 768px) and (max-width: 1023px){
}
@media (max-width: 1023px){
    .dNav{display:none}
}
@media (min-width: 1024px){
    .nav_ico{display:none;}
    .content1,.content2,.content3,.content4,.dNav,.footer,.sectionTop{margin:0 auto 40px auto;width:936px;}
    hr{width:936px;}
}
@media (min-width: 1280px){
    .content1,.content2,.content3,.content4,.dNav,.footer,.sectionTop{margin:0 auto 40px auto;width:1113px;}
    hr{width:1113px;}
    .socialIcons img{height:45px;width:45px;}
}
@media (min-width: 1536px){
    .ost-layout{font-size: 18px}
    .content1,.content2,.content3,.content4,.dNav,.footer,.sectionTop{margin:0 auto 40px auto;width:1233px;}
     hr{width:1233px;}
     .socialIcons img{height:50px;width:50px;}
}

