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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  margin: 0;
  border: 0;
}
input,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
}
html,
body {
  height: 100%;
}
@media screen {
  html,
  body {
    overflow-x: hidden;
  }
}
body {
  font-size: 15px;
  font-family: Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.inner:before,
#article-toc-inner:before,
.inner:after,
#article-toc-inner:after {
  content: "";
  display: table;
}
.inner:after,
#article-toc-inner:after {
  clear: both;
}
@media screen {
  .inner,
  #article-toc-inner {
    padding: 0 30px;
  }
}
#content-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pl-bg-white {
  background: #fff;
}
.pl-bg-gray,
.pl-box-gray {
  background: #f2f2f2;
  margin-left: -30px;
  margin-right: -30px;
}
.pl-bg-dark-blue {
  background: #014672;
  margin-left: -30px;
  margin-right: -30px;
}
.pl-bg-dark-blue p {
  color: #fff;
}
.pl-bg-blue {
  background: #00becc;
  margin-left: -30px;
  margin-right: -30px;
}
.pl-bg-blue p {
  color: #fff;
}
.pl-layout-padding,
.pl-box-gray {
  padding: 20px 30px 20px 30px;
}
.pl-box-gray {
  border-radius: 4px;
}
a {
  color: #00becc;
}
a.pl-button {
  color: #fff;
}
.pl-button {
  color: #fff;
  background-color: #00becc;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-radius: 20px;
  padding: 0 18px;
}
.pl-button span {
  color: #fff;
  line-height: 40px;
}
.pl-button .fa {
  color: #fff;
  padding-right: 5px;
}
#header-blue {
  height: 60px;
  position: fixed;
  width: 100%;
  min-width: 100%;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background-color: #014672;
  border-color: #0c2e4d;
  color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}
@media print {
  #header-blue {
    display: none;
  }
}
#header-blue.sticky {
  z-index: 9999;
  background-color: #fff;
  text-color: #354052;
  border-bottom: #00cea0 solid 1px;
}
#header-blue.sticky a {
  color: #354052;
}
#header-white {
  height: 60px;
  position: fixed;
  width: 100%;
  min-width: 100%;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background-color: #fff;
  border-color: #0c2e4d;
  color: #014672;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}
@media print {
  #header-white {
    display: none;
  }
}
#header-white.sticky {
  z-index: 9999;
  background-color: #fff;
  text-color: #354052;
  border-bottom: #00cea0 solid 1px;
}
#header-white.sticky a {
  color: #354052;
}
#header-white.sticky {
  z-index: 9999;
  text-color: #014672;
  border-bottom: #00cea0 solid 1px;
}
#header-white.sticky a {
  color: #014672;
}
#header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  min-width: 100%;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#logo-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 100px;
  -ms-flex: 0 100px;
  flex: 0 100px;
}
#logo {
  width: 100%;
}
#logo p {
  font-size: 9px;
  text-decoration: none;
  color: #fff;
  padding-left: 10%;
  padding-bottom: 1px;
}
#main-nav {
  display: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  #main-nav {
    display: block;
  }
}
.theme-blue {
  color: #b8c5cc;
}
.theme-blue:hover {
  opacity: 1;
  color: #00becc;
}
.theme-white {
  color: #171f26;
}
.main-nav-link {
  text-decoration: none;
  line-height: 50px;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0 15px;
}
#search-input-wrap {
  display: none;
  padding-left: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
}
#search-input-wrap.on {
  display: inline-block;
}
#search-input-icon {
  color: #fff;
  padding-right: 0.5em;
  display: inline-block;
  opacity: 0.7;
}
#search-input {
  background: none;
  font-size: inherit;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
#lang-select-wrap {
  display: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  #lang-select-wrap {
    display: block;
  }
}
#lang-select-label {
  color: #193350;
  opacity: 0.7;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
}
#lang-select-label span {
  padding-left: 8px;
}
#lang-select-label i {
  opacity: 0.7;
}
#lang-select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: menulist-button;
  font-size: inherit;
}
#banner-blue {
  text-align: center;
  padding-bottom: 2em;
  background-color: #014672;
  border-color: #0c2e4d;
  color: #fff;
}
#banner-blue .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #banner-blue .inner {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#banner-white {
  text-align: center;
  padding-bottom: 2em;
  background-color: #fff;
  border-color: #0c2e4d;
  color: #014672;
  background-color: #ccc;
}
#banner-white .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #banner-white .inner {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.background-gradient {
  background: -moz--webkit-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%);
  background: -moz--moz-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%);
  background: -moz--ms-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%);
  background: -moz-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%); /* FF3.6-15 */
  background: -webkit--webkit-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%);
  background: -webkit--moz-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%);
  background: -webkit--ms-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #014672 0%, #0c2e4d 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(ellipse at center, #014672 0%, #0c2e4d 100%);
  background: -moz-radial-gradient(ellipse at center, #014672 0%, #0c2e4d 100%);
  background: -ms-radial-gradient(ellipse at center, #014672 0%, #0c2e4d 100%);
  background: radial-gradient(ellipse at center, #014672 0%, #0c2e4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.background-wireframe-blue {
  background-repeat: no-repeat;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  background-size: 70%;
  background-position: center;
  background-image: url("../images/keexle-wireframe.svg");
}
.background-wireframe-white {
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  background-size: 110%;
  background-image: url("/images/education-icons-bg.svg");
}
#banner-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
  witdh: 100%;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
}
#banner-title.center {
  margin: 0 auto;
  width: 50%;
}
#banner-title.left {
  margin: 0 20px 0 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #banner-title {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 80%;
  }
}
#banner-title p {
  font-size: 30px;
}
#banner-title p.left {
  text-align: left;
}
#banner-title p.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #banner-title p {
    text-align: center;
    padding-left: 0px;
  }
}
#banner-title p.small {
  font-size: 16px;
}
#banner-title img {
  margin-bottom: 15px;
}
#banner-start {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  #banner-start {
    padding: 60px 0;
    font-size: 18px;
  }
}
#banner-start-command {
  background: #283542;
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  display: inline-block;
  padding: 15px 20px;
}
#banner-start-command:before {
  content: "$";
  opacity: 0.5;
  padding-right: 10px;
}
#banner-start-link {
  color: #fff;
  background: #00becc;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#banner-start-link:hover {
  background: #00daeb;
}
#banner-share {
  display: none;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #banner-share {
    display: block;
  }
}
.blue-title {
  color: #00becc;
  text-align: center;
}
.blue-title {
  color: #fda204;
  text-align: center;
}
.full-width {
  width: 100%;
}
#intro-feature-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #intro-feature-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#intro-feature-list h3 {
  line-height: 1.6em;
  width: 100%;
}
h3.white {
  color: #fff;
}
h3.blue {
  color: #00becc;
}
h3.dark-blue {
  color: #0b4878;
}
h3.purple {
  color: #83f;
}
#intro-bg {
  background-image: url("../images/keexle-wireframe-white.svg");
  background-repeat: no-repeat;
  background-position: 0% -50vw;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.intro-feature-wrap {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .intro-feature-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-top: 50px;
  }
}
.intro-feature-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.intro-feature-container .intro-feature {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-bottom: 5px;
  min-width: 130px;
  max-width: 130px;
}
.intro-feature-container .intro-feature p {
  width: 100%;
  line-height: 18px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.intro-feature-container .intro-feature p.light {
  line-height: 22px;
  font-size: 1em;
  font-weight: normal;
}
.intro-feature-icon {
  color: #fda204;
  text-align: center;
  margin-top: 20px;
}
.intro-feature-icon img {
  width: 80px;
  height: 50px;
}
.intro-feature-title {
  color: #00cea0;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.intro-feature-desc {
  margin: 1.6em 0;
  line-height: 1.6em;
}
#intro-cmd-wrap {
  max-width: 700px;
  background: #eee;
  padding: 15px 0;
  margin: 25px -20px 0;
}
@media screen and (min-width: 769px) {
  #intro-cmd-wrap {
    margin: 50px auto 0;
  }
}
.intro-cmd-item {
  font-size: 16px;
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  line-height: 2;
  padding: 0 30px;
}
.intro-cmd-item:before {
  content: "$";
  color: #00becc;
  padding-right: 15px;
}
#intro-download-wrap {
  text-align: center;
}
#intro-download-link {
  width: 164px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  border-radius: 20px;
  border-width: 0px 0px 3px 0px;
  border-style: solid;
}
#intro-download-link.blue {
  color: #fff;
  background-color: #00becc;
  border-color: #00849e;
}
#intro-download-link.blue:hover {
  background-color: #00daeb;
}
#intro-download-link.blue:active {
  background-color: #00abb8;
}
#intro-download-link.white {
  color: #014672;
  background-color: #ffd58b;
  border-color: rgba(0,0,0,0.2);
  padding-left: 20px;
}
#intro-download-link.white:hover {
  background-color: #ffd997;
}
#intro-download-link.white:active {
  background-color: #ffc764;
}
.feature-img {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.feature-img.small {
  width: 20%;
}
.feature-img.extra-small {
  width: 10%;
}
.index-blockquote {
  width: 70%;
  display: block;
  border-radius: 4px;
  background: #00cea0;
  padding: 36px 20px 36px 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
/*Borders - (Optional)*/
/*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
em
  font-style: italic;
}
.index-blockquote:before {
  content: "\201C";
  font-size: 60px;
  font-weight: bold;
  color: #00ecb8;
  position: absolute;
  left: 10px;
  top: 5px;
}
.index-blockquote:after {
  content: "";
}
.index-blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
}
.feature-container,
.feature-container-inv,
.feature-container-col {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: visible;
}
.feature-container.left,
.feature-container-inv.left,
.feature-container-col.left {
  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
}
.feature-container.two-columns,
.feature-container-inv.two-columns,
.feature-container-col.two-columns {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.feature-container .image,
.feature-container-inv .image,
.feature-container-col .image {
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .feature-container .image,
  .feature-container-inv .image,
  .feature-container-col .image {
    display: none;
  }
}
.feature-container .image img,
.feature-container-inv .image img,
.feature-container-col .image img {
  max-height: 350px;
}
.feature-container .image.centered-overlap,
.feature-container-inv .image.centered-overlap,
.feature-container-col .image.centered-overlap {
  margin: 0 auto;
  margin-top: -150px;
  width: 80%;
  max-width: 80%;
}
.feature-container .image.centered-overlap img,
.feature-container-inv .image.centered-overlap img,
.feature-container-col .image.centered-overlap img {
  max-height: 800px;
}
.feature-container .large,
.feature-container-inv .large,
.feature-container-col .large {
  width: 500px;
  margin-right: 20px;
}
.feature-container .description,
.feature-container-inv .description,
.feature-container-col .description {
  text-align: left;
  width: 50%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .feature-container .description,
  .feature-container-inv .description,
  .feature-container-col .description {
    width: 100%;
  }
}
.feature-container .description.left,
.feature-container-inv .description.left,
.feature-container-col .description.left {
  padding-right: 20px;
}
.feature-container .description.right,
.feature-container-inv .description.right,
.feature-container-col .description.right {
  padding-left: 20px;
}
.feature-container-inv {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.feature-container-col {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 430px;
}
.feature-container-col .description {
  width: 60%;
}
.feature-container-col .description.padding {
  padding-left: 30px;
  padding-right: 30px;
}
.feature-container-col .description.gray {
  background: #f2f2f2;
}
.centered-container {
  text-align: center;
  overflow: visible;
}
.sideborder-left {
  border-color: #00becc;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  padding-left: 10px;
  margin-left: 10px;
}
#kxl-transfer {
  margin-top: 20px;
  margin-bottom: 30px;
}
#kxl-guard {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 30px;
  margin-top: 20px;
}
.article-content .kxl-button {
  display: block;
  color: #fff;
  background-color: #83f;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  margin: 0px;
  text-decoration: none;
}
.article-content .kxl-button:hover {
  background-color: #9447ff;
  color: #fff;
  text-decoration: none;
}
.article-content .kxl-button:active {
  background-color: #7614ff;
  color: #fff;
}
.article-content .kxl-button span {
  line-height: 40px;
}
.article-content .kxl-button .fa {
  margin-right: 5px;
}
.article-content h2.article-heading,
.article-content h3.article-heading {
  font-weight: 500;
  text-align: left;
}
.article-content h2.article-heading {
  font-size: 22px;
}
.article-content h3.article-heading {
  font-size: 18px;
}
.list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.list .item .number {
  color: #193350;
  border-style: solid;
  border-width: 1px;
  border-color: #193350;
  border-radius: 16px;
  margin-right: 20px;
  text-align: center;
  margin-top: 6px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  line-height: 28px;
}
.list .item p {
  margin-top: 0px;
  margin-bottom: 20px;
}
#index-visual-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#index-subtitle-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: space-around;
  -moz-box-align: space-around;
  -ms-flex-align: space-around;
  -webkit-align-items: space-around;
  align-items: space-around;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #index-subtitle-wrapper {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#index-subtitle-wrapper .main {
  margin-right: 20px;
  text-align: right;
  line-height: 0;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
#index-subtitle-wrapper .legend {
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
}
#keexle-label {
  width: 50px;
  margin: 0 auto;
}
.download-header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.download-header h3 {
  text-decoration: bold;
}
#download-wrapper-content {
  width: 100%;
  margin-bottom: 60px;
}
#download-wrapper-content h1 {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 400;
  color: #193350;
  text-align: center;
}
#download-wrapper-content .h-separator {
  display: block;
  width: 50%;
  color: #193350;
  margin: 20px auto;
}
#download-wrapper-content p {
  text-align: center;
  color: #193350;
}
#download-wrapper-content #tos {
  text-align: center;
}
#download-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
#download-list .item {
  margin: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 270px;
  width: 270px;
  height: 270px;
  background-color: #fff;
}
#download-list .item .logo {
  color: #014672;
  font-size: 50px;
  margin-bottom: 30px;
}
#download-list .item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#download-list .item .title {
  color: #014672;
  font-weight: bold;
  text-align: center;
}
#download-list .item .download {
  background-color: #00becc;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 10px;
  margin: 20px;
  text-decoration: none;
  font-weight: 600;
}
#download-list .item .download:hover {
  background-color: #00daeb;
}
#download-list .item .version {
  font-size: 12px;
  color: #b8c5cc;
  text-align: center;
}
#contact-form-container {
  width: 512px;
}
#contact-form-container h3 {
  color: #193350;
  margin-top: 0px;
}
#contact-form-container p {
  color: #193350;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 5px;
}
#contact-form-container p.small-text {
  color: #193350;
  margin-top: 5px;
}
.article-content .contact-page p {
  margin-bottom: 0px;
  margin-top: 0px;
}
#contact-form {
  text-align: left;
  width: 100%;
}
.small-text {
  color: #193350;
  font-style: regular;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.form-input {
  display: block;
  border-radius: 4px;
  border: 1px #c4c4c4 solid;
  color: #7f7f7f;
  font-family: open-sans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  text-indent: 12px;
  white-space: nowrap;
  z-index: 182;
  width: 100%;
}
.form-input.purple {
  border-color: #83f;
}
.form-text {
  height: 120px;
  line-height: 1.6em;
  padding: 10px;
  margin-bottom: 30px;
  white-space: pre;
}
.form-input:invalid {
  border-color: #d72244 c;
  color: #d7244c;
}
.form-input:focus {
  border-color: #83f;
  color: #354052;
}
.form-input:focus.jade {
  border-color: #00becc;
}
.places-mailing__submit {
  background-color: #00becc;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  float: right;
  outline: none;
  white-space: nowrap;
  width: 128px;
  z-index: 192;
  border: solid #00849e;
  border-width: 0px 0px 4px 0px;
}
.places-mailing__submit:hover {
  background-color: #00daeb;
}
.places-mailing__submit:active {
  background-color: #00abb8;
}
select {
  background-color: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #808080 50%), -webkit-linear-gradient(315deg, #808080 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: -moz-linear-gradient(45deg, transparent 50%, #808080 50%), -moz-linear-gradient(315deg, #808080 50%, transparent 50%), -moz-linear-gradient(left, #ccc, #ccc);
  background-image: -ms-linear-gradient(45deg, transparent 50%, #808080 50%), -ms-linear-gradient(315deg, #808080 50%, transparent 50%), -ms-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  -webkit-background-size: 5px 5px, 5px 5px, 1px 1.5em;
  -moz-background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.contact-option {
  color: #193350;
  padding: 15px;
}
.contact-option .contact-icon {
  display: block;
  color: #00becc;
  font-size: 1.6em;
}
.contact-option .contact-icon.big {
  font-size: 2.6em;
}
.contact-option a {
  color: #00becc !important;
  font-weight: bold;
  font-size: 20px;
}
.contact-option span {
  display: block;
  color: #193350;
  font-style: italic;
  margin: 0 !important;
}
.contact-option p {
  font-weight: bold;
}
#sidebar {
  min-width: 250px;
  background-color: #fff;
  margin-right: 15px;
  display: none;
}
@media screen and (min-width: 769px) {
  #sidebar {
    display: block;
  }
}
.sidebar-title {
  margin-top: 30px;
  padding: 10px 0;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #354052;
  display: inline-block;
  border-top: 1px solid #e3e3e3;
  line-height: 1;
}
.sidebar-link,
.toc-link {
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #444;
  text-decoration: none;
  padding: 7px 0;
  padding-left: 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-link.current,
.toc-link.current {
  color: #00becc;
  border-style: solid;
  border-width: 0 0 0 5px;
  margin-left: -30px;
  padding-left: 45px;
}
.sidebar-link:hover,
.toc-link:hover {
  color: #00becc;
  text-decoration: underline;
}
#content {
  min-height: 100%;
  height: auto !important;
  position: relative;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
.content-width-limiter {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-width-limiter {
    padding: 0px;
  }
}
.content-width-limiter.article-content {
  padding: 80px;
}
.content-width-limiter.article-content-small-padding {
  padding: 20px;
}
#content-inner {
  min-height: 100%;
  height: auto !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 30px;
}
#content-inner:before,
#content-inner:after {
  content: "";
  display: table;
}
#content-inner:after {
  clear: both;
}
.article-container {
  min-height: 100%;
  height: auto !important;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.article-inner {
  min-height: 100%;
  height: auto !important;
  background-color: #fff;
}
.article-inner:before,
.article-inner:after {
  content: "";
  display: table;
}
.article-inner:after {
  clear: both;
}
@media screen and (min-width: 961px) {
  .article-inner {
    margin-right: 250px;
  }
}
.article {
  float: left;
  width: 100%;
  padding: 30px 0;
}
@media print {
  .article {
    padding: 0;
  }
}
#article-toc {
  display: none;
  float: right;
  width: 250px;
  margin-right: -250px;
  font-size: 12px;
  opacity: 0.8;
}
@media screen and (min-width: 961px) {
  #article-toc {
    display: block;
  }
}
#article-toc.fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 280px;
}
#article-toc-inner {
  overflow-x: hidden;
  overflow-y: auto;
  width: 250px;
}
.fixed #article-toc-inner {
  position: fixed;
  top: 30px;
  bottom: 0;
}
.toc-child {
  padding-left: 1em;
  font-size: 0.9em;
}
#article-toc-top {
  margin-top: 2em;
  font-size: 0.9em;
  text-decoration: none;
  color: #444;
  display: block;
  margin-bottom: 40px;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#article-toc-top:hover {
  color: #00daeb;
}
.article-header {
  padding-bottom: 20px;
}
.article-header:before,
.article-header:after {
  content: "";
  display: table;
}
.article-header:after {
  clear: both;
}
.article-title {
  float: left;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
  color: #00becc;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
a.article-title:hover {
  color: #00daeb;
}
.post .article-title {
  float: none;
}
.article-date {
  color: #999;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
}
.article-date:hover {
  color: #00daeb;
}
.article-edit-link {
  float: right;
  color: #bbb;
  font-size: 24px;
  line-height: 36px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: none;
}
.article-edit-link:hover {
  color: #00daeb;
}
@media screen and (min-width: 769px) {
  .article-edit-link {
    display: block;
  }
}
.article-anchor {
  margin-left: 10px;
  display: none;
}
.article-anchor:before {
  content: "#";
}
@media print {
  .article-anchor {
    display: none !important;
  }
}
.article-heading:hover .article-anchor {
  display: inline-block;
}
.article-content {
  line-height: 1.6em;
  color: #193350;
}
@media print {
  .article-content {
    font-size: 12pt;
  }
}
.article-content p,
.article-content ol,
.article-content ul,
.article-content dl,
.article-content table,
.article-content blockquote,
.article-content iframe,
.article-content .highlight {
  margin: 1em 0;
}
.article-content p {
  font-size: 14px;
  line-height: 1.5em;
}
.article-content h1 {
  font-size: 24px;
  color: #193350;
}
.article-content h1.large {
  font-size: 32px;
}
.article-content h2 {
  font-size: 24px;
  text-align: center;
}
.article-content h3 {
  font-size: 1.8em;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  line-height: 1.4em;
  font-weight: bold;
  margin: 1em 0;
}
.article-content h3 {
  line-height: 1.5em;
}
.article-content h3.center {
  text-align: center;
}
.article-content a {
  color: #00becc;
  text-decoration: none;
}
.article-content a:hover {
  color: #00daeb;
  text-decoration: underline;
}
@media print {
  .article-content a {
    color: #444;
    text-decoration: underline;
  }
  .article-content a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
}
.article-content strong {
  font-weight: bold;
}
.article-content em {
  font-style: italic;
}
.article-content ul,
.article-content ol,
.article-content dl {
  margin-left: 20px;
}
.article-content ul ul,
.article-content ol ul,
.article-content dl ul,
.article-content ul ol,
.article-content ol ol,
.article-content dl ol,
.article-content ul dl,
.article-content ol dl,
.article-content dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ul {
  list-style: disc;
}
.article-content ol {
  list-style: decimal;
}
.article-content dl {
  list-style: square;
}
.article-content li p {
  margin: 0;
}
.article-content li table,
.article-content li blockquote,
.article-content li iframe,
.article-content li .highlight {
  margin: 1em 0;
}
.article-content img,
.article-content video {
  max-width: 100%;
}
.article-content blockquote {
  padding: 0 20px;
  position: relative;
  border: 1px solid #e3e3e3;
  border-left: 5px solid #ddd;
}
.article-content blockquote footer {
  margin: 1em 0;
  font-style: italic;
}
.article-content blockquote footer cite:before {
  content: "—";
  padding: 0 0.3em;
}
.article-content blockquote footer cite a {
  color: color-grey;
}
.article-content .note.tip {
  border-left-color: #fa0;
}
.article-content .note.info {
  border-left-color: #0af;
}
.article-content .note.warn {
  border-left-color: #f00;
}
.article-content .note-title {
  margin: 1em 0;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.article-content table {
  max-width: 100%;
  border: 1px solid #e3e3e3;
}
.article-content table th {
  font-weight: bold;
}
.article-content table th,
.article-content table td {
  padding: 5px 15px;
}
.article-content table tr:nth-child(2n) {
  background: #eee;
}
.article-content p.large {
  font-size: 1.8em;
}
.article-footer {
  margin: 1em 0;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  color: #999;
  line-height: 1em;
  padding-top: 1em;
  position: relative;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
@media print {
  .article-footer {
    display: none;
  }
}
.article-footer-prev,
.article-footer-next {
  color: #00becc;
  text-decoration: none;
  font-weight: bold;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
}
.article-footer-prev:hover,
.article-footer-next:hover {
  color: #00daeb;
}
@media print {
  .article-footer-prev,
  .article-footer-next {
    display: none;
  }
}
.article-footer-prev span,
.article-footer-next span {
  padding: 0 6px;
}
.article-footer-prev {
  left: 0;
}
.article-footer-next {
  right: 0;
}
.article-footer-updated {
  font-size: 0.9em;
}
@media print {
  #comments {
    display: none;
  }
}
.blue-text {
  color: #00becc;
}
.normal-weight {
  font-weight: normal !important;
}
.bold {
  font-weight: bold !important;
}
.post {
  margin: 0 auto;
  float: none;
}
@media screen {
  .post {
    max-width: 800px;
  }
}
#plugin-list-header {
  margin: 40px 0;
}
#plugin-list-header:before,
#plugin-list-header:after {
  content: "";
  display: table;
}
#plugin-list-header:after {
  clear: both;
}
#plugin-list-title {
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  float: left;
}
#plugin-list-count {
  color: #999;
  padding-top: 1em;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #plugin-list-count {
    float: right;
    line-height: 40px;
    padding-top: 0;
    padding-right: 15px;
  }
}
#plugin-search-input {
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none;
  border: 1px solid #e3e3e3;
  padding: 10px 10px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  #plugin-search-input {
    float: right;
    width: 50%;
    margin-top: 0;
  }
}
#plugin-list {
  margin: 40px -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (min-width: 480px) {
  #plugin-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.plugin {
  display: none;
  padding: 20px;
}
@media screen and (min-width: 480px) {
  .plugin {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 769px) {
  .plugin {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 33.333333333333336%;
    -ms-flex: 0 0 33.333333333333336%;
    flex: 0 0 33.333333333333336%;
  }
}
.plugin.on {
  display: block;
}
.plugin-name {
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #00becc;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
}
.plugin-name:hover {
  color: #00daeb;
}
.plugin-desc {
  line-height: 1.6em;
  margin: 1em 0;
}
.plugin-tag-list {
  line-height: 1.3;
}
.plugin-tag-list:before,
.plugin-tag-list:after {
  content: "";
  display: table;
}
.plugin-tag-list:after {
  clear: both;
}
.plugin-tag {
  color: #999;
  font-size: 0.9em;
  text-decoration: none;
  float: left;
  margin-right: 10px;
}
.plugin-tag:hover {
  color: #00daeb;
}
.plugin-tag:before {
  content: "#";
}
.plugin-screenshot {
  margin-bottom: 15px;
  position: relative;
  padding-top: 62.5%;
  height: 0;
  overflow: hidden;
}
.plugin-screenshot-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.plugin-preview-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
.plugin-preview-link:hover {
  opacity: 1;
}
.plugin-preview-link:hover .fa {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.plugin-preview-link .fa {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 50px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transform: scale(6);
  -moz-transform: scale(6);
  -ms-transform: scale(6);
  transform: scale(6);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.archive-post {
  padding: 1em 0;
  border-top: 1px solid #e3e3e3;
}
.archive-post:last-child {
  padding-bottom: 40px;
}
.archive-post-link {
  display: block;
  color: #444;
  text-decoration: none;
  line-height: 1.6em;
}
.archive-post-link:before,
.archive-post-link:after {
  content: "";
  display: table;
}
.archive-post-link:after {
  clear: both;
}
.archive-post-link:hover {
  color: #00daeb;
}
.archive-post-title {
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  font-weight: bold;
}
.archive-post-date {
  color: #999;
  float: right;
  font-size: 0.9em;
}
#mobile-nav {
  position: fixed;
  top: 60px;
  bottom: 0px;
  width: 260px;
  left: -260px;
  background: #122039;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mobile-nav-on #mobile-nav {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#mobile-nav-inner {
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}
#mobile-nav-toggle {
  color: #b8c5cc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 25px;
  height: 20px;
  margin: auto;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#mobile-nav-toggle:active,
.mobile-nav-on #mobile-nav-toggle {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #mobile-nav-toggle {
    display: none;
  }
}
.mobile-nav-toggle-bar {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  border-radius: 2px;
}
.mobile-nav-toggle-bar:first-child {
  top: 0;
}
.mobile-nav-on .mobile-nav-toggle-bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-toggle-bar:nth-child(2) {
  top: 9px;
}
.mobile-nav-on .mobile-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle-bar:last-child {
  top: 18px;
}
.mobile-nav-on .mobile-nav-toggle-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-link {
  color: #b8c5cc;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
  margin-top: 25px;
}
.mobile-nav-link:hover {
  color: #00becc;
}
.mobile-nav-title {
  color: #00becc;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
  display: block;
  border-top: 1px solid #444;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mobile-lang-select-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #122039;
}
#mobile-lang-select-label {
  line-height: 40px;
  color: #fff;
  padding: 10px 15px;
}
#mobile-lang-select-label i {
  opacity: 0.7;
}
#mobile-lang-select-label span {
  padding-left: 8px;
}
#mobile-lang-select {
  -webkit-appearance: menulist-button;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container {
  background-color: #f2f2f2;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 60px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-on #container {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
}
#mobile-nav-dimmer {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #014672;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0s 0.4s;
  -ms-transition: opacity 0.4s, -ms-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
}
.mobile-nav-on #mobile-nav-dimmer {
  opacity: 0.7;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer {
  padding: 20px;
  padding-top: 10px;
  color: #b8c5cc;
  font-family: Lato, Muli, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  border-top: 1px solid #193350;
  background: #014672;
  text-align: center;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer .inner:before,
#footer .inner:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .inner {
    -webkit-box-flex: wrap;
    -moz-box-flex: wrap;
    box-flex: wrap;
    -webkit-flex: row wrap;
    -ms-flex: row wrap;
    flex: row wrap;
  }
}
@media screen and (min-width: 769px) {
  #footer {
    text-align: left;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#footer a:hover {
  color: #00becc;
}
#footer-flex {
  min-width: 120px;
  line-height: 1.4;
}
#footer-flex h3 {
  color: #9d9d9c;
  padding-bottom: 5px;
}
#footer-flex a {
  font-weight: normal;
  padding-right: 8px;
  padding-left: 8px;
  border: solid;
  border-color: #193350;
  border-width: 0px 1px 0px 0px;
}
#footer-flex .no-border {
  border: none;
}
#footer-flex .no-padding {
  padding-left: 0px;
}
#footer-flex div {
  margin-top: 4px;
}
#footer-flex strong {
  font-weight: bold;
}
#footer-flex img {
  width: 64px;
  height: 64px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  #footer-flex img {
    width: 100px;
    margin: auto;
  }
}
#footer-flex .footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer-social a {
  display: inline-block;
  border: none;
  background-color: #b8c5cc;
  color: #014672;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 5px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
}
#footer-social a:hover {
  color: #014672;
  background-color: #fff;
}
.v-align {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .v-align {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.trademark {
  font-size: 0.8em;
  margin-bottom: 10px;
}
pre,
code {
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  color: #4d4d4c;
  background: #eee;
  font-size: 0.95em;
}
code {
  padding: 0 5px;
}
pre {
  padding: 10px 15px;
  line-height: 22px;
}
pre code {
  border: none;
  display: block;
  padding: 0;
}
.highlight {
  background: #eee;
  padding: 10px 15px;
  color: #4d4d4c;
  overflow: auto;
  margin: 0;
}
.highlight table {
  margin: 0 !important;
  border: 0;
}
.highlight table th,
.highlight table td {
  padding: 0;
}
.highlight figcaption {
  margin: -5px 0 5px;
  font-size: 0.9em;
  color: #999;
}
.highlight figcaption:before,
.highlight figcaption:after {
  content: "";
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight figcaption a {
  float: right;
}
.highlight pre {
  padding: 0;
  border: none;
  background: none;
}
.highlight .line {
  height: 22px;
}
pre .comment,
pre .title {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f5871f;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #718c00;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #718c00;
}
pre .css .hexcolor {
  color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
#drop-zone {
  display: block;
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0b4878;
  padding: 40px;
  z-index: 1000;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#drop-zone.on-dragover {
  visibility: visible;
  opacity: 0.5;
}
#drop-zone #drop-zone-borders {
  border-radius: 20px;
  border-style: dashed;
  border-width: 4px;
  border-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opcaity: 1;
}
#drop-zone #drop-zone-borders p {
  color: #fff;
  font-size: 2em;
  text-shadow: 2px 2px 2px #000;
}
#transfer-container {
  line-height: 1.6em;
  background-color: #00becc;
  color: #193350;
  margin-left: -20px;
  margin-right: -20px;
}
#transfer-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: row-wrap;
  -ms-flex-flow: row-wrap;
  flex-flow: row-wrap;
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #transfer-flex {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.width-limiter {
  max-width: 500px;
  margin: 0 auto;
}
.transfer-card {
  color: #fff;
  width: 100%;
}
.transfer-card h3 {
  font-weight: normal;
  text-align: left;
  font-size: 1.4em;
  maring-top: 20px;
  margin-bottom: 30px;
}
.transfer-card h3 strong {
  font-weight: bold;
}
.transfer-card .intro-feature {
  margin-bottom: 10px;
}
.transfer-card .intro-feature p {
  line-height: 18px;
  width: auto;
  color: #fff;
}
.transfer-card .intro-feature-icon {
  color: #fff;
  font-size: 42px;
}
.transfer-card .intro-feature-icon img {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 42px;
}
.transfer-card .intro-feature-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  padding-top: 0px;
}
.transfer-card img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
.transfer-card a {
  color: #fff;
  text-decoration: none;
}
.transfer-card a span {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.transfer-card p {
  font-weight: normal;
  margin-top: 30px;
}
.transfer-card p strong {
  font-weight: bold;
}
#messages-container {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 800px;
  color: #0b4878;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
}
#messages-container #loading-icon {
  width: 100%;
  margin: 0 auto;
}
#messages-container .error-code {
  font-size: 2em;
  line-height: 2em;
  font-weight: bold;
  color: #eeeeed;
}
#messages-container.disabled {
  display: none;
}
#form-container {
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#form-container.disabled {
  display: none;
}
#form-container #user-name {
  color: #193350;
  font-weight: bold;
}
#form-container #user-description {
  margin: 5px 0px;
}
#form-container h3 {
  color: #83f;
}
#loading-icon {
  margin-top: 100px;
  text-align: center;
  padding: 30px;
}
#loading-icon.disabled {
  display: none;
}
#loading-icon .fa {
  color: #00becc;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  text-align: center;
  margin-bottom: 40px;
}
#loading-animation {
  width: 100px;
  margin: 0 auto;
}
#not-found {
  text-align: center;
}
#not-found.disabled {
  display: none;
}
#internal-error {
  text-align: center;
}
#internal-error.disabled {
  display: none;
}
#id-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 30px;
}
#id-card #user-info {
  padding-left: 20px;
  width: 436px;
}
#id-card #user-info h3 {
  line-height: 1.4em;
  margin-bottom: 0px;
}
#id-card #avatar-round {
  display: block;
  background-color: #b8c5cc;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  line-height: 64px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}
.center-div {
  margin: 0 auto;
}
.fingerprint {
  color: #193350;
  font-weight: bold;
  position: relative;
  width: 230px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.fingerprint.no-padding {
  padding: 0px;
}
.fingerprint:hover {
  cursor: pointer;
  color: #00becc;
}
.fingerprint:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.fingerprint .fp-icon {
  width: 12px;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 8px;
}
.fingerprint p {
  display: inline;
  margin-right: 8px;
  word-wrap: break-word;
  line-height: 1.4em;
}
.fingerprint .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #f2f2f2;
  color: #193350;
  font-size: 0.9em;
  text-align: left;
  border-radius: 6px;
  padding: 30px;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 25%;
  margin-left: -60px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0px 0px 6px #888;
  box-shadow: 0px 0px 6px #888;
}
.fingerprint .tooltiptext h3 {
  font-weight: bold;
}
.fp-img {
  padding-left: 20px;
}
.fp-img::before {
  content: url("../images/keexle-fingerprint.svg");
  position: absolute;
  width: 12px;
  left: 30px;
}
.fp-img::before:hover {
  content: url("../images/keexle-fingerprint-jade.svg");
}
.h-separator {
  display: block;
  height: 1px;
  background-color: #b8c5cc;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#verification-loading {
  float: right;
  margin-top: -30px;
  margin-right: 10px;
  text-align: center;
}
#verification-loading.disabled {
  display: none;
}
#verification-loading .fa {
  color: #83f;
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
}
.progress-status {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-flex-flow: row-wrap;
  -ms-flex-flow: row-wrap;
  flex-flow: row-wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.progress-status .left {
  text-align: left;
  float: left;
}
.progress-status .right {
  text-align: right;
  float: right;
}
.progress-status .step {
  color: #193350;
  width: 34%;
  text-align: center;
  z-index: 10;
}
.progress-status .step .number {
  display: block;
  background-color: #fff;
  color: #193350;
  border-style: solid;
  border-width: 1px;
  border-color: #193350;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 10px;
}
.progress-status .step.active .number {
  border-color: #83f;
  color: #83f;
}
.progress-status .step.active p {
  color: #0b4878;
}
.progress-status .step p {
  font-size: 0.8em;
}
.progress-status .step#n1 .number {
  float: left;
  margin-right: 40%;
}
.progress-status .step#n3 .number {
  float: right;
  margin-left: 40%;
}
.progress-status .step p {
  margin: 0px;
}
.progress-status .dotted-line {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 16px;
  border-style: dotted;
  border-color: #b8c5cc;
  border-width: 0px 0px 2px 0px;
  position: absolute;
  z-index: 0;
}
#transfer-form {
  width: 100%;
}
#transfer-form .transfer-input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 2em;
}
#transfer-form .fa {
  display: inline-block;
}
#transfer-form p {
  margin-bottom: 10px;
  color: #0b4878;
}
#transfer-form .small {
  font-size: 0.8em;
  color: #193350;
  float: right;
  margin-top: 10px;
}
.donwload-link {
  display: block;
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
#add-files-button-container {
  margin-top: 20px;
}
#add-files-container span {
  color: #0b4878;
}
#add-files {
  background-color: #fff;
  color: #193350;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: inline;
}
#add-files:hover {
  cursor: pointer;
}
#add-files:hover p {
  color: #a05cff;
}
#add-files:hover span {
  background-color: #a05cff;
}
#add-files:active p {
  color: #7614ff;
}
#add-files:active span {
  background-color: #7614ff;
}
#add-files p {
  display: inline;
  margin-left: 5px;
  color: #83f;
}
#add-files span {
  color: #fff;
  background-color: #83f;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
}
#file-list {
  display: block;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #b8c5cc;
  margin-top: 20px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
#file-list #no-file {
  display: none;
  width: 100%;
  text-align: center;
}
#file-list #no-file p {
  color: #193350;
}
#file-list #no-file.active {
  display: block;
}
#file-list .file {
  color: #0b4878;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#file-list .file p {
  width: 90%;
  white-space: nowrap;
  line-height: 2.4em;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
}
#file-list .file .remove-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 4px;
}
#file-list .file .remove-icon:hover::before {
  content: url("../images/times-dark.svg");
}
#file-list .file .remove-icon::before {
  content: url("../images/times.svg");
  width: 14px;
  margin: 0 auto;
  padding-top: 4px;
}
#verification-code-container {
  color: #0b4878;
  padding-top: 20px;
}
#verification-code-container span {
  display: block;
  font-size: 110%;
  margin-top: 16px;
  margin-bottom: 16px;
}
#verification-code-container span.small {
  color: #193350;
  font-size: 0.95em;
  font-style: italic;
}
#verification-code-container span#format-warning {
  display: none;
  color: #fda204;
}
#verification-code-container span#format-warning.active {
  display: block;
}
#verification-code-container span#code-error {
  display: none;
  color: #f00;
}
#verification-code-container span#code-error.active {
  display: block;
}
#verification-code-container a {
  color: #83f;
  text-decoration: none;
}
#verification-code-container a:hover {
  color: #7130f2;
}
#verification-code-container p {
  display: inline;
  margin-bottom: 16px;
}
#step-3 h3,
#step-3 p {
  text-align: center;
  margin-bottom: 10px;
}
#step-3 h3 {
  font-size: 1.8em;
  color: #0b4878;
}
#encrypting {
  display: none;
}
#encrypting.active {
  display: block;
}
#encrypting-animation {
  display: block;
  width: 60px;
  margin: 30px auto;
}
#transfer-in-progress {
  display: none;
  padding-top: 20px;
}
#transfer-in-progress.active {
  display: block;
}
.transfer-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#progress-bar {
  display: block;
  width: 80%;
  height: 25px;
  background-color: #eeeeed;
  margin: 20px auto;
  border-radius: 8px;
}
#progress-bar #inner-bar {
  display: block;
  background-color: #00becc;
  height: 100%;
  width: 0px;
  border-radius: 8px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
#transfer-done {
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
#transfer-done.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#transfer-done .transfer-icon {
  width: 50px;
  height: 50px;
}
#file-error {
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
  color: #f00;
}
#file-error.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#file-error .transfer-icon {
  line-height: 100px;
  font-size: 60px;
  text-align: center;
}
#file-error h3 {
  color: #f00;
}
#file-error span {
  padding: 3px;
}
.left {
  text-align: left;
}
.nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.nav-container p {
  margin-top: 10px;
}
.nav-container .nav-button {
  margin-left: 15px;
  cursor: pointer;
  height: 46px;
  width: 120px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 46px;
  border-radius: 23px;
  background-color: #83f;
  color: #fff;
}
.nav-container .nav-button.disabled {
  background-color: #fff;
  color: #193350;
  border-color: #193350;
  border-style: solid;
  border-width: 1px;
  cursor: unset;
}
.nav-container .nav-button.disabled:hover {
  background-color: #f2f2f2;
}
.nav-container .nav-button.disabled:active {
  background-color: #f2f2f2;
}
.nav-container .nav-button:hover {
  background-color: #a05cff;
}
.nav-container .nav-button:active {
  background-color: #6600f5;
}
.nav-container .nav-button.secondary-button {
  background-color: #b8c5cc;
  color: #0b4878;
}
.nav-container .nav-button.secondary-button:hover {
  background-color: #c6d1d6;
}
.nav-container .nav-button.secondary-button:active {
  background-color: #8ba0ac;
}
.retry-button {
  cursor: pointer;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-radius: 23px;
  background-color: #83f;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}
.retry-button:hover {
  background-color: #a05cff;
}
.retry-button:active {
  background-color: #6600f5;
}
.retry-button span.fa {
  padding-left: 15px;
}
#form-carousel {
  display: block;
}
#form-carousel .carousel-inner {
  position: relative;
  min-height: 480px;
}
#form-carousel .carousel-inner .slide {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#form-carousel .carousel-inner .slide.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
}
.c-container {
  display: block;
  width: 100%;
}
#individual-files-progress {
  margin-top: 40px;
}
#individual-files-progress #progress-blueprint {
  display: none;
}
#individual-files-progress .progress-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #193350;
  margin-bottom: 30px;
}
#individual-files-progress .progress-row .progress-status-icon span {
  display: none;
  color: #83f;
  font-size: 24px;
}
#individual-files-progress .progress-row .progress-status-icon span.active {
  display: block;
}
#individual-files-progress .progress-row .progress-status-icon .failed {
  color: #f00;
}
#individual-files-progress .progress-row .progress-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  padding-left: 15px;
}
#individual-files-progress .progress-row .progress-main .progress-file-name {
  color: #193350;
}
#individual-files-progress .progress-row .progress-main .progress-bar {
  background-color: #999;
  display: none;
  height: 6px;
  border-radius: 3px;
  margin-top: 10px;
}
#individual-files-progress .progress-row .progress-main .progress-bar .progress-bar-inner {
  display: block;
  background-color: #83f;
  width: 0%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  transition: width 1s;
}
#individual-files-progress .progress-row .progress-main .progress-bar.active {
  display: block;
}
#individual-files-progress .progress-row .progress-main .progress-bar.failed .progress-bar-inner {
  background-color: #f00;
}
#individual-files-progress .progress-row .progress-main .progress-error-message {
  display: none;
  color: #f00;
  padding-top: 4px;
  padding-right: 4px;
  font-size: 13px;
  font-style: italic;
}
#individual-files-progress .progress-row .progress-main .progress-error-message.active {
  display: block;
}
#individual-files-progress .progress-row .progress-main .progress-close-session {
  display: none;
  font-size: 13px;
  font-style: italic;
  color: #193350;
  padding-top: 4px;
}
#individual-files-progress .progress-row .progress-main .progress-close-session.active {
  display: block;
}
#individual-files-progress .progress-row .progress-retry {
  display: none;
  background-color: #fff;
  color: #f00;
  border-color: #f00;
  border-radius: 24px;
  border-style: solid;
  border-width: 1px;
  padding: 0 4px 0 4px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 32px;
  margin-left: 8px;
}
#individual-files-progress .progress-row .progress-retry.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#individual-files-progress .progress-row .progress-retry:hover {
  background-color: #f00;
  color: #fff;
  cursor: pointer;
}
#individual-files-progress .progress-row .progress-retry:active {
  background-color: #c00;
  border-color: #c00;
}
#individual-files-progress .progress-row .progress-retry span {
  padding: 4px;
}
.transfer-card.promo {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .transfer-card.promo {
    width: 100%;
  }
}
.promo-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.promo-container h3 {
  text-align: center;
  line-height: 1.4em;
}
.promo-container p {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4em;
}
.carousel {
  display: block;
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
/**
  * Where the magic happens
  */
/**
    * Control element - right/left arrows
  */
/**
    * Element for holding slide indicators
  */
/**
    * Indicator for indicating active slide
  */
/**
    * Create rules for when slides are contained within a track
  */
}
.carousel__controls,
.carousel__activator {
  display: none;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__track {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
  pointer-events: auto;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
  opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__track {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
  pointer-events: auto;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
  opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__track {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
  pointer-events: auto;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -ms-transition: opacity 0.5s, -ms-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
  display: block;
  opacity: 1;
}
.carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
  opacity: 1;
}
.carousel__control {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fafafa;
  opacity: 0.12;
  outline: 0;
  z-index: 3;
}
.carousel__control:hover {
  opacity: 0.35;
}
.carousel__control--backward {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.carousel__control--forward {
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel__indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.carousel__indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
}
.carousel__indicator:hover {
  opacity: 0.75;
}
.carousel__track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -ms-transition: -ms-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.carousel__track .carousel__slide {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.carousel__track .carousel__slide:nth-of-type(1) {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.carousel__track .carousel__slide:nth-of-type(2) {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel__track .carousel__slide:nth-of-type(3) {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.carousel--scale .carousel__slide {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.carousel__slide {
  pointer-events: none;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  opacity: 0;
}
.carousel-container {
  display: inline-block;
  width: 100%;
}
.my-carousel {
  border-radius: 5px;
}
.carousel__slide {
  overflow: hidden;
  padding: 40px;
  padding-top: 0px;
}
.carousel__slide.no-padding {
  padding: 0px;
}
.carousel--thumb .carousel__indicator {
  height: 30px;
  width: 30px;
}
.carousel__indicator {
  background-color: #fafafa;
}
#kxl-main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 700px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
#kxl-blue-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 30px;
  margin-top: 50px;
  position: relative;
  height: 200px;
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
  background-color: #014672;
  background-image: url("../images/k-gear-wireframe.png");
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right;
}
#kxl-blue-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 24px 24px 0;
  border-style: solid;
  border-color: #075796 #f2f2f2;
}
#kxl-blue-banner img {
  max-height: 60%;
  max-width: 60%;
}
#beta-form {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
#beta-form p {
  color: #014672;
  font-size: 12pt;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.2em;
}
#beta-form p strong {
  font-weight: bold;
}
#beta-form p.small {
  font-size: 0.9em;
}
#beta-form .beta-form-block {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#beta-form .beta-form-block:after {
  content: '';
  width: 5px;
  top: 40px;
  bottom: 0px;
  left: 0px;
  background: #00becc;
  position: absolute;
  bottom: 0px;
}
#beta-form .beta-form-block input {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8c5cc;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  color: #014672;
}
#beta-form .beta-form-block input:focus {
  border-color: #00becc;
}
#beta-form .beta-form-block textarea {
  width: 100%;
  height: 80px;
  line-height: 1.6em;
  padding: 10px;
  color: #014672;
  resize: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8c5cc;
}
#beta-form .beta-form-block textarea:focus {
  border-color: #00becc;
}
#beta-form #consent {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#beta-form #consent input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#beta-form #consent span {
  display: block;
  font-weight: bold;
  font-size: 11pt;
  line-height: 1.5em;
  color: #014672;
}
#beta-form #beta-submit {
  display: block;
  float: right;
  height: 40px;
  width: 240px;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 20px;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  background-color: #fff;
  color: #999;
}
#beta-form #beta-submit.enabled {
  color: #fff;
  background-color: #00becc;
  border-color: #00becc;
}
#beta-form #beta-submit.enabled:hover {
  background-color: #00849e;
  border-color: #00849e;
}
#beta-form #beta-submit.enabled:active {
  background-color: #0b4878;
  border-color: #0b4878;
}
#pricing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  display: none;
}
#pricing.active {
  display: block;
}
#pricing h1 {
  font-size: 24px;
  font-weight: bold;
  color: #193350;
  line-height: 32px;
  margin-bottom: 15px;
}
#pricing p {
  font-size: 16px;
  line-height: 20px;
  color: #0b4878;
  margin-bottom: 20px;
}
#offers-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.offer-column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: #fff;
  min-width: 350px;
  width: 350px;
  min-height: 450px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.offer-column a {
  text-decoration: none;
}
.offer-column .offer-id,
.offer-column .offer-annual-price {
  display: none;
}
.offer-column .offer-name {
  display: block;
  width: 100%;
  margin: 0px;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-weight: boldA;
  border-radius: 10px 10px 0px 0px;
}
.offer-column .offer-price {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 125px;
  padding: 30px 20px;
  color: #014672;
}
.offer-column .offer-price span {
  font-size: 16px;
  font-weight: normal;
}
.offer-column .offer-price .price-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
.offer-column .offer-price .price-row span {
  font-size: 50px;
  font-weight: bold;
}
.offer-column .offer-price .price-column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.offer-column .offer-price .price-column span {
  font-size: 20px;
  margin-left: 5px;
  font-weight: bold;
}
.offer-column .offer-description {
  width: 100%;
  padding: 20px;
}
.offer-column .offer-description dl {
  width: 100%;
  text-align: left;
  color: #0b4878;
}
.offer-column .offer-description dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
}
.offer-column .offer-description dl dt::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f00c";
  color: #00becc;
  margin-right: 10px;
}
.offer-column .offer-description dl dt:not(:first-child) {
  border-style: solid;
  border-color: #b8c5cc;
  border-width: 1px 0px 0px 0px;
}
.offer-column .offer-description dl dd {
  margin-left: 25px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.offer-column .offer-description dl dd::before {
  content: '. ';
}
.offer-column .offer-description.recap dt::before {
  content: '';
  margin: 0;
  padding: 0;
}
.offer-column .offer-description.recap dd {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.offer-column .offer-description.recap dd::before {
  content: '';
  margin: 0;
  padding: 0;
}
.offer-column .offer-button {
  display: block;
  color: #fff;
  width: 200px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.offer-column .offer-button:hover {
  cursor: pointer;
}
.offer-column .h-separator {
  display: block;
  height: 1px;
  background-color: #f2f2f2;
  margin: 0px;
  margin-top: 20px;
}
.offer-column:nth-child(1) .offer-name,
.offer-column:nth-child(1) .offer-button {
  background-color: #014672;
}
.offer-column:nth-child(1) .offer-button:hover {
  background-color: #0276c0;
}
.offer-column:nth-child(2) .offer-name,
.offer-column:nth-child(2) .offer-button {
  background-color: #00becc;
}
.offer-column:nth-child(2) .offer-button:hover {
  background-color: #0aeeff;
}
.offer-column:nth-child(3) .offer-name,
.offer-column:nth-child(3) .offer-button {
  background-color: #d4af61;
}
.offer-column:nth-child(3) .offer-button:hover {
  background-color: #ddbf81;
}
#payment-form {
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 60px;
  margin-bottom: 60px;
  max-width: 1100px;
  margin: 40px auto;
}
#payment-form.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#payment-form h1 {
  font-size: 24px;
  font-weight: bold;
  color: #193350;
  line-height: 32px;
  margin-bottom: 15px;
}
#payment-form .progress-status {
  width: auto;
  margin: 30px auto;
}
#payment-form .progress-status .dotted-line {
  width: auto;
  left: 10%;
  right: 10%;
}
#payment-form .progress-status .step {
  width: 130px;
}
#payment-form .progress-status .step.active .number,
#payment-form .progress-status .step.active p {
  border-color: #00becc;
  color: #00becc;
}
#payment-form fieldstep {
  display: none;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 0px 10px #808080;
  box-shadow: 0px 0px 10px #808080;
  padding: 40px;
}
#payment-form fieldstep .form-inputs-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-left: 40px;
  width: 100%;
}
#payment-form fieldstep .form-inputs-container h2 {
  font-size: 20px;
  font-weight: bold;
  color: #193350;
  line-height: 28px;
  margin-bottom: 20px;
}
#payment-form fieldstep .form-inputs-container input,
#payment-form fieldstep .form-inputs-container select {
  width: 100%;
  line-height: 32px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
#payment-form fieldstep .form-inputs-container input:active,
#payment-form fieldstep .form-inputs-container select:active,
#payment-form fieldstep .form-inputs-container input:focus,
#payment-form fieldstep .form-inputs-container select:focus {
  border-color: #00becc;
}
#payment-form fieldstep .form-inputs-container input.missing-fields,
#payment-form fieldstep .form-inputs-container select.missing-fields {
  border-color: #f00;
  -webkit-box-shadow: #f00 0 0 2px;
  box-shadow: #f00 0 0 2px;
}
#payment-form fieldstep .form-inputs-container input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#payment-form fieldstep .form-inputs-container select {
  height: 34px;
}
#payment-form fieldstep .form-inputs-container p {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #193350;
}
#payment-form fieldstep .form-inputs-container p.light,
#payment-form fieldstep .form-inputs-container span.light {
  font-weight: normal;
}
#payment-form fieldstep .form-inputs-container p.small,
#payment-form fieldstep .form-inputs-container span.small {
  font-size: 14px;
}
#payment-form fieldstep .form-inputs-container p span.light {
  padding-left: 5px;
}
#payment-form fieldstep .form-inputs-container .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#payment-form fieldstep .form-inputs-container .form-row p {
  width: 100%;
}
#payment-form fieldstep .form-inputs-container .form-row span {
  width: 47%;
}
#payment-form fieldstep .form-inputs-container .form-row .expiration-separator {
  width: auto;
  font-weight: bold;
  margin: 0px 10px;
}
#payment-form fieldstep .form-inputs-container .form-row .row-padding-6 {
  width: 200%;
}
#payment-form fieldstep .form-inputs-container .form-row.justify-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#payment-form fieldstep .form-inputs-container .ms-form-error-zone {
  color: #f00;
  font-stye: italic;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  text-align: right;
  opacity: 0;
}
#payment-form fieldstep .form-inputs-container .ms-form-error-zone.active {
  opacity: 1;
}
#payment-form fieldstep .form-consent {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-top: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#payment-form fieldstep.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#payment-form .payment-button::before {
  content: "\f132";
  padding-right: 5px;
}
#payment-form #error-message-zone #payment-error-message {
  color: #fff;
  background-color: #f00;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s;
  -ms-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}
#payment-form #error-message-zone #payment-error-message.active {
  visibility: visible;
  opacity: 1;
}
.visa-button,
.visa-electron-button,
.mastercard-button,
.maestro-button {
  display: block;
  width: 60px;
  height: 50px;
  margin-right: 10px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.visa-button {
  background-image: url("../images/visa-logo.png");
}
.visa-electron-button {
  background-image: url("../images/visa-electron-logo.png");
}
.mastercard-button {
  background-image: url("../images/mastercard-logo.png");
}
.maestro-button {
  background-image: url("../images/maestro-logo.png");
}
#keexle-form-payment .loading {
  display: none;
}
#keexle-form-payment .default {
  display: block;
}
#keexle-form-payment.disabled {
  cursor: auto;
  background-color: #f2f2f2;
  color: #00becc;
}
#keexle-form-payment.disabled .loading {
  display: block;
}
#keexle-form-payment.disabled .loading span {
  margin-left: 5px;
}
#keexle-form-payment.disabled .default {
  display: none;
}
#payment-result,
.payment-success,
.payment-error {
  display: none;
}
#payment-result.active,
.payment-success.active,
.payment-error.active {
  display: block;
}
#payment-result {
  text-align: center;
  width: 100%;
  min-height: 500px;
}
#payment-result .payment-success,
#payment-result .payment-error {
  padding: 50px;
}
#payment-result .payment-success h2,
#payment-result .payment-error h2 {
  font-size: 24px;
  font-weight: bold;
  color: #193350;
  margin: 30px 0;
}
#payment-result .payment-success p,
#payment-result .payment-error p,
#payment-result .payment-success a,
#payment-result .payment-error a {
  font-size: 18px;
  line-height: 24px;
}
#payment-result .payment-success p,
#payment-result .payment-error p {
  color: #193350;
}
#payment-result #back-to-form {
  display: block;
  border-radius: 20px;
  background-color: #fff;
  color: #999;
}
#payment-result #back-to-form::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f060";
  padding-right: 5px;
}
#payment-result #back-to-form:hover {
  border-color: #00becc;
  background-color: #00becc;
  color: #fff;
  cursor: pointer;
}
.numbered-headings {
  counter-reset: h2;
}
.numbered-headings h2 {
  counter-reset: h3 paragraph;
}
.numbered-headings h2:before {
  content: counter(h2, decimal) ". ";
  counter-increment: h2;
}
.numbered-headings h3 {
  counter-reset: h4 paragraph;
}
.numbered-headings h3:before {
  content: counter(h2, decimal) "." counter(h3, decimal) ". ";
  counter-increment: h3;
}
.numbered-headings h4 {
  counter-reset: h5;
}
.numbered-headings h4:before {
  content: counter(h2, decimal) "." counter(h3, decimal) "." counter(h4, decimal) ". ";
  counter-increment: h4;
}
.numbered-headings blockquote p:before {
  content: "";
}
.ms-form-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  float: right;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 10px 0px;
  width: 100%;
}
.ms-form-nav.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ms-form-nav .ms-form-nav-back,
.ms-form-nav .ms-form-nav-next,
.ms-form-nav .ms-form-nav-submit {
  display: block;
  border-radius: 20px;
  color: #b8c5cc;
  border-color: #b8c5cc;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  padding: 0px 15px;
}
.ms-form-nav .ms-form-nav-back.enabled,
.ms-form-nav .ms-form-nav-next.enabled,
.ms-form-nav .ms-form-nav-submit.enabled {
  color: #fff;
  border-color: #00becc;
  background-color: #00becc;
}
.ms-form-nav .ms-form-nav-back.enabled:hover,
.ms-form-nav .ms-form-nav-next.enabled:hover,
.ms-form-nav .ms-form-nav-submit.enabled:hover {
  border-color: #00849e;
  background-color: #00849e;
  cursor: pointer;
}
.ms-form-nav .ms-form-nav-back::before,
.ms-form-nav .ms-form-nav-next::before,
.ms-form-nav .ms-form-nav-submit::before,
.ms-form-nav .ms-form-nav-back::after,
.ms-form-nav .ms-form-nav-next::after,
.ms-form-nav .ms-form-nav-submit::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: 400;
}
.ms-form-nav .ms-form-nav-back.enabled {
  background-color: #fff;
  border-color: #fff;
  color: #999;
}
.ms-form-nav .ms-form-nav-back.enabled:hover {
  border-color: #00becc;
  background-color: #00becc;
  color: #fff;
  cursor: pointer;
}
.ms-form-nav .ms-form-nav-back::before {
  content: "\f060";
  padding-right: 5px;
}
.ms-form-nav .ms-form-nav-next::after {
  content: "\f061";
  padding-left: 5px;
}
.ms-form.default {
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  margin-bottom: 60px;
  background-color: #f2f2f2;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 0px 10px #808080;
  box-shadow: 0px 0px 10px #808080;
  padding: 40px;
  padding-bottom: 20px;
  max-width: 1100px;
  margin: 40px auto;
  text-align: left;
}
.ms-form.default .h-separator:margin-top: 10px {
  margin-bottom: 10px;
}
.ms-form.default.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.ms-form.default h1 {
  font-size: 24px;
  font-weight: bold;
  color: #193350;
  line-height: 32px;
  margin-bottom: 15px;
}
.ms-form.default .progress-status {
  width: auto;
  margin: 30px auto;
}
.ms-form.default .progress-status .dotted-line {
  width: auto;
  left: 10%;
  right: 10%;
}
.ms-form.default .progress-status .step {
  width: 130px;
}
.ms-form.default .progress-status .step.active .number,
.ms-form.default .progress-status .step.active p {
  border-color: #00becc;
  color: #00becc;
}
.ms-form.default fieldstep {
  display: none;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.ms-form.default fieldstep .form-inputs-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
}
.ms-form.default fieldstep .form-inputs-container.centered {
  text-align: center;
}
.ms-form.default fieldstep .form-inputs-container .fa {
  color: #00becc;
  font-size: 24px;
  margin-bottom: 10px;
}
.ms-form.default fieldstep .form-inputs-container h2 {
  font-size: 20px;
  font-weight: bold;
  color: #193350;
  line-height: 28px;
  margin-bottom: 20px;
}
.ms-form.default fieldstep .form-inputs-container input,
.ms-form.default fieldstep .form-inputs-container select {
  width: 100%;
  line-height: 32px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  margin-top: 2px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.ms-form.default fieldstep .form-inputs-container input:active,
.ms-form.default fieldstep .form-inputs-container select:active,
.ms-form.default fieldstep .form-inputs-container input:focus,
.ms-form.default fieldstep .form-inputs-container select:focus {
  border-color: #00becc;
}
.ms-form.default fieldstep .form-inputs-container input.missing-fields,
.ms-form.default fieldstep .form-inputs-container select.missing-fields {
  border-color: #f00;
  -webkit-box-shadow: #f00 0 0 2px;
  box-shadow: #f00 0 0 2px;
}
.ms-form.default fieldstep .form-inputs-container input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ms-form.default fieldstep .form-inputs-container select {
  height: 34px;
}
.ms-form.default fieldstep .form-inputs-container p {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #193350;
  margin: 0;
  margin-bottom: 8px;
}
.ms-form.default fieldstep .form-inputs-container p.light,
.ms-form.default fieldstep .form-inputs-container span.light {
  font-weight: normal;
}
.ms-form.default fieldstep .form-inputs-container p.small,
.ms-form.default fieldstep .form-inputs-container span.small {
  font-size: 14px;
}
.ms-form.default fieldstep .form-inputs-container p span.light {
  padding-left: 5px;
}
.ms-form.default fieldstep .form-inputs-container .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ms-form.default fieldstep .form-inputs-container .form-row p {
  width: 100%;
}
.ms-form.default fieldstep .form-inputs-container .form-row span {
  width: 47%;
}
.ms-form.default fieldstep .form-inputs-container .form-row .expiration-separator {
  width: auto;
  font-weight: bold;
  margin: 0px 10px;
}
.ms-form.default fieldstep .form-inputs-container .form-row .row-padding-6 {
  width: 200%;
}
.ms-form.default fieldstep .form-inputs-container .form-row.justify-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ms-form.default fieldstep .form-inputs-container .ms-form-error-zone {
  color: #f00;
  font-stye: italic;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  text-align: right;
  opacity: 0;
}
.ms-form.default fieldstep .form-inputs-container .ms-form-error-zone.active {
  opacity: 1;
}
.ms-form.default fieldstep .form-consent {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-top: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ms-form.default fieldstep.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.ms-form.default .payment-button::before {
  content: "\f132";
  padding-right: 5px;
}
.ms-form.default #error-message-zone #error-message {
  color: #fff;
  background-color: #f00;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s;
  -ms-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}
.ms-form.default #error-message-zone #error-message.active {
  visibility: visible;
  opacity: 1;
}
.pl-bg-landing {
  background: url("../images/keexle-office-bg.jpg") no-repeat center center fixed;
  margin-left: -30px;
  margin-right: -30px;
}
.pl-bg-landing h1 {
  color: #fff;
}
.pl-bg-landing p {
  color: #fff;
}
#registration-form #registration {
  color: #0b4878;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0;
}
#registration-form img.logo-left-correction {
  margin-left: -12px;
}
#registration-form .h-separator {
  margin-top: 10px;
  margin-bottom: 10px;
}
.kxl-margin-around {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 80%;
  height: 100%;
  padding: 20px;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: #fff;
}
#banner-title {
  margin: 0 20px 0px 20px;
}
#education-contact-form {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  padding: 50px;
  margin-bottom: 50px;
}
#education-contact-form p {
  color: #014672;
  font-size: 12pt;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.2em;
}
#education-contact-form p strong {
  font-weight: bold;
}
#education-contact-form p.small {
  font-size: 0.9em;
}
#education-contact-form .education-contact-form-block {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#education-contact-form .education-contact-form-block.mandatory:after {
  content: '';
  width: 5px;
  top: 40px;
  bottom: 0px;
  left: 0px;
  background: #ffd58b;
  position: absolute;
  bottom: 0px;
}
#education-contact-form .education-contact-form-block input {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8c5cc;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  color: #014672;
}
#education-contact-form .education-contact-form-block input:focus {
  border-color: #00becc;
}
#education-contact-form .education-contact-form-block textarea {
  width: 100%;
  height: 80px;
  line-height: 1.6em;
  padding: 10px;
  color: #014672;
  resize: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8c5cc;
}
#education-contact-form .education-contact-form-block textarea:focus {
  border-color: #00becc;
}
#education-contact-form #consent {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#education-contact-form #consent input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#education-contact-form #consent span {
  display: block;
  font-weight: bold;
  font-size: 11pt;
  line-height: 1.5em;
  color: #014672;
}
#education-contact-form #education-contact-submit {
  display: block;
  float: right;
  height: 40px;
  width: 124px;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 20px;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  margin-top: 20px;
  color: #999;
}
#education-contact-form #education-contact-submit.enabled {
  background: #ffd58b 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  color: #014672;
}
