h1,
h2,
h3,
h4,
h5 {
	color: #ac2b29;
	font-weight: 400;
}

p,
li,
td,
label {
	color: #9b9b9b;
	font-weight: 400;
}

a {
	color: #ac2b29;
	font-weight: 700;
}
a:hover,
a:focus {
	color: #83211f;
}

strong {
	font-weight: 700;
}

small {
	font-size: 0.8em;
}

.button,
.login form input[type="submit"],
button,
input[type="submit"] {
	background: #ac2b29;
	border-color: #ac2b29;
	color: white;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button:hover,
.login form input[type="submit"]:hover,
.button:focus,
.login form input[type="submit"]:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #323639;
	color: white;
}

.button.alt,
.login form input.alt[type="submit"],
button.alt,
input[type="submit"].alt {
	background: #9b9b9b;
	border-color: #9b9b9b;
}
.button.alt:hover,
.login form input.alt[type="submit"]:hover,
.button.alt:focus,
.login form input.alt[type="submit"]:focus,
button.alt:hover,
button.alt:focus,
input[type="submit"].alt:hover,
input[type="submit"].alt:focus {
	background: #323639;
	color: white;
}

.button.inverted,
.login form input.inverted[type="submit"],
button.inverted,
input[type="submit"].inverted {
	background: transparent;
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
}
.button.inverted:hover,
.login form input.inverted[type="submit"]:hover,
.button.inverted:focus,
.login form input.inverted[type="submit"]:focus,
button.inverted:hover,
button.inverted:focus,
input[type="submit"].inverted:hover,
input[type="submit"].inverted:focus {
	background: rgba(0, 0, 0, 0.5);
}

.knockout h1,
.knockout h2,
.knockout h3,
.knockout h4,
.knockout h5 {
	color: white;
}

.knockout p,
.knockout li,
.knockout td,
.knockout label {
	color: white;
	color: rgba(255, 255, 255, 0.7);
}

.knockout a {
	color: white;
}
.knockout a:hover,
.knockout a:focus {
	color: #d03b38;
}

.knockout .button,
.knockout .login form input[type="submit"],
.login form .knockout input[type="submit"],
.knockout button,
.knockout input[type="submit"] {
	background: white;
	border-color: white;
	color: black;
}
.knockout .button:hover,
.knockout .login form input[type="submit"]:hover,
.login form .knockout input[type="submit"]:hover,
.knockout .button:focus,
.knockout .login form input[type="submit"]:focus,
.login form .knockout input[type="submit"]:focus,
.knockout button:hover,
.knockout button:focus,
.knockout input[type="submit"]:hover,
.knockout input[type="submit"]:focus {
	background: #ebebeb;
	border-color: #ebebeb;
}

.knockout .button.inverted,
.knockout .login form input.inverted[type="submit"],
.login form .knockout input.inverted[type="submit"],
.knockout button.inverted,
.knockout input[type="submit"].inverted {
	background: transparent;
	border-color: white;
	color: white;
}
.knockout .button.inverted:hover,
.knockout .login form input.inverted[type="submit"]:hover,
.login form .knockout input.inverted[type="submit"]:hover,
.knockout .button.inverted:focus,
.knockout .login form input.inverted[type="submit"]:focus,
.login form .knockout input.inverted[type="submit"]:focus,
.knockout button.inverted:hover,
.knockout button.inverted:focus,
.knockout input[type="submit"].inverted:hover,
.knockout input[type="submit"].inverted:focus {
	background: rgba(255, 255, 255, 0.5);
}

input,
textarea {
	color: #9b9b9b;
	background: white;
	font-weight: 400;
}

.bg-gray-darker {
	background-color: #282827;
}

.bg-gray-dark {
	background-color: #323639;
}

.bg-gray {
	background-color: #9b9b9b;
}

.bg-gray-light {
	background-color: #ebebeb;
}

.bg-gray-lighter {
	background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	margin: 1.5em 0 0.5em 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1 {
	font-size: 1.75em;
	margin-top: 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4,
h5 {
	font-size: 1.15em;
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4,
	h5 {
		font-size: 1.25em;
	}
}

p,
li,
td,
label {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0 0 0.8em;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

li {
	margin: 0 0 0.5em;
	line-height: 1.5em;
}

ul,
ol {
	margin: 0 0 0.7em;
	padding: 0 0 0 1.2em;
	text-align: left;
}

.nolist {
	margin: 0;
	padding: 0;
	text-align: inherit;
}
.nolist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:hover,
a:focus {
	text-decoration: none;
}

hr {
	margin: 1.5em auto 2em;
	height: 0;
	border: none;
	border-top: 1px solid #ebebeb;
}

blockquote {
	border: 0;
	padding: 0;
	width: 90%;
	margin: 0.5em 5% 0.25em;
	font-size: 2.5em;
}
blockquote h2:first-of-type {
	margin-top: 0;
}
blockquote p {
	color: black;
	line-height: 1.2em;
	line-height: 1em;
}

img,
iframe {
	max-width: 100%;
	border: none;
}

input,
textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	padding: 0.875em 1em;
	margin: 0 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-radius: 0.125em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	outline: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #9b9b9b;
	opacity: 1;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #9b9b9b;
	opacity: 1;
	font-weight: 300;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9b9b9b;
	opacity: 1;
	font-weight: 300;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9b9b9b;
	opacity: 1;
	font-weight: 300;
}
input:focus,
textarea:focus {
	color: black;
	border-color: transparent;
	-webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
}

textarea {
	min-height: 10.375em;
}

select {
	width: 100%;
}

.select2-container {
	width: 100% !important;
	text-align: left;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.select2-container--default {
	text-align: left;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container--default .select2-selection--single {
	height: 3em;
	width: 100% !important;
	border-radius: 0.125em;
	border-color: rgba(0, 0, 0, 0.1);
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	width: 2em;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	top: 1.375em;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #9b9b9b;
	padding: 0.625em 1.5em 0.625em 1em;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: transparent;
}

.button,
.login form input[type="submit"],
button,
input[type="submit"] {
	width: auto;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	padding: 0.875em 2em;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	outline: none;
	border-radius: 0.25em;
	border-width: 0;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
}

fieldset {
	border-color: #ebebeb;
	padding: 2em;
	margin: 1em auto;
}
fieldset legend {
	color: #9b9b9b;
}

.biggerer {
	font-size: 3em;
}

.bigger {
	font-size: 2em;
}

.big {
	font-size: 1.5em;
}

.small {
	font-size: 0.75em;
}

.smaller {
	font-size: 0.5em;
}

.smallerer {
	font-size: 0.25em;
}

.wide {
	padding-left: 3em;
	padding-right: 3em;
}

/* !WordPress Core */
.alignnone,
a img.alignnone {
	margin: 0.3125em 1.25em 1.25em 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0.3125em auto 0.3125em auto;
}

.alignright,
a img.alignright {
	float: right;
	margin: 0.3125em 0 1.25em 1.25em;
}

.alignleft,
a img.alignleft {
	float: left;
	margin: 0.3125em 1.25em 1.25em 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border-bottom: 2px solid #f0f0f0;
	max-width: 100%;
	/* Image does not overflow the content area */
	padding: 0 0 0.1875em;
	text-align: left;
}
.wp-caption img {
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	margin: 0;
	padding: 0.3125em 0.3125em 0.3125em;
	font-style: italic;
}

body {
	background-image: url(../images/background-login.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #282827;
	min-height: 100%;
	height: auto;
}

.login #nav {
	display: none;
}

.login .privacy-policy-page-link {
	display: none;
}
.login h1 {
	background-image: url(../images/jac-we-create.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 7.94375em;
	height: 5.38125em;
	margin: 0 auto 2.5em;
	font-size: 1.15em;
}
.login h1 a {
	display: none;
	background: none;
}

.login form {
	padding: 2em;
	-webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
.login form input[type="submit"] {
	letter-spacing: 0.125em;
	font-size: 0.75em !important;
	padding: 1em 2.5em !important;
	line-height: 1 !important;
	height: auto !important;
}

.login label #login_error {
	border-left-color: #ac2b29;
}

.login label br {
	display: none;
}

.login label span {
	display: block;
	color: #9b9b9b;
	margin: 0 0 0.25em;
}

.login label input {
	background: #f8f8f8;
}
.login label input[type="text"],
.login label input[type="password"] {
	position: relative;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0.125em transparent;
	box-shadow: 0 0 0.125em transparent;
	outline: none;
	border: 1px solid #ebebeb;
	margin: 0 0 1em !important;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 1em;
	font-size: 1em;
}
.login label input[type="text"]:before,
.login label input[type="password"]:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.125em;
	background: #ac2b29;
}
.login label input[type="text"]:focus,
.login label input[type="password"]:focus {
	border-color: white;
	background: white;
	-webkit-box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.3);
}

.login .forgetmenot {
	margin: 0.3em 0 0;
}
.login .forgetmenot input[type="checkbox"] {
	background: transparent;
	border: none;
	margin-right: 0.25em;
}
.login .forgetmenot input[type="checkbox"]:checked,
.login .forgetmenot input[type="checkbox"]:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login .forgetmenot input[type="checkbox"]:checked:before,
.login .forgetmenot input[type="checkbox"]:focus:before {
	color: #ac2b29;
}

#login {
	width: 90%;
	max-width: 320px;
}

.jac-login-footer {
	width: 90%;
	max-width: 320px;
	padding: 2em 0 8%;
	margin: auto;
}

#backtoblog {
	display: none;
}

.jac {
	text-align: center;
	font-size: 1.15em;
}
.jac a {
	display: inline-block;
	width: 13.3571429em;
	height: 1.78571429em;
	max-width: 100%;
}
.jac a svg {
	margin: 0;
	padding: 0;
	display: block;
	width: 13.3571429em;
	height: 1.78571429em;
	max-width: 100%;
	fill: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.jac a:hover svg,
.jac a:focus svg {
	fill: white;
}
