/**https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_sidenav**/



.basic-page-breadcrumb {
    display: none;
}

.anchor {    
    position: relative;
    margin-top: -70px;
    height: 80px;
    visibility: hidden;
}

.page-title-holder{display:none;}

.TableContents{padding:30px;}

@media only screen and (max-width:991px){
.page-title-holder{display:block;}
}

.link-tab-room li a {
    font-size: 16px!important;
}

.sidenav {
  height: 380px;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidenav a {
  padding: 0px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #64be00;
  text-decoration:none;
}

.sidenav .closebtn {
	position: absolute;
    top: -5px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}


.TableofContents{   
	border-radius: 35px;
    font-size: 18px;
    cursor: pointer;
    float: left;
    background-color: #64be00;
    padding: 5px 20px;
    color: #fff;
}
.TableofContentsmobile{display:none;}
.LicenseReform{width:100%;}

.LicenseReform h6 {
    color: #64be00;
}

.region-content .basic-page .content .carousel-wrapper {
    margin: 0 auto 30px;
    clear: both;
}

@media screen and (max-width: 1440px) {
.sidenav {
  height: 420px;
}
}

@media screen and (max-width: 765px) {
.sidenav {
  height: 100%;
  width: 100%!important;
  position: relative!important;
}
.sidenav .closebtn {
    display: none;
}
.TableofContents{
	display: none;
}
.TableofContentsmobile{display:block;font-size: 30px;}
.LicenseReform{
	padding-top:30px;
}
}

.text ol { 
    counter-reset: item;
    text-indent: -10px;
    font-size: 13px;
    color: #fff;
    margin: 15px;
    padding-left: 20px;
}

.text li{ display: block; }
.text li:before { content: counters(item, ".") " "; counter-increment: item;  font-size: 16px;}


@media screen and (max-width:450px){
.sidenav {background-color: #fff;}
.sidenav a {color: #000;}
.TableContents .text ol {counter-reset: item; text-indent: -10px; font-size: 13px; color:#000;  margin: 5px;  padding-left: 20px;}
.TableContents .title h3{display:none;}
}

.Licensing-Point {
    width: 100%;
    margin: 0 auto;
}

.Licensing-Point td, .Licensing-Point th {
    border-bottom: 1px solid #c1e599;
    padding: 10px;
	font-size:16px;
}

/* .Licensing-Point ol, ul {
    margin-left: -20px;
} */

.Licensing-Point ol, ul{
	list-style: disc;
}

.Licensing-Point ul li{
	list-style-type: circle;
}

.Licensing-Point ul li ul li {
    list-style-type: circle;
}

.row-feature {
    width: 33%;
}


.Reform_IMG{
	padding:20px 0px;
	width:85%;
	margin:0 auto;
}

.License_notes{
	line-height:1.6em;
	margin-left: 30px;
}

.License_notes li{
	list-style: disc;
}

.License_notes ul li{
	list-style-type: circle;
	margin-left: 30px;
}

.License_notes ul li ul li {
   list-style-type: square;
}

.notes{
	font-size:12px;
    text-indent: -8px;
    padding-left: 10px;
}

.underline{
	text-decoration:underline;
}

.pack_icon{
	display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.icon_area{
	width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.icon_area img{
	width:120px!important;
}

.icon_area p{
	padding-top:10px;
	font-weight:bold;
}

@media screen and (max-width: 765px) {
.pack_icon{
	flex-direction: column;
}
.icon_area{
	width: 100%;
}
}

.desktop_img{display:block;}
.mobile_img{display:none;}

.zoom{
	display:none;
}

@media only screen and (max-width:991px){
.Reform_IMG{
	width:100%;
}

.desktop_img{
	display:none;
}
.mobile_img{
	display:block
}
.zoom {
	display:inline-block;
	position: relative;
}
.zoom img {
	display: block;
}
}

.Licensing_icon{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px 0px;
	flex-direction: row;
    text-align: center;
}

.Licensing_icon .icon{
	display: flex;
    align-items: center;
    flex-direction:column;
	border-right: 1px solid #64be00;
    padding: 15px 0px;
}

.Licensing_icon .icon:last-child {
	border-right: none;
}

.icon_img{
	width: 50%!important;
}

.icon p{
	height: 60px;
}

@media only screen and (max-width:991px){
.icon p{
	height: 100px;
}
}

@media only screen and (max-width:450px){
.Licensing_icon{
	flex-direction: column;
}
.Licensing_icon .icon{
	border-right: none;
}
.icon p{
	height: 40px;
}
}


.Licensedownload{
	padding-bottom: 50px;
}

.Licensedownload .btn-outline {
    border-radius: 35px;
    font-size: 18px;
    border-color: #64be00;
    margin-left: 10px;
    color: #64be00;
    padding: 5px 20px;
}


.Licensedownload .btn-group-lg>.btn, .btn-lg {
    padding: 5px 10px;
    margin: -2px;
}

.Guidelinesdownload .btn-outline {
    border-color: #64be00;
    color: #64be00;
}

@media only screen and (max-width:450px){
.TableContents{padding:10px;}
.Licensedownload{
	padding-bottom: 10px;
}
.deck-wrapper .Licensedownload .btn-outline {
    border-radius: 35px;
    float: none;
}
}

