﻿@royal-blue: #2050be;

.access-denied
{
	font-family: @title-font;
	color: #222;
	letter-spacing: normal;

	.back
	{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.36;
		text-decoration: none;
		color: @royal-blue;

		.chevron-left
		{
			display: inline-block;
			.hires('/img/v7/chevron-right', @backgroundSize: 12px 12px);
			width: 12px;
			height: 12px;
			-moz-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			transform: scaleX(-1);
			margin: 0 5px 0 0;

			html[dir='rtl'] &
			{
				-moz-transform: scaleX(1);
				-o-transform: scaleX(1);
				-webkit-transform: scaleX(1);
				transform: scaleX(1);
				margin: 0 0 0 5px;
			}
		}
	}

	h1
	{
		font-size: 24px;
		font-weight: bold;
		line-height: 1.33;
		margin-bottom: 7px;
		max-width: 640px;
	}

	h1 + h2
	{
		font: italic 20px @title-font;
		color: #787878;
	}

	div
	{
		max-width: 640px;
		font-size: 16px;
		line-height: 1.25;
		box-sizing: border-box;

		span
		{
			font-weight: bold;
		}

		.contact
		{
			font-weight: bold;
			color: @royal-blue;
			text-decoration: none;
		}
	}

	.parent-block
	{
		position: relative;
		margin-top: 1em;
	}

	#entitlement-request
	{
		margin-top: 60px;

		.kn-button
		{
			font-weight: bold;
		}
	}
}
