/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

body {
	background-color: #eee;
	padding-bottom: 40px;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.cancel-link-container {
	text-align: center;
}

.cancel-link {
	color: #999;
	font-size: 16px;
	margin-top: 25px;
	text-decoration: underline;
	display: inline-block;
}

.cancel-link:hover,
.cancel-link:focus {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	max-width: 750px;
}

.error-area {
	text-align: center;
}

.error-area h2 {
	font-size: 24px;
}

.error-area h5 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 36px;
}

.error-area .button {
	min-width: 220px;
}

.error-area span {
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	color: #666;
	margin: 0 10px;
}

.authentication-area,
.error-area {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 43px 50px 50px;
}

.authentication-area form {
	margin: 0;
}

.authentication-text {
	align-items: center;
	margin-bottom: 25px;
}

.authentication-img {
	margin-right: 15px;
}

.authentication-img img {
	max-width: 48px;
}

.authentication-text-text {
	text-align: center;
}

.authentication-text-text label {
	margin: 10px auto 47px auto;
	display: block;
	color: #777;
	font-size: 16px;
	max-width: 500px;
}

.authentication-text-text h2 {
	color: #393f4c;
	font-size: 24px;
	text-align: center;
	display: block;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 400;
}

.authentication-text-text p {
	color: #777;
	font-size: 14px;
	margin: 8px 0 0;
}

.authentication-text-text .fa {
	color: #b6c9da;
}

.site-container.container {
	padding-top: 30px;
}

.button {
	background-color: #e27730;
	border: 1px solid #c45e1b;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 16px 28px;
	text-decoration: none;
	display: inline-block;
}

.button:hover,
.button:focus {
	background-color: #cd631d;
}

.button.small {
	font-size: 15px;
	padding: 15px;
}

.authentication-buttons {
	margin-top: 30px;
	text-align: center;
}

.authentication-buttons:after {
	clear: both;
	content: '';
	display: table;
}

.authentication-buttons .cancel-link {
	float: right;
	margin-top: 25px;
}

.app-footer {
	border-top: 1px solid #ebebeb;
	color: #999;
	font-size: 13px;
	margin-top: 50px;
	padding: 30px 20px;
	text-align: center;
}

.app-footer p {
	margin: 0 0 14px;
}

.app-footer ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.app-footer ul li {
	display: inline-block;
	margin: 0 13px;
}

.app-footer a {
	color: #999;
	font-weight: 500;
	text-decoration: underline;
}

.site-container {
	min-height: calc(100vh - 238px); /* Height of footer + header */
}

@media ( max-width: 767px ) {

	.authentication-area {
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px;
	}

	.authentication-buttons {
		text-align: center;
	}

	.authentication-buttons .cancel-link {
		display: block;
		float: none;
	}
}

body {
	background: #f8f8f8;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-header .logo {
	background: url('../img/logo.png?v=1') no-repeat;
	background-size: contain;
	display: inline-block;
	height: 39px;
	width: 203px;
	text-indent: -9999px;
	position: relative;
	margin: 20px;
}

.site-header {
	background: #fff;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.charitable-to-wp {
	display: flex;
	justify-content: center;
}

.charitable-to-wp .logo {
	flex-grow: 0;
	flex-shrink: 0;
	text-align: center;
	margin: 0 30px;
}
.charitable-to-wp .logo-left {
	margin-top: -3px;
	margin-right: 30px;
}

.arrow {
	margin-top: 45px;
}

.arrow svg {
	width: 35px;
	fill: #ccc;
}

.charitable-separator {
	background: #ebebeb;
	display: block;
	height: 1px;
	margin: 50px 0;
}