/*
* Import Mixins
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  outline: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
.show-sm,
.show-md,
.show-xs {
  display: none;
}
img {
  border: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 3900px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (max-width: 450px) {
  .col-ip-12 {
    width: 100%;
    float: none;
  }
  .hide-ip {
    display: none;
  }
}
@media (min-width: 767px) {
  .show-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.hidden {
  display: none;
}
.show {
  display: block !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.responsive-iframe {
  max-width: 100%;
}
.position-relative {
  position: relative;
}
@media (max-width: 767px) {
  .text-left-sm {
    text-align: left;
  }
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  background-color: #ececec;
  font-weight: 400;
  background-size: cover;
  background-position: center center;
  color: #1a1a1a;
}
body.template-already-signed-in {
  background-image: url('../img/already-signed-in.jpg');
}
body.template-already-signed-in .jll-login-wrapper .box {
  background-color: rgba(0, 0, 0, 0.8);
}
body.template-already-signed-in .jll-login-wrapper .box .current-login {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  margin: 15px 0 0;
  background-color: rgba(255, 255, 255, 0.1);
}
body.template-already-signed-in .jll-login-wrapper .box .current-login ul {
  margin: 10px 0 0 0;
}
body.template-already-signed-in .jll-login-wrapper .box .current-login ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.template-already-signed-in .jll-login-wrapper .box .current-login ul li a {
  padding: 6px 0;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
body.template-already-signed-in .jll-login-wrapper .box .current-login ul li a i {
  margin-right: 10px;
}
body.template-already-signed-in .jll-login-wrapper .box .current-login ul li a:hover {
  color: #e30613;
}
body.template-visitor .jll-login-wrapper .box .visitor-form .visitor-message {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body.template-visitor .jll-login-wrapper .box .visitor-form .visitor-message-bottom {
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0;
}
html {
  position: relative;
  height: 100%;
}
html body {
  height: 100%;
  position: relative;
}
a {
  color: #1a1a1a;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #222;
}
h1,
.h1 {
  margin: 10px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
h2,
.h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
h3,
.h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
h4,
.h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
p {
  line-height: 1.5;
  margin: 10px 0;
  font-size: 14px;
}
ul {
  margin: 10px 0 10px 20px;
}
ul li {
  padding: 4px 0 4px 5px;
  list-style: disc;
  font-size: 14px;
}
.padding-5-0 {
  padding-top: 5px;
  padding-bottom: 5px;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
  line-height: 40px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  border: 1px solid #fff;
}
input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
textarea.required {
  background-color: #e30613;
  color: #fff;
}
textarea {
  padding-top: 10px;
  line-height: normal;
  min-height: 150px;
  resize: none;
}
input[type='submit'] {
  border: 0;
  outline: none;
}
.button {
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #e30613;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  border: 0;
  font-size: 16px;
  text-decoration: none !important;
  height: 40px;
  line-height: 40px;
  outline: none;
  cursor: pointer;
}
.button:hover,
.button:focus {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.button.stone {
  background-color: #d0c9b7;
  color: #1a1a1a;
}
select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select.required {
  background-color: #e30613;
  border: 1px solid #fff;
  color: #fff;
}
.checkbox-wrapper {
  position: relative;
  padding-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.2;
  cursor: pointer;
}
.checkbox-wrapper.required:after {
  background-color: #e30613;
}
.checkbox-wrapper input[type=checkbox] {
  display: none;
}
.checkbox-wrapper label {
  padding-top: 0 !important;
  pointer-events: none;
}
.checkbox-wrapper.disabled {
  color: #afafaf;
}
.checkbox-wrapper:after {
  clear: both;
  display: block;
  content: '';
  width: 19px;
  height: 19px;
  border: 1px solid #d7d7d7;
  position: absolute;
  background-color: #fff;
  top: 4px;
  left: 0;
}
.checkbox-wrapper.active:before {
  clear: both;
  display: block;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #1a1a1a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  z-index: 99;
  top: 6px;
  left: 3px;
}
.jll-video-wrap {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.jll-video-wrap .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
}
.jll-video-wrap iframe {
  z-index: 12;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  top: 0;
}
.jll-login-wrapper {
  width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 99;
}
.jll-login-wrapper .box {
  background-color: #1a1a1a;
  padding: 40px;
  color: #fff;
  max-width: 550px;
  margin: 7% auto;
  width: 100%;
}
.jll-login-wrapper .box.has-footer-note {
  margin-bottom: 70px;
}
.jll-login-wrapper .box a:not(.button) {
  color: #e30613;
}
.jll-login-wrapper .box a:not(.button):hover {
  text-decoration: underline;
}
.jll-login-wrapper .box .logos {
  margin-bottom: 30px;
}
.jll-login-wrapper .box .logos .jll-logo {
  max-width: 120px;
  max-height: 55px;
  height: auto;
}
.jll-login-wrapper .box .logos .client-logo {
  float: right;
  max-height: 50px;
}
.jll-login-wrapper .box .logos .register-top {
  float: right;
  line-height: 1;
  height: auto;
  font-size: 18px;
  padding: 20px 35px;
}
.jll-login-wrapper .box .logos .request-access-top {
  float: right;
  line-height: 1;
  height: auto;
  font-size: 18px;
  padding: 20px 35px;
}
.jll-login-wrapper .box .forgotten-password-form {
  display: none;
}
.jll-login-wrapper .box .forgotten-password-form .forgotten-password-message {
  padding: 15px;
  line-height: 1.3;
  background-color: #414141;
  margin: 0 0 25px 0;
}
.jll-login-wrapper .box .forgotten-password-form .output {
  display: none;
  padding: 15px;
  line-height: 1.3;
  background-color: #414141;
  margin: 25px 0 0 0;
}
.jll-login-wrapper .box .reset-password-form .reset-password-message {
  padding: 15px;
  line-height: 1.3;
  background-color: #414141;
  margin: 0 0 25px 0;
}
.jll-login-wrapper .box .reset-password-form .output {
  display: none;
  padding: 15px;
  line-height: 1.3;
  background-color: #414141;
  margin: 25px 0 0 0;
}
.jll-login-wrapper .box .register-form {
  display: none;
}
.jll-login-wrapper .box .register-form .register-message {
  padding: 15px;
  line-height: 1.3;
  background-color: #414141;
  margin: 0 0 25px 0;
}
.jll-login-wrapper .box .register-form .register-message-bottom {
  font-size: 13px;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
.jll-login-wrapper .box .register-form .password-short-error {
  display: none;
  background-color: #e30613;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.jll-login-wrapper .box .register-form .output {
  margin-top: 20px;
  display: none;
  background-color: #e30613;
  color: #fff;
  padding: 15px;
  line-height: 1.4;
}
.jll-login-wrapper .box .request-access-form {
  display: none;
}
.jll-login-wrapper .box .request-access-form .request-access-message {
  padding: 15px;
  line-height: 1.3;
  background-color: #414141;
  margin: 0 0 25px 0;
}
.jll-login-wrapper .box .request-access-form .output {
  margin-top: 20px;
  line-height: 1.4;
  display: none;
  background-color: #e30613;
  color: #fff;
  padding: 15px;
}
.jll-login-wrapper .box .login-form .open-message {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.3;
  border: 2px solid #e30613;
  padding: 10px 15px;
}
.jll-login-wrapper .box .login-form .error-message {
  margin: 15px 0;
  background-color: #e30613;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.5;
}
.jll-login-wrapper .box .login-form .login-message {
  margin: 0 0 15px 0;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
}
.jll-login-wrapper .box .login-form .login-message p {
  margin: 3px 0;
  font-size: 15px;
}
.jll-login-wrapper form .field {
  margin-bottom: 15px;
}
.jll-login-wrapper form .field:after {
  clear: both;
  display: block;
  content: '';
}
.jll-login-wrapper form .field label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
}
.jll-login-wrapper form .toa .view {
  color: #d0c9b7;
  text-decoration: underline;
  cursor: pointer;
}
.jll-login-wrapper form .toa .view:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.jll-login-wrapper form .toa .inside {
  display: none;
  height: 150px;
  overflow-y: scroll;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #fff;
  color: #1a1a1a;
}
.jll-login-wrapper form .submits {
  margin-top: 15px;
}
.jll-login-wrapper form .submits .request-access {
  float: right;
}
.jll-login-wrapper form .submits a.forgotten-password {
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.jll-login-wrapper form .submits a.forgotten-password a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.jll-register-confirmation-wrapper {
  margin: 7% auto;
  padding: 20px;
  background: #ffffff;
  max-width: 550px;
}
.jll-login-footer-text {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px 40px;
  color: #fff;
  max-width: 550px;
  margin: 70px auto;
  width: 100%;
}
.jll-login-footer-text .more-content-view {
  margin: 10px 0;
}
.jll-login-footer-text .more-content-view p {
  font-size: 14px;
}
.jll-login-footer-text .more-content-view a {
  font-size: 16px;
}
.jll-login-footer-text .more-content {
  margin-top: 10px;
  display: none;
  height: 150px;
  overflow-y: scroll;
  padding: 10px 15px;
  background-color: #fff;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .jll-login-wrapper .box {
    padding: 25px;
    margin: 5% auto;
  }
  .jll-login-wrapper .box .logos {
    margin-bottom: 30px;
  }
  .jll-login-wrapper .box .logos .jll-logo {
    width: 110px;
  }
  .jll-login-wrapper .box .logos .client-logo {
    max-width: 110px;
  }
  .jll-login-wrapper form .submits {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=login.css.map */