	body {
		margin: 0;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		font-size: .88rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		text-align: left;
		background-color: #f1f4f6;
		overflow-x: hidden;
	}
	
	.app-container {
		display: flex;
		min-height: 100%;
		flex-direction: column;
		margin: 0;
		
		/*background: #f1f4f6;*/
		margin-bottom: 70px;
	}

	.app-container.dual-footers {
		margin-bottom: 130px!important;
	}
	
	.fixed-header .app-header {
		position: fixed;
		width: 100%;
		top: 0;
	}
	
	.app-header {
		height: 60px;
		display: flex;
		align-items: center;
		align-content: center;
		position: relative;
		z-index: 10;
		transition: all .2s;
		
		background-image: linear-gradient(to right, #0D274C , #1B51A0);
		color: #fff!important; /* white */;
	}
	
	.app-header-button {
		color: #fff!important; /* white */;
	}
	
	.app-header.header-shadow {
		box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
	}
	
	.fixed-header .app-main {
		padding-top: 60px;
	}
	
	.app-main {
		flex: 1;
		display: flex;
		z-index: 8;
		position: relative;
	}
	
	.app-sidebar {
		width: 280px;
		display: flex;
		z-index: 11;
		overflow: hidden;
		min-width: 280px;
		position: relative;
		flex: 0 0 280px;
		margin-top: -60px;
		padding-top: 60px;
		padding-bottom: 60px;
		transition: all .2s;
	}
	
	.app-sidebar__inner {
		overflow-x: visible;
		overflow-y: visible;
	}
	
	.fixed-sidebar .app-sidebar {
		position: fixed;
		height: 100%;
	}

	.closed-sidebar .app-sidebar {
		transition: all .3s ease;
		width: 60px;
		min-width: 60px;
		flex: 0 0 60px;
		z-index: 13;
	}
	
	
	.app-sidebar .scrollbar-sidebar {
		z-index: 15;
		width: 100%;
		border-right: 1px solid #0D274C!important;
	}
	
	.scrollbar-sidebar, .scrollbar-container {
		position: relative;
		height: 100%;
	}
	
	.ps {
		overflow: hidden;
		overflow-y: scroll;
		overflow-anchor: none;
		touch-action: auto;
	}
	
	/* Scrollbars */
	/*::-webkit-scrollbar {
	  width: 10px;
	} ::-webkit-scrollbar-track {
	  background: #f1f1f1;
	  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	} ::-webkit-scrollbar-thumb {
	  background: #888;
	} ::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}*/
	
	.app-sidebar .app-sidebar__inner {
		padding-top: 2px;
		padding-bottom: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.vertical-nav-menu {
		margin: 0;
		padding: 0;
		position: relative;
		list-style: none;
	}
	
	.app-sidebar__heading {
		text-transform: uppercase;
		font-size: .8rem;
		margin: .75rem 0;
		font-weight: bold;
		color: #0D274C;
		white-space: nowrap;
		position: relative;
	}
	
	.closed-sidebar .app-sidebar .app-sidebar__inner .app-sidebar__heading {
		text-indent: -999em;
	}
	
	.vertical-nav-menu ul {
		margin: 0;
		padding: 0;
		position: relative;
		list-style: none;

		transition: padding 300ms;
		padding: .5em 0 0 2rem;
	}
	
	ul .mm-collapse {
		padding-left: 0rem;
	}
	
	
	.vertical-nav-menu li a {
		display: block;
		line-height: 2.4rem;
		height: 2.4rem;
		padding: 0 1.5rem 0 45px;
		position: relative;
		border-radius: .25rem;
		color: #343a40;
		white-space: nowrap;
		transition: all .2s;
		margin: .1rem 0;
	}
	
	.vertical-nav-menu li ul li ul {
		padding-left: 15px;
	}
	
	.vertical-nav-menu ul>li>a.mm-active {
		color: #3f6ad8;
		background: #e0f3ff;
		font-weight: bold;
	}
	
	.vertical-nav-menu li.mm-active>a {
		font-weight: bold;
	}
	
	.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
		text-align: center;
		width: 40px;
		height: 34px;
		line-height: 34px;
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -17px;
		font-size: 1.2rem;
		opacity: .3;
		transition: color 300ms;
	}
	
	.vertical-nav-menu i.metismenu-state-icon {
		transition: transform 300ms;
		left: auto;
		right: 0;
	}
	
	.vertical-nav-menu li a:hover i.metismenu-state-icon {
		opacity: 1;
	}
	
	.vertical-nav-menu li.mm-active>a i.metismenu-state-icon {
		transform: rotate(-180deg);
	}
	
	.vertical-nav-menu .mm-collapse:not(.mm-show) {
		display: none;
	}
	
	.closed-sidebar .app-sidebar .app-sidebar__inner{
		padding-left: 5px;
	}
	
	.closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show {
		padding: 0;
	}
	
	.closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show>li>a {
		height: 0;
	}
	
	.closed-sidebar:not(.sidebar-mobile-open) .app-sidebar .scrollbar-sidebar {
		position: static;
		height: auto;
		overflow: initial !important;
	}
	
	.closed-sidebar .app-sidebar .metismenu-label {
		display: none;
	}

	.vertical-nav-menu li.mm-active>a>.metismenu-icon {
		opacity: .8;
	}	
	
	.vertical-nav-menu ul:before {
		content: '';
		height: 100%;
		opacity: 1;
		width: 3px;
		background: #0D274C;
		position: absolute;
		left: 20px;
		top: 0;
		border-radius: 15px;
	}
	
	.closed-sidebar .app-sidebar .vertical-nav-menu ul:before {
		display:none;
	}

	a {
		color: #3f6ad8;
		text-decoration: none;
		background-color: transparent;
	}
	
	a, button, .btn {
		outline: none !important;
	}
	
	[class*=" pe-7s-"] {
		display: inline-block;
		/*font-family: 'Pe-icon-7-stroke';*/
		speak: none;
		font-style: normal;
		/*font-weight: normal;*/
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.ps__rail-x {
		display: none !important;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
		height: 15px;
		bottom: 0;
		position: absolute;
		z-index: 7;
	}
	
	.ps__rail-y {
		display: none;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
		width: 15px;
		right: 0;
		position: absolute;
		border-radius: 50px;
		z-index: 7;
	}
	
	.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
		display: block;
		background-color: transparent;
	}

	.brand-wrapper, .brand-wrapper:hover, .brand-wrapper:active, .brand-wrapper:visited {
		width: 280px;
		padding-left: 15px;
		text-decoration: none!important;
		display: flex;
	}
	
	.brand-image {
		width:30px;
		height:30px;
	}
	
	.brand-text, .brand-text:hover, .brand-text:active, .brand-text:visited {
		padding-left:5px;
		color: #fff!important;
	}
	
	.closed-sidebar .app-header .brand-wrapper .brand-text {
		display: none;
	}
	
	.closed-sidebar .app-header .brand-wrapper {
		width: 70px;
	}
	
	.app-main {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.app-main .app-main__outer {
		flex: 1;
		flex-direction: column;
		display: flex;
		z-index: 12;
	}
	
	.fixed-sidebar .app-main .app-main__outer {
		z-index: 9;
		padding-left: 270px;
	}
	
	.closed-sidebar .app-main .app-main__outer {
		padding-left: 60px;
	}
	
	.app-main .app-main__inner {
		padding: 30px 30px 0;
		flex: 1;
	}
	
	.app-header-outer {
		width: calc(100% - 280px);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.form-footer {
		position: fixed;
		z-index: 15;
		width: calc(100% - 305px);
		background-color: #F1F4F6;
		bottom: 60px;
		height: 60px;
		padding: 5px 30px 15px 5px;
	}
	
	#alertsDiv {
		position: fixed;
		z-index: 100000;
		width: calc(100%);
		top: 10px;
		padding: 5px 15px 5px 15px;
	}
	
	.closed-sidebar .app-header .app-header-outer, .closed-sidebar .app-main .app-main__outer  {
		width: calc(100% - 60px);
	}
	
	.app-header-inner {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.app-header-icon {
		padding-left:5px;
		position: relative;
		cursor: pointer;
	}
	span.icon-badge {
		position: absolute;
		font-size: 0.8em;
		top: -1px;
		color: red;
		right: -4px;
	}
	span.num {
		position: absolute;
		font-size: 0.7rem;
		top: -1px;
		color: #fff;
		right: 3px;
	}

	.bcp_jumbotron {
		border-radius: 0px;
		min-height: 430px;
		background: url(../images/header.jpg) center center;
		margin: -30px -30px 0;
	}
	
	h1.display-3 {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 3em;
		color: #fff;
	}
	
	h2 {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.3em;
	}
	
	/*a.btn-primary {
		background-color: #8F1A1A;
		color: #fff;
		border: 0;
	}*/
	
	.highlighted_events {
		margin: 20px 0;
	}
	
	.highlighted_events_img_div {
		width: 100%;
		height: 75px;
		overflow: hidden;
	}
	
	.highlighted_events img {
		height: auto;
		width: 100%;
		background-position: bottom;
		margin-top: -60px;
	}
	
	.highlighted_events p {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		margin: 10px 0;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.upcoming_events {
		margin: 20px 0;
	}
	
	.upcoming_events h3 {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.6em;
		margin: 20px 0;
	}
	
	.upcoming_events img {
		width: 75px;
		height: 75px;
	}
	
	.event_image {
		float: left;
	}
	
	.event_date {
		float: left;
		width: 100px;
		padding: 10px;
		text-align: center;
	}
	
	.event_date .month_day {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #8F1A1A;
		font-size: 1.6em;
		margin: 0;
		padding: 0;
	}
	
	.event_date .year {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #8F1A1A;
		font-size: 1.3em;
		margin-top: -10px;
		padding: 0;
	}
	
	.event_name {
		float: left;
		border-left: 1px solid #ccc;
		padding-left: 20px;
		width: 60%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.app-jumbotron-button, .app-jumbotron-button:hover {
		width: 150px;
		color: #fff;
		background-color: #000;
		border-color: #fff;
		height: 44.5px;
		padding-top: 5px;
		font-size: x-large;
	}

	#section_1 {
		background: url(../images/tank_section1.jpg)50% 50% fixed;
		background-repeat: repeat;
		height: auto;
		min-height: 550px;
		margin: 0 auto;
		/*width: 100%;*/
		position: relative;
		padding: 150px 50px;
	}
	
	.section_text h1 {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 3.5em;
		color: #fff;
	}
	
	.section_text p {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		color: #fff;
	}
	
	
	
	#section_2 {
		background: url(../images/dragon_section2.jpg)50% 50% fixed;
		background-repeat: repeat;
		height: auto;
		min-height: 550px;
		margin: 0 auto;
		/*width: 100%;*/
		position: relative;
		padding: 150px 50px;
	}
	
	#section_3 {
		background: url(../images/fists_section3.jpg)50% 50% fixed;
		background-repeat: repeat;
		height: auto;
		min-height: 550px;
		margin: 0 auto;
		/*width: 100%;*/
		position: relative;
		padding: 150px 50px;
	}

	section a:hover {
		font-family: 'Roboto', sans-serif;
		color:#8F1A1A;
		text-decoration: underline;
	}
	#section_4 {
		/*background: url(../images/fists_section3.jpg)50% 50% fixed;
		background-repeat: repeat;*/
		height: auto;
		/*min-height: 550px;*/
		margin: 0 auto;
		/*width: 100%;*/
		position: relative;
		padding: 150px 50px;
	}

	#section_4 .section_text h1, #section_4 .section_text p {
		color: #495057;
	}

	.fixed-sidebar .app-main .footer {
		position: fixed;
		bottom: 0;
		z-index: 15;
		width: 100%;
		background-image: linear-gradient(to right, #0D274C , #1B51A0);
		color: #fff;
		height: 60px;
	}
	
	.footer_links li {
		list-style: none;
	}
	
	.footer_links a {
		font-family: 'Roboto', sans-serif;
		color: #fff;
		font-weight: bold;
	}

	.btn-bcp1 {
		color: #fff;
		background-color: #8D1A17;
		border-color: #8D1A17;
	}
	
	.btn-bcp2 {
		color: #fff;
		background-color: #51504E;
		border-color: #51504E;
	}
	
	.btn-bcp3 {
		color: #fff;
		background-color: #8A9D4B;
		border-color: #8A9D4B;
	}
	
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}

	.switch input { 
		opacity: 0;
		width: 0;
		height: 0;
	}

	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}

	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

	input:checked + .slider {
		background-color: #111;
	}

	input:focus + .slider {
		box-shadow: 0 0 1px #111;
	}

	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}

	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}

	.slider.round:before {
		border-radius: 50%;
	}
	
	.app-page-title {
		padding: 30px;
		margin: -30px -30px 0px;
		position: relative;
	}
	
	.app-page-title .page-title-wrapper {
		position: relative;
		display: flex;
		align-items: center;
	}
	
	.app-page-title .page-title-heading {
		font-size: 1.25rem;
		font-weight: 400;
		display: flex;
		align-content: center;
		align-items: center;
	}
	
	.app-page-title .page-title-subheading {
		padding: 3px 0 0;
		font-size: .88rem;
		opacity: .6;
	}
	
	.app-page-title .page-title-heading, .app-page-title .page-title-subheading {
		margin: 0;
		padding: 0;
	}
	
	.table-bcp thead {
		background-color: #1B51A0;
		color: #fff;
	}
	
	.card-header-bcp {
		background-image: linear-gradient(to right, #0D274C , #1B51A0);
		color: #fff!important;
	}
	
	.link-event, .link-event:hover, .link-event:active, .link-event:visited {
		text-decoration: none;
		color: #111;
	}
	
	.link-nounderline, .link-nounderline:hover, .link-nounderline:active, .link-nounderline:visited, .link-pair, .link-pair:hover, .link-pair:active, .link-pair:visited {
		text-decoration: none;
	}
	
	.app-sidebar {
		background-color: #f1f4f6;
	}
	.closed-sidebar .ap-sidebar {
		transition: all .3s ease;
	}
	@media (max-width: 815px) {
		
		.closed-sidebar .app-header .app-header-outer, .closed-sidebar .app-main .app-main__outer {
			width: 100%;
		}
		
		.closed-sidebar .app-main .app-main__outer .form-footer, #alertsDiv {
			width: calc(100% - 10px);
		}
		
		.app-header {
			display: none;
			visibility: hidden;	
		}
		
		.app-container {
			width: 100%;
			max-width: 100%;
		}
		.app-sidebar {
			width: 100%;
			min-width: 100%;
			max-width: 100%;
			flex: 0 0 100%;
		}
		.app-sidebar .scrollbar-sidebar {
			border-right: 0px!important;
		}
		.closed-sidebar .app-sidebar {
			display: none;
			visibility: hidden;
		}
		
		.closed-sidebar .app-main .app-main__outer {
			width: 100%;
			padding-left: 0;
		}
		
		.fixed-sidebar .app-main .app-main__outer {
			padding-left: 0;
		}
		
		.fixed-header .app-header-mobile {
			position: fixed;
			width: 100%;
			min-width: 100%;
			max-width: 100%;
			top: 0;
			z-index: 10;
			height: 60px;
			background-image: linear-gradient(to right, #0D274C , #1B51A0);
			color: #fff!important;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 0 1.5rem;
			align-items: center;
		}
		
		.header-mobile-center {
			margin: auto;
			text-align: center!important;
		}
		
		.header-mobile-right {
			width: 15%;
			text-align: right!important;
		}
		
		.header-mobile-left {
			width: 15%;
			text-align: left!important;
		}
		
		/* Scroll Bars */
		/*::-webkit-scrollbar {
		  width: initial;
		} ::-webkit-scrollbar-track {
		  background: initial;
		  -webkit-box-shadow: initial; 
		} ::-webkit-scrollbar-thumb {
		  background: initial;
		} ::-webkit-scrollbar-thumb:hover {
		  background: initial;
		}*/
		
		.header-mobile-center .brand-image {
			width: 55px;
			height: 55px;
		}
		
		.app-main .app-main__inner {
			padding: 15px 15px 0;
		}
		
		.dataTables_wrapper .no-footer {
			max-width: 100%;
		}
		
		.table-bcp {
			font-size: .7rem;
		}
	}
	
	@media (min-width: 815px) {
		.fixed-header .app-header-mobile {
			display: none;
			visibility: hidden;
		}
		
		.closed-sidebar .app-main .app-main__outer .form-footer {
			width: calc(100% - 100px);
		}
	}
	
	/* Subscription Page Start*/
	.card-deck-subs {
		text-align: center;
		color: #fff;
		padding-bottom: 25px;
	}
	
	.card-deck-subs .card-header {
		font-size: 20px;
		padding: 5px 0;
		text-transform: uppercase;
		font-weight: 700;
		margin: 0;
	}
	
	.card-deck-subs .card-body {
		/*padding-top: 80px;*/
		max-height: 115px;
	}
	
	.card-deck-subs .card-footer {
		background-color: #fff;
		color: #323232;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 50px;
	}
	
	.card-deck-subs .card-body .price {
		/*position: absolute;*/
		position: relative;
		bottom: -25px;
		height: 115px;
		width: 115px;
		margin: 0 auto;
		left: 0;
		right: 0;
		overflow: hidden;
		border-radius: 60px;
		border: 5px solid #fff;
		line-height: 80px;
		font-size: 28px;
		font-weight: 700;
	}
	
	.card-deck-subs .price span {
		position: absolute;
		font-size: 9px;
		bottom: -10px;
		font-weight: 400;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.card-deck-subs .card-footer ul {
		list-style-type: none;
		padding-inline-start: 0px;
	}
	
	.card-deck-subs .card-footer ul li {
		border-bottom: 1px solid #E5E5E5;
	}
	
	.card-deck-subs .btn-subscribe {
		/*margin-top: 50px;*/
		margin-bottom: 10px;
		background-color: #323232;
		color: #fff!important;
	}
	
	.card-monthly .card-header {
		background: #20BADA;
	}
	.card-monthly .card-body {
		background: #53CFE9;
	}
	.card-monthly .price {
		background: #20BADA;
	}
	
	.card-byannual .card-header {
		background: #44CBC6;
	}
	.card-byannual .card-body {
		background: #75DDD9;
	}
	.card-byannual .price {
		background: #44CBC6;
	}
	
	.card-yearly .card-header {
		background: #DD4B5E;
	}
	.card-yearly .card-body {
		background: #F75C70;
	}
	.card-yearly .price {
		background: #DD4B5E;
	}
	
	.hot {
		position: absolute;
		top: -7px;
		background: #ffff1a;
		color: #000;
		text-transform: uppercase;
		z-index: 2;
		padding: 2px 5px;
		font-size: 9px;
		border-radius: 2px;
		right: 10px;
		font-weight: 700;
	}
	/* Subscription Page End*/
	
	.highlighted_events {
		margin: 20px 0;
	}
	.highlighted_events_img_div {
		width: 100%;
		height: 75px;
		overflow: hidden;
	}
	.highlighted_events img {
		height: auto;
		width: 100%;
		background-position: bottom;
		margin-top: -60px;
	}
	.highlighted_events p {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		margin: 10px 0;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.upcoming_events {
		margin: 20px 0;
	}
	.event_image {
		float: left;
	}
	.upcoming_events img {
		width: 75px;
		height: 75px;
	}
	.event_date {
		float: left;
		width: 100px;
		padding: 10px;
		text-align: center;
	}
	.event_date .month {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #8F1A1A;
		font-size: 1.6em;
		margin: 0;
		padding: 0;
	}
	.event_date .day {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #8F1A1A;
		font-size: 1.3em;
		margin-top: -10px;
		padding: 0;
	}
	.event_name {
		float: left;
		border-left: 1px solid #ccc;
		padding-left: 20px;
		width: 60%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.upcoming_events h3 {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.6em;
		margin: 20px 0;
	}
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
		border: 0;
		border-top: 1px solid #eee;
	}
	.upcoming_events hr {
		margin: 25px 0;
	}
	@media (max-width: 991px) and (min-width: 768px) {
		.event_name {
			border-left: none;
			padding-left: 0;
			margin: -17px 0;
		}
		.upcoming_events hr {
			margin: 0 0;
		}
	}
	
	.percDiv {
		display: flex;
		position: relative;
		height: 100%;
	}
	
	.percLabel {
		align-self: center;
		white-space: nowrap;
	}
	
	.percBar {
		width: 100%;
		height: 4px;
		position: absolute;
		background-color: rgb(114, 114, 114);
		align-self: flex-end;
		bottom: -10px;
		left: 0px;
		pointer-events: auto !important;
	}
	
	.percBar > div {
		height: 100%;
	}
	
	/* Embed Styles */
	.embed #app-container {
		visibility: hidden !important;
	}
	.embed .app-main {
		padding-top: 0px !important;
	}
	.embed .app-main__outer {
		width: 100% !important;
		padding-left: 0px !important;
	}
	.embed #app-container>.app-main>.app-main__outer>.app-main__inner {
		visibility: visible !important;
	}