.ybg-container {
	width: 100%;
	}

.ybg-video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 54.15%;
}
.ybg-video iframe,  
.ybg-video object,  
.ybg-video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

.ybg-entryTable {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

.entry img {
	width: auto !important;
	height: auto !important;
	}


body {
	font-size: 16px;
	line-height: 20px;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	margin: 0 0 20px 0;
	}
h1, .h1, .title{
	font-size: 25px;
	line-height: 25px;
	}
h2, .h2{
	font-size: 23px;
	line-height: 23px;
	}
h3, .h3{
	font-size: 21px;
	line-height: 21px;
	}
h4, .h4{
	font-size: 19px;
	line-height: 20px;
	}
h5, .h5{
	font-size: 17px;
	line-height: 20px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}

.table tr th, .entry table tr th{
	padding: 11px 10px;
	}

.table tr td, .entry table tr td{
	padding: 8px 10px;
	}

.entry ul, ul.list {
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	}

.entry ol, ol.list {
	padding: 0 0 0 15px;
	}

.entry ul > li, ul.list > li {
	padding: 0 0 0 24px;
	background: url('images/li.png') no-repeat 0px 4px / 14px auto;
	}


.inp{
	padding: 13px 20px;
	}

.ta{
	height: 100px;
	padding: 13px 20px;
	}


.ybg-headerAside {
	justify-content: flex-end;
	flex-direction: column;
	}

.ybg-langNav > ul > li {
	padding: 8px 0;
	}

.ybg-headerCta {
	padding: 0;
	}


header.ybg-header {
	position: relative;
	}


.ybg-navToggle{
	display: block;
	}

.ybg-nav{
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: #060814;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 500;
	}

.ybg-nav ul {
	display: block;
	}

.ybg-nav ul li {
	padding: 0;
	border-top: 1px solid #464646;
	}

.ybg-nav ul li a {
	display: block;
	padding: 10px 10px;
	}


.ybg-homeGrid {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 0 20px 0;
	}

.ybg-homePanel {
	margin: 0 0 0 0;
	}


.ybg-faqQ {
	padding: 0 0 0 20px;
	font-size: 18px;
	}


#content {
	padding: 20px 10px;
	}

.ybg-breadcrumbs {
	padding: 0 0 15px 0;
	}

.ybg-taxIntro {
	padding: 10px 10px 5px 10px;
	margin: 0 0 20px 0;
	}

.ybg-cardGrid {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 0 20px 0;
	}

.ybg-card {
	margin: 0 0 0 0;
	}


.ybg-siteHero {
	display: block;
	}

.ybg-siteHeroMedia {
	width: auto;
	min-width: 100px;
	padding: 0 0 15px 0;
	}



.ybg-categoryGrid{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	}



footer {
	padding: 20px 0 30px 0;
	}

.ybg-footerBrand {
	float: none;
	width: auto;
	padding: 0 10px 10px 10px;
	text-align: center;
	}

.ybg-footerLogo {
	padding: 0 0 16px 0;
	}


.ybg-footerNavs {
	float: none;
	width: auto;
	padding: 0 10px;
	}

.ybg-footerNavPrimary {
	padding: 10px 0 15px 0;
	text-align: center;
	}

.ybg-footerNavPrimary ul li {
	float: none;
	display: inline;
	padding: 0 10px;
	}

.ybg-footerNavSecondary {
	padding: 15px 0 0 0;
	text-align: center;
	}

.ybg-footerNavSecondary ul li {
	float: none;
	display: inline;
	padding: 0 10px;
	}


#back_top {
	width: 15px;
	height: 37px;
	bottom: 10px;
	right: 10px;
	background-size: 15px auto;
	}
