/**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;}
.overview ul{display: inline-flex; list-style: none;}
.overview ul li {border-right: 1px solid #64be00; padding: 0px 5px; margin: 0 auto; text-align: center;}
.overview ul li:last-child{border-right: none;}

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

@media only screen and (max-width:800px){
.overview ul{display:block; list-style: initial;}
.overview ul li {border-right: none;text-align: left;}
}

.sidenav {
  height: 250px;
  width: 0;
  position: fixed;
  z-index: 1;
  right: 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: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.TableofContents{font-size:30px;cursor:pointer; float:right;}
.TableofContentsmobile{display:none;}
.LicenseReform{width:100%;}

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

.LicenseReform h6{
	color:#64be00;
}

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

@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: -25px;
	font-size:13px;
	color:#fff;
	margin: 10px;
}

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

.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;
}

.row-feature {
    width: 33%;
}


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

.License_notes{
	line-height:1.6em;
    padding-left: 20px;
}

.License_notes ul li {
    list-style: disc;
}

.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: 30px;
	padding-top: 20px;
}

.Licensedownload .btn-outline {
    border-radius: 35px;
    float: right;
	font-size: 16px;
	border-color: #64be00;
    color: #64be00;
    float: right;
}

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

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


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

