body {
	font-family: "Lato";
}

header {
	height: 70px;
	padding: 0 30px;
	border-bottom: 1px #008f70 solid;
	background-color: transparent;
}

h1.CenteredLayoutSubHeading {
	font-size: 24px;
	padding: 12px 0 28px;
	text-align: center;
}

@media (min-width: 769px) {
	h1.CenteredLayoutSubHeading {
		font-size: 28px;
	}
}

.hide {
	display: none;
}

.CenteredLayoutInner {
	border-radius: 5px;
	background-color: #fff;
}

.CenteredLayoutContent {
	background-color: transparent;
	position: relative;
}

.CenteredLayout {
	background-color: #F6F9FC;
	padding: 8px 16px 32px;
}

footer {
	background-color: white;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	color: #CDD5DE;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 700;
	justify-items: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

footer ul.CenteredLayoutFooterList {
	width: 100%;
	padding-left: 20px;
	padding-bottom: 20px;
	list-style: none;
    padding: 0;
    border-width: 0;
}

footer ul.CenteredLayoutFooterList li {
	display: inline-flex;
}

@media (min-width: 768px) {
	footer ul.CenteredLayoutFooterList {
		max-width: 640px;
		padding-left: unset;
		padding-bottom: unset;
		display: flex;
        justify-content: end;
	}
}

footer ul.CenteredLayoutFooterList a {
	color: #CDD5DE;
	text-transform: capitalize;
	font-size: 16px;
	text-decoration: underline;
	padding-right: 2px;
	font-size: 14.5px;
}

@media (min-width: 769px) {
	footer ul.CenteredLayoutFooterList a {
		font-size: 16px;
	}
}

footer ul.CenteredLayoutFooterList a:hover {
	text-decoration: underline;
	color: #CDD5DE;
}

footer > div {
	display: inline-flex;
}

footer .itf-academy-logo {
	height: 75px;
	width: 200px;
	background-size: 200px;
	margin: 0 10px;
}

footer .censeo-logo {
	height: 75px;
	width: 75px;
	background: url("../images/censeo-logo.svg");
	background-repeat: no-repeat;
	background-size: 75px;
	margin: 0 10px;
}

.heading__primary {
	padding-left: 45px;
	background-image: url("../images/itf-stripes.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Lato";
	font-size: 22px;
	text-align: left;
	margin: 30px 0;
}

.itf-logo {
	background-image: url("../images/itf-logo-below.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
	background-position: right center;
	min-height: 70px;
	min-width: 140px;
	display: flex;
}

.itf-academy-logo {
	height: 70px;
	background-image: url("../images/itf-academy-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 135px;
	min-width: 150px;
	display: flex;
}

.tennis-id-logo {
	height: 70px;
	background-image: url("../images/tennis-id-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	min-width: 250px;
	display: flex;
}

.ipin-logo {
	height: 70px;
	background-image: url("../images/itf-players-portal-logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	min-width: 150px;
	display: flex;
}

.tennis-id-logo--sm {
	background-size: 120px;
}

.tennis-id-logo img {
	max-width: 150px;
}

.itf-logo__wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.itf-logo__wrapper:before,
.itf-logo__wrapper:after {
	content: "";
	width: 10px;
	height: 70px;
	transform: skew(-26deg);
	display: block;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 0;
}

.itf-logo__wrapper:before {
	background: #008f70;
	left: 180px;
}

.itf-logo__wrapper:after {
	background: #54565a;
	left: 200px;
	top: 0;
}

.ipin-api .buttons {
	justify-content: center;
}

.ipin-api .buttons button {
	font-family: "Lato";
	border-radius: 0;
	display: flex;
	width: unset;
	/* border-width: 2px; */
	padding: 0 25px;
	height: 50px;
	font-size: 14px;
	align-items: center;
	letter-spacing: unset;
	line-height: unset;
	font-weight: 900;
	background-color: #008f70;
	color: #fff;
	text-transform: unset;
	border-radius: 4px;
	border-width: 0;
}

label {
	color: unset;
	font-size: 16px;
	width: 100%;
	float: unset;
	display: flex;
	margin-top: 20px;
}

h1 {
	color: #343639;
	text-align: left;
}

input {
	border-width: 1px;
	border-color: #a6b2c2;
}

p {
	text-align: left;
	margin-bottom: 5px;
}

#forgotPassword {
	text-decoration: underline;
	position: absolute;
	right: 0;
	top: -5px;
}

.password-label {
	position: relative;
}

.CenteredLayoutSubHeading {
	padding: 15px 0;
}

.CenteredLayoutFooterList {
	justify-content: center;
}

.sign-up {
	margin: 15px 0;
	text-align: center;
}

.sign-up a {
	text-decoration: underline;
	color: #008f70;
	font-weight: bold;
}

/* header styling */

.header-container {
	width: 100%;
	height: 72px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	margin-bottom: 20px;
	position: relative;
	border-width: 0;
	z-index: 11;
	padding: 0 12px;
}

.header-container .pt-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: white;
	width: calc(100% - 18%);
}

.admin-icons-container.container, .pt-inner-container.container {
	max-width: 1440px;
}

.header-container .logo {
	height: 72px;
	background-color: #fff;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	position: relative;
	padding-left: 14px;
	padding-right: 14px;
}

.header-container .logo:after {
	content: "";
	width: 80px;
	height: 72px;
	top: 0;
	background: no-repeat url(../images/itf-journey-lines.svg) center;
	background-size: cover;
	left: 14px;
}

.header-container .logo .logo-img {
	height: 35px;
}

.header-container .pt-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: white;
	width: calc(100% - 18%);
	display: none;
}

.inner-container.container {
	max-width: 1440px;
}

@media only screen and (min-width: 769px) {
	.header-container .logo {
			/* padding-left: 80px; */
	}
}

.new-main-footer {
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 2;
    padding: 25px 15px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    background-color: #fff;
    width: 100%;
    color: #CDD5DE;
		min-height: 137px;
		display: flex;
		justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
	.new-main-footer {
		padding: 25px 45px;
	}
}

.new-footer-links-wrap {
	display: grid;
}

.new-footer-links-wrap span {
	width: 100%;
	text-transform: capitalize;
}

@media screen and (min-width: 768px) {
	.CenteredLayoutFooterList > * + * {
			margin-left: 5px;
	}
}

.messagebox-text {
	display: none;
}

.sign-up__channels {
	margin: 0 0 10px;
	display: none;
}

.sign-up__channels ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sign-up__channels p {
	text-align: center;
	padding: 0 0 10px;
	position: relative;
}

.sign-up__channels p span {
	display: inline-flex;
	background: white;
	position: relative;
	padding: 0 10px;
}

.sign-up__channels p:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: grey;
	left: 0;
	top: 12px;
}

.sign-up__channels ul li {
	border: 1px solid grey;
	border-radius: 4px;
	margin: 0 0 10px;
	padding: 0 25px;
	cursor: pointer;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.sign-up__channels ul li:hover {
	text-decoration: underline;
}

.sign-up__channels ul li:focus {
	transform: scale(100.5%);
	transition: all 100ms;
	text-decoration: underline;
}

.login__tennis-id {
	background-image: url(../images/tennis-id-logo.png);
	background-size: 60px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
}
.login__ipin {
	background-image: url(../images/itf-players-portal-logo.svg);
	background-size: 60px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
}

.login-logo {
	display: inline-flex;
	height: 40px !important;
	margin-top: 0 !important;
}

.CenteredLayoutContent {
	padding-top: 32px;
}

.CenteredLayoutContent p,
.verificationInfoText,
.verificationSuccessText {
	color: #343639 !important;
	font-size: 16px;
}

.CenteredLayoutContent button {
	font-family: "Lato";
	display: flex;
	width: unset;
	padding: 0 25px;
	height: 50px;
	font-size: 14px;
	align-items: center;
	letter-spacing: unset;
	line-height: unset;
	font-weight: 900;
	background-color: #008f70;
	color: #fff !important;
	text-transform: unset;
	border-radius: 4px;
	border-width: 0;
	justify-content: center;
}
.claims-provider-list-buttons {
	display: none;
}
.ipin-api > .divider {
	display: none;
}

#localAccountForm .intro {
	display: none;
}

.pt-inner-container {
	width: 100%;
}

@media (min-width: 768px) {
	.pt-inner-container {
		margin: 0 auto;
		width: 480px;
	}
}

.new-main-footer {
	padding: 20px;
	color: white;
	background: #008f70;
	font-size: 12px;
	min-height: auto;
}

.new-main-footer a {
	font-size: 12px !important;
}

.new-footer-links-wrap {
	display: flex;
    justify-content: space-between;
    width: 100%;
}

a:focus,
.CenteredLayoutContent button:focus {
	outline: 1px solid black;
}

#email_ver_but_default {
	display: none !important;
}