@charset "UTF-8";
.main-container > header {
  height: 60px;
  overflow: visible;
  z-index: 99;
}
.main-container > header .logoh {
  text-align: left;
  float: left;
  position: absolute;
  top: 35px;
}
.main-container > header a {
  color: #fff;
}
.main-container > header a:hover {
  color: #fff;
  text-decoration: underline;
}

.main-container > header .sidebar, .main-container > header .openbtn, .main-container > header a.closebtn {
  display: none;
}
.main-container > header .mh {
  display: inline-block;
}

.main-container > header nav {
  background: transparent;
  box-sizing: border-box;
  float: left;
  width: 100%;
  z-index: 99;
}
.main-container > header nav .nav-item {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  display: inline-block;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 1.5em;
  line-height: 2.5em;
}
.main-container > header nav .wbut {
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 2.5em;
}
.main-container > header nav .nav-title, .main-container > header nav .nav-account {
  color: #fff;
}
.main-container > header nav .nav-title {
  float: none;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: -2px;
  padding-left: 0.5em;
  line-height: 1.55em;
  vertical-align: top;
}
.main-container > header nav .nav-title a {
  float: left;
}
.main-container > header nav .nav-title a.logo-name {
  margin-top: -10px;
}
.main-container > header nav .nav-account__username {
  float: right;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: right;
}
.main-container > header nav .nav-account__username .user-type {
  font-weight: 500;
}
.main-container > header nav .nav-account__tools {
  float: right;
  margin-left: 30px;
  text-align: right;
}
.main-container > header nav .nav-account__tools > a, .main-container > header nav .nav-account__tools > .profile {
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  overflow: hidden;
  text-indent: 100%;
  transition: opacity 0.25s;
  white-space: nowrap;
  width: 25px;
}
.main-container > header nav .nav-account__tools > .profile {
  height: 25px;
  margin-top: -5px;
}
.main-container > header nav .nav-account__tools a:hover, .main-container > header nav .nav-account__tools .profile:hover {
  opacity: 0.75;
}
.main-container > header nav .nav-account__tools a.alert, .main-container > header nav .nav-account__tools .profile.alert {
  background-image: url("../images/ui/icons/alert.png");
  height: 30px;
  margin-top: -10px;
  width: 30px;
}
.main-container > header nav .nav-account__tools a.help, .main-container > header nav .nav-account__tools .profile.help {
  background-image: url("../images/ui/icons/help.png");
}
.main-container > header nav .nav-account__tools a.empty, .main-container > header nav .nav-account__tools .profile.empty {
  opacity: 0.5;
}
.main-container > header nav .nav-account__tools.login-signup a {
  text-indent: 0;
  width: auto;
  min-width: 100px;
  text-align: center;
}
.main-container > header nav .nav-account__tools.login-signup a:hover {
  background-color: #ffffff;
  color: #37517D;
}
.main-container > header nav .nav-account__tools > .profile {
  background-image: url("../images/ui/icons/profile.png");
  overflow: visible;
  position: relative;
}
.main-container > header nav .nav-account__tools > .profile .dropdown {
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  border-top: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -20px;
  top: 0;
  transition: height 0.25s;
}
.main-container > header nav .nav-account__tools > .profile .dropdown .spacer {
  background: transparent;
  display: block;
  height: 44px;
}
.main-container > header nav .nav-account__tools > .profile .dropdown a {
  background-color: #10274e;
  display: block;
  padding: 7px 20px 7px 50px;
  text-indent: 0;
}
.main-container > header nav .nav-account__tools > .profile .dropdown a:nth-child(2) {
  padding-top: 12px;
}
.main-container > header nav .nav-account__tools > .profile .dropdown a:last-child {
  padding-bottom: 15px;
}
.main-container > header nav .nav-account__tools > .profile:hover {
  opacity: 1;
}
.main-container > header nav .nav-account__tools > .profile:hover .dropdown {
  height: auto;
}
.main-container > header nav .nav-account__tools > .profile:hover .dropdown .spacer {
  border-bottom: 1px solid #6B87B6;
}
.main-container > header nav .nav-account__tools > .profile:hover .dropdown a:hover {
  background-color: #10274e;
}

body.blank.lo .main-container > header {
  height: 80px;
}
body.blank.lo .main-container > header nav {
  padding: 30px 0;
}

body.li .main-container > header {
  left: 240px;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 0;
  transition: top 0.25s;
}
body.li .main-container > header nav {
  background: #10274e;
  padding: 20px 80px 18px 80px;
}
body.li.blank .main-container > header {
  background: #10274e;
  height: 70px;
  left: 0;
}

footer {
  background-color: #10274e;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.05em;
  padding: 6em 0 4em 0;
  width: 100%;
  z-index: 8;
}
footer a {
  display: block;
}
footer .left {
  text-align: left;
  width: 75%;
}
footer .left .logo-name {
  height: 30px;
  margin-bottom: 20px;
}
footer .left .links {
  align-items: flex-start;
  display: inline-block;
  flex-basis: auto;
  flex-direction: row;
  flex-flow: column wrap;
  font-weight: 400;
  justify-content: left;
  width: 30%;
  letter-spacing: 0.05em;
}
footer .left .links a {
  display: block;
  margin-right: 50px;
  margin-top: 25px;
  color: #ffffff;
}
footer .left .links a:hover {
  color: #8da4cc;
}
footer .left .links .light {
  color: #afbed8;
}
footer .left .links .light:hover {
  color: #6B87B6;
}
footer .meta {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  vertical-align: bottom;
  width: 24%;
}
footer .meta .made-in-ny {
  background: url("../images/ui/miny_ko.png") top right no-repeat;
  background-size: contain;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
footer .meta .copyright {
  margin-top: 30px;
}

@media screen and (max-width: 1160px) {
  .main-container > header nav .nav-item {
    font-size: 0.8em;
    margin: 0 1.25em;
  }
}
@media screen and (max-width: 800px) {
  .main-container > header .logoh {
    top: 42px;
  }
  .main-container > header .mh {
    display: none !important;
  }
  .main-container > header .sidebar {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #142b53;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 7em;
  }
  .main-container > header .sidebar a {
    padding: 32px 8px 8px 40px;
    font-weight: 500;
    text-decoration: none;
    font-size: 1em;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .main-container > header .sidebar a:hover {
    color: #8da4cc;
  }
  .main-container > header a.closebtn {
    padding: 0;
    font-size: 2.7em;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    position: absolute;
    top: 1em;
    right: 1em;
    line-height: 1em;
    display: block;
  }
  .main-container > header .openbtn {
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 2em;
    float: right;
    line-height: 1em;
    display: inline-block;
    border: none;
  }
  .main-container > header .openbtn:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .main-container > header html, .main-container > header body {
    overflow-x: hidden;
  }
  .main-container > header .nav-item {
    display: none;
  }
}
* {
  transition: none;
  transition: background-color, color, border-color, 0.35s;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: scroll;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template, [hidden] {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
a:visited.button, a:active.button, a:link.button {
  font-size: 16px;
  background: url("../images/ui/icons/arrow-right.png") no-repeat 95% center;
  background-color: #415880;
  background-size: 9px 18px;
  border: none;
  border-radius: 10px;
  color: #fff;
  max-width: 300px;
  min-width: 100px;
  padding: 8px 30px 8px 20px;
  transition: background-color, color 0.25s;
}
a:visited.button:hover, a:active.button:hover, a:link.button:hover {
  background-color: #10274e;
  cursor: pointer;
}
a:visited.button.small, a:active.button.small, a:link.button.small {
  background: url("../images/ui/icons/arrow-right.png") no-repeat 90% center;
  background-size: 5px 9px;
  border-radius: 5px;
  padding: 4px 25px 4px 10px;
  width: auto;
}
a:visited.button.green, a:active.button.green, a:link.button.green {
  background-color: #53c181;
}
a:visited.button.green:hover, a:active.button.green:hover, a:link.button.green:hover {
  background-color: #3ca568;
}
a:visited.button.white, a:active.button.white, a:link.button.white {
  background-color: #fff;
  color: #111;
}
a:visited.button.white:hover, a:active.button.white:hover, a:link.button.white:hover {
  background-color: #efefef;
}
a:visited.button.red, a:active.button.red, a:link.button.red {
  background-color: #ca4949;
  color: #fff;
}
a:visited.button.red:hover, a:active.button.red:hover, a:link.button.red:hover {
  background-color: #ad3333;
}
a:visited.button.blue, a:active.button.blue, a:link.button.blue {
  background-color: #415880;
  color: #fff;
}
a:visited.button.blue:hover, a:active.button.blue:hover, a:link.button.blue:hover {
  background-color: #30415e;
}

.contact {
  text-align: center;
}

form.contact-form {
  width: 50%;
}
form.contact-form .field:first-child {
  margin-top: 30px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

body {
  background-color: #37517d;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  width: 100%;
  margin: 0;
}

a {
  text-decoration: none;
  transition: color 0.25s;
}
a:visited, a:active, a:link {
  text-decoration: none;
  transition: color 0.25s;
}
a.logo-name {
  background: url(../images/ui/atlasMind_logo.svg) no-repeat;
  display: block;
  font-size: 1.25em;
  height: 27px;
  margin-top: -15px;
  overflow: hidden;
  text-indent: 100%;
  text-transform: none;
  transition: opacity 0.25s;
  white-space: nowrap;
  width: 250px;
}

.wbut {
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 2.5em;
}

.text-con h2, .pricing h2, .solu-cont h2, .contact h2 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 1.75em;
  letter-spacing: 0.25em;
  margin: 2em auto 1em auto;
}

.pricing h2 {
  margin: 4em auto 2em;
}

body > .main-container {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body.blank.lo .main-container > header {
  height: 80px;
}

.wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 800px;
  position: relative;
}

body .center-content-area {
  background-color: #fff;
  color: #111;
  font-size: 1em;
}
body .center-content-area.center {
  text-align: center;
}
body .center-content-area a {
  color: #111;
  text-decoration: none;
  transition: color 0.25s;
}
body .center-content-area a:visited, body .center-content-area a:active, body .center-content-area a:link {
  color: #111;
  text-decoration: none;
  transition: color 0.25s;
}
body .center-content-area a:hover, body .center-content-area a:visited:hover, body .center-content-area a:active:hover, body .center-content-area a:link:hover {
  color: #10274e;
}
body.li {
  background-color: #fff;
  color: #111;
}
body.li h1 {
  font-size: 2em;
  margin: 0;
}
body.li h2 {
  color: #666;
  font-size: 1.25em;
  margin: 30px 0;
}
body.li .main-container > header {
  left: 240px;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 0;
  transition: top 0.25s;
}
body.li .main-container > header nav {
  background: #10274e;
}
body.li .main-container > .content {
  padding-left: 240px;
}
body.li .main-container > .content .main-content {
  padding-top: 70px;
  overflow: hidden;
  width: auto;
}
body.blank h1 {
  font-size: 1.9em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 3.5em auto 2.2em auto;
}
body.blank h2.summary {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 162%;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 15% 60px 15%;
  text-transform: none;
  color: #ffffff;
}
body.blank .center-content-area {
  padding: 60px;
}
body.blank .main-container > header, body.blank .main-container > .content {
  left: 0;
  padding-left: 0;
}
body.blank .main-container > header nav, body.blank .main-container > .content nav {
  background: none;
}

.li .h1 {
  color: #37517D;
}

.spacer3 {
  height: 3em;
  display: block;
}

.spacer {
  height: 5em;
  display: block;
}

.content {
  background-color: #ffffff;
}

.main-container > .content > .main-content > #hero {
  background-color: #37517D;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  text-align: center;
  top: -1px;
  background: linear-gradient(to top, #253e67 2%, #37517d 40%);
}

body.blank.li #hero {
  padding-top: 100px;
}

#problem {
  background-color: #ffffff;
}

code {
  background-color: #f5f5f5;
  border: 2px solid #eeeeee;
  display: block;
  padding: 20px;
  color: #333333;
  font-size: 0.9em;
  line-height: 200%;
}

.text-con {
  margin: 2em auto;
  width: 100%;
  max-width: 640px;
}

p.text {
  text-align: left;
  font-weight: 400;
  color: #333333;
  display: block;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin: 2em auto;
  line-height: 200%;
}

ul.text {
  font-weight: 500;
  font-size: 0.95em;
  list-style-type: none;
  display: list-item;
  padding-left: 1em;
}
ul.text > li {
  text-align: left;
  font-weight: 400;
  color: #333333;
  display: block;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin: 1.25em auto;
  line-height: 200%;
  font-weight: 500;
  font-size: 0.95em;
  list-style-type: disc;
  display: list-item;
  padding-left: 1em;
}

.text a {
  color: #8aa0c3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85em;
  line-height: 200%;
}

h3.text {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  color: #37517D;
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  margin: 1em auto;
}

#problemvideo {
  margin: 2em auto 0;
  display: block;
  height: 22em;
  max-width: 22em;
  background: url("../images/ui/logged-out-home/aM_scribble_animation_f.png") center center no-repeat;
  background-size: contain;
}

.prob-cont {
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  background-color: #3b3a3b;
  padding: 2em 0;
  margin: 10em auto 12em;
  width: 98%;
  display: block;
}
.prob-cont h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: left;
}
.prob-cont p {
  color: #ffffff;
  margin: 2em 0;
  font-size: 1.1em;
  line-height: 200%;
  width: 75%;
  font-weight: 300;
  letter-spacing: 0.07em;
  display: block;
}
.prob-cont > div.right > .wbut {
  margin: 1.75em 0 1em 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.25em;
  padding: 0.1em 2.2em;
  font-weight: 600;
  display: block;
  width: 230px;
  text-align: center;
  line-height: 2.5em;
}

.wbgbut {
  margin: 1.75em 0 1em 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.25em;
  padding: 0.1em 2.2em;
  font-weight: 600;
  display: block;
  width: 230px;
  text-align: center;
  line-height: 2.5em;
}
.wbgbut:hover {
  background-color: #dddddd;
  color: #000000;
}

.downarrow {
  width: 3.5em;
  margin: 0em auto 2em;
  display: block;
}

.pricing_icon {
  width: 10.5em;
  margin: 2.5em auto 0.75em;
  display: block;
}

.left {
  padding: 1em;
  width: 49%;
  display: inline-block;
}

.right {
  padding: 4em 1em 1em 1em;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#ditch {
  background-color: #efefef;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  position: relative;
  min-height: 75em;
}
#ditch h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 6em 0 0 0;
  display: block;
}
#ditch p {
  color: #333333;
  margin: 2em 0;
  font-size: 1.1em;
  line-height: 150%;
  font-weight: 500;
  display: block;
  text-align: center;
}

.ditch-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  position: relative;
}

.ditch-top {
  background: url("../images/ui/logged-out-home/atlasMind-Exp-Top.svg") no-repeat center;
  background-size: 2000px;
  position: absolute;
  top: 0em;
  width: 100%;
  height: 50%;
}

.ditch-bottom {
  background: url("../images/ui/logged-out-home/atlasMind-Exp-Bottom.svg") no-repeat center;
  background-size: 2000px;
  position: absolute;
  top: -1em;
  width: 100%;
  height: 90%;
}

p.ditch {
  position: absolute;
  width: 220px;
}

.ditch1 {
  top: 18em;
  right: calc(100% - 220px);
}

.ditch2 {
  top: 9em;
  right: calc(49% - 110px);
}

.ditch3 {
  top: 9em;
  right: calc(0%);
}

.ditch4 {
  top: 38em;
  right: calc(100% - 220px);
}

.ditch5 {
  top: 31em;
  right: calc(49% - 110px);
}

.ditch6 {
  top: 33em;
  right: calc(0%);
}

#solution {
  background-color: #ffffff;
  padding: 2em 0;
}

.solu-cont p, .solu-cont-full p, .contact p {
  text-align: center;
  font-weight: 600;
  color: #777777;
  margin: 2em auto 2em auto;
  display: block;
  font-size: 1.1em;
  line-height: 200%;
  letter-spacing: 0.03em;
}

.solu-cont > .left {
  background: url("../images/ui/logged-out-home/aM_DB_Background_6_b.jpg") no-repeat center;
  min-height: 500px;
  background-size: 130%;
  background-color: #7083a2;
}
.solu-cont > .right {
  font-size: 15px;
  min-height: 25em;
  background-color: #efefef;
  padding: 8em 3em 4em 8em;
}

h3.solu-cont-r {
  color: #344C74;
  text-align: left;
  margin: 0em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 1em;
  letter-spacing: 0.3em;
}
h3.solu-cont-l {
  color: #344C74;
  text-align: left;
  margin: 0em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 1em;
  letter-spacing: 0.3em;
  text-align: right;
}

p.solu-cont-r {
  text-align: left;
  font-size: 1em;
  color: #333333;
  font-weight: 300;
  width: 100%;
  line-height: 200%;
  letter-spacing: 0.03em;
  max-width: 400px;
  margin: 2em 0;
  display: inline-block;
}
p.solu-cont-l {
  text-align: left;
  font-size: 1em;
  color: #333333;
  font-weight: 300;
  width: 100%;
  line-height: 200%;
  letter-spacing: 0.03em;
  max-width: 400px;
  margin: 2em 0;
  display: inline-block;
  text-align: right;
}

.solu-cont > .right > .wbut {
  background-color: #344C74;
  margin: 1.5em 0 1em 0em;
  border: 1px solid #344C74;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.25em;
  padding: 0.1em 2.2em;
  font-weight: 600;
  display: block;
  width: 230px;
}

.solu-cont-left > .wbut {
  background-color: #344C74;
  margin: 1.5em 0 1em 0em;
  border: 1px solid #344C74;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.25em;
  padding: 0.1em 2.2em;
  font-weight: 600;
  display: block;
  width: 230px;
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
  display: inline-block;
}

.solu-cont > .right > .wbut:hover {
  background-color: #1d3051;
}

.solu-cont-left > .wbut:hover {
  background-color: #344C74;
  color: #ffffff;
}

.solu-cont-full {
  background-color: #efefef;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.solu-cont-left {
  height: 80%;
  background-color: #efefef;
  padding: 10em 8em 6em 0em;
  width: calc(50% - 4px);
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.solu-cont-right {
  height: 100%;
  background-color: #1D3051;
  width: 50%;
  display: inline-block;
}

.free, .pro, .busi {
  padding: 4em 2em 2em;
  display: inline-block;
  width: 35%;
  min-width: 270px;
  background: linear-gradient(#FFFFFF 32.05%, rgba(255, 255, 255, 0) 62.93%);
}

.free > h2, .pro > h2, .busi > h2 {
  font-size: 1.1em;
  line-height: 250%;
  color: #555555;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.free > p, .pro > p, .busi > p {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 250%;
  color: #555555;
  text-align: center;
}

.free > .wbut, .pro > .wbut, .busi > .wbut {
  font-weight: 600;
  font-size: 0.9em;
  color: #555555;
  background-color: #ffffff;
  text-align: center;
  padding: 0.5em 2em;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.3em;
  margin: 4em auto 0em auto;
}

.pro {
  margin: 0 3em;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.pro > .wbut {
  border-color: #6FCF97;
  background-color: #6FCF97;
  color: #ffffff;
}

.free > .wbut:hover, .busi > .wbut:hover {
  border-color: #6FCF97;
  background-color: #6FCF97;
  color: #ffffff;
}

.free > .image {
  background-position: top left;
}
.free:hover > .image {
  background-position: bottom left;
}

.pro > .image {
  background-position: top center;
}
.pro:hover > .image {
  background-position: bottom center;
}
.pro > .wbut:hover {
  color: #ffffff;
  background-color: #344C74;
  border-color: #344C74;
}

.submit:hover {
  color: #ffffff;
  background-color: #344C74;
  border-color: #344C74;
}

.busi > .image {
  background-position: top right;
}
.busi:hover > .image {
  background-position: bottom right;
}

.image {
  display: block;
  width: 4em;
  height: 4em;
  margin: auto;
  background: url("../images/ui/logged-out-home/tiers.svg");
  background-size: 305%;
}

form {
  width: 70%;
  min-width: 320px;
  max-width: 520px;
  display: block;
  margin: 3em auto;
}

.field {
  height: 5em;
}

.field-half {
  width: 48%;
  display: inline-block;
}

.field-half-r {
  margin-left: 3%;
}

label {
  display: block;
  text-align: left;
  font-size: 0.8em;
  position: relative;
  font-weight: 600;
  margin: 0 0 0 0.5em;
  top: -4em;
  color: #636363;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  opacity: 0;
}

.message-label {
  top: -8.2em;
}

input:focus + label, select:focus + label, textarea:focus + .message-label {
  opacity: 1;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #555555;
  display: block;
  outline: 0;
  padding: 0 0.5em;
  text-decoration: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #828282;
}

select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #555555;
  display: block;
  outline: 0;
  padding: 0 0.5em;
  text-decoration: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #828282;
}

input[type=text]:invalid, input[type=password]:invalid, input[type=email]:invalid, input[type=tel]:invalid {
  box-shadow: none;
}

select:invalid, textarea:invalid {
  box-shadow: none;
}

select {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  height: 2.75em;
}

textarea {
  padding: 0.75em 0.5em;
  height: 6em;
}

input[type=checkbox], input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type=checkbox] + label, input[type=radio] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  border: solid 1px;
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  content: "";
}
input[type=checkbox] + label:before {
  border-radius: 8px;
}
input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  opacity: 1;
}

input:focus::placeholder {
  opacity: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus {
  border-bottom: 2px solid #6FCF97;
}

select:focus, textarea:focus {
  border-bottom: 2px solid #6FCF97;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.35)' /%3E%3C/svg%3E");
  background-color: #ffffff;
  border-radius: 0;
  color: #828282;
  height: 2.75em;
}
select option {
  color: #ffffff;
  background: #935d8c;
}

input[type=checkbox] + label, input[type=radio] + label {
  color: rgba(255, 255, 255, 0.65);
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.35);
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #935d8c;
}
input[type=checkbox]:focus + label:before, input[type=radio]:focus + label:before {
  border-color: #8cc9f0;
  box-shadow: 0 0 0 1px #8cc9f0;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1em;
}

.formerize-placeholder {
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}

/* FF 4-18 */
/* FF 19+ */
/* IE 10+ */
textarea:focus::-webkit-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.actions {
  padding: 0;
}

.submit {
  width: 100%;
  display: block;
  margin: 2em auto 4em;
  background-color: #6FCF97;
  border-color: #6FCF97;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 1.05em;
  padding: 1em;
}

body.logged-out-home .center-content-area {
  font-size: 1.25em;
  position: relative;
}
body.logged-out-home .center-content-area nav {
  background-color: #efefef;
  margin: -60px -60px 0 -60px;
  overflow: hidden;
}
body.logged-out-home .center-content-area nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 0.85em;
  justify-content: center;
  overflow: hidden;
}
body.logged-out-home .center-content-area nav ul li {
  background: transparent;
  border-radius: 6px;
  list-style-type: none;
  margin: 0 10px;
  padding: 10px 12px;
}
body.logged-out-home .center-content-area nav ul li.divider {
  margin: 0 10px;
  padding: 0;
}
body.logged-out-home .center-content-area nav ul li.selected {
  background: #fff;
}
body.logged-out-home .center-content-area nav ul li.selected a {
  color: #6B87B6;
}
body.logged-out-home .center-content-area nav ul li.selected a:visited, body.logged-out-home .center-content-area nav ul li.selected a:active, body.logged-out-home .center-content-area nav ul li.selected a:link {
  color: #6B87B6;
}
body.logged-out-home .center-content-area nav.fixed {
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.6);
  margin: 0 -60px;
  position: fixed;
  top: 0;
}
body.logged-out-home .center-content-area img {
  max-width: 100%;
}
body.logged-out-home .center-content-area img.icon {
  width: 3em;
}
body.logged-out-home .center-content-area .problem, body.logged-out-home .center-content-area .solution, body.logged-out-home .center-content-area .plans, body.logged-out-home .center-content-area .trusted, body.logged-out-home .center-content-area .contact {
  margin: 0 -60px;
  padding: 30px;
  text-align: center;
}
body.logged-out-home .center-content-area .problem h2, body.logged-out-home .center-content-area .solution h2, body.logged-out-home .center-content-area .plans h2, body.logged-out-home .center-content-area .trusted h2, body.logged-out-home .center-content-area .containct h2 {
  font-size: 2em;
  margin: 30px 0;
}
body.logged-out-home .center-content-area .problem p.narrow, body.logged-out-home .center-content-area .solution p.narrow, body.logged-out-home .center-content-area .plans p.narrow, body.logged-out-home .center-content-area .trusted p.narrow, body.logged-out-home .center-content-area .contact p.narrow {
  line-height: 1.5em;
  margin: 20px 15% 30px 15%;
  width: 70%;
}
body.logged-out-home .center-content-area .problem p {
  margin: 30px auto 40px auto;
  width: 75%;
}
body.logged-out-home .center-content-area .problem img.lumascape {
  margin: 0 auto;
  width: 90%;
}
body.logged-out-home .center-content-area .problem p.credit {
  color: #aaa;
  font-size: 0.5em;
  margin-top: -15px;
  text-align: right;
}
body.logged-out-home .center-content-area .problem ul {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
body.logged-out-home .center-content-area .problem ul li {
  font-size: 0.9em;
  line-height: 1.75em;
  list-style-type: none;
  margin: 2%;
  width: 29%;
}
body.logged-out-home .center-content-area .problem ul li img {
  height: 3em;
}
body.logged-out-home .center-content-area .solution {
  background-color: #384C6F;
  color: #fff;
}
body.logged-out-home .center-content-area .solution h4 {
  color: #afbed8;
}
body.logged-out-home .center-content-area .solution .spotlight {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: left;
}
body.logged-out-home .center-content-area .solution .spotlight span {
  margin: 0 5%;
  width: 40%;
}
body.logged-out-home .center-content-area .solution .spotlight .content {
  margin-left: 30px;
  width: 40%;
}
body.logged-out-home .center-content-area .solution .spotlight .content h5 {
  color: #afbed8;
  font-size: 0.75em;
  text-transform: uppercase;
}
body.logged-out-home .center-content-area .solution .spotlight .content ul {
  margin-left: -15px;
}
body.logged-out-home .center-content-area .solution .spotlight .content ul li {
  line-height: 1.5em;
  list-style-position: outside;
  margin-top: 10px;
}
body.logged-out-home .center-content-area .solution h6 {
  font-size: 1.5em;
  font-weight: 200;
}
body.logged-out-home .center-content-area .plans {
  background-color: #ddd;
  padding-bottom: 80px;
}
body.logged-out-home .center-content-area .plans ul.features {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 0.85em;
  justify-content: center;
  overflow: hidden;
}
body.logged-out-home .center-content-area .plans ul.features li {
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 0.85em;
  list-style-type: none;
  margin: 0 10px;
  padding: 20px 12px;
  position: relative;
  text-align: center;
  transition: background-color, border 0.25s;
  width: 250px;
}
body.logged-out-home .center-content-area .plans ul.features li img {
  height: 3em;
}
body.logged-out-home .center-content-area .plans ul.features li p {
  line-height: 2em;
}
body.logged-out-home .center-content-area .plans ul.features li a:last-child {
  color: #415880;
  display: block;
  margin-top: 30px;
  text-align: center;
}
body.logged-out-home .center-content-area .plans ul.features li:hover {
  background-color: #fff;
  border: 1px solid #ccc;
}

.cd-section > div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-hijacking=on] .cd-section > div {
  position: absolute;
}

[data-animation=rotate] .cd-section > div {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.mobile-show {
  display: none;
}

/* Table */
#pricing table th {
  color: #636363;
}
#pricing table thead {
  border-bottom-color: #eeeeee;
  vertical-align: bottom;
}
#pricing table tfoot {
  border-top-color: #eeeeee;
  font-weight: 400;
}
#pricing table.alt tbody tr td {
  vertical-align: middle;
  border-bottom: #eeeeee solid 2px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 90%;
  max-width: 610px;
  display: block;
  margin: auto;
}

.credit-cards > img {
  width: auto;
  height: 1.75em;
  display: inline-block;
  margin-left: 0.5em;
}

.credit-cards, .credit-cards > p {
  display: inline;
  line-height: 1.75em;
  vertical-align: top;
}

.ti-free {
  background-position: top left;
}

.ti-pro {
  background-position: top center;
}

.ti-busi {
  background-position: top right;
}

.table-icon-s {
  width: 1.5em;
  display: block;
  margin: auto;
  vertical-align: middle;
}

.td-b {
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 1em;
  line-height: 2.2;
  background-color: #37517D;
  color: #ffffff;
  border-color: #5c7092 !important;
}
.td-b a {
  color: #ffffff;
}

table {
  margin: 0 auto 2em auto;
}
table tbody tr {
  border: solid 2px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 1.5em 1em;
  color: #333333;
  font-size: 1em;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500;
}
table th {
  font-size: 0.85em;
  color: #37517D !important;
  font-weight: 700;
  padding: 0 1em 1em 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

th:first-child {
  text-align: left;
}

table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
  border-right-width: 0;
  width: 5%;
}
table.alt tbody tr td:first-child {
  text-align: left;
  width: 60%;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
table th {
  color: #ffffff;
}
table thead {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
table tfoot {
  border-top-color: rgba(255, 255, 255, 0.35);
}
table.alt tbody tr td {
  border-color: white;
}

/* Connections */
.wrapcent {
  text-align: center;
  width: 100%;
  padding: 5em 20% 2em;
  background-color: #f7f7f7;
  margin-top: -3em;
}

.wrapcent > .wrapper > h3,
.wrapper > .pricing > h3 {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  color: #333;
  display: block;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  margin: 1.5em auto 1em;
  padding: 0em 0 1.5em 0.5em;
  border-bottom: 10px solid #f5f5f5;
  max-width: 680px;
  width: 90%;
}

.am-group {
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2em;
  padding: 30px;
  font-weight: 500;
  color: #818181;
  line-height: 150%;
  font-weight: 0.8em;
  width: 90%;
  margin: auto;
  letter-spacing: 0.02em;
}

.am-logos {
  display: inline-block;
  width: calc(33% - 4.5em);
  max-width: 280px;
  height: 160px;
  margin: 2.25em;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2em;
  padding-top: 30px;
}

.am-logos:hover {
  border-bottom-width: 3px;
  border-color: #eeeeee;
  position: relative;
  top: -2px;
}

.am-logos > div > img {
  object-fit: contain;
  width: 160px;
  height: 100px;
  display: block;
  margin: auto;
}

.am-logos > p {
  text-align: center;
  font-weight: 400;
  color: #333333;
  display: block;
  font-size: 0em;
  letter-spacing: 0.02em;
  margin: 0.25em auto 0em;
  line-height: 0px;
}

.table-wrapper > a > .am-logos {
  margin: 2em 1em;
  width: calc(49% - 2em);
  height: auto;
  padding: 2em 0.5em;
}

.am-logos > h4 {
  text-align: center;
  color: #333333;
  display: block;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0.25em auto 0em;
  line-height: 1em;
  font-variant: small-caps;
}

.am-logos > h4 > small {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 0.6em;
  text-transform: uppercase;
}

@media screen and (max-width: 1160px) {
  p.solu-cont-r, p.solu-cont-l {
    line-height: 180%;
  }

  .solu-cont > .right {
    padding-left: 4em;
    padding-right: 4em;
  }

  .solu-cont-full {
    height: auto;
  }

  .solu-cont-left {
    padding-right: 4em;
    padding-left: 3em;
  }

  .solu-cont-right {
    background-size: 140%;
  }

  .pro {
    margin: 0 2em;
  }

  .free, .pro, .busi {
    padding: 4em 1.5em 1.5em;
    min-width: 244px;
  }

  .free > .wbut, .pro > .wbut, .busi > .wbut {
    font-size: 0.8em;
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 720px) {
  .wrapcent {
    padding: 5em 0 2em;
  }

  .wrapcent > .wrapper > h3 {
    text-align: center;
    margin: 4em auto 0.5em;
  }

  .am-logos,
.table-wrapper > a > .am-logos {
    width: calc(100% - 2.5em);
    height: 130px;
    margin: 1.25em;
    padding-top: 14px;
    border-radius: 1em;
  }

  .am-logos > div > img {
    height: 85px;
  }

  .am-logos > p {
    line-height: 1;
  }

  html, body {
    overflow-x: hidden;
  }

  .nav-item {
    display: none;
  }

  .logoh, .nav-account__tools {
    display: inline-block;
  }

  .aniview {
    opacity: 1 !important;
  }

  .scribble {
    width: 140px;
    display: block;
    margin: auto;
  }

  .ditch-wrapper {
    width: 80%;
    height: auto;
  }

  p.ditch {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
  }

  .wrapper {
    min-width: 92%;
    width: 92vw;
  }

  body.blank h1 {
    font-size: 1.5em;
    width: 90%;
  }

  h2 {
    font-size: 1.35em !important;
  }

  p {
    font-size: 1em !important;
  }

  .solu-cont p, .solu-cont-full p, .contact p {
    font-size: 0.9em !important;
  }

  body.blank h2.summary {
    margin: 50px 5% 80px 5%;
    font-size: 1em !important;
  }

  .right, .left {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }

  .right {
    padding: 1em;
  }

  #problemvideo {
    height: auto;
    display: none;
  }

  .prob-cont {
    background-color: #ffffff;
    margin: 4em auto;
  }
  .prob-cont h2, .prob-cont p {
    color: #333333;
    width: 100%;
    opacity: 1 !important;
    text-align: center;
  }

  .wbgbut {
    background-color: #333333;
    color: #ffffff;
    margin: auto;
  }

  #ditch {
    min-height: 0;
  }
  #ditch h2 {
    padding: 10em 0 0.5em 10%;
    text-align: left;
  }

  .ditch-top, .ditch-bottom {
    background-size: 980px;
  }

  #ditch p {
    text-align: left;
    max-width: 400px;
  }

  p.ditch1::before, p.ditch2::before, p.ditch3::before, p.ditch4::before, p.ditch5::before, p.ditch6::before {
    color: #6FCF97;
    font-weight: 700;
    padding: 0 2em 0 0;
    display: block;
  }
  p.ditch1::before {
    content: "1.";
  }
  p.ditch2::before {
    content: "2.";
  }
  p.ditch3::before {
    content: "3.";
  }
  p.ditch4::before {
    content: "4.";
  }
  p.ditch5::before {
    content: "5.";
  }
  p.ditch6::before {
    content: "6.";
  }

  .ditch-top {
    top: -12em;
  }

  .ditch-bottom {
    top: 4.5em;
  }

  .ditch4 {
    padding: 7.5em 0 0 0;
  }

  .solu-cont {
    max-width: 500px;
    margin: auto;
  }
  .solu-cont > .left, .solu-cont > .right {
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
    padding: 4em 1em 2em 1em;
    text-align: center;
  }

  .solu-cont-left, .solu-cont-right {
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
    padding: 4em 1em 2em 1em;
    text-align: center;
  }

  .solu-cont > .left {
    height: 200px;
    min-height: 390px;
  }

  h3.solu-cont-r, p.solu-cont-r, h3.solu-cont-l, p.solu-cont-l {
    width: 100%;
    text-align: center;
  }

  .solu-cont-full, #ditch {
    height: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  }

  .solu-cont-full p {
    margin: 1.5em auto 1em auto;
  }

  .free, .pro, .busi {
    display: block;
    margin: 3em auto 0 auto;
  }

  .free > .wbut, .pro > .wbut, .busi > .wbut {
    margin: 2em auto 0em auto;
  }

  .free > p, .pro > p, .busi > p {
    font-size: 0.8em !important;
  }

  .solu-cont > .right > .wbut, .solu-cont-left > .wbut {
    display: block;
    margin: 1em auto;
  }

  .solu-cont-right {
    height: 380px;
    background-position: top center;
  }

  .spacer {
    height: 1.5em;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  #pricing table.alt tbody tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 1em;
  }

  .table-icon-s {
    display: inline-block;
    margin: 0 0px 0 25px;
  }

  table.alt tbody tr td:first-child {
    font-weight: 500;
    border-bottom: solid 2px #eeeeee !important;
    padding: 20px 5px 5px;
    line-height: 1.4em;
    font-size: 1em;
  }

  td:nth-child(2) {
    display: none !important;
    padding-left: none;
    padding-right: none;
  }
  td:nth-child(3) > span.mobile-table::after {
    content: "Pro";
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #777;
    width: 70px;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 10px;
  }
  td:nth-child(4) > span.mobile-table::after {
    content: "Business";
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #777;
    width: 70px;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 10px;
  }
  td.td-b {
    text-align: left !important;
  }
  td.td-b > span.mobile-table::after {
    color: #ffffff;
    width: 100px;
    margin: 0 0 0 15%;
  }
  td.td-b:first-child {
    text-align: center !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
    padding: 25px 0 15px 0 !important;
    letter-spacing: 0.3em;
    font-weight: 600 !important;
  }

  #pricing table thead {
    display: none;
  }

  footer .left .links {
    width: 100%;
  }
  footer .meta {
    width: 90%;
  }

  .field-half {
    width: 100%;
  }

  .field-half-r {
    margin: auto;
  }
}

/*# sourceMappingURL=home.css.map */
