@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Pack';
src: url("../fonts/Pact-Regular.eot");
src: url("../fonts/Pact-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pact-Regular.woff2") format("woff2"), url("../fonts/Pact-Regular.woff") format("woff"), url("../fonts/Pact-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Pack';
src: url("../fonts/Pact-Medium.eot");
src: url("../fonts/Pact-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pact-Medium.woff2") format("woff2"), url("../fonts/Pact-Medium.woff") format("woff"), url("../fonts/Pact-Medium.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'Pack';
src: url("../fonts/Pact-Light.eot");
src: url("../fonts/Pact-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Pact-Light.woff2") format("woff2"), url("../fonts/Pact-Light.woff") format("woff"), url("../fonts/Pact-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Pack';
src: url("../fonts/Pact-Bold.eot");
src: url("../fonts/Pact-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pact-Bold.woff2") format("woff2"), url("../fonts/Pact-Bold.woff") format("woff"), url("../fonts/Pact-Bold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
}

section.block > .container {
	margin: auto;
}

section.block > .container.wide {
	max-width: 1400px !important;
}

section.block > .container h2 {
	margin: 50px auto;
	color: #007B77;
	max-width: 1140px;
}

section.block.news {
	margin-bottom: 50px;
}

section.block.news .container {
	position: relative;
}

section.block.news .container > a {
	position: absolute;
	right: 0;
	top: 53px;
}

section.block.news .container h2 {
	margin-bottom: 20px;
}

section.block.news ul {
	padding: 0;
	margin: 0;
}

section.block.news ul li {
	list-style: none;
	margin: 0;
	width: 50%;
	float: left;
	display: flex;
}

section.block.news ul li:first-child a span.readmore {
	right: 30px;
}

section.block.news ul li:first-child a span.title-date h3 {
	font-size: 24px;
}

section.block.news ul li img {
	width: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

section.block.news ul li a {
	display: flex;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	transition: all 0.2s;
	position: relative;
}

section.block.news ul li a:hover {
	transform: scale(1.01);
}

section.block.news ul li span.title-date {
	background: #007B77;
	display: block;
	padding: 20px;
	position: relative;
	width: 100%;
}

section.block.news ul li span.title-date h3, section.block.news ul li span.title-date time {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

section.block.news ul li span.title-date h3 {
	font-size: 20px;
}

@media (max-width: 768px) {
	section.block.news ul li span.title-date h3 {
		font-size: 15px;
	}
}
        section.block.news ul li span.title-date time {
	font-weight: 300;
	margin: 0;
	position: absolute;
	bottom: 20px;
}

section.block.news ul li span.readmore {
	font-weight: 300;
	margin: 0;
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #F0FF00;
	font-size: 15px;
	line-height: 1.2;
}

section.block.news ul li:first-child a {
	display: block;
	padding: 10px 10px 10px 0;
}

section.block.news ul li:first-child img {
	width: 100%;
}

section.block.news ul li:first-child span.title-date time {
	position: static;
}

@media (max-width: 768px) {
	section.block.news span.readmore {
		display: none;
	}
	
	section.block.news ul li:not(:first-child) a {
		border-bottom: 1px solid gray;
	}
	
	section.block.news ul li:not(:first-child) a img {
		width: 42% !important;
		height: auto !important;
	}
	
	section.block.news ul li:not(:first-child) a .title-date {
		width: 58%;
		background: white;
		padding: 0 10px;
	}
	
	section.block.news ul li:not(:first-child) a .title-date h3 {
		color: black;
		margin: 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	
	section.block.news ul li:not(:first-child) a .title-date time {
		color: black;
		bottom: 0;
	}
	
	section.block.news ul li:not(:first-child) a:after {
		color: #007B77;
		border-color: #007B77;
		bottom: 11px;
	}
	
	section.block.news ul li:not(:first-child):last-child a {
		border-bottom: none;
	}
	
	section.block.news ul li a:after {
		content: '>';
		display: block;
		color: #F0FF00;
		font-size: 14px;
		line-height: 14px;
		padding-left: 3px;
		border: 1px solid #F0FF00;
		border-radius: 100%;
		position: absolute;
		bottom: 30px;
		right: 20px;
		width: 16px;
		height: 16px;
	}
}
  @media (max-width: 440px) {
	section.block.news .container > h2 {
		margin-top: 20px;
	}
	
	section.block.news .container > a {
		top: 23px;
	}
}
section.block.cta {
	margin: 50px 0;
	margin-left: -10px;
	width: calc(100% + 20px);
}

@media (max-width: 440px) {
	section.block.cta {
		margin-left: 0px;
		width: 100%;
	}
}
  section.block.cta h2 {
	margin-top: 0px;
}

section.block.cta .container {
	max-width: 1160px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	section.block.cta .container {
		flex-direction: column;
	}
}
  section.block.cta .cta_item {
	float: left;
	padding: 0 10px 10px;
	transition: all 0.2s;
}

section.block.cta .cta_item:hover {
	transform: scale(1.01);
}

section.block.cta .cta_item div {
	background: #007B77;
}

section.block.cta .cta_item div section {
	display: flex;
	flex-direction: column;
	height: 165px;
	justify-content: space-between;
	align-items: flex-start;
}

section.block.cta .cta_item img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	margin-bottom: 0;
}

section.block.cta .cta_item p {
	margin: 20px 20px 0 20px;
	font-size: 20px;
	font-weight: 600;
	color: white;
	line-height: 1.2;
	word-break: normal;
}

section.block.cta .cta_item a.btn {
	margin: 20px;
	color: #fff;
	border-color: #F0FF00;
}

section.block.cta .cta_item a.btn i {
	color: #F0FF00;
}

section.block.cta .cta_item a.btn:hover {
	background: #F0FF00;
	border-color: #F0FF00;
	color: #007B77;
}

section.block.cta .cta_item a.btn:hover i {
	color: #007B77;
}

@media (max-width: 768px) {
	section.block.cta .cta_item p {
		margin: 15px 15px 0px;
	}
	
	section.block.cta .cta_item div {
		display: flex;
	}
	
	section.block.cta .cta_item div > a {
		width: 50%;
	}
	
	section.block.cta .cta_item div > a img {
		aspect-ratio: 1;
	}
	
	section.block.cta .cta_item div section {
		width: 50%;
		display: flex;
		flex-direction: column;
		height: auto;
	}
	
	section.block.cta .cta_item div section .btn {
		font-size: 10px;
		margin: auto auto 15px 15px;
	}
}
section.block.ctas.main-site {
	width: calc(100% + 20px);
	margin: auto auto 50px -10px;
	padding: 0px;
	overflow: hidden;
	max-width: 1160px;
	  /*@media (min-width:1141px) and (max-width: 1440px) {
				width: calc(100vw - 20px);
				margin: auto calc(570px - 50vw + 10px) auto;
				max-width: 1440px;
			}*/
	  /*@media (min-width: 1441px) {
				width: 1440px;
				margin: auto calc(570px - 720px + 10px) auto;
			}*/
}

section.block.ctas.main-site > article {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 440px) {
	section.block.ctas.main-site {
		margin-bottom: 20px;
	}
	
	section.block.ctas.main-site > article {
		display: block;
	}
}
  section.block.ctas.main-site .cta {
	float: left;
	padding: 10px;
}

section.block.ctas.main-site .cta:hover {
	transform: scale(1.01);
}

section.block.ctas.main-site .cta img {
	width: 100%;
	margin: 0;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

section.block.ctas.main-site .cta h3 {
	margin: 20px;
	font-weight: 600;
	font-size: 20px;
	padding: 0;
}

section.block.ctas.main-site .cta p {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 20px 10px;
	color: inherit;
	padding: 0;
}

section.block.ctas.main-site .cta a.btn {
	margin: 0 20px 20px 20px;
	position: absolute;
	bottom: 0;
}

section.block.ctas.main-site .cta section {
	min-height: 375px;
	padding-bottom: 83px;
	height: 100%;
	position: relative;
}

section.block.ctas.main-site .cta section div {
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
	section.block.ctas.main-site .cta section {
		min-height: 300px;
	}
}
    section.block.ctas.main-site .cta.option-1 section {
	background: #F0FF00;
	color: #007B77;
}

section.block.ctas.main-site .cta.option-1 section h3 {
	color: #007B77;
}

section.block.ctas.main-site .cta.option-2 section {
	background: #007B77;
	color: #fff;
}

section.block.ctas.main-site .cta.option-2 section h3 {
	color: #fff;
}

section.block.ctas.main-site .cta.option-2 section a.btn {
	color: #fff;
	border-color: #F0FF00;
}

section.block.ctas.main-site .cta.option-2 section a.btn i {
	color: #F0FF00;
}

section.block.ctas.main-site .cta.option-2 section a.btn:hover {
	background: #F0FF00;
	color: #007B77;
}

section.block.ctas.main-site .cta.option-2 section a.btn:hover i {
	color: #007B77;
}

section.block.ctas.main-site .cta.option-3 section, section.block.ctas.main-site .cta.option-5 section {
	background: #00454D;
	color: white;
}

section.block.ctas.main-site .cta.option-3 section h3, section.block.ctas.main-site .cta.option-5 section h3 {
	color: #F0FF00;
}

section.block.ctas.main-site .cta.option-3 section a.btn, section.block.ctas.main-site .cta.option-5 section a.btn {
	color: #F0FF00;
	border-color: #F0FF00;
	right: 0;
	padding: 10px 10px 10px 5px;
}

section.block.ctas.main-site .cta.option-3 section a.btn i, section.block.ctas.main-site .cta.option-5 section a.btn i {
	color: #F0FF00;
	padding: 0;
}

@media (max-width: 440px) {
	section.block.ctas.main-site .cta.option-3 section, section.block.ctas.main-site .cta.option-5 section {
		display: flex;
		padding: 0;
		min-height: 0;
	}
	
	section.block.ctas.main-site .cta.option-3 section img, section.block.ctas.main-site .cta.option-5 section img {
		width: 50%;
		aspect-ratio: 1;
	}
	
	section.block.ctas.main-site .cta.option-3 section > div, section.block.ctas.main-site .cta.option-5 section > div {
		width: 50%;
	}
	
	section.block.ctas.main-site .cta.option-3 section > div h3, section.block.ctas.main-site .cta.option-5 section > div h3 {
		font-size: 18px;
		line-height: 21px;
		margin: 10px;
		height: auto;
	}
	
	section.block.ctas.main-site .cta.option-3 section > div p, section.block.ctas.main-site .cta.option-5 section > div p {
		font-size: 14px;
		line-height: 21px;
		margin: 10px;
	}
	
	section.block.ctas.main-site .cta.option-3 section > div a.btn, section.block.ctas.main-site .cta.option-5 section > div a.btn {
		width: 20px;
		height: 20px;
		font-size: 10px;
		border-width: 1px;
		padding: 4px 10px 14px 0px;
		margin: 10px;
	}
}
    section.block.ctas.main-site .cta.option-4 section {
	background: #007B77;
	color: #fff;
}

section.block.ctas.main-site .cta.option-4 section h3 {
	color: #F0FF00;
}

section.block.ctas.main-site .cta.option-4 section a.btn {
	color: #fff;
	border-color: #007B77;
}

section.block.ctas.main-site .cta.option-4 section a.btn i {
	color: #007B77;
}

section.block.ctas.main-site .cta.option-5 section {
	background: white;
	color: #007B77;
}

section.block.ctas.main-site .cta.option-5 section h3 {
	color: #007B77;
}

section.block.ctas.main-site .cta.option-5 section a.btn {
	color: #007B77;
	border-color: #007B77;
}

section.block.ctas.main-site .cta.option-5 section a.btn i {
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta section {
	min-height: 185px;
	overflow: hidden;
	position: relative;
}

section.block.ctas.main-site.downloads .cta .download-list {
	position: absolute;
	bottom: 0;
	left: 0;
}

section.block.ctas.main-site.downloads .cta.option-1 section {
	background: #007B77;
	color: #fff;
}

section.block.ctas.main-site.downloads .cta.option-1 section a {
	color: #F0FF00;
}

section.block.ctas.main-site.downloads .cta.option-1 section a svg g path {
	fill: #F0FF00 !important;
}

section.block.ctas.main-site.downloads .cta.option-1 section h3 {
	color: #fff;
}

section.block.ctas.main-site.downloads .cta.option-2 section {
	background: #007B77;
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta.option-2 section a {
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta.option-2 section a svg g path {
	fill: #007B77 !important;
}

section.block.ctas.main-site.downloads .cta.option-2 section h3 {
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta.option-3 section {
	background: #F0FF00;
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta.option-3 section h3 {
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta.option-3 section a {
	color: #007B77;
}

section.block.ctas.main-site.downloads .cta.option-3 section a svg g path {
	fill: #007B77 !important;
}

section.block.ctas.main-site.downloads .cta.option-4 section {
	background: #007B77;
	color: #fff;
}

section.block.ctas.main-site.downloads .cta.option-4 section h3 {
	color: #fff;
}

section.block.ctas.main-site.downloads .cta.option-4 section a {
	color: #F0FF00;
}

section.block.ctas.main-site.downloads .cta.option-4 section a svg g path {
	fill: #F0FF00 !important;
}

section.block.banner-cta {
	min-height: 300px;
}

section.block.banner-cta .omega .container {
	background: transparent;
	height: auto;
	display: block;
	margin-top: -60px;
	margin-bottom: 0px;
	position: relative;
	padding-top: 0;
}

@media (max-width: 440px) {
	section.block.banner-cta .omega .container {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}
    section.block.banner-cta .omega .container > div {
	background: white;
	border-radius: 20px;
}

@media (max-width: 440px) {
	section.block.banner-cta.small {
		min-height: 0;
		margin-bottom: 20px;
	      /*	margin-top: 10px;
					margin-left: 0;
					max-width: 100%;*/
	}
}
  section.block.banner-cta.small > .container {
	height: 300px;
	margin-bottom: 0;
}

section.block.banner-cta.small > .container .image {
	width: 40%;
}

section.block.banner-cta.small > .container .info {
	width: 60%;
	padding-left: 40px;
	height: 100%;
}

@media (max-width: 440px) {
	section.block.banner-cta.small > .container {
		flex-direction: row !important;
		aspect-ratio: 2 / 1 !important;
	}
	
	section.block.banner-cta.small > .container .image {
		width: 50% !important;
		aspect-ratio: 1;
	}
	
	section.block.banner-cta.small > .container .info {
		width: 50% !important;
		padding: 20px !important;
		position: relative;
		height: 100%;
	}
	
	section.block.banner-cta.small > .container .info h3, section.block.banner-cta.small > .container .info p {
		font-size: 19px !important;
		text-align: left !important;
		line-height: 1.2 !important;
	}
	
	section.block.banner-cta.small > .container .info a {
		font-size: 1rem;
		position: absolute;
		bottom: 20px;
	}
}
  section.block.banner-cta.wide {
	background: #00454D;
	width: 100vw;
}

@media (min-width: 1440px) {
	section.block.banner-cta.wide {
		position: relative;
	}
	
	section.block.banner-cta.wide:before {
		content: '';
		display: block;
		width: 50%;
		position: absolute;
		height: 100%;
		background-color: #00454D;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	section.block.banner-cta.wide .container {
		position: relative;
		z-index: 2;
	}
}
  section.block.banner-cta h2 {
	margin-top: 0px;
}

section.block.banner-cta .container {
	height: 400px;
	display: flex;
	align-items: center;
/* 	background: #007B77; */
	background: #00454D;
	margin: 50px auto 100px auto;
}

section.block.banner-cta .container.right .info {
	padding-left: 0px;
}

section.block.banner-cta .container.right .info div {
	padding: 40px;
}

@media (max-width: 768px) {
	section.block.banner-cta .container.right .info div {
		padding: 0;
	}
}
    section.block.banner-cta .container.wide {
	max-width: 1440px !important;
	height: auto;
	margin: 0 auto;
	background: #00454D;
	align-items: stretch;
}

section.block.banner-cta .container.wide .image, section.block.banner-cta .container.wide .images {
	width: calc(100% / 5 * 3);
	height: auto;
	order: 2;
	background-size: cover;
}

@media (min-width: 440px) {
	section.block.banner-cta .container.wide .images .bx-wrapper {
		height: 100%;
	}
	
	section.block.banner-cta .container.wide .images .bx-wrapper .bx-viewport {
		height: 100% !important;
	}
	
	section.block.banner-cta .container.wide .images .bx-wrapper .bx-viewport .slides {
		height: 100%;
	}
	
	section.block.banner-cta .container.wide .images .bx-wrapper .image {
		height: 100%;
	}
}
      section.block.banner-cta .container.wide .images .image {
	width: 100%;
}

section.block.banner-cta .container.wide .info {
	width: calc(100% / 5 * 2);
	order: 1;
	padding: calc((100% - 1160px) / 2);
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

section.block.banner-cta .container.wide .info h2 {
	color: #F0FF00;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}

@media (min-width: 2800px) {
	section.block.banner-cta .container.wide .info {
		padding: 0;
		align-items: center;
	}
}
    @media (max-width: 768px) {
	section.block.banner-cta .container.wide, section.block.banner-cta .container.right, section.block.banner-cta .container.left {
		flex-direction: column;
		padding: 0;
		aspect-ratio: auto;
		align-items: normal;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0 !important;
	}
	
	section.block.banner-cta .container.wide .image, section.block.banner-cta .container.wide .images, section.block.banner-cta .container.right .image, section.block.banner-cta .container.right .images, section.block.banner-cta .container.left .image, section.block.banner-cta .container.left .images {
		order: 1;
		width: 100%;
	}
	
	section.block.banner-cta .container.wide .info, section.block.banner-cta .container.right .info, section.block.banner-cta .container.left .info {
		order: 2;
		width: 100%;
		padding: 40px;
		display: block;
	}
	
	section.block.banner-cta .container.wide .info h2, section.block.banner-cta .container.right .info h2, section.block.banner-cta .container.left .info h2 {
		font-size: 38px;
		line-height: 1.2;
	}
	
	section.block.banner-cta .container.wide .info h2 br, section.block.banner-cta .container.right .info h2 br, section.block.banner-cta .container.left .info h2 br {
		display: none;
	}
}
    @media (max-width: 1139px) {
	section.block.banner-cta .container {
		/* ipad */
	}
	
	section.block.banner-cta .container.wide {
		margin-left: -20px;
		padding: 0;
		width: 100vw !important;
		max-width: none !important;
	}
	
	section.block.banner-cta .container.wide .info {
		padding: 30px;
	}
}
  section.block.banner-cta .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	height: 100%;
	aspect-ratio: 3 / 2;
}

section.block.banner-cta .info {
	width: 50%;
}

section.block.banner-cta .info h2 {
	color: #F0FF00;
}

section.block.banner-cta .info h2 svg, section.block.banner-cta .info h2 img {
	width: auto;
	height: 48px;
	vertical-align: middle;
}

section.block.banner-cta .info h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 0;
}

section.block.banner-cta .info p {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 30px;
}

section.block.banner-cta .info a.btn {
	color: #fff;
	border-color: #F0FF00;
}

section.block.banner-cta .info a.btn i {
	color: #F0FF00;
}

section.block.banner-cta .info a.btn:hover {
	background: #F0FF00;
	border-color: #F0FF00;
	color: #007B77;
}

section.block.banner-cta .info a.btn:hover i {
	color: #007B77;
}

section.block.banner-cta.half:before {
	background: none;
}

section.block.banner-cta.half .container.half .image, section.block.banner-cta.half .container.half .info {
	width: 50%;
}

section.block.banner-cta.half .container.half .info p {
	font-size: 34px;
}

section.block.banner-cta.half .container.half .info h2 {
	margin-bottom: 10px;
}
@media (max-width: 500px) {

	section.block.banner-cta.half .container.half .info p {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 440px) {
	section.block.banner-cta.half .container.half .image, section.block.banner-cta.half .container.half .info {
		width: 100%;
	}
	
	section.block.banner-cta.half .container.half .info {
		text-align: center;
	}
	
}

section.block.seat-ticker {
	background: #007B77;
}

section.block.seat-ticker .container {
	display: flex;
	height: 330px;
}

@media (max-width: 1130px) {
	section.block.seat-ticker .container a.btn {
		font-size: 150% !important;
	}
}
    @media (max-width: 480px) {
	section.block.seat-ticker .container {
		flex-direction: column;
		height: auto;
		padding: 40px 0;
	}
	
	section.block.seat-ticker .container a.btn {
		font-size: 120% !important;
		margin: 40px 0 20px;
	}
	
	section.block.seat-ticker .container section.vsticker {
		order: 1;
	}
	
	section.block.seat-ticker .container section.vtticker {
		order: 1;
	}
	
	section.block.seat-ticker .container section.cta {
		order: 3;
	}
}
    section.block.seat-ticker .container > section {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

section.block.seat-ticker .container > section a.btn {
	color: #fff;
	border-color: #F0FF00;
	width: auto;
	height: 70px;
	border-radius: 100px;
	font-size: 33px;
	text-transform: capitalize;
	line-height: 36px;
	text-align: center;
	border-width: 3px;
}

section.block.seat-ticker .container > section a.btn:hover {
	background: #F0FF00;
	border-color: #F0FF00;
	color: #007B77;
}

section.block.seat-ticker .container > section p {
	color: #fff;
	font-weight: 600;
}

section.block.seat-ticker .container > section span {
	color: #F0FF00;
	font-weight: 600;
	font-size: 40px;
	margin: 10px 0;
}

section.block.seat-ticker .container > section.vsticker img {
	max-width: 100px;
}

section.block.seat-ticker .container > section.vtticker img {
	max-width: 75px;
}

section.block.omega .container {
	padding: 50px 100px 0;
}

@media (max-width: 768px) {
	section.block.omega .container {
		padding: 50px 0 0;
	}
}
section.block.info ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: calc(100% + 20px);
	margin-left: -10px;
}

section.block.info ul li {
	text-align: right;
	padding: 10px;
}

section.block.info ul li div {
	background: url("../images/PA_Journey_illustration_for_White.png") no-repeat center;
	background-size: cover;
	padding: 20px;
}

section.block.info ul li h3 {
	color: #F0FF00;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 0;
	margin-top: 10px;
}

section.block.info ul li h4 {
	color: white;
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
}

@media (max-width: 440px) {
	section.block.info {
		margin-bottom: 10px;
	}
	
	section.block.info h2 {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		margin: 10px 0;
	}
	
	section.block.info ul li {
		width: 100%;
		text-align: center;
	}
	
	section.block.info ul li h3 {
		font-size: 36px;
		line-height: 40px;
	}
	
	section.block.info ul li h4 {
		font-size: 24px;
		line-height: 32px;
	}
}

section.block.sports-three .home_news_content, section.block.athletes-three .home_news_content {
	position: relative;
}

section.block.sports-three .home_news_content > a, section.block.athletes-three .home_news_content > a {
	position: absolute;
	right: 0;
	top: 15px;
}

section.block.sports-three .home_news_content > a:hover, section.block.athletes-three .home_news_content > a:hover {
	color: white;
}

section.block.sports-three .home_news_content > a:hover i, section.block.athletes-three .home_news_content > a:hover i {
	color: white;
}

@media (max-width: 440px) {
	section.block.sports-three .home_news_content, section.block.athletes-three .home_news_content {
		padding-bottom: 50px;
	}
	
	section.block.sports-three .home_news_content h2, section.block.athletes-three .home_news_content h2 {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		margin: 10px 0;
	}
	
	section.block.sports-three .home_news_content > a, section.block.athletes-three .home_news_content > a {
		top: auto !important;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
}
section.block.sports-three {
	background: #007B77;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

section.block.sports-three .home_news_content {
	max-width: 1140px;
	margin: auto;
}

section.block.sports-three .home_news_content > a {
	border-color: #F0FF00;
	color: white;
	top: 40px;
}

section.block.sports-three .home_news_content > a i {
	color: #F0FF00;
}

section.block.sports-three .home_news_content > a:hover {
	background: #F0FF00;
	color: #007B77;
}

section.block.sports-three .home_news_content > a:hover i {
	color: #007B77;
}

@media (max-width: 440px) {
	section.block.sports-three {
		padding-bottom: 20px;
	}
	
	section.block.sports-three .home_news_content {
		margin: auto 20px;
	}
}
  section.block.sports-three h2 {
	color: white;
}

section.block.sports-three .icon .yellow {
	display: none;
}

section.block.sports-three .icon .green {
	display: block !important;
}

section.block.sports-three .sport > a {
	background: white !important;
}

section.block.sports-three .sport > a .home_news_info h4 {
	color: #007B77;
}

section.block.sports-three .sport > a .home_news_info .btn {
	border-color: #007B77;
	color: #007B77;
}

section.block.sports-three .sport > a .home_news_info .btn i {
	color: #007B77;
}

section.block.athletes-three .home_news_row {
	margin-top: 20px;
}

@media (max-width: 440px) {
	section.block.athletes-three .home_news_content {
		margin-bottom: 20px;
	}
	
	section.block.athletes-three .home_news_content .home_news_row {
		margin: 0 !important;
	}
	
	section.block.athletes-three .home_news_content .home_news_row .athletes {
		flex-direction: column;
	}
}

section.block.athletes-three .athletes {
	display: flex;
}

section.block.athletes-three .athletes .person {
	float: left;
}

section.block.athletes-three .athletes .person > a {
	position: relative;
	margin: 20px 10px;
	display: block;
	background: #007B77;
}

section.block.athletes-three .athletes .person > a:hover {
	text-decoration: none;
	transform: scale(1.01);
}

section.block.athletes-three .athletes .person img {
	aspect-ratio: 1;
}

section.block.athletes-three .athletes .person .home_news_info {
	display: block;
	background-image: url(../images/First-Nation-Artwork.jpg);
	background-position: bottom center;
	background-size: cover;
	padding: 20px;
	position: relative;
}

section.block.athletes-three .athletes .person h4 {
	min-height: 78px;
	color: white;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 0;
	align-content: flex-end;
}

section.block.athletes-three .athletes .person .btn {
	padding-left: 6px;
	padding-right: 11px;
	color: #F0FF00;
	border-color: #F0FF00;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

section.block.athletes-three .athletes .person .btn i {
	color: inherit;
	padding: 0;
}

section.block.athletes-three .athletes .person h5 {
	color: #F0FF00;
	margin-bottom: 10px;
}

section.block.athletes-three .athletes .person .icon_medals {
	margin: 0;
	height: 0;
}

section.block.athletes-three .athletes .person .icon_medals .icon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
}

section.block.athletes-three .athletes .person .icon_medals .icon img {
	display: block !important;
	aspect-ratio: unset;
	width: auto;
	height: auto;
}

section.block.athletes-three .athletes .person .icon_medals .medals {
	position: absolute;
	right: 15px;
	margin-top: 20px;
}

section.block.athletes-three .athletes .person .icon_medals .medals span {
	width: 32px;
	height: 32px;
	background-size: contain !important;
}

@media (max-width: 440px) {
	section.block.athletes-three .athletes .person {
		width: 100%;
	}
	
	section.block.athletes-three .athletes .person > a {
		width: 100%;
		height: calc(50vw - 20px);
		display: flex;
		position: relative;
		margin: 10px 0;
	}
	
	section.block.athletes-three .athletes .person img {
		aspect-ratio: 1;
		width: 50%;
		margin-bottom: 0;
	}
	
	section.block.athletes-three .athletes .person .icon_medals {
		margin: 0;
	}
	
	section.block.athletes-three .athletes .person .icon_medals .medals {
		position: absolute;
		bottom: 10px;
		left: calc(50% + 10px);
	}
	
	section.block.athletes-three .athletes .person .icon_medals .medals span {
		width: 30px;
		height: 30px;
		background-size: contain !important;
		font-size: 12px;
	}
	
	section.block.athletes-three .athletes .person .icon_medals .icon {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 30px;
		height: 30px;
	}
	
	section.block.athletes-three .athletes .person .icon_medals .icon img.yellow {
		display: none;
	}
	
	section.block.athletes-three .athletes .person .icon_medals .icon img.green {
		display: block;
	}
	
	section.block.athletes-three .athletes .person .home_news_info {
		padding: 10px;
		width: 50%;
	}
	
	section.block.athletes-three .athletes .person .home_news_info .btn {
		width: 30px;
		height: 30px;
		padding: 0;
		border-width: 1px;
		display: flex;
		align-items: center;
		right: 10px;
		bottom: 10px;
	}
	
	section.block.athletes-three .athletes .person .home_news_info .btn i {
		font-size: 12px;
		font-weight: bold;
		padding-left: 4px;
	}
	
	section.block.athletes-three .athletes .person h4 {
		width: 100%;
		font-size: 24px;
		line-height: 32px;
		min-height: 0;
		align-content: flex-start;
	}
}
    @media (max-width: 440px) {
	section.block.athletes-three .athletes .person > a {
		height: auto;
	}
	
	section.block.athletes-three .athletes .person .home_news_info {
		background-image: url(../images/First-Nation-Artwork-mobile.jpg);
	}
	
	section.block.athletes-three .athletes .person .icon_medals .icon {
		width: 35px;
		height: 35px;
		left: 10px;
		top: 10px;
	}
	
	section.block.athletes-three .athletes .person .icon_medals .medals {
		right: auto;
		top: 64px;
	}
	
	section.block.athletes-three .athletes .person .icon_medals .medals span {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	
	section.block.athletes-three .athletes .person img {
		aspect-ratio: 4 / 5;
	}
	
	section.block.athletes-three .athletes .person h5 {
		position: absolute;
		bottom: 10px;
		width: 70%;
	}
}
@media (max-width: 440px) {
	section.block.flockler {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
}

section.block.athlete {
	position: relative;
}

section.block.athlete .home_news_content {
	padding-top: 0;
	margin-top: -20px;
}

@media (max-width: 440px) {
	section.block.athlete .home_news_content {
		margin-top: 30px;
	}
}
  section.block.athlete .main-search.keyword {
	position: absolute;
	top: -80px;
	right: 0;
	width: 50%;
	padding-right: 0 !important;
}

section.block.athlete .main-search.keyword input {
	float: left;
	width: 70%;
	margin-right: 20px;
}

section.block.athlete .main-search.keyword button {
	width: calc(28% - 20px);
	margin: 0 0px 0px 0;
	float: left;
	text-align: center;
	right: 0 !important;
	padding-top: 11px;
	padding-bottom: 12px;
	background: transparent;
}

section.block.athlete .main-search.keyword button:hover {
	background: #007B77;
	color: white;
}

@media (max-width: 440px) {
	section.block.athlete .main-search.keyword {
		position: static;
		width: 100%;
	}
	
	section.block.athlete .main-search.keyword input, section.block.athlete .main-search.keyword button {
		width: 100%;
	}
	
	section.block.athlete .main-search.keyword input {
		margin-bottom: 20px;
	}
}
  section.block.athlete .main-search.filter {
	background: #007B77;
	max-width: 1140px;
	margin: auto;
	padding: 0 20px 20px;
	padding-right: 20px !important;
	margin-bottom: 20px;
	width: 100%;
}

section.block.athlete .main-search.filter.active .filters {
	display: none !important;
}

section.block.athlete .main-search.filter.active .btn {
	display: none;
}

section.block.athlete .main-search.filter .filter {
	width: 100%;
}

section.block.athlete .main-search.filter .filter h3 {
	color: #F0FF00;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	display: flex;
	justify-content: left;
	align-items: center;
}

section.block.athlete .main-search.filter .filter h3 span {
	font-weight: 300;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 10px;
	margin-bottom: -10px;
}

section.block.athlete .main-search.filter .filter h4 {
	color: white;
}

section.block.athlete .main-search.filter .filter .filters {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: 20px;
}

section.block.athlete .main-search.filter .filter .filters .item {
	margin-bottom: 10px;
}

section.block.athlete .main-search.filter .filter .filters .item:first-child {
	padding: 0 10px;
}

section.block.athlete .main-search.filter .filter .filters .item:nth-child(1), section.block.athlete .main-search.filter .filter .filters .item:nth-child(2) {
	display: flex;
	margin-top: -7px;
}

section.block.athlete .main-search.filter .filter .filters select {
	color: white;
	padding-left: 10px;
	font-weight: 600;
	border: 2px solid #99C6C6;
	margin: 0px 10px;
	width: calc(100% - 20px);
	appearance: none;
	background: url("../images/chevron-down.png") no-repeat calc(100% - 10px) center #007B77;
	background-size: 25px;
}

section.block.athlete .main-search.filter .filter .filters h4 {
	margin-right: 20px;
	margin-top: 13px;
}

section.block.athlete .main-search.filter .filter .filters .genders label {
	display: inline-block;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	background: url("../images/male.png") no-repeat center center;
	background-size: contain;
}

section.block.athlete .main-search.filter .filter .filters .genders label.female {
	background-image: url("../images/female.png");
}

section.block.athlete .main-search.filter .filter .filters .genders label span {
	display: none;
}

section.block.athlete .main-search.filter .filter .filters .genders input:checked + label {
	border: 5px solid #F0FF00;
	border-radius: 100%;
}

section.block.athlete .main-search.filter .filter .filters .genders input {
	visibility: hidden;
	display: none;
}

section.block.athlete .main-search.filter .filter .filters .medals span {
	margin-right: 10px;
	width: 54px;
	height: 54px;
	background-size: 100%;
}

section.block.athlete .main-search.filter .filter .filters .medals input:checked + label span {
	border: 5px solid #F0FF00;
	border-radius: 100%;
}

section.block.athlete .main-search.filter .filter .filters .medals input {
	visibility: hidden;
	display: none;
}

section.block.athlete .main-search.filter .filter .btn {
	left: auto;
	float: right;
	right: 0 !important;
	margin-top: 10px;
	background: transparent;
	color: #F0FF00;
	border-color: #F0FF00;
	padding-top: 10px;
	padding-bottom: 12px;
}

@media (max-width: 440px) {
	section.block.athlete .main-search.filter {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	section.block.athlete .main-search.filter .filter h3 {
		justify-content: center;
		margin-top: 15px;
		margin-bottom: 15px;
		height: 20px;
		font-size: 18px;
	}
	
	section.block.athlete .main-search.filter .filter h3 span {
		transform: rotate(180deg);
		margin-bottom: 0;
	}
	
	section.block.athlete .main-search.filter .filter .filters {
		margin-top: 40px;
		display: none;
	}
	
	section.block.athlete .main-search.filter .filter .filters .item {
		width: 100%;
		margin-top: 0;
	}
	
	section.block.athlete .main-search.filter .filter .btn {
		display: none;
		margin-bottom: 20px;
	}
	
	section.block.athlete .main-search.filter.active .filters {
		display: flex !important;
	}
	
	section.block.athlete .main-search.filter.active .btn {
		display: block !important;
	}
}
section.block.medal-table {
	position: relative;
}

section.block.medal-table .page_load {
	padding-top: 20px;
	display: none;
}

section.block.medal-table > a.btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #007B77;
	color: white;
	border-color: #007B77;
}

section.block.medal-table > a.btn:hover {
	background: transparent;
	color: #007B77;
}

section.block.medal-table .pa_WidgetContainer_ctr {
	height: auto;
}

section.block.medal-table .pa_MedalTableView_table-ctr {
	height: auto;
}

section.block.medal-table.small .pa_WidgetContainer_ctr {
	height: auto !important;
}

section.block.medal-table.small .pa_MedalTableView_table-ctr {
	height: 290px !important;
	overflow: hidden !important;
}

section.block.medal-table.small .expand .pa_MedalTableView_table-ctr {
	height: 770px !important;
}

section.block.medal-table.small .page_load {
	display: block;
}

section.block.medal-table.small .page_load a {
	display: inline-block !important;
}

section.block.medal-table.small .page_load a.opened i:before {
	transform: translate(0px, 0px) rotate(270deg);
}

@media (max-width: 440px) {
	section.block.medal-table.small {
		padding-bottom: 20px;
	}
	
	section.block.medal-table.small .pa_MedalTableView_table-ctr {
		height: 200px !important;
	}
	
	section.block.medal-table.small .expand .pa_MedalTableView_table-ctr {
		height: 650px !important;
	}
	
	section.block.medal-table.small > a.btn {
		top: auto;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	
	section.block.medal-table.small .page_load a.btn {
		text-align: center;
	}
	
	section.block.medal-table.small .page_load a.btn i {
		display: inline-block;
	}
}
section.block.video {
	display: flex;
	margin: 20px 0;
}

section.block.video .video {
	height: auto;
}

section.block.video .video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
	display: block;
}

section.block.video .detail {
	color: white;
}

section.block.video .detail section {
	margin-left: 20px;
	padding: 20px;
	background: #007B77 url("../images/video-right.svg") no-repeat 100% calc(100% - 20px);
	height: 100%;
	background-size: 50%;
}

section.block.video .detail h3, section.block.video .detail p {
	color: white;
}

section.block.video.right .video {
	order: 2;
}

section.block.video.right .detail {
	order: 1;
}

section.block.video.right .detail section {
	margin-left: 0px;
	margin-right: 20px;
	background: #007B77 url("../images/video-left.svg") no-repeat 0 calc(100% - 20px);
	background-size: 40%;
}

@media (max-width: 440px) {
	section.block.video {
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	section.block.video .video {
		margin-bottom: 20px;
	}
	
	section.block.video .detail section {
		margin-left: 0;
		padding-right: 30%;
		background-position-x: 260px;
		background-size: 50%;
		background-position-y: center;
	}
	
	section.block.video.right .video {
		order: 1;
	}
	
	section.block.video.right .detail {
		order: 2;
	}
	
	section.block.video.right .detail section {
		padding-left: 30%;
		padding-right: 20px;
		margin-right: 0;
		background-position-x: -50px;
	}
}
section.block.event-schedule .schedules > a.btn {
	background: white;
	float: right;
}

section.block.event-schedule .schedules > a.btn img, section.block.event-schedule .schedules > a.btn svg {
	margin-top: -5px;
	margin-bottom: -3px;
}

section.block.event-schedule .schedules > a.btn:hover {
	background: #007B77;
	color: white;
}

section.block.event-schedule .schedules > a.btn:hover svg path {
	fill: white;
}

@media (max-width: 440px) {
	section.block.event-schedule .schedules > a.btn {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
section.block.event-schedule .pa_ScheduleHeader_header {
	display: none;
}

section.block.event-schedule .dates {
	display: flex;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-bottom: 20px;
	justify-content: space-between;
}

section.block.event-schedule .dates > span {
	color: black;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	width: calc(100% / 11);
	margin: 10px;
	cursor: pointer;
}

section.block.event-schedule .dates > span.current-select {
	display: none;
}

section.block.event-schedule .dates > span span.day, section.block.event-schedule .dates > span span.full {
	display: block;
	padding: 5px 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #00454D;
	text-transform: capitalize;
	background: #80B8B8;
	margin-bottom: 5px;
}

section.block.event-schedule .dates > span span.full {
	display: none;
}

section.block.event-schedule .dates > span.active span.day, section.block.event-schedule .dates > span.active span.full {
	background: #feef2f;
}

@media (max-width: 440px) {
	section.block.event-schedule .dates {
		flex-direction: column;
	}
	
	section.block.event-schedule .dates > span {
		display: none;
		width: calc(100% - 20px);
		margin-bottom: 5px;
	}
	
	section.block.event-schedule .dates > span span.day, section.block.event-schedule .dates > span span.date {
		display: none;
	}
	
	section.block.event-schedule .dates > span span.full {
		display: block;
		padding: 20px;
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	
	section.block.event-schedule .dates > span span.full .arrow {
		display: none;
	}
	
	section.block.event-schedule .dates > span.current-select {
		display: block;
		padding: 20px;
		font-weight: 600;
		background: #feef2f;
		color: #00454D;
	}
	
	section.block.event-schedule .dates > span.current-select .arrow {
		transform: rotate(180deg);
		display: inline-block;
	}
	
	section.block.event-schedule .dates.open > span {
		display: block;
	}
	
	section.block.event-schedule .dates.open > span.current-select .arrow {
		transform: rotate(0deg);
	}
}
section.block.event-schedule .page_load {
	display: none;
	padding-top: 0;
}

section.block.event-schedule .more .page_load {
	display: block;
}

section.block.event-schedule .more .page_load a.btn.opened i:before {
	transform: translate(0px, 0px) rotate(270deg);
}

section.block.event-schedule tbody {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 380px;
}

section.block.event-schedule tbody.loadmore {
	display: table;
}

@media (max-width: 440px) {
	section.block.event-schedule tbody {
		height: 570px;
	}
}
section.block.event-schedule tr.event, section.block.event-schedule tr:nth-of-type(odd) {
	background: linear-gradient(180deg, rgba(0, 113, 113, 0) 0%, rgba(0, 113, 113, 0.05) 100%);
}

section.block.event-schedule tr.event {
	width: 100%;
	display: none;
}

section.block.event-schedule tr.event.open {
	display: inline-table;
}

section.block.event-schedule tr.event td {
	width: 45%;
	vertical-align: middle;
	border: none;
	text-align: left;
}

section.block.event-schedule tr.event td:first-child {
	width: 35%;
}

section.block.event-schedule tr.event td:last-child {
	width: 20%;
}

section.block.event-schedule tr.event td dl {
	margin: 10px 0;
}

section.block.event-schedule tr.event td dt {
	font-weight: 300;
	color: #00454D;
}

section.block.event-schedule tr.event td dd {
	font-weight: 600;
	color: #00454D;
}

section.block.event-schedule tr.event .ioc_code {
	display: none;
}

section.block.event-schedule tr.event img {
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
}

section.block.event-schedule tr.event h3 {
	font-size: 24px;
	line-height: 32px;
	float: left;
	margin-top: 15px;
	margin-bottom: 0;
	color: #00454D;
}

section.block.event-schedule tr.event h4 {
	font-size: 20px;
	line-height: 28px;
	color: #00454D;
}

section.block.event-schedule tr.event h5 span.names:after {
	content: ' / ';
}

section.block.event-schedule tr.event h5 span.names:last-child:after {
	content: '';
}

@media (max-width: 440px) {
	section.block.event-schedule tr.event td {
		display: flex;
	}
	
	section.block.event-schedule tr.event td:nth-child(2) {
		flex-direction: column;
		padding-bottom: 0;
		padding-top: 0;
	}
	
	section.block.event-schedule tr.event td.discipline {
		align-items: center;
	}
	
	section.block.event-schedule tr.event td, section.block.event-schedule tr.event td:last-child {
		width: 100% !important;
	}
	
	section.block.event-schedule tr.event dl {
		width: 45%;
	}
	
	section.block.event-schedule tr.event dl:last-child {
		width: 55%;
	}
	
	section.block.event-schedule tr.event h3, section.block.event-schedule tr.event h4 {
		margin: 0;
	}
	
	section.block.event-schedule tr.event h3 {
		font-size: 18px;
		line-height: 21px;
		margin-top: 10px;
	}
	
	section.block.event-schedule tr.event h4 {
		font-size: 16px;
		line-height: 24px;
	}
	
	section.block.event-schedule tr.event h5 {
		margin-bottom: 0;
		margin-top: 0;
	}
}
.wp-block-columns {
	margin: auto;
}

@media (max-width: 440px) {
	.small h3 {
		font-size: 18px;
		line-height: 21px;
		text-align: center;
		margin: 0 !important;
	}
	
	.small .wp-block-spacer {
		display: none;
	}
	
	.small p {
		text-align: center;
	}
}

@media (max-width: 440px) {
	.wp-block-group.full-width {
		margin-left: -20px;
		padding-left: 20px;
		margin-right: -20px;
		padding-right: 20px;
	}
}

.page-template-para-sub-home .medal-table .page_load {
	display: block;
}

@media (max-width: 440px) {
	.pa_MedalTableView_header-bg {
		height: 50px !important;
	}
}

.pa_MedalTableView_table-ctr + .pa_OdfFooter_ctr {
	display: none;
}

.pa_MedalTableView_table-ctr td.pa_MedalTableView_country {
	font-weight: 600;
}

.pa_MedalTableView_table-ctr tr td:nth-child(6) {
	font-weight: 600;
}

.pa_MedalTableView_table-ctr table thead, .pa_MedalTableView_table-ctr table tbody {
	display: flex;
	flex-direction: column;
}

.pa_MedalTableView_table-ctr table thead td, .pa_MedalTableView_table-ctr table thead th, .pa_MedalTableView_table-ctr table tbody td, .pa_MedalTableView_table-ctr table tbody th {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 440px) {
	.pa_MedalTableView_table-ctr table thead td, .pa_MedalTableView_table-ctr table thead th, .pa_MedalTableView_table-ctr table tbody td, .pa_MedalTableView_table-ctr table tbody th {
		font-size: 14px;
	}
}
  .pa_MedalTableView_table-ctr table thead td:nth-child(1), .pa_MedalTableView_table-ctr table tbody td:nth-child(1) {
	font-weight: 600;
}

.pa_MedalTableView_table-ctr table thead th:nth-child(2), .pa_MedalTableView_table-ctr table thead td:nth-child(2), .pa_MedalTableView_table-ctr table tbody th:nth-child(2), .pa_MedalTableView_table-ctr table tbody td:nth-child(2) {
	width: 50%;
	justify-content: left;
}

.pa_MedalTableView_table-ctr table thead th:nth-child(1), .pa_MedalTableView_table-ctr table thead td:nth-child(1), .pa_MedalTableView_table-ctr table tbody th:nth-child(1), .pa_MedalTableView_table-ctr table tbody td:nth-child(1) {
	justify-content: left;
}

.pa_MedalTableView_table-ctr table thead tr, .pa_MedalTableView_table-ctr table tbody tr {
	display: flex;
	border: 2px solid white !important;
}

.pa_MedalTableView_table-ctr table th .pa_MedalIcon_ctr {
	display: none;
}

.pa_MedalTableView_table-ctr table th:nth-child(1) > span {
	padding: 0 0.6em;
}

.pa_MedalTableView_table-ctr table th:nth-child(3) > span, .pa_MedalTableView_table-ctr table th:nth-child(4) > span, .pa_MedalTableView_table-ctr table th:nth-child(5) > span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pa_MedalTableView_table-ctr table th:nth-child(3) > span .pa_MedalTableView_fixed-content, .pa_MedalTableView_table-ctr table th:nth-child(4) > span .pa_MedalTableView_fixed-content, .pa_MedalTableView_table-ctr table th:nth-child(5) > span .pa_MedalTableView_fixed-content {
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain !important;
	margin-top: 10px;
}

@media (max-width: 440px) {
	.pa_MedalTableView_table-ctr table th:nth-child(3) > span .pa_MedalTableView_fixed-content, .pa_MedalTableView_table-ctr table th:nth-child(4) > span .pa_MedalTableView_fixed-content, .pa_MedalTableView_table-ctr table th:nth-child(5) > span .pa_MedalTableView_fixed-content {
		width: 20px;
		height: 20px;
		margin-top: 20px;
	}
}
.pa_MedalTableView_table-ctr table th:nth-child(3) > span .pa_MedalTableView_fixed-content {
	background: url("../images/Medal-Gold.svg") no-repeat left top;
}

.pa_MedalTableView_table-ctr table th:nth-child(4) > span .pa_MedalTableView_fixed-content {
	background: url("../images/Medal-Silver.svg") no-repeat left top;
}

.pa_MedalTableView_table-ctr table th:nth-child(5) > span .pa_MedalTableView_fixed-content {
	background: url("../images/Medal-Bronze.svg") no-repeat left top;
}

.pa_MedalTableView_table-ctr table tbody tr {
	order: 99;
}

.pa_MedalTableView_table-ctr table tbody tr .pa_MedalTableView_country-flag {
	height: 36px;
	width: 36px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 20px;
}

.pa_MedalTableView_table-ctr table tbody tr .pa_MedalTableView_country-flag span {
	margin-left: -9px;
}

@media (max-width: 440px) {
	.pa_MedalTableView_table-ctr table tbody tr .pa_MedalTableView_country-flag span.pa_Flag_flag {
		height: 100%;
		width: 100%;
		background-size: 150%;
		margin-left: 0;
		background-position-x: -9px;
	}
}
.pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight {
	order: 1;
	background: white;
	border: 2px solid #feef2f !important;
	color: #00454D;
}

.pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight td {
	padding: 15px;
}

.pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight td.pa_MedalTableView_country {
	padding: 15px 25px 15px 7px;
}

.pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight td:first-child {
	padding: .6em .5em;
}

.pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight .pa_MedalTableView_country {
	font-size: 30px;
}

@media (max-width: 440px) {
	.pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight .pa_MedalTableView_country {
		font-size: 16px;
	}
}
  .pa_MedalTableView_table-ctr table tbody .pa_MedalTableView_highlight .pa_MedalTableView_country-flag {
	height: 45px;
	width: 45px;
}
