body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.5;
	color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merriweather', serif;
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	display: block;
	list-style: none;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover {
	color: #FAD71B
}



main .mode ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

main .mode ul li:before {
	content: '\f192';
	font-family: FontAwesome;
	color: #fad71b;
	font-size: 20px;
	line-height: 20px;
	margin-top: 1px;
	margin-right: 10px;
	display: block;
	float: left;
	position: absolute;
	height: 100%;
	margin-left: -30px;
}

main .mode ol,
main .mode ol li {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

main .mode ol li ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

main .mode ol li ol,
main .mode ol li ol li {
	list-style-type: lower-alpha;
}


main .mode ol li ol li ol,
main .mode ol li ol li ol li {
	list-style-type: lower-roman;
}

main .mode ol li {
	margin-left: 20px;
	margin-bottom: 15px;
}

main .mode.najnowsze_zdjecia li:before,
main .mode.najlepsze li:before {
	display: none;
}

main .mode h1,
main .mode h3 {
	font-size: 27px;
	text-transform: none;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 32px;
	padding: 10px 30px;
	text-align: left;
	background-color: #FFD800;
	display: block;
	clear: both;
	float: none;
	width: auto;
	margin-bottom: 50px;
	margin-right: auto;
}

main .mode h4 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: left;
}

main .mode .line {
	content: '';
	display: inline-block;
	height: 5px;
	float: right;
	background: url('../images/sprites.png') no-repeat -2px -2px;
	width: 145px;
	height: 14px;
	text-align: right;
}

img.sww {
	max-height: 50px;
	margin-left: 10px;
}

.najnowsze_zdjecia a.author {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 17px;
}

.najnowsze_zdjecia p {
	margin: 0;
}

.najnowsze_zdjecia p.date:after,
.mode.jury h4:after {
	content: '';
	width: 50px;
	height: 2px;
	border: 0;
	background: #FFD800;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

.px-0 h3 {
	margin-left: 15px;
}

.col-10,
.col-12 .col-12,
.najnowsze_zdjecia.col-12,
.col-lg-10,
.col-xl-10 {
	max-width: 1450px;
}

header div {
	vertical-align: top;
}

header nav li {
	line-height: 2.0;
}

header .navbar-light .navbar-nav a.nav-link,
header .navbar-light .navbar-nav a {
	color: #000;
	font-weight: 500;
	font-size: 1.2rem;
	font-family: 'Merriweather', serif;
	padding: 15px 30px;
	transition: all 0.2s;
	display: flex;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav a:hover,
header nav .active a,
header .navbar-light .navbar-nav .nav-link.btn-secondary:hover,
header .navbar-light .navbar-nav a.btn-secondary:hover {
	background: #FFEF97;
	color: #000;
	text-decoration: none;
}

header .navbar-light .navbar-nav li.item-101 a.nav-link,
header .navbar-light .navbar-nav li.item-101 a {
	text-indent: -9999px;
	display: flex;
	max-height: 68px;
}

header li.item-101 a:before {
	content: '\f015';
	font-family: FontAwesome;
	color: #000;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin: auto;
	padding: 0;
	text-indent: 0px;
	display: flex;
}


.btn {
	color: #000;
	font-size: 0.9rem;
	padding: 0px 20px;
	min-height: 40px;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
	font-weight: 500;
}

.btn:after {
	content: '\f0da';
	font-family: FontAwesome;
	display: inline-block;
	color: #000;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-left: 15px;
	text-align: center;
	font-size: 1.1rem;
	transition: all 0.2s;
	vertical-align: top;
	line-height: 40px;
	border-left: 1px solid #fff;
	min-height: 40px;
}

.btn:hover:after {
	color: #fff;
}

h3.lineb:after,
h1.lineb:after,
h2.lineb:after,
h4.lineb:after {
	content: '';
	width: 80px;
	height: 4px;
	border: 0;
	background: #FFD800;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

span.lineb:after {
	content: '';
	width: 80px;
	height: 4px;
	border: 0;
	background: #FFD800;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
}

main .mode .lineb {
	margin: 0;
	padding: 0;
	background-color: transparent;
}


header .navbar-light .navbar-nav .nav-link.btn-secondary {
	color: #fff;
	background: #6D6D6D;
	padding-left: 30px;
	padding-right: 30px;
}

header .navbar-light .navbar-nav .nav-link.btn-secondary:hover {
	background: #515151;
	color: #fff;
}

header .navbar-light .navbar-nav .nav-link.btn-secondary:hover:before {
	color: #FFD800;
	transition: all 0.2s;
}

header .navbar-light .navbar-nav .nav-link.btn-secondary:before {
	content: '\f055';
	font-family: FontAwesome;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin-right: 10px;
	background: none;
	display: flex;
}

.bg-yellow {
	background: #FFD800;
}

header .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header .container .border,
header .container .border {
	border: 0 !important;
	border-right: 1px solid #e6e6e6 !important
}

header .container .col-3 {
	min-width: 300px;
	max-width: 320px;
}

header .container .col-2 {
	min-width: 220px;
	max-width: 240px;
}

.intro_banner {
	background: url('../images/banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100%;
	border-bottom: 5px solid #e9e9e9;
}

#back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: #FFD800;
	color: #000;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	transition: line-height 0.2s;
}

#back-to-top:hover {
	line-height: 45px;
}

.hovereffect {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	max-height: 250px;
	min-height: 250px;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.hovereffect img {
	display: flex;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: auto;
	max-width: 100%;
	min-width: 100%;
	min-height: 250px;
	height: auto !important;
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 7px 14px;
	margin: auto;
}

.hovereffect a.info:hover {
	color: #000;
	background: #FAD71B;
	border-color: #FAD71B;
}

.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect:hover a.info {
	opacity: 1;
	margin: auto;
	vertical-align: middle;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.filter {
	margin-bottom: 20px;
	padding: 0;
}

.filter ul {
	border-bottom: 3px dotted #e6e6e6;
	text-align: center;
}

.filter ul li {
	display: inline-block;
	cursor: pointer;
	padding: 10px 25px;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: -3px !important;
}

.filter ul li:hover {
	font-weight: bold;
}

.filter ul li.active {
	border-bottom: 3px solid #fad71b;
	font-weight: bold;
}

.filter ul li a {
	color: #282828;
	text-decoration: none;
}

.bt {
	border-top: 1px dotted #9b9b9b;
}

.bb {
	border-bottom: 1px dotted #9b9b9b;
}

.br {
	border-right: 1px solid #e4e4e4;
}

.bl {
	border-left: 1px solid #e4e4e4;
}

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mode.row.najlepsze .category1 .parallax {
	background-image: url("../images/obiekty.jpg");
	height: 500px;
}

.mode.row.najlepsze .category2 .parallax {
	background-image: url("../images/atrakcje.jpg");
	height: 500px;
}

.mode.row.najlepsze .category3 .parallax {
	background-image: url("../images/wydarzenia.jpg");
	height: 500px;
}

.mode.row.najlepsze .category2,
.mode.row.najlepsze .category3 {
	display: none;
}

.mode.row.bgdots {
	background: #f7f7f7 url('../images/bgdots.png') repeat;
}

.mode.row.nagrody .box {
	border: 2px solid #e4e4e4;
	background: #fff;
	text-align: center;
	padding: 50px;
	box-sizing: border-box;
	transition: all 0.2s;
}

.mode.row.nagrody .box:hover {
	border-color: #fad71b;
	-webkit-box-shadow: 0px 0px 25px -19px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -19px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -19px rgba(0, 0, 0, 0.75);
}


.mode.row.nagrody .box h1:before {
	content: '';
	display: block;
	background: url('../images/camera.png') repeat;
	width: 59px;
	height: 59px;
	margin: auto;
	margin-bottom: 20px;
}

.mode.row.nagrody .box span {
	display: block;
	position: static;
	background: #FFD800;
	font-size: 55px;
	height: 90px;
	max-width: 180px;
	padding: 5px 60px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: -90px;
	box-sizing: border-box;
	font-family: 'Bitter';
	transition: all 0.2s;
}

.mode.row.nagrody .box h4 {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: .5rem;
	text-align: center;
}

.mode.row.nagrody .box h2 {
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;
	font-family: 'Roboto';
}

footer {
	margin-top: 80px;
	border-top: 5px solid #FFD800;
	background: #595959;
}

footer,
footer p,
footer a,
footer h3 {
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 20px;
	color: #f1f1f1;
}

footer .copy p {
	display: inline-block;
}

footer .copy p:first-child {
	margin-right: auto;
}

footer .copy p:last-child {
	margin-left: auto;
	text-align: right;
	float: right;
}

footer .menus {
	background-image: url('../images/footer.jpg');
}

footer .menus h3 {
	color: #fad71b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

footer .menus ul li {
	margin-bottom: 8px;
	background: url('../images/dot.png') no-repeat 0px 7px;
	padding-left: 12px;
	display: block;
}

footer .nav {
	display: block;
}

footer .fb {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.2s;
}

footer .fb:hover {
	background: #3B5998;
}

.clear {
	width: 100%;
	clear: both;
}

.mode.row .dots {
	position: absolute;
	display: block;
	width: 300px;
	height: 430px;
	background: url('../images/dots.png') no-repeat;
	margin: 55px 0px 0px -60px;
	z-index: -99;
}

.yellow_box {
	background: #FFD800;
	color: #000;
	font-size: 23px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	vertical-align: middle;
	padding: 20px;
	font-family: 'Merriweather', serif;
	text-align: center;
}

.yellow_box p {
	color: #000;
	font-size: 23px;
	line-height: 35px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin: auto;
	display: flex;
	vertical-align: middle;
	background: url('../images/dotsw.png') repeat;
	font-family: 'Merriweather', serif;
	text-align: center;
}

.mode .border {
	text-align: center;
}

.mode .border img {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	margin: auto;
}

.mode.boot {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 80px;
	border-bottom: 1px dotted #C1C1C1;
}

.mode.boot ol,
.mode.boot ul {
	margin: auto;
	padding: 0;
	max-width: 1450px;
	background: none;
	padding: 20px 15px;
}

.mode.boot ol li,
.mode.boot ul li {
	margin: 0;
	padding: 0;
}

.mode.boot ol li:before,
.mode.boot ul li:before {
	display: none;
}

.mode.boot ul li:first-child {
	display: none;
}

.mode.boot ol li a,
.mode.boot ul li a {
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.mode.boot ol li a:after,
.mode.boot ul li a:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 13px;
	background: url('../images/arrow.png') no-repeat 0px 0px;
	margin: 0px 20px;
}

.mode .border {
	border: 1px dotted #AEAFAE !important;
}

.mode.mt-8 {
	margin-top: 80px;
}

.mode.mt-10 {
	margin-top: 100px;
}

.mode.dla_kogo .bannerek {
	background: #DBD0BA url('../images/bannerek.jpg') no-repeat 0px 0px;
	width: 100%;
	min-height: 311px;
	margin-top: 50px;
	padding: 30px 50px;
	box-sizing: border-box;
}

.mode.dla_kogo .bannerek h4 {
	margin-bottom: 30px;
	font-size: 20px;
}

.mode.jak_dodac {
	padding-bottom: 30px;
}

.mode.jury h4 {
	font-size: 25px;
	line-height: 35px;
}

.mode.jury p strong {
	font-size: 20px;
	line-height: 30px;
}

.mode.jury p {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}

.mode.jury .hovereffect img {
	min-height: 440px;
}

.mode.jury .hovereffect {
	min-height: 440px;
}

.mode.logotypy ul li:before {
	display: none;
}

.mode.logotypy ul {
	width: 100%;
}

.mode.logotypy ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 24%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.mode.logotypy ul li img {
	max-width: 300px;
	margin: auto;
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle,
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
	font-size: 20px;
	text-transform: none;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 32px;
	padding: 20px 30px;
	text-align: left;
	background-color: #FFD800;
	color: #000;
	display: block;
	clear: both;
	float: none;
	width: auto;
	margin-bottom: 0px;
	margin-right: auto;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
	background-color: #fff;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	background: #F8F8F8;
	padding: 35px;
}

.mode.regulamin h4 {
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	color: #6d6d6d;
	text-transform: none;
	margin-bottom: 30px;
}

hr {
	width: 100%;
	height: 1px;
	background: none;
	border: 0;
	border-bottom: 1px dotted #9e9e9e;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

hr:before {
	content: '';
	width: 50px;
	height: 17px;
	margin: auto;
	margin-top: -7px;
	left: 0;
	right: 0;
	position: absolute;
	background: url('../images/hr.png') no-repeat 0px 0px;
}

hr.yellow {
	width: 100%;
	height: 4px;
	background: #FFD800;
	border: 0;
}

hr.yellow:before {
	display: none;
}

.mode.regulamin hr {
	margin-top: 40px;
}

.mode.gray {
	background: #F8F8F8;
}

#system-message {
	max-width: 1440px;
	display: block;
	margin: auto;
	border: 3px dotted #e6e6e6;
	margin-bottom: 50px;
}

.item-page {
	max-width: 1440px;
	display: flex;
	margin: auto;
}

.page-header {
	text-align: center;
	max-width: 80%;
	margin: auto;
	width: auto;
	background: url('../images/bgdotsw.png') repeat top center;
	display: flex;
	padding: 40px;
	margin: auto;
}

.page-header h1 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	background: #fff;
	padding: 10px 20px 10px 20px;
	display: block;
	clear: both;
	float: none;
	width: auto;
	margin: auto;
	text-align: center;
}

.page-header h1:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 51px;
	background: url('../images/h3l.png') no-repeat 0px 0px;
	margin: 0px 10px -12px 0px;
}

.page-header h1:after {
	content: '';
	display: inline-block;
	width: 19px;
	height: 51px;
	background: url('../images/h3r.png') no-repeat 0px 0px;
	margin: 0px 10px -12px 0px;
}

.mode form .heading {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0px 50px;
}

.mode form h2 {
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	background-color: #F8F8F8;
	display: inline;
	clear: both;
	margin: auto;
	left: 0;
	right: 0;
}

.mode form h2:before {
	content: '';
	width: 100%;
	border: 0;
	background: #FFD800;
	height: 4px;
	margin-bottom: -20px;
	display: block;
}

.mode form fieldset label {
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
}

.mode form fieldset input,
.mode form fieldset .select.form-control {
	font-size: 19px;
	line-height: 29px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 60px;
	font-weight: 300;
}

.mode form div.box input {
	height: auto;
	line-height: 29px;
	min-height: 20px;
}

.mode form div.box {
	border: 1px solid #BFBFBF;
	background: #fff;
}

.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: 0px;
}

.mode form div.box i {
	width: 42px;
	height: 42px;
	background: url('../images/info.png') no-repeat 0px 0px;
	display: block;
	float: right;
}

.btn.add:after {
	content: '\f055';
}

.btn.btn-white:after {
	display: none;
}

.btn.btn-white {
	background: #fff;
	border: 1px solid #BFBFBF;
}

.btn.btn-white:hover {
	color: #fff;
	background: #23272B;
}

form fieldset div.w-100 {
	margin-bottom: 30px;
}

form fieldset .form-check-input {
	display: none;
}

.mode form h2.msg {
	text-align: left;
}

.mode form h2.msg:before {
	display: none;
}

header .navbar-light .navbar-nav li.item-101 a,
header .navbar-light .navbar-nav li.item-101 a.nav-link,
header .navbar-light .navbar-nav li.item-101 a {
	text-indent: -9999px;
	font-size: 0px;
}

.btn.btn-dark:hover {
	color: #fff !important;
}

.fixed {
	padding-top: 160px;
}

.fixed header .mode.container.col-12 {
	display: none;
}

.fixed header nav.navbar {
	position: fixed;
	z-index: 9999;
	margin-top: -160px;
}

.mode.row.najlepsze .atrakcje,
.mode.row.najlepsze .wydarzenia {
	display: none;
}

/*
.mode.row a span {
  color: #282828;
}

.mode.row a:hover span {
  color: #fad71b;
}
*/

main .item-page div ul li,
main .item-page div ol li {
	display: list-item;
	list-style: decimal;
}

main .item-page div ul li {
	display: list-item;
	list-style: circle;
}

main .item-page div li {
	display: list-item;
	list-style: decimal;
	margin-left: 17px;
	margin-bottom: 8px;
}

.modal {
	position: static;
}


.btn-dark.disabled,
.btn-dark:disabled {
	color: #e6e6e6;
	opacity: 0.3;
	cursor: not-allowed;
}

.rl_sliders {
	width: 100%;
}

nav ul.menu li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top: -1px;
}

nav ul.menu li:hover ul {
	display: block;
}

nav ul.menu li.deeper ul li a {
	background: #FFD800;
	padding-top: 8px;
	padding-bottom: 8px;
}

nav ul.menu li.active ul li.active a {
	background: #FFEF97;
}

.navbar-light .navbar-toggler-icon {
	text-indent: -9999px;
}

a.kontrast:after {
	content: '\f042';
	font-family: FontAwesome;
	color: #FFD800;
	font-size: 23px;
	line-height: 23px;
	margin-left: 10px;
	display: inline-block;
	font-weight: 400;
}

body .mode.tools {
	padding-top: 12px;
}

body .mode.tools a.kontrast {
	color: #282828;
	margin-right: 20px;
	font-weight: 400;
}

body .mode.tools a.a1,
body .mode.tools a.a0,
body .mode.tools a.a2 {
	color: #282828;
	margin-right: 5px;
	font-weight: 400;
}

button#rozwin {
	cursor: pointer !important;
}

body main .item-page h2,
body main .item-page h3 {
	background: 0;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	font-size: 25px;
	font-weight: 400;
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

body main .item-page a,
body main .item-page span {
	display: inline-block;
}

body main .item-page ul {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	clear: both;
}

/* TABS */

[data-rlta-element="container"][data-rlta-state="ready"] {
	width: 100%;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"]:focus h3,
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"]:hover h3,
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="open"]:focus h3,
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="open"]:hover h3,
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="opening"]:focus h3,
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="opening"]:hover h3 {
	background-color: #ffd800;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"],
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"] {
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="open"],
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="opening"] {
	padding: 0;
	background-color: #ffd800;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"]>[data-rlta-element="button"]>[data-rlta-element="heading"],
[data-rlta-element="container"] h3 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 600;
	padding: 20px;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"]>[data-rlta-element="button"]>[data-rlta-element="heading"],
[data-rlta-element="container"] h3 {
	background-color: #fff;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"][data-rlta-state="open"] h3 {
	background-color: #ffd800;
}

[data-rlta-element="container"] h3:after {
	display: none;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"],
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="button"]:not([data-rlta-state="closed"]) {
	padding: 0;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="panel"],
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"]>[data-rlta-element="panels"]>[data-rlta-element="panel"] {}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"]>[data-rlta-element="panel"]>[data-rlta-element="panel-content"] {
	background-color: #f9f9f9;
}

.mod-breadcrumbs__wrapper {
	padding-top: 7px;
	padding-bottom: 7px;
}

img.lightbox .lb-image,
img {
	max-width: 100%;
	height: auto;
}

.mode_.intro_banner p strong {
	font-size: 18px;
}

#system-message-container {
	max-width: 1450px;
	margin: auto;
}


.alert-heading span.visually-hidden {
	display: none;
}