html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

#root {
  position: relative;
}

/* Keyframes */

@-webkit-keyframes opacity-key-frame {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes opacity-key-frame {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes opacity-key-frame-reverse {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes opacity-key-frame-reverse {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

/* Common styles */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  height: 100%;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  object-fit: contain;
  object-fit: contain
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active
{
  -webkit-box-shadow: 0 0 0 4rem rgb(197, 234, 236, 0.3) inset !important;
  box-shadow: 0 0 0 4rem rgb(197, 234, 236, 0.3) inset !important;
}

a {
  color: #28939C;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #2E9EA3;
}

a:focus {
  color: #84D2D5;
  box-shadow: 0 0 2px 3px #A63BDF;
}

a:active, a:active:focus {
  color: #84D2D5;
  outline: 0;
  border: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  background-color: #28939C;
  border: 2px solid #28939C;
  border-radius: 4px;
  box-shadow: 0px 3px 8px #C0E2E3;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  justify-content: center;
  line-height: 24px;
  margin: auto;
  outline: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
@media (hover: hover) {
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #2E9EA3;
    border-color: #2E9EA3;
  }
}

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
  background-color: #2E9EA3;
  border-color: #2E9EA3;
  box-shadow: 0 0 2px 3px #A63BDF;
}


button:active, [type='button']:active, [type='reset']:active, [type='submit']:active {
  background-color: #84D2D5;
  border-color: #84D2D5;
  box-shadow: none;
  outline: none;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  background-color: #C0E2E3;
  border-color: #C0E2E3;
  box-shadow: none;
  cursor: not-allowed;
}

button.secondary {
  background: transparent;
  border-color: #28939C;
  box-shadow: none;
  color: #28939C;
}

button.secondary:hover {
  background-color: #E1F2F2;
  border-color: #2E9EA3;
  box-shadow: none;
  color: #28939C;
}

button.secondary:active {
  background-color: #C0E2E3;
  border-color: #2E9EA3;
  box-shadow: none;
  color: #28939C;
}

button.secondary:focus {
  background-color: #E1F2F2;
  border-color: #28939C;
  box-shadow: 0 0 2px 3px #A63BDF;
  color: #28939C;
}

button.secondary:disabled {
  background-color: transparent;
  border-color: #C0E2E3;
  box-shadow: none;
  color: #C0E2E3;
}

button.ghost {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #28939C;
}

button.ghost:hover {
  background-color: rgba(192, 226, 227, 0.27);
  border-color: rgba(192, 226, 227, 0.27);
  box-shadow: none;
  color: #28939C;
}

button.ghost:active {
  background-color: #C0E2E3;
  border-color: #C0E2E3;
  box-shadow: none;
  color: #28939C;
}

button.ghost:focus {
  background-color: #E1F2F2;
  border-color: #28939C;
  border-radius: 6px;
  box-shadow: 0 0 2px 3px #A63BDF;
  color: #28939C;
}

button.ghost:disabled {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #C0E2E3;
}

button.link-like {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #28939C;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  text-transform: none;
}

button.link-like-inline {
  display: inline;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  text-transform: none;
}

button.link-like:hover, button.link-like:active, button.link-like:focus {
  background-color: transparent;
  color: #2E9EA3;
}

button.link-like:focus {
  box-shadow: 0 0 2px 3px #A63BDF;
}

.button-container > button.link-like-small {
  width: auto;
}

button.menu-like {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #363636;
  display: block;
  font-size: 16px;
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

button.pink {
  background-color: #F8645B;
  border-color: #F8645B;
  box-shadow: 0px 3px 8px #FFD8D8;
}

button.pink:hover {
  background-color: #E12513;
  border-color: #E12513;
}

button.pink:active {
  background-color: #F8645B;
  border-color: #F8645B;
  box-shadow: none;
}

button.pink:focus {
  background-color: #F8645B;
  border-color: #F8645B;
  box-shadow: 0 0 2px 3px #A63BDF;
}

button.pink:disabled {
  background-color: #FFD8D8;
  border-color: #FFD8D8;
  box-shadow: none;
}

button.pink.no-visual-disable:disabled {
  background-color: #F8645B;
  border-color: #F8645B;
}

button.dark {
  background-color: #095F6D;
  border-color: #095F6D;
  box-shadow: 0px 3px 8px #CFF9FA;
}

button.dark:hover {
  background-color: #074446;
  border-color: #074446;
}

button.dark:active {
  background-color: #095F6D;
  border-color: #095F6D;
  box-shadow: none;
}

button.dark:focus {
  background-color: #095F6D;
  border-color: #095F6D;
  box-shadow: 0 0 2px 3px #A63BDF;
}

button.dark:disabled {
  background-color: #CFF9FA;
  border-color: #CFF9FA;
  box-shadow: none;
}

button.dark.no-visual-disable:disabled {
  background-color: #095F6D;
  border-color: #095F6D;
}

button.error-input {
  background-color: #E53535;
  border-color: #E53535;
  box-shadow: 0px 3px 8px #FFAD9B;
}

button.error-input:hover {
  background-color: #E95737;
  border-color: #E95737;
}

button.error-input:active {
  background-color: #EC7C64;
  border-color: #EC7C64;
  box-shadow: none;
}

button.error-input:focus {
  background-color: #E95737;
  border-color: #E95737;
  box-shadow: 0 0 2px 3px #A63BDF;
}

button.error-input:disabled {
  background-color: #FFAD9B;
  border-color: #FFAD9B;
  box-shadow: none;
}

button.small {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 16px;
}

button.tiny {
  font-size: 14px;
  line-height: 17px;
  padding: 4px 12px;
}

button.pink.no-visual-disable:disabled {
  background-color: #F8645B;
  border-color: #F8645B;
}

button.error-input {
  background-color: #E53535;
  border-color: #E53535;
  box-shadow: 0px 3px 8px #FFAD9B;
}

button.error-input:hover {
  background-color: #E95737;
  border-color: #E95737;
}

button.error-input:active {
  background-color: #EC7C64;
  border-color: #EC7C64;
  box-shadow: none;
}

button.error-input:focus {
  background-color: #E95737;
  border-color: #E95737;
  box-shadow: 0 0 2px 3px #A63BDF;
}

button.error-input:disabled {
  background-color: #FFAD9B;
  border-color: #FFAD9B;
  box-shadow: none;
}

button.small {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 16px;
}

button.tiny {
  font-size: 14px;
  line-height: 17px;
  padding: 4px 12px;
}

button.home-login-button {
  border-width: 1px;
  font-size: 24px;
  line-height: 30px;
}

button > img {
  vertical-align: middle;
}

.nav-footer-col .cta-button-container button.global-text-button {
  background-color: #28939C ! important;
  border-color: #28939C ! important;
  border-radius: 4px ! important;
  font-family: "Lato", sans-serif ! important;
}

.nav-footer-col .cta-button-container button.global-text-button:hover {
  background: #2E9EA3 ! important;
  border-color: #2E9EA3 ! important;
}

.nav-footer-col .cta-button-container button.global-text-button:focus {
  background: #2E9EA3 ! important;
  border-color: #2E9EA3 ! important;
  box-shadow: 0 0 2px 3px #A63BDF ! important;
}

.nav-footer-col .cta-button-container button.global-text-button:active {
  background: #84D2D5 ! important;
  border-color: #84D2D5 ! important;
  box-shadow: none ! important;
  outline: none ! important;
}

form {
  width: 100%;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  align-items: center;
  color: #6D7072;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 24px auto 8px auto;
}

strong {
  font-weight: 700;
}

.invisible-label label {
  visibility: hidden;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance : none;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
  padding-right: 32px;
  width: 100%;
  background: #FFFFFF url(https://res.cloudinary.com/zenbusiness/v1/shared-assets/icon/micro/caret-down.svg) no-repeat right;
  background-position-x: calc(100% - 10px);
  background-size: 11px;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover, select:hover {
  border-color: #2E9EA3;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #28939C;
  outline: none;
}

[type='color']:active, [type='date']:active, [type='datetime']:active, [type='datetime-local']:active, [type='email']:active, [type='month']:active, [type='number']:active, [type='password']:active, [type='search']:active, [type='tel']:active, [type='text']:active, [type='time']:active, [type='url']:active, [type='week']:active, input:not([type]):active, textarea:active, select:active {
  border-color: #28939C;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled, select:disabled {
  background-color: #F1F4F5;
  color: #6D7072;
  cursor: not-allowed;
}

/* Webkit */
[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #CCCCCC !important;
}

/* FF 4-18 */
[type='color']:-moz-placeholder , [type='date']:-moz-placeholder , [type='datetime']:-moz-placeholder , [type='datetime-local']:-moz-placeholder , [type='email']:-moz-placeholder , [type='month']:-moz-placeholder , [type='number']:-moz-placeholder , [type='password']:-moz-placeholder , [type='search']:-moz-placeholder , [type='tel']:-moz-placeholder , [type='text']:-moz-placeholder , [type='time']:-moz-placeholder , [type='url']:-moz-placeholder , [type='week']:-moz-placeholder , input:not([type]):-moz-placeholder , textarea:-moz-placeholder, select:-moz-placeholder  {
  color: #CCCCCC !important;
  opacity: 1;
}

/* FF 19+ */
[type='color']::-moz-placeholder , [type='date']::-moz-placeholder , [type='datetime']::-moz-placeholder , [type='datetime-local']::-moz-placeholder , [type='email']::-moz-placeholder , [type='month']::-moz-placeholder , [type='number']::-moz-placeholder , [type='password']::-moz-placeholder , [type='search']::-moz-placeholder , [type='tel']::-moz-placeholder , [type='text']::-moz-placeholder , [type='time']::-moz-placeholder , [type='url']::-moz-placeholder , [type='week']::-moz-placeholder , input:not([type]):-moz-placeholder , textarea::-moz-placeholder, select::-moz-placeholder  {
  color: #CCCCCC !important;
  opacity: 1;
}

/* IE 10+ */
[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #CCCCCC !important;
}

/* Microsoft Edge */
[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #CCCCCC !important;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder, select::placeholder {
  color: #CCCCCC !important;
}

/* Webkit */
[type='color']:focus::-webkit-input-placeholder, [type='date']:focus::-webkit-input-placeholder, [type='datetime']:focus::-webkit-input-placeholder, [type='datetime-local']:focus::-webkit-input-placeholder, [type='email']:focus::-webkit-input-placeholder, [type='month']:focus::-webkit-input-placeholder, [type='number']:focus::-webkit-input-placeholder, [type='password']:focus::-webkit-input-placeholder, [type='search']:focus::-webkit-input-placeholder, [type='tel']:focus::-webkit-input-placeholder, [type='text']:focus::-webkit-input-placeholder, [type='time']:focus::-webkit-input-placeholder, [type='url']:focus::-webkit-input-placeholder, [type='week']:focus::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
[type='color']:focus:-moz-placeholder , [type='date']:focus:-moz-placeholder , [type='datetime']:focus:-moz-placeholder , [type='datetime-local']:focus:-moz-placeholder , [type='email']:focus:-moz-placeholder , [type='month']:focus:-moz-placeholder , [type='number']:focus:-moz-placeholder , [type='password']:focus:-moz-placeholder , [type='search']:focus:-moz-placeholder , [type='tel']:focus:-moz-placeholder , [type='text']:focus:-moz-placeholder , [type='time']:focus:-moz-placeholder , [type='url']:focus:-moz-placeholder , [type='week']:focus:-moz-placeholder , input:not([type]):-moz-placeholder , textarea:focus:-moz-placeholder, select:focus:-moz-placeholder  {
  color: transparent !important;
}

/* FF 19+ */
[type='color']:focus::-moz-placeholder , [type='date']:focus::-moz-placeholder , [type='datetime']:focus::-moz-placeholder , [type='datetime-local']:focus::-moz-placeholder , [type='email']:focus::-moz-placeholder , [type='month']:focus::-moz-placeholder , [type='number']:focus::-moz-placeholder , [type='password']:focus::-moz-placeholder , [type='search']:focus::-moz-placeholder , [type='tel']:focus::-moz-placeholder , [type='text']:focus::-moz-placeholder , [type='time']:focus::-moz-placeholder , [type='url']:focus::-moz-placeholder , [type='week']:focus::-moz-placeholder , input:not([type]):-moz-placeholder , textarea:focus::-moz-placeholder, select:focus::-moz-placeholder  {
  color: transparent !important;
}

/* IE 10+ */
[type='color']:focus:-ms-input-placeholder, [type='date']:focus:-ms-input-placeholder, [type='datetime']:focus:-ms-input-placeholder, [type='datetime-local']:focus:-ms-input-placeholder, [type='email']:focus:-ms-input-placeholder, [type='month']:focus:-ms-input-placeholder, [type='number']:focus:-ms-input-placeholder, [type='password']:focus:-ms-input-placeholder, [type='search']:focus:-ms-input-placeholder, [type='tel']:focus:-ms-input-placeholder, [type='text']:focus:-ms-input-placeholder, [type='time']:focus:-ms-input-placeholder, [type='url']:focus:-ms-input-placeholder, [type='week']:focus:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* Microsoft Edge */
[type='color']:focus::-ms-input-placeholder, [type='date']:focus::-ms-input-placeholder, [type='datetime']:focus::-ms-input-placeholder, [type='datetime-local']:focus::-ms-input-placeholder, [type='email']:focus::-ms-input-placeholder, [type='month']:focus::-ms-input-placeholder, [type='number']:focus::-ms-input-placeholder, [type='password']:focus::-ms-input-placeholder, [type='search']:focus::-ms-input-placeholder, [type='tel']:focus::-ms-input-placeholder, [type='text']:focus::-ms-input-placeholder, [type='time']:focus::-ms-input-placeholder, [type='url']:focus::-ms-input-placeholder, [type='week']:focus::-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder {
  color: transparent !important;
}

[type='color']:focus::placeholder, [type='date']:focus::placeholder, [type='datetime']:focus::placeholder, [type='datetime-local']:focus::placeholder, [type='email']:focus::placeholder, [type='month']:focus::placeholder, [type='number']:focus::placeholder, [type='password']:focus::placeholder, [type='search']:focus::placeholder, [type='tel']:focus::placeholder, [type='text']:focus::placeholder, [type='time']:focus::placeholder, [type='url']:focus::placeholder, [type='week']:focus::placeholder, input:not([type])::placeholder, textarea:focus::placeholder, select:focus::placeholder {
  color: transparent !important;
}

[type='color'].error-input, [type='date'].error-input, [type='datetime'].error-input, [type='datetime-local'].error-input, [type='email'].error-input, [type='month'].error-input, [type='number'].error-input, [type='password'].error-input, [type='search'].error-input, [type='tel'].error-input, [type='text'].error-input, [type='time'].error-input, [type='url'].error-input, [type='week'].error-input, input:not([type]).error-input, textarea.error-input, select.error-input {
  border-color: #E53535;
}

textarea {
  resize: vertical;
}

/****************************************
 *
 * Modal Dialogs
 *
 ****************************************/

.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 90px;
  z-index: 101;
}

.fixed-modal-close {
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  right: calc(100% - 300px);
  top: calc(5% - 5px);
  text-align: right;
  padding: 20px 40px;
  z-index: 2;
}

.fixed-modal-close-wide {
  right: calc(5% - 20px);
}

.modal-dialog {
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 10px;
  max-width: 600px;
  min-height: 300px;
  max-height: 90%;
  margin: 0 auto;
  padding: 20px 40px;
  top: 5%;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal-dialog-wide {
  max-width: 90%;
}

.modal-close {
  float: right;
  text-align: right;
}

button.modal-close-btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 0px;
}

.modal-title {
  font-size: 28px;
  margin-bottom: 10px;
  margin-right: 30px;
  text-align: left;
}

.modal-title-center {
  text-align: center;
}

.modal-title-smaller {
  font-size: 30px;
}

.modal-title-image {
  text-align: center;
  margin-bottom: 20px;
}

.modal-title-image > img {
  max-height: 200px;
}

.modal-description {
  color: #6D7072;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}

.modal.contact-us-modal .modal-description {
  text-align: left;
}

.modal-description-medium {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
}

.modal-description-large {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.modal-image {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.modal-image > img {
  max-height: 200px;
  max-width: 250px;
  vertical-align: middle;
}

.modal-fields {
  margin-bottom: 10px;
  max-height: 50%
}

.modal-fields label:not(.rendered-field-label) {
  font-size: 16px;
  margin-bottom: 6px;
}

.modal-fields textarea {
  height: 130px;
}

.modal-split {
  display: flex;
}

.modal-split-column-50 {
  width: 48%;
  margin-right: 2%;
}

.modal-split-column-50 + .modal-split-column-50 {
  margin-left: 2%;
  margin-right: 0;
}

.modal-split-column-33 {
  width: 31%;
  margin-left: 1.75%;
  margin-right: 1.75%
}

.modal-split-column-33:first-child {
  margin-left: 0;
}

.modal-split-column-33:last-child {
  margin-right: 0;
}

.modal-success-image {
  text-align: center;
  margin-bottom: 30px;
}

.modal-success-image > img {
  max-width: 50%;
}

.modal-button-container {
  margin: 20px 0;
  text-align: center;
}

.modal-single-btn {
  width: 100%;
  max-width: 300px;
}

.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

button.modal-btn-split {
  width: 48%;
  margin: 0px 2% 0px 0px;
  font-size: 20px;
}

button.modal-btn-split + button.modal-btn-split {
  margin: 0px 0px 0px 2%;
}

/****************************************
 *
 * Address Autocompleter
 *
 ****************************************/

.autocompleter {
  display: block;
  position: relative;
  width: 100%;
}

.autocompleter-menu {
  border: 2px solid #28939C;
  border-radius: 4px;
  box-sizing: border-box;
  color: #363636;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -2px;
  z-index: 10;
}

.autocompleter-item-container {
  background-color: #FFFFFF;
  padding: 10px;
  color: #6D7072;
  cursor: pointer;
}

.autocompleter-item-container-active {
  background-color: #F1F4F5;
}

.autocompleter-item {
  padding: 5px 10px;
}

.autocompleter-item-container:last-child::after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: transparent url('https://res.cloudinary.com/zenbusiness/v1/shared-assets/picture/powered-indicator.png') no-repeat 98% 10px;
}

.autocompleter-item-primary {
  font-size: 16px;
  font-weight: 700;
}

.autocompleter-item-secondary {
  color: #6D7072;
  font-size: 12px;
  margin-left: 5px;
}

.autocompleter input.autocompleter-input {
  display: block;
  width: 100%;
}

/* Google Map */

.map {
  height: 250px;
}

/* Error Reporting */

.note-label {
  color: #6D7072;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.error-message {
  color: #FFFFFF;
  background-color: #E53535;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 10px auto;
  padding: 10px 20px;
  position: relative;
}

.error-message:after ,.error-message:before {
	border: solid transparent;
  bottom: 100%;
	content: " ";
	height: 0;
	left: 30px;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.error-message:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #E53535;
	border-width: 10px 4px;
	margin-left: -10px;
}

.error-message:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #E53535;
	border-width: 16px 10px;
	margin-left: -16px;
}

.error-action-message {
  color: #FFFFFF;
  background-color: #E53535;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto 10px auto;
  padding: 10px 20px;
}


/* Switch - the boolean checkbox */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 32px;
  margin: 0px !important;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
/**** Slider button focus ****/
.switch button.slider {
  background: #CCCCCC;
  border-width: 0px;
  border-radius: 40px;
  bottom: 0;
  box-shadow: none;
  color: #6D7072;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  line-height: normal;
  margin: 0;
  height: 32px;
  left: 0;
  padding: 0;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 55px;
}

.switch button.slider:hover, button.slider:focus {
  background-color: #CCCCCC;
}

.switch input:checked + button.slider {
  background-color: #28939C;
}

.switch input:checked + button.slider:hover, .switch input:checked + button.slider:focus {
  background-color: #28939C;
}

.switch button.slider > span {
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 40px;
  color: #6D7072;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: left 0.4s, right 0.4s, background-color 0.4s;
  transition: left 0.4s, right 0.4s, background-color 0.4s;
}

.switch input:checked + button.slider > span {
  border-color: #28939C;
  color: #28939C;
  left: 23px;
  text-align: center;
}

.switch button.slider > span > i:last-child {
  display: none;
}

.switch input:checked + button.slider > span > i:first-child {
  display: none;
}

.switch input:checked + button.slider > span > i:last-child {
  display: inline-block;
}

.switch button.slider > span > .check {
  display: none;
}

.switch input:checked + button.slider > span > .no-icon {
  display: none;
}

.switch input:checked + button.slider > span > .check {
  display: inline-block;
}

.switch .no-icon {
  padding-top: 7px;
}

.switch-disabled button.slider:disabled {
  background: #CCCCCC;
  -webkit-transition: none;
  transition: none;
}

.switch-disabled button.slider:disabled::before, .switch-disabled input:checked + button.slider:disabled::before {
  background: #CCCCCC;
}

.switch.switch-medium {
  height: 24px;
  width: 44px;
}

.switch.switch-medium button.slider {
  font-size: 18px;
  height: 24px;
  width: 44px;
}

.switch.switch-medium button.slider > span {
  width: 24px;
  height: 24px;
  line-height: 18px;
}

.switch.switch-medium input:checked + button.slider > span {
  left: 20px;
}

.switch.switch-small {
  height: 16px;
  width: 28px;
}

.switch.switch-small button.slider {
  font-size: 12px;
  height: 16px;
  width: 28px;
}

.switch.switch-small button.slider > span {
  width: 16px;
  height: 16px;
  line-height: 12px;
}

.switch.switch-small input:checked + button.slider > span {
  left: 10px;
}

/* Boolean Checkbox/label combo */

.boolean-checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px auto 0 auto;
}

.boolean-checkbox > label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 10px;
}

/* Regular Checkbox */

.checkbox-container {
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container-disabled {
  cursor: not-allowed;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

/* Create a custom checkbox */
.checkmark, .checkmark-disabled {
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 24px;
}

.checkmark-disabled {
  background: #F1F4F5;
}

/* On mouse-over */
.checkbox-container:hover input ~ .checkmark {
  border-color: #28939C;
}

/* When the checkbox is focus */
.checkbox-container input:focus ~ .checkmark {
  border-color: #28939C;
}

/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark {
  background: #28939C;
  border-color: #28939C;
}

/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark-disabled {
  background: #CCCCCC;
  border-color: #CCCCCC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark::after {
  background: transparent;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  height: 12px;
  left: 35%;
  position: absolute;
  right: 30%;
  top: calc(50% - 8px);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark::after {
  display: block;
}

/* Create a custom radio button */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container-checked {
  font-weight: 700;
}

.radio-container-disabled {
  opacity: 0.5;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.radiobtn {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radiobtn {
  border-color: #28939C;
}

/* On mouse-over, add a grey background color */
.radio-container:active input ~ .radiobtn {
  background: #F1F4F5;
  border-color: #28939C;
}

.radio-container input:focus ~ .radiobtn {
  box-shadow: 0 0 2px 3px #A63BDF;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radiobtn {
  background-color: #FFFFFF;
  border-color: #28939C;
}

/* When the radio button is checked, add a light teal background */
.sidebar-highlight .radio-container input:checked ~ .radiobtn {
  background-color: #84D2D5;
  border: solid #CCCCCC;
}

.radio-container-error .radiobtn {
  border: 2px solid #EC7C64;
}

/* Style the indicator (dot/circle) */
.radio-container .radiobtn:after {
  background: #28939C;
  border-radius: 50%;
  content: "";
  display: none;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 16px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container input:checked ~ .radiobtn:after {
  display: block;
}

/* Input/Button horizontal combo */
.input-button-container {
  border: 3px solid #28939C;
  border-radius: 100px;
}

.input-button-container.pink {
  border: 3px solid #F8645B;
}

.input-button-container input {
  border-color: transparent ! important;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  width: 350px;
}

.input-button-container button {
  display: inline-block;
  margin-bottom: -3px;
  margin-right: -3px;
  margin-top: -3px;
  opacity: 1;
}

@media (max-width: 812px) {
  .invisible-label label {
    display: none;
  }

  .input-button-container {
    border: 0;
    border-radius: 0;
  }

  .input-button-container.rust {
    border: 0;
  }

  .input-button-container input {
    border: 3px solid #28939C ! important;
    display: block;
    max-width: 500px;
    width: calc(100vw - 40px) ! important;
  }

  .input-button-container.rust input {
    border-color: #E53535 ! important;
  }

  .input-button-container button {
    display: block;
    margin: 20px auto 30px auto;
    opacity: 1;
  }
}

/* File Upload */
.image-upload-preview {
  text-align: center;
}

.image-upload-preview > img {
  min-height: 150px;
  max-height: 200px;
  max-width: 300px;
  vertical-align: middle;
}

.image-upload-preview > button.ghost {
  margin-top: 20px;
}

.image-upload-preview > input[type="file"] {
  opacity: 0;
  height: 2px;
}

.file-upload {
  border: 2px solid #CCCCCC;
  border-radius: 100px;
}

.file-upload.disabled {
  background: #F2F2F2;
}

.file-upload > label {
  background: #363636;
  border: 2px solid #363636;
  border-radius: 100px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin: -2px -2px -2px 0;
  opacity: 1;
  padding: 17px 0px;
  width: 120px;
}

.file-upload.disabled > label {
  background: #B2B2B2;
  cursor: none;
}

.file-upload > label.file-name {
  background: inherit;
  border-color: transparent;
  color: #363636;
  padding-left: 20px;
  text-align: left;
  width: calc(100% - 120px);
}

.file-upload > label.file-name.file-name-placeholder {
  color: #CCCCCC;
}

.file-upload.disabled > label.file-name {
  background: #CCCCCC;
}

/* Gauge */

.gauge {
  background: #F1F4F5;
  border-radius: 6px;
  height: 12px;
  width: 100%;
}

.gauge-pressure {
  border-radius: 6px;
  height: 12px;
}

.gauge-pressure-25 {
  background: #C0E2E3;
  width: 25%;
}

.gauge-pressure-50 {
  background: #84D2D5;
  width: 50%;
}

.gauge-pressure-100 {
  background: #2E9EA3;
  width: 100%;
}

/* Purchase Start Icons */

.purchase-start-short-title {
  display: none;
  margin-bottom: 30px;
}

.purchase-start-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 20px auto;
}

.purchase-start-icon-container {
  padding: 0 40px 60px 40px;
  width: 200px;
}

.purchase-start-icon-container > img {
  display: block;
  margin: 0px auto 20px auto;
  height: 120px;
}

.purchase-start-icon-container > div {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 960px) {
  .purchase-start-icon-container {
    width: 150px;
  }

  .purchase-start-icon-container > img {
    height: 80px;
  }

  .purchase-start-icon-container > div {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 960px) {

  .purchase-start-full-title {
    display: none;
  }

  .purchase-start-short-title {
    display: inline-block;
  }

  .purchase-start-container {
    display: none;
  }
}

.purchase-start-ein-description-bold {
  color: #363636;
  font-size: 20px;
  font-weight: 800;
}

.purchase-start-ein-description-emphasis {
  color: #363636;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.purchase-start-ein-description-small {
  color: #6D7072;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4em;
}


/* Purchase Start Icons */
.order-steps {
  display: flex;
  flex-direction: column;
}

.progress-icon-container {
  text-align: center;
  position: relative;
}

.progress-text-container {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.progress-mobile-text-container {
  text-align: center;
  position: relative;
  display: none;
}

.progress-line {
  background: #C7C7C7;
  display: inline-block;
  height: 8px;
  width: 90px;
  margin-bottom: 27px;
}

.progress-line.progress-line-complete {
  background: #CFF9FA;
}

.progress-icon {
  background: #FFFFFF;
  border: 2px solid #C7C7C7;
  border-radius: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 128px;
  height: 128px;
  margin-top: 0px;
  z-index: 2;
}

.progress-icon.progress-icon-complete {
  background: #CFF9FA;
  border: 2px solid #CFF9FA;
}

@keyframes progress-flow {
  from {
    background-position: right bottom;
    border-color: #C7C7C7;
  }
  to {
    background-position: left bottom;
    border-color: #CFF9FA;
  }
}

@keyframes progress-flow-bottom {
  from {
    background-position: bottom left;
    border-color: #C7C7C7;
  }
  to {
    background-position: top left;
    border-color: #CFF9FA;
  }
}

.progress-line.progress-line-transition {
  background: linear-gradient(to left, #C7C7C7 50%, #CFF9FA 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  animation-name: progress-flow;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.progress-icon.progress-icon-transition {
  background: linear-gradient(to left, #FFFFFF 50%, #CFF9FA 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  animation-name: progress-flow;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.progress-icon.progress-icon-transition:first-child {
  animation-delay: 1s;
}

.icon-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.progress-icon > .icon-wrapper img {
  width: 62px;
  height: 62px;
}

.progress-icon > .icon-wrapper img.progress-payment-icon {
  width: 60px;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-top: 15px;
}

.progress-text {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 120px;
  padding-top: 20px;
  margin-bottom: 60px;
  font-weight: 700;
}

.progress-mobile-text {
  color: #363636;
  display: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 120px;
  padding-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .progress-icon {
    width: 100px;
    height: 100px;
  }

  .progress-line {
    width: 60px;
    margin-bottom: 12px;
  }

  .progress-icon > .icon-wrapper img {
    width: 42px;
    height: 42px;
  }

}

@media (max-width: 812px) {
  .order-steps {
    flex-direction: row;
  }

  .progress-text-container {
    flex-direction: column;
    justify-content: space-around;
    padding-left: 24px;
    margin-top: -25px;
  }

  .progress-icon {
    width: 64px;
    height: 64px;
  }

  .progress-text {
    text-align: left;
    margin-bottom: 0;
  }

  .progress-line {
    height: 24px;
    width: 8px;
    margin-left: 27px;
    margin-bottom: 0;
  }

  .progress-icon > .icon-wrapper img {
    width: 32px;
    height: 32px;
  }

  .progress-icon-container {
    margin-top: 25px;
  }

  .progress-icon-container:first-of-type {
    margin-top: 0;
  }

  .progress-icon, .progress-line, .progress-mobile-text {
    display: block;
  }

  .progress-line.progress-line-transition {
    background: linear-gradient(to bottom, #CFF9FA 50%, #C7C7C7 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    animation-name: progress-flow-bottom;
  }

  .progress-icon.progress-icon-transition {
    background: linear-gradient(to bottom,  #CFF9FA 50%, #FFFFFF 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    animation-name: progress-flow-bottom;
  }

  .progress-icon-transition, .progress-mobile-text-transition {
    display: inline-block;
  }

  .progress-mobile-text-container {
    display: block;
  }
}

/* Button Options - Normal */

button.option-button {
  background: transparent;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: none;
  color: #363636;
  display: inline-block;
  height: 190px;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-transform: none;
  width: 300px;
}

button.option-button.selected {
  background-color: #28939C;
  border-color: #28939C;
  color: #FFFFFF;
}

button.option-button:hover:not(.selected) {
  border-color: #2E9EA3;
}

button.option-button + button.option-button {
  margin-left: 20px;
}

button.option-button > div {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 20px 20px 20px;
  white-space: normal;
}

button.option-button > ul > li.option-small {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-left: 30px;
}

button.option-button > div.option-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Button Options - Image */

button.option-image-button {
  background: transparent;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: none;
  color: #363636;
  display: inline-block;
  justify-content: space-between;
  margin: 10px 0px;
  padding: 0 10px;
  position: relative;
  text-transform: none;
  width: 300px;
}

button.option-image-button:disabled {
  opacity: 0.5;
}

.option-button-triple-container > button.option-image-button {
  font-size: 20px;
  width: 273px;
  margin-left: 0px;
}

button.option-image-button.selected {
  background-color: #28939C;
  border-color: #28939C;
  color: #FFFFFF;
}

button.option-image-button:hover {
  border-color: #2E9EA3;
}

button.option-button:hover {
  border-color: #2E9EA3;
}

button.option-image-button.warning {
  background-color: #E53535;
  border-color: #E53535;
  color: #FFFFFF;
}

button.option-image-button:hover:not(.selected) {
  border-color: #2E9EA3;
  color: #28939C;
}

button.option-image-button.warning:hover {
  border-color: #E95737;
  color: #FFFFFF;
}

button.option-image-button + button.option-image-button {
  margin-left: 20px;
}

button.option-image-button > div {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  padding: 0px 20px 20px 20px;
  white-space: normal;
}

button.option-image-button > div.option-title {
  font-size: 24px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 15px;
  text-transform: none;
}

.option-button-triple-container > button.option-image-button > div.option-title {
  padding-top: 10px;
}

button.option-image-button > div.option-image {
  padding-bottom: 25px;
}

button.option-image-button > div.option-image > img {
  height: 50px;
}

.option-button-triple-container > button.option-image-button > div.option-image > img {
  height: 110px;
}

.option-button-triple-container > button.option-image-button > div.option-image-small > img {
  height: 50px;
}

button.option-image-button > div.option-image-overlap {
  position: relative;
  height: 75px;
}

button.option-image-button > div.option-image-overlap > img {
  height: 25px;
  left: 10px;
  position: relative;
  top: -10px;
}

button.option-image-button > div.option-image-overlap > img + img {
  left: -30px;
  top: 10px;
}

button.option-image-button > div.option-image-small > img {
  height: 25px;
  margin: 12.5px 0;
}

.option-text-prewrap {
  white-space: pre-line;
}

button.option-image-button > div.option-text {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

button.option-image-button span.option-blue-text {
  color: #28939C;
}

button.option-image-button > div.option-text-expedite {
  display: block;
}

button.option-image-button > div.option-text-expedite > div:first-child {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}

button.option-image-button.selected > div.option-text,
button.option-image-button.selected span.option-blue-text {
  color: #FFFFFF;
}

button.option-image-button > div.option-text-prewrap {
  white-space: pre-line;
}

.option-button-triple-container > button.option-image-button > div.option-text {
  padding-left: 0px;
  padding-right: 0px;
}

.option-image-button .most-popular-flag {
  bottom: -25px;
  left: 10px;
  position: absolute;
  width: 250px;
}

button.option-image-button-notext > div.option-image > img {
  height: 80px;
  margin-bottom: 20px;
}

/* Button Options - Collapsed */

button.option-collapsed-button {
  background: transparent;
  border: 2px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  color: #363636;
  display: inline-block;
  height: 190px;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-transform: none;
  transition: none;
  width: 200px;
}

button.option-collapsed-button + button.option-collapsed-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
}

button.option-collapsed-button.selected {
  background-color: #28939C;
  border-color: #28939C;
  color: #FFFFFF;
}

button.option-collapsed-button:hover:not(.selected) {
  border-color: #2E9EA3;
}

button.option-button > div {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 20px 20px 20px;
  white-space: normal;
}

button.option-button > ul > li.option-small {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-left: 30px;
}

button.option-collapsed-button > div.option-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

button.option-collapsed-button > div.option-emphasis-text {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

button.option-collapsed-button > div.option-text {
  color: #6D7072;
  font-size: 14px;
  font-weight: 400;
}

button.option-collapsed-button.selected > div.option-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}


/* Page Defaults */

.section-1 {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 100px;
}

.feedback-page .section-1 {
  padding-bottom: 64px;
}

.art-image-large {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 115px;
  width: 115px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.page-image-large {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 115px;
  width: 115px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.waiting .section-1 {
  height: 800px;
}

@media (max-width: 812px) {
  .waiting .section-1 {
    padding-top: 80px;
    height: 500px;
  }
}

.pending-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.verify-pending-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 102px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pending-message {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pending-message > img {
  height: 100px;
  margin-right: 16px;
  vertical-align: middle;
}

.back-container {
  position: absolute;
  display:  block;
  top: 100px;
  left: 50px;
}

.back-container > button {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #28939C;
  display: flex;
  font-size: 52px;
  margin: 0px;
  padding: 0px;
}

.back-container > button:disabled {
  opacity: 0.5;
}

.page-image {
  align-items: center;
  color: #363636;
  justify-content: center;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
  width: 800px;
}

.payment-nameres .page-image > img, .payment-nypub .page-image > img, .payment-nameres .explanation-container > img, .payment-nypub .explanation-container > img {
  height: 170px;
}

img.page-image-credit-card {
  height: 70px;
}

img.page-image-state-requirements {
  height: 100px;
}

.page-content {
  margin: 0 auto;
  width: 800px;
}

.feedback-page .page-content {
  width: 400px;
}

.page-title {
  justify-content: center;
  margin: 0 auto;
  padding-top: 25px;
  white-space: pre-line;
  width: 800px;
}

div.page-title  {
  font-family: 'EB Garamond';
}

div.page-title span {
  font-family: 'EB Garamond';
}

.purchase-plan-upsell .page-title {
  font-family: 'Lato', sans-serif;
}

.purchase-plan-upsell h1.page-title {
  font-family: 'EB Garamond';
}

.page-title-narrow {
  width: 520px;
}

.page-title-long {
  width: 90%;
}

.page-title-big {
  font-size: 42px;
  line-height: 48px;
}

.page-title-small {
  align-items: center;
  color: #363636;
  font-size: 30px;
  justify-content: center;
  line-height: 34px;
  margin: 0 auto;
  text-align: center;
  width: 864px;
}

div.page-subtitle {
  align-items: center;
  color: #363636;
  font-size: 28px;
  justify-content: center;
  letter-spacing: -0.26px;
  line-height: 32px;
  margin: 10px auto 0 auto;
  text-align: center;
  width: 700px;
}

.page-title-price {
  align-items: center;
  color: #2E9EA3;
  font-size: 30px;
  justify-content: center;
  line-height: 36px;
  margin: 0 auto;
  padding-left: 10px;
  text-align: center;
  width: auto;
}

.page-description {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 60px;
  width: 672px;
}

.page-description-narrow {
  width: 480px;
}

.page-description-wide {
  max-width: 540px;
}

.page-description-thin {
  padding-bottom: 40px;
  width: 480px;
  font-size: 24px;
  line-height: 32px;
}

.page-description-small {
  font-size: 18px;
  line-height: 24px;
}

.page-description-emphasis {
  font-weight: 400;
}

.page-description-bold {
  font-weight: 500;
}

.page-description-block {
  display: block;
}

.page-description-left {
  color: #6D7072;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}

.page-description-italics {
  font-style: italic;
  padding-bottom: 0px;
}

.page-description-collapsed {
  padding: 0;
}

.page-description > ul {
  text-align: left;
}

.page-link-options {
  align-items: center;
  color: #28939C;
  display: flex;
  font-size: 32px;
  font-weight: 400;
  justify-content: center;
  line-height: 36px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  width: 672px;
}

.page-link-active {
  padding-bottom: 10px;
  border-bottom: 4px solid #28939C;
}

.boolean-choice-description {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.58px;
  line-height: 22px;
  text-align: center;
  max-width: 728px;
  margin: auto;
  padding-top: 8px;
}

.column-instructions {
  align-items: center;
  color: #6D7072;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.column-section {
  padding-bottom: 30px;
}

.column-separator-dash-grey {
  border-top: 2px dashed #CCCCCC;
  padding-bottom: 30px;
}

.column-separator-grey {
  border-top: 2px solid #CCCCCC;
  padding-bottom: 30px;
}

.column-separator-black {
  border-top: 2px solid #363636;
  padding-bottom: 30px;
}

.column-left {
  margin-right: 100px;
}

.column-section-fees .column-left {
  min-height: 70px;
}

.column-left-nomargin {
  margin-right: 0px;
}

.column-right {
  float: right;
  text-align: right;
  width: 100px;
}

.column-right-wide {
  width: 150px;
}

.column-section-title {
  margin-right: 100px;
  padding-bottom: 20px;
}

.column-section-title-payment {
  margin-right: 100px;
  padding-bottom: 20px;
}

.column-section-title-nomargin {
  margin-right: 0px;
}

.column-section-disabled .column-section-title {
  color: #CCCCCC;
}

.column-section-title-centered-price {
  padding-bottom: 0px;
}

.column-section-title-nobottom {
  padding-bottom: 10px;
}

.column-number {
  display: inline-block;
  width: 30px;
}

.column-indent {
  color: #363636;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.column-section-disabled .column-indent {
  color: #6D7072;
}

.column-indent > img {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  width: 40px;
}

.column-indent ul {
  display: block;
  list-style: none;
  margin: 0px auto;
  text-align: left;
}

.payment-inline .column-indent img {
  width: 60px;
}

.payment-inline .column-section-title {
  margin-right: 10px;
}

.payment-inline .column-description {
  color: #6D7072;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.payment-inline .tos-checkbox {
  padding-bottom: 0px;
}

.column-section-disabled .column-indent img {
  filter: grayscale(80%);
  opacity: 0.6;
}

.column-listing {
  margin-left: 60px;
  margin-right: 10px;
}

.column-listing-payment {
  margin-left: 60px;
  margin-right: 10px;
}

.column-listing-payment-ca {
  margin-left: 90px;
  margin-right: 10px;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  .column-listing-payment-ca {
    margin-right: -49px;
  }
}
@media screen and (min-width: 1200px) {
  .column-listing-payment-ca {
    margin-right: -160px;
  }
}

.column-label {
  font-weight: 400;
}

.column-value {
  color: #6D7072;
  font-weight: 400;
}

button.column-edit-link {
  float: right;
  font-size: 20px;
  margin-top: 0px;
}

.column-price {
  color: #2E9EA3;
  font-size: 40px;
}

.column-price-monthly {
  color: #2E9EA3;
  font-size: 28px;
}

.payment-inline .column-price {
  font-size: 26px;
}

.column-black {
  color: #000000;
}

.column-section-disabled .column-price {
  color: #CCCCCC;
}

.column-price-type {
  color: #2E9EA3;
  font-size: 16px;
}

.column-section-disabled .column-price-type {
  color: #CCCCCC;
}

.column-right .boolean-checkbox {
  margin-top: 0;
  margin-bottom: 10px;
  justify-content: flex-end;
}

.column-state-image {
  float: left;
  margin-right: 20px;
  width: 70px;
}

.column-state-image > img {
  width: 80px;
  vertical-align: center;
}

.container {
  margin: 0 auto 40px auto;
  padding: 0 15px;
  width: 588px;
}

.container.container-sm {
  width: 390px;
}

.container.container-mid {
  width: 600px;
}

.container.container-wide {
  width: 900px;
}

.container.container-wider {
  width: 940px;
}

.container.container-2-columns {
  width: 680px;
}

.container.option-button-container {
  text-align: center;
}

.container-additional {
  text-align: center;
}

.container.width-auto {
  width: auto;
}

.container > ul > li {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;

}

.column-1 {
  align-items: center;
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

.column-2 {
  align-items: center;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 230px;
}

.container.container-2-wide-columns {
  display: flex;
  width: 1200px;
  max-width: 95% ! important;
}

.container.container-2-wide-columns + .container.container-2-wide-columns {
  margin-top: -40px;
}

.column-wide-1 {
  align-items: center;
  display: inline-block;
  vertical-align: top;
  width: 53%;
}

.column-wide-2 {
  align-items: center;
  display: inline-block;
  margin-left: 4%;
  vertical-align: top;
  width: 43%;
}

.column-wide-3 {
  align-items: center;
  display: inline-block;
  vertical-align: top;
  width: 62%;
}

.column-wide-4 {
  align-items: center;
  display: inline-block;
  margin-left: 4%;
  vertical-align: top;
  width: 34%;
}

.container-description {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto;
  text-align: center;
}

.container-description-large {
  color: #363636;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 10px auto 0 auto;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
}

.container-field-label {
  color: #363636;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 10px 0;
  text-align: left;
}

.yearly-payment-container {
  color: #363636;
  margin: 20px auto 80px auto;
  text-align: center;
}

.yearly-payment-title {
  display: block;
  font-size: 24px;
}

.yearly-payment-title > img {
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.yearly-payment-saved {
  display: block;
  margin-left: calc(50% + 40px);
  background-color: #2E9EA3;
  color: #FFFFFF;
  height: 60px;
  width: 120px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.yearly-payment-saved > img {
  display: block;
  width: 45px;
  margin-left: 37.5px;
}


.split-column-container {
  display: flex;
}

.split-column {
  align-items: center;
  display: inline-block;
  width: 287px;
  margin-right: 20px;
}

.split-column-email {
  width: 100%;
  margin-right: -3px;
}

.split-column + .split-column {
  margin-right: 0px;
}

.badge-container {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.badge-with-text {
  display: inline-block;
  margin: 0 5px;
  width: 130px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

img.badge {
  width: 110px;
  height: 110px;
  margin: 0px 10px;
}

.sidebar {
  margin-top: 3px;
}

.sidebar-title {
  font-size: 28px;
  margin: 0 auto 30px auto;
}

.processing-fee-header {
  margin-top: -18px;
}

.todays-total {
  font-size: 30px;
  color: #2E9EA3;
  font-weight: 700;
  float: left;
}

.sidebar-label {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 10px 0;
}

.sidebar-image {
  display: inline-block;
}

.sidebar-image > img {
  height: 50px;
}

.sidebar-image + label {
  display: inline-block;
}

.sidebar-bold {
  font-weight: 700;
}

.sidebar-blue {
  color: #2E9EA3;
}

.sidebar-label .sidebar-bold .sidebar-blue {
  margin-left: 5px;
}

.sidebar-price {
  color: #6D7072;
  display: inline-block;
  font-weight: 400;
  width: 140px;
}

.sidebar-label.sidebar-label-big {
  color: #2E9EA3;
  font-size: 48px;
  margin-top: 15px;
}

.sidebar-only {
  margin: 0 24px 20px 24px;
}

.sidebar-section {
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
  color: #363636;
  margin: 0 0 20px 0;
  padding: 20px;
  width: 100%;
}

.sidebar-section-noborder {
  border-radius: 0;
  border-width: 0;
  padding: 0 24px;
}

.sidebar-section-noborder + .sidebar-section-noborder {
  margin-top: 0;
}

.sidebar-section:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 0px;
}

.sidebar-highlight {
  background: #2E9EA3;
  border-radius: 5px;
  color: #000000;
  margin-bottom: 20px;
  padding: 20px;
}

.sidebar .sidebar-highlight label:not(.is-animated) {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto 8px 0;
}

.sidebar .sidebar-highlight-label:not(.is-animated), .sidebar-only .sidebar-highlight-label:not(.is-animated) {
  color: #FFFFFF;
  font-size: 20px;
}

.sidebar .sidebar-highlight input {
  border-width: 0px;
}

.sidebar .sidebar-highlight input.error-input {
  border-width: 2px;
  padding: 8px 14px;
}

.sidebar .sidebar-highlight button.sidebar-button, .sidebar-only .sidebar-highlight button.sidebar-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.sidebar .sidebar-highlight button.sidebar-button-right, .sidebar-only .sidebar-highlight button.sidebar-button-right {
  background-color: #2E9EA3;
  float: right;
  font-weight: 700;
  padding: 0 0 0 10px;
  width: auto;
}

.sidebar-section .sidebar-subtitle {
  justify-content: left;
  margin-left: 75px;
}

.sidebar-section .boolean-checkbox {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sidebar-section .sidebar-gauge {
  margin: 10px 20px 10px 40px;
}

.sidebar-section .boolean-checkbox .force-privacy {
  background: #e97059;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 6px;
  padding: 10px 20px;
  text-align: left;
}

.sidebar-label-left {
  margin-right: 75px;
}

.sidebar-label-right {
  float: right;
}

.sidebar-text-large {
  font-size: 28px;
}

.sidebar-text-small {
  font-size: 18px;
}

.sidebar .tos-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar .tos-checkbox:first-child {
  margin-top: 40px;
}

.sidebar .tos-checkbox > label {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
}

.sidebar label:not(.rendered-field-label) {
  font-size: 24px;
  font-weight: 400;
  margin-left: 18px;
}

.sidebar-total {
  color: #2E9EA3;
  font-size: 30px;
  font-weight: 700;
  float: right;
  position: relative;
  right: -3px;
}

.sidebar-total-div {
  padding-top: 15px;
}

.sidebar-button-container {
  margin: 30px 0 0 0;
  padding: 0 15px;
  width: 100%;
}

.sidebar-button-container > button {
  width: 100%;
}

.button-container {
  margin: 0px auto;
  padding: 0 15px;
  width: 300px;
}

.error-button-container, .button-container-wide {
  width: 480px;
}

.button-container-width-672px {
  width: 672px;
}

.button-container-secondary {
  margin: -20px auto 40px auto;
}

.button-container + .button-container-secondary {
  margin-top: 20px;
}

.column-wide-2 .button-container {
  padding: 0;
  width: 100%;
}

.button-container > button {
  width: 100%;
}

.button-container-split > button {
  width: 48%;
  display: inline-block;
  margin-left: 0;
  margin-right: 2%;
}

.button-container-split > button + button {
  margin-left: 2%;
  margin-right: 0;
}

.back-to-top-container {
  text-align: center;
}

.explanation-container {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.art-image-large-explanation {
  border: 0px solid #CFCFCF;
  border-radius: 0;
  box-sizing: border-box;
  height: 115px;
  width: 115px;
}

.explanation-container > .art-image-large {
  display: inline-block;
  width: auto;
}

.explanation-bubble {
  background: #F1F4F5;
  border: 2px solid #F1F4F5;
  bottom: 10px;
  box-shadow: none;
  color: #363636;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  left: calc(50% + 70px);
  line-height: 22px;
  margin-right: 10px;
  max-width: 450px;
  min-height: 70px;
  padding: 15px;
  position: absolute;
  text-align: left;
  text-transform: none;
}

.explanation-bubble:after ,.explanation-bubble:before {
	border: solid transparent;
	bottom: 32px;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
  right: 100%;
	width: 0;
}

.explanation-bubble:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #F1F4F5;
	border-width: 10px;
	margin-top: -10px;
}

.explanation-bubble:before {
	border-color: rgba(182, 182, 182, 0);
	border-right-color: #F1F4F5;
	border-width: 13px;
	margin-top: -13px;
}

.explanation-bubble.explanation-error {
  background: #E53535;
  border-color: #E53535;
  color: #FFFFFF;
}

.explanation-error:before, .explanation-error:after {
  border-right-color: #E53535;
}

button.explanation-bubble {
  background: #F1F4F5;
  border-color: #F1F4F5;
  box-shadow: none;
  color: #363636;
  display: none;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

button.explanation-bubble:hover, button.explanation-bubble:focus {
  background: #F1F4F5;
}

.explanation-bubble-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.explanation-bubble-expanded .explanation-bubble-label {
  white-space: normal;
}

.explanation-bubble a {
  color: #84D2D5;
}

.explanation-bubble.explanation-error a {
  color: #EC7C64;
}

.payment-nameres .explanation-container > .explanation-bubble, .payment-nypub .explanation-container > .explanation-bubble {
  bottom: 55px;
  left: calc(50% + 80px);
}

@media (max-width: 812px) {

  .explanation-container {
    display: flex; /* SSP-2984 - using flex ensures Rovie and his bubble are side-by-side */
    justify-content: center;
  }

  .explanation-bubble {
    bottom: auto;
    left: auto;
    margin: 50px 15px 20px 0;
    padding: 8px;
    max-width: calc(100vw - 30px);
    min-height: 20px;
    position: relative;
    width: 100%;
  }

  .explanation-bubble-label {
    font-size: smaller;
  }

  .explanation-bubble:before {
    top: 70px;
    bottom: unset;
  }

  .explanation-bubble:after {
    display: none;
  }

  button.explanation-bubble {
    display: block;
    text-align: left;
  }

  span.explanation-bubble {
    display: none;
  }

  .payment-nameres .explanation-container > .explanation-bubble, .payment-nypub .explanation-container > .explanation-bubble {
    bottom: auto;
    left: auto;
  }
}
.show-address {
  margin-top: 40px;
}

.show-address-explanation {
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-right: 15px;
  padding-top: 30px;
}

.show-address-explanation > div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.show-address-explanation > div:first-child {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.show-address-explanation > div:first-child + div {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.show-address .show-address-warning {
  background-color: #E53535;
  color: #ffffff;
  border-radius: 6px;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.show-address button.link-like {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .container, .button-container {
    max-width: 540px;
  }

  .explanation-bubble {
    max-width: 510px;
  }
}

@media (min-width: 812px) {
  .container, .button-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .button-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .button-container {
    max-width: 1140px;
  }
}

/**
 * Cols and Rows
 **/
.container-row {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container-row {
    max-width: 540px;
  }
}

@media (min-width: 812px) {
  .container-row {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-row {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-row {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 812px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

/**
 * Headers
 **/

.nav-header {
  background: #ffffff;
  height: 62px;
  padding: 10px 16px;
  box-shadow: inset 0px -1px 0px #C7C7C7;
}

.nav-header.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px 1fr;
  grid-template-columns: 1fr 150px 1fr;
  background-color: #FFFFFF;
  width: 100%;
  align-items: center;
}

.nav-header button:focus {
  outline: transparent !important;
}

.nav-header .log-in-button {
  display: flex;
  justify-content: flex-end;
  padding-right: 108px;
}

.nav-header .log-in-button button {
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 24px;
}

.nav-menu-left {
  float: left;
  position: relative;
}

.nav-menu-left .menu-img {
  margin-top: 0px;
}

.website-header .nav-menu-left .menu-img {
  height: 45px;
  width: 45px;
}

.nav-menu-right {
  float: right;
  position: relative;
  padding: 0;
  background-color: #ffffff;
}

.nav-header .nav-menu-widgets {
  position: relative;
  height: 100%;
  width: 100%;
}

.nav-header .nav-menu-widgets.hide {
  display: none;
}

.nav-header .nav-menu-widgets .nav-menu-widgets-absolute {
  position: absolute;
  right: 0;
}

.nav-right-label {
  color: #2E9EA3;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.nav-header-widgets-container {
  display: flex;
  justify-content: flex-end;
}

.nav-header-widgets-wrapper {
  position: relative;
  width: 86px;
}

.nav-menu-formation-date {
  font-size: 14px;
  line-height: 32px;
  margin-right: 10px;

}

.nav-menu-formation-date span {
  margin-right: 5px;
}

.nav-menu-back {
  width: 100%;
  height: 100%;
}

.nav-menu-back button {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #28939C;
  display: flex;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  width: 32px;
  height: 100%;
}

nav .obo {
  background-color: #F8645B;
  position: absolute;
  color: #ffffff;
  text-align: center;
  width: 100%;
  top: 62px;
  padding: 0 8px;
  z-index: 1;
}

.nav-header button.nav-menu-button {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: none;
  color: #363636;
  display: flex;
  padding: 10px;
  margin-top: -4px;
}

.nav-header .nav-menu-right button.ghost {
  border-width: 1px;
  font-size: 18px;
  line-height: 22px;
  margin: 5px 10px 5px 5px;
  padding: 0 6px;
}

.nav-header .nav-menu-right button.ghost.no-margin {
  margin: 0;
}

.nav-header button.nav-help-button {
  background: #FFFFFF;
  border: 0;
  box-shadow: none;
  color: #28939C;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 30px;
  line-height: 24px;
  margin-right: 20px;
  margin-top: 0px;
  padding: 0px;
  width: 30px;
}

.nav-header.grid button.nav-help-button {
  margin: auto;
}

.nav-header .nav-menu-right-phone {
  color: #2E9EA3;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  padding-top: 8px;
}

.menu-dropdown {
  background-color: #fefefe;
  border: 1px solid #efefef;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  left: 10px;
  margin-top: -5px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  z-index: 100;
}

.menu-dropdown > a {
  border-bottom: 1px solid #CCCCCC;
  color: #6D7072;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
  text-decoration: none;
}

.menu-dropdown > a:last-child {
  border-bottom-width: 0px;
}

.menu-dropdown > a:hover {
  background-color: #f9f9f9;
  color: #28939C;
}

.menu-dropdown > button {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #CCCCCC;
  color: #6D7072;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
  padding: 15px 10px;
  text-align: left;
  width: 100%;
  -webkit-font-smoothing: auto;
}

.menu-dropdown > button:last-child {
  border-bottom-width: 0px;
}

.menu-dropdown > button:hover {
  background-color: #F1F4F5;
  color: #28939C;
}

.zen-logo {
  display: inline-block;
  max-width: 200px;
}

.header-logo.widgets {
  display: flex;
  justify-content: center;
}

.header-logo > a {
  display: inline-flex;
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  width: 150px;
}

.website-header .header-logo > a {
  width: unset;
}

.website-header .header-logo > a {
  width: unset;
}

.header-logo > button {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: left;
  vertical-align: unset;
  -webkit-font-smoothing: auto;
}

.menu-dropdown > button:last-child {
  border-bottom-width: 0px;
}

.header-logo > button:hover, .header-logo > button:focus {
  color: #2E9EA3;
}

.nav-menu {
  float: left;
}

button.nav-header-menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline;
  line-height: 1.0em;
  text-align: left;
}

.nav-header-menu {
  color: #000000;
	font-size: 35px;
	margin-top: -2px;
  margin-left: -25px;
}

.nav-header .nav-header-menu.white {
	color: #FFFFFF;
}

.nav-header .zen-header {
  margin-left: 30px;
  line-height: 1.75em;
}

.nav-header .zen-text {
  font-size: 1.75em;
  color: #363636;
  margin: 0;
}

.nav-header .zen-text > a {
  color: #363636;
}

.blue {
  color: #2E9EA3;
}

.blue-strikethrough {
  color:  #2E9EA3;
  text-decoration: line-through;
}

.strikethrough {
  text-decoration: line-through;
}

.red {
  color: #E95737;
}

.grey {
  color: #CCCCCC;
  font-weight: 400;
}

.footnote {
  color:  #2E9EA3;
  font-size: 0.75em;
  margin-right: 5px;
  vertical-align: super;
}

.zen-logo-header {
  max-width: 150px;
  max-height: 30px;
  padding: 0;
}

.zen-logo-header.circle-logo {
  display: none;
}

.zen-logo-header.with-padding {
  padding: 5px;
}

.hidden-autofill-input {
  position: absolute;
  transform: translateX(999999999px);
}

/*****************
 *
 * Page completion
 *
 *****************/

 .page-complete-loader {
   text-align: center;
   margin: 30px 0;
 }

 .page-complete-loader > img {
   width: 128px;
 }

 .page-complete-celebrate-image {
  width: 256px;
  height: 256px;
  padding: 61px 0 40px 0;
  margin: 0 auto;
  display: block;
 }

 .page-complete-title {
  color: #000000;
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  margin: auto;
  max-width: 900px;
  text-align: center;
  padding-bottom: 16px;
}

.page-complete-qa-title {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  font-weight: 400;
  padding: 65px 0 40px 0;
}

.page-bullets-container {
  padding-bottom: 40px;
}

.page-bullets-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 10px;
}

.page-bullets-ul {
  list-style-position: inside;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #4D4D4D;
}

.page-bullets-bullet {
  text-align: center;
}

.page-complete-description {
  max-width: 540px;
  color: #2E2E2E;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  margin: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-complete-question {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-complete-answer {
  max-width: 900px;
  color: #2E2E2E;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  padding-bottom: 40px;
  margin: auto;
}

.header-logo.header-logo-with-phone {
  position: relative;
  width: 96%;
}

/**
 *
 * Mobile
 *
 **/
 @media (max-width: 812px) {
  /* fix for ios keyboard scroll issue */
  #root {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* hide back-to-top container on mobile due to not working with above fix */
  .back-to-top-container {
    visibility: hidden;
  }

  .input-button-container input {
    width: 180px;
  }

  .nav-menu-right.pre-purchase.grid {
    grid-gap: 0;
    height: 49px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin-right: 8px;
  }

  .nav-header.grid button.nav-help-button {
    margin: 8px;
    margin-left: 12px;
  }

  .nav-header.grid button.nav-menu-button {
    margin-top: 4px;
    margin-left: 0;
  }

  .nav-menu-left:not(.pre-purchase),
  .nav-menu-right:not(.pre-purchase),
  .nav-menu-right:not(.pre-purchase).grid,
  .nav-header.grid .nav-menu-left.pre-purchase {
    display: none;
  }

  .nav-menu-formation-date {
    align-self: center;
    font-size: 12px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    line-height: normal;
    margin-right: 5px;
    white-space: pre-line;
  }

  .nav-menu-formation-date span:first-child {
    display: block;
  }

  .header-logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
    justify-self: center;
    margin: 0;
    padding-left: 0px;
  }

  .header-logo > a {
    margin-left: 0px;
    width: 125px;
  }

  .header-logo-with-phone > a {
    line-height: 1px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .header-logo-with-phone img.zen-logo-header {
    height: 25px;
  }

  .nav-menu-right.mobile {
    display: grid;
    position: absolute;
    grid-gap: 0;
    top: 0;
    right: 10px;
    height: 100%;
  }

  .nav-header .nav-menu-right button.ghost{
    font-size: 14px;
    padding: 0;
    margin: 4px;
    width: 57px;
  }

  .header-logo-phone {
    color: #2E9EA3;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  }

  .menu-sign-in {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    font-size: 14px;
    -ms-grid-column-align: right;
    justify-self: right;
    margin-right: 10px;
  }

  .menu-sign-in > button.nav-login-button {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    padding: 0;
  }

  .zen-logo-header {
    height: 30px;
    padding: 0px;
  }

  nav + div {
    /* display: grid; this messes up the bootstrap grid system*/
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
    margin: auto;
    max-width: 1000px;
  }

  .section-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding: 0;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .art-image-large, .art-image-large-explanation {
    height: 102px;
    width: 102px ! important;
    border: 0;
    margin: auto;
  }

  .art-image-large {
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .art-image-large-explanation {
    margin-top: 50px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .verify-pending-image {
    height: 102px;
    margin: auto;
    margin-bottom: 20px;
  }

  .container, .button-container-secondary {
    margin-bottom: 5%;
    margin-top: 3%;
  }

  .container.container-wide {
    max-width: 900px;
    width: 100%;
  }

  .container.container-wider {
    max-width: 940px;
    width: 100%;
  }

  .container.container-mid {
    max-width: 600px;
    width: 100%;
  }

  .container.container-2-columns {
    max-width: 680px;
    width: 100%;
  }

  .column-1 {
    width: 100%;
  }

  .column-2 {
    margin-left: 0px;
    width: 100%;
  }

  .container.container-2-wide-columns {
    width: 100%;
    flex-direction: column;
  }

  .container.container-2-wide-columns + .container.container-2-wide-columns {
    margin-top: 0px;
  }

  .column-wide-1 {
    order: 2;
    width: 100%;
  }

  .column-wide-2 {
    margin-left: 0px;
    order: 2;
    width: 100%;
  }

  .column-section {
    padding-bottom: 10px;
  }

  .column-section-title {
    margin-right: 10px;
  }

  .new-brand .column-section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .new-brand .column-listing {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .new-brand .container {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .new-brand .column-left {
    margin-right: 10px;
  }

  .new-brand .column-left .column-state-image img {
    margin-bottom: 30px;
    margin-right: 16px;
  }

  .new-brand .column-right {
    margin-top: 3px;
    width: 85px;
  }

  .new-brand .column-listing-small {
    margin-left: 56px;
    margin-right: 0;
  }

  .new-brand .column-indent {
    padding-left: 0;
  }

  .new-brand .column-indent > img {
    margin-right: 16px;
    margin-bottom: 30px;
  }

  .column-edit-link {
    font-size: 22px;
  }

  .column-left {
    margin-right: 10px;
  }

  .column-indent {
    font-size: 16px;
  }

  .column-listing {
    color: #6D7072;
    font-size: 18px;
    font-weight: 400;
  }

  .column-listing > button.link-like {
    font-size: 18px;
    margin-top: 0px;
  }

  .column-listing-small {
    margin-left: 90px;
    margin-right: 65px;
  }

  .column-separator-grey-dashed {
    padding-bottom: 20px;
  }

  .column-separator-grey {
    padding-bottom: 20px;
  }

  .column-separator-black {
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .column-label {
    font-weight: 700;
  }

  .column-value {
    color: #6D7072;
    font-weight: 400;
    word-break: break-word;
  }

  .column-price {
    font-size: 28px;
  }

  .split-column {
    width: 100%;
  }

  .sidebar {
    margin-top: 0px;
    font-size: 16px;
    padding-bottom: 0px;
  }

  .sidebar-section {
    padding: 10px;
    margin: 0px;
  }

  .sidebar-only {
    padding: 10px;
    margin: 0px;
  }

  .sidebar-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sidebar-subtitle {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    display: block;
    text-align: left;
  }

  .sidebar-section .sidebar-subtitle {
    margin-left: 0;
    font-size: 1.5em;
  }

  .sidebar-label {
    margin: 0 0 10px 0;
    text-align: left;
    display: block;
    font-size: 1.0em;
    line-height: 1.2em;
  }

  .sidebar-label.sidebar-label-big {
    font-size: 1.0em;
  }

  .sidebar .boolean-checkbox {
    text-align: left;
    margin-top: 10px;
  }

  .sidebar label:not(.rendered-field-label) {
    display: inline-block;
    font-size: 1.0em;
    font-weight: 700;
  }

  .sidebar-total-div {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 40px;
  }

  .todays-total, .sidebar-total {
    color: #ffffff;
    font-size: 1.3em;
    float: none;
    display: inline-block;
    margin-right: 5px;
  }

  .show-address {
    margin-top: 0px;
  }

  .show-address-explanation > div:first-child, .show-address-explanation > div:first-child + div {
    color: #6D7072;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }

  .back-container {
    display: none;
  }

  .page-image {
    width: 75%;
  }

  .page-title {
    font-size: 1.3em;
    line-height: 140%;
    padding: 0px;
    width: 75%;
  }

  .page-title-narrow {
    width: 75%;
  }

  .page-title-long {
    width: 90%;
  }

  .page-title-big {
    font-size: 1.3em;
  }

  .page-title + .option-button-container {
    margin-top: 40px;
  }

  span.page-title {
    font-size: 1.0em;
  }

  .page-title-small {
    font-size: 1.0em;
    line-height: 140%;
    padding: 10px 0px 0px 0px;
    width: 75%;
  }

  div.page-subtitle {
    font-size: 1.1em;
    line-height: 140%;
    padding: 0px;
    width: 75%;
  }

  .page-title-price {
    font-size: 1.0em;
    line-height: 140%;
  }

  .page-description {
    padding-bottom: 0px;
    width: 50%;
  }

  .page-description + .button-container {
    margin-top: 60px;
  }

  .page-description-small {
    width: 80%;
  }

  .page-description-wide {
    width: 80%;
  }

  .map {
    height: 200px;
  }

  .container, .error-button-container, .button-container-wide {
    width: 100%;
  }

  label {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 1em;
    margin-left: 6px;
  }

  .boolean-checkbox > label {
    font-size: 16px;
  }

  [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), select, textarea {
    font-size: 16px;
    padding: 10px 12px;
  }

  select {
    padding-right: 32px;
  }

  button, [type='button'], [type='reset'], [type='submit'] {
    font-size: 23px;
    font-weight: 700;
    padding: 12px 20px;
    display: block;
    white-space: normal;
  }

  .container.option-button-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    border: solid #cccccc 1px;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0px;
    width: 90%;
  }

  .container.option-button-triple-container {
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
  }

  button.option-button, button.option-image-button {
    width: auto;
    border-width: 0px;
    border-right: 1px solid #cccccc;
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 16px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: block;
    margin: 0px;
    height: auto;
    transition-duration: unset;
    padding: 10px;
  }

  .container.option-button-triple-container > button.option-image-button {
    width: auto;
  }

  button.option-button:hover:not(.selected), button.option-image-button:hover:not(.selected) {
    color: #363636;
    border-color: #cccccc;
  }

  button.option-button + button.option-button, button.option-image-button + button.option-image-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin-left: 0px;
  }

  .container.option-button-triple-container button.option-button + button.option-button, .container.option-button-triple-container button.option-image-button + button.option-image-button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
  }

  button.option-button + button.option-button + button.option-button, button.option-image-button + button.option-image-button + button.option-image-button {
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    margin-left: 0px;
  }

  button.option-button > div, button.option-image-button > div {
    padding: 0 0 20px 0;
  }

  button.option-button > ul {
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
  }

  button.option-button > ul > li.option-small {
    margin-left: 0px;
    text-align: center;
  }

  button.option-button > div.option-title, button.option-image-button > div.option-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  button.option-image-button > div.option-title {
    padding-top: 0px;
  }

  button.option-button.selected > div.option-title, button.option-image-button.selected > div.option.title {
    font-weight: 700;
  }

  button.option-button > div.option-small {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.0em;
    padding: 0px 10px 10px 10px;
  }

  button.option-button > ul > li.option-small {
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.0em;
    padding: 0px 0px 10px 0px;
  }

  button.option-button > ul > li.option-small:first-child {
    padding-top: 20px;
  }

  button.option-button > ul > li.option-small:last-child {
    padding-bottom: 50px;
  }

  button.option-image-button > div.option-text {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.5em;
    padding: 10px 10px 10px 10px;
  }

  button.option-image-button > div.option-text-prewrap {
    white-space: pre-line;
  }

  button.option-button.selected > div.option-small, button.option-button.selected > ul > li.option-small, button.option-image-button > div.option-text {
    font-weight: 400;
  }

  button.option-image-button > div {
    position: static;
  }

  .option-image-button .most-popular-flag {
    bottom: unset;
    left: calc(50% - 100px);
    top: -20px;
    width: 200px;
  }

  button.option-collapsed-button {
    width: 170px;
  }

  .llc-managers button.option-image-button > div.option-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-backdrop {
    padding: 90px 10px;
  }

  .fixed-modal-close {
    top: 60px;
    right: calc(5% - 35px);
  }

  .modal-dialog {
    max-height: 80%;
    max-width: 90%;
    padding: 20px;
    top: 80px;
  }

  .modal-dialog.max-height-100 {
    max-height: 100%;
  }

  .modal-close {
    margin-right: 0px;
    margin-top: -10px;
  }

  .modal-split {
    display: block;
  }

  .modal-split-column-50 {
    width: 100%;
    margin-right: 0%;
  }

  .modal-split-column-50 + .modal-split-column-50 {
    margin-left: 0%;
    margin-right: 0;
  }

  .modal-split-column-33 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%
  }

  .modal-split-column-33:first-child {
    margin-left: 0;
  }

  .modal-split-column-33:last-child {
    margin-right: 0;
  }

  .modal-button-container button.modal-btn-split {
    display: inline-block;
  }

  .page-party {
    position: relative;
    height: 275px;
    overflow: hidden;
  }

  .page-party-image {
    position: absolute;
    top: 0;
    left: -200px;
    right: -200px;
    overflow: hidden;
  }

  .show-address-explanation {
    border-width: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 550px) {
  .nav-header {
    -ms-grid-columns: 80px 1fr 80px;
    grid-template-columns: 80px 1fr 80px;
  }

  .nav-header.grid {
    -ms-grid-columns: 1fr 150px 1fr;
    grid-template-columns: 1fr 150px 1fr;
  }

  .nav-menu-right.pre-purchase.grid.logged-in .nav-menu-widgets {
    grid-column: 2/3;
    margin: 8px;
  }

  .nav-menu-right.pre-purchase.grid.logged-in .nav-help-button {
    display: none;
  }

  .nav-header.grid .header-logo.widgets a {
    opacity: 1;
    animation: opacity-key-frame .6s ease;
  }

  .nav-header.grid .header-logo.widgets a.no-show {
    opacity: 0;
    animation: opacity-key-frame-reverse .6s ease;
  }

  .nav-header.grid .header-logo {
    width: 100%;
  }

  .nav-menu-formation-date span:first-child {
    display: none;
  }

  .nav-menu-formation-date span + span {
    display: block;
  }

  .container.option-button-triple-container {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    display: block;
  }

  .container.option-button-triple-container > button.option-image-button {
    width: 100%;
    border-radius: 0px;
  }

  .container.option-button-triple-container > button.option-image-button:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #CCCCCC;
  }

  .container.option-button-triple-container > button.option-image-button:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #CCCCCC;
  }

  .option-button-triple-container > button.option-image-button > div.option-title {
    padding-top: 0px;
  }

  .option-button-triple-container > button.option-image-button > div.option-image {
    padding-bottom: 0px;
  }

  .option-button-triple-container > button.option-image-button > div.option-image > img {
    height: 70px;
  }
}

/**
 * React Select
 */
.zen-select:hover {
  border-color: #2E9EA3;
}

 .zen-select.error-input .zen-select__control, .zen-select.error-input .zen-select__control:hover, .zen-select.error-input .zen-select__menu {
  border-color: #E95737;
}

.zen-select.error-input .zen-select__indicator-separator {
  background: #E95737;
}

.zen-select [type='text'] {
  line-height: 25.5px; /* required to make selects same size as inputs. */
  margin-bottom: 0px;
}

.zen-select .zen-select__single-value + input, .zen-select .zen-select__placeholder + input {
  border: 0;
  font-size: inherit;
  padding: 2px 0 3px 0;
  width: 1px;
  color: transparent;
}

@media (max-width: 812px) {
  .zen-select {
    font-size: 16px ! important;
    margin-bottom: 1.0em ! important;
  }

  .zen-select .zen-select__value-container {
    padding: 2px 8px 2px 10px;
  }
}

.Select-small-container .zen-select {
  font-size: 16px;
  text-align: left;
}

.Select-small-container .zen-select__control {
  border-width: 0;
  border-radius: 0;
  padding: 0px;
  width: 100%;
}

.Select-small-container .zen-select__value-container {
  color: #28939C;
  margin-right: 0px;
  padding: 5px 0;
}

.Select-small-container .zen-select__single-value {
  color: inherit;
  margin: 0;
  max-width: none;
}

.Select-small-container .zen-select__indicator {
  padding: 8px 0;
}

.Select-small-container .zen-select__menu {
  border-top-width: 2px;
  top: calc(100% - 10px);
}

.Select-small-container .zen-select__menu-list {
  padding: 0;
}

.Select-small-container .zen-select__option {
  padding: 8px;
}

.Select-small-container .Select-menu {
  border-radius: 6px;
}

.Select-small-container .Select-menu-outer {
  border-radius: 6px;
}

.Select-small-container .Select-option {
  background-color: #FFFFFF;
  color: #28939C;
  font-size: 16px;
  padding: 8px 5px;
}

.Select-small-container .Select-option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.center{
  margin: auto;
  max-width: 400px;
}

.upper-lower-padding {
  padding-top: 40px;
  padding-bottom: 80px;
}

.add-managers {
  max-width: 100%;
}

.less-right-padding {
  padding-right: 12px;
}

.less-left-padding {
  padding-left: 12px;
}

.less-left-right-padding {
  padding-left: 0;
  padding-right: 0;
}

.add-principal-container .row-bottom-margin {
  margin-bottom: 20px;
}

button.add-principal-type-button {
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  height: 90px;
  width: 307px;
  border-radius: 8px;
}

.modal-dialog button.add-principal-type-button {
  width: 100%;
  margin-bottom: 20px;
}

button.add-principal-type-button-not-selected {
  background: transparent;
  border-color: #28939C;
  box-shadow: none;
  color: #28939C;
}

button.add-principal-type-button-not-selected:hover {
  background: #E1F2F2;
  border-color: #2E9EA3;
  box-shadow: none;
  color: #28939C;
}

button.add-principal-type-button-not-selected:active {
  background: #C0E2E3;
  border-color: #2E9EA3;
  box-shadow: none;
  color: #28939C;
}

button.add-principal-type-button-not-selected:focus {
  background: #E1F2F2;
  border-color: #28939C;
  box-shadow: none;
  color: #28939C;
}

button.add-principal-type-button-not-selected:disabled {
  background: transparent;
  border-color: #C0E2E3;
  box-shadow: none;
  color: #C0E2E3;
}

.add-principal-type-button-icon {
  height: 50px;
  margin-right: 25px;
}

.add-principal-type-button-icon2 {
  height: 50px;
  margin-right: 25px;
}

.add-principal-header {
  margin-left: -35px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}

.add-principal-header-count {
  float: left;
  margin-right: 20px;
  width: 15px;
  text-align: right;
}

.add-principal-header-name {
  margin-left: 25px;
}

.and-hr {
  border-bottom: 2px solid #363636;
  height: 20px;
  margin-bottom: 13px;
  position: relative;
  text-align: center;
  top: -20px;
  width: 100%;
}

.and-hr-text {
  color: #6D7072;
  background: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  padding-left: 20px;
  padding-right: 20px;
}

.and-hr-text.bg-cream {
  background: #FAFAFA;
}

.add-manager-plus-button {
  display: flex;
}

.add-manager-plus-button > .add-manager-plus-button-icon {
  flex: 1 0 32px;
  margin-right: 10px;
}

.remove-manager-button {
  margin-bottom: 15px;
  display: flex;
  width: 270px;
}

.blue-ghost-btn {
  color: #28939C;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  background: transparent;
  margin-bottom: -40px;
}

.add-principal-container, .container-width-672px {
  width: 672px;
  margin-bottom: 45px;
}

.party-image-full-width {
  width: 100%;
}
/**
 *
 * Mobile
 *
 **/
 @media (max-width: 812px) {
  .purchaseComplete {
    padding-top: 50px;
  }

  .add-principal-container, .container-width-672px {
    width: 100%;
  }

  .add-principal-container .col-md-6 {
    width: 50%;
  }

  .add-principal-container .col-md-6:first-child {
    padding-right: 8px;
  }

  .add-principal-container .col-md-6:last-child {
    padding-left: 8px;
  }

  .add-principal-type-button {
    font-size: 16px;
    height: 60px;
    line-height: 16px;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
  }

  .add-principal-type-button-icon {
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
  }

  .add-principal-type-button-icon2 {
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
  }

  .less-left-padding, .less-right-padding, .less-left-right-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-additional {
    margin-top: 20px;
  }
}

.no-ssn-itin-txt {
  color: #6D7072;
  display: inline-block;
  font-weight: 400;
  margin-right: 30px;
  width: 200px;
}

.no-ssn-itin-image {
  height: 100px;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

.section-tip {
  font-size: 14px;
  font-weight: 900;
  margin-top: -3px;
  margin-bottom: 10px;
  color: #6D7072;
}

.state-image-container {
  margin: -40px auto 20px auto;
  text-align: center;
  width: 200px;
}

.state-image-container > img {
  height: 128px;
  width: 128px;
}

.state-image-container-top {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 102px;
  width: 102px;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.state-image-container-top > img {
  width: 100%;
}

.medium-image-container {
  margin: 0px auto 40px auto;
  text-align: center;
  width: 110px;
}

.medium-image-container > img {
  height: 110px;
  width: 110px;
}

.fine-print {
  font-size: 12px;
  color: #6D7072;
  font-style: italic;
}

@media (max-width: 812px) {
  .page-description + .state-image-container {
    margin-top: 10px;
  }
}

/***********
 *
 * Logged-In Dashboard format
 *
 ***********/

.logged-in-wrapper {
  background: #F0F4F5;
  min-height: 100vh;
  padding: 0;
}

.logged-in-data-container {
  margin: 20px auto;
  padding: 25px 100px 35px 100px;
  position: relative;
  width: 100%;
  max-width: 1400px;
}

@media (max-width: 812px) {
  .logged-in-data-container {
    margin: 20px 0;
    padding: 25px 0 35px 0;
  }
}

@media (max-width: 812px) {
  .complete .page-party {
    height: auto;
  }
}

.domain-name-art-overlay {
  height: 50px;
  left: calc(50% + 10px);
  position: absolute;
  top: 75px;
}

@media(max-width: 812px) {
  .domain-name-art-overlay {
    top: 115px;
  }
}

@media (max-width: 812px) {
  .dataConfirmation .explanation-bubble {
    display: none;
  }

  .dataConfirmation button.explanation-bubble.explanation-error {
    display: block;
  }

  .payment .explanation-bubble {
    display: none;
  }

  .payment button.explanation-bubble.explanation-error {
    display: block;
  }

  .payment-inline .explanation-bubble {
    display: none;
  }

  .payment-inline button.explanation-bubble.explanation-error {
    display: block;
  }
}


/* State is CLosed */
.state-is-closed {
  background: #F1F4F5;
  border: 2px solid #F1F4F5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #6D7072;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 25px auto;
  padding: 16px 32px;
  transition: background-color 1s linear, border-color 1s linear;
  white-space: pre-line;
  width: 800px;
}

.state-is-closed-image {
  display: block;
  width: 70px;
}

.state-is-closed-message {
  align-self: center;
  margin-left: 20px;
}

.state-is-closed-note {
  color: #28939C;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (max-width: 812px) {
  .state-is-closed {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    width: 75%;
  }
}

@media (max-width: 500px) {
  .state-is-closed {
    display: block;
    padding: 20px;
  }

  .state-is-closed-image {
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .state-is-closed-message {
    margin-left: 0px;
  }

  .add-principal-header {
    margin-left: -25px;
  }
}

/**
Mobile Conversion
**/

.full-height {
  min-height: 100vh;
}

.full-width {
  width: 100%;
}

.full-height-with-header {
  min-height: calc(100vh - 62px);
}

.text-left {
  text-align: left;
}

.nav-header.grid.background-cream,
.background-cream,
.background-cream .section-1  {
  background-color: #FAFAFA;
}

.director-list, .officer, .registered-agent, .owner-list, .member-list, .off-state-contact, .overflow-x-hidden {
  overflow-x: hidden;
}

.button-container.button-container-360 {
  width: 360px;
  padding: 0;
}

.button-container.button-container-360.white {
  background: #FFFFFF;
}

.container-boolean-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.container-boolean-buttons button:not(:last-child) {
  margin-right: 24px;
}

.fixed-at-bottom-sm button:hover,
.hide-on-small-screen button:hover {
  border-color: #054C58;
  background-color: #054C58;
  color: #FFFFFF;
  box-shadow: none;
}

.fixed-at-bottom-sm button:active,
.hide-on-small-screen button:active {
  border-color: #095F6D;
  background-color: #095F6D;
  background: #095F6D;
  color: #FFFFFF;
  box-shadow: none;
}

.choose-container {
  margin-top: 0;
}

.choose-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.choose-row .label-container {
  flex: 1 1 50%;
  padding: 0 15px;
}

.choose-row .label-container:first-child:nth-last-child(1) {
  display: flex;
  padding: 0;
}

.rotate-180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wait-container {
  padding-top: 132px;
}

.wait-wrapper {
  opacity: 0;
}

.wait-wrapper.show {
  opacity: 1;
  animation: opacity-key-frame .2s ease-in;
}

.wait-title {
  color: #787878;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  white-space: pre-line;
}

.wait-description {
  color: #787878;
  font-weight: 400;
}

.align-center {
  margin: 0 auto;
}

.section-1.padding-top-0 {
  padding-top: 0;
}

.characters-count-note {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}

.characters-count-note.exceed-length {
  color: #E5554B;
}

/**
Mobile Conversion - laptop breakpoint
**/
@media (max-width:1200px) {
  .nav-menu-formation-date {
    display: none;
  }
}

/**
Mobile Conversion - Tablet breakpoint
**/

@media (max-width: 960px) {
  .page-complete-title {
    font-size: 30px;
  }

  .zen-logo-header.full-logo {
    display: none;
  }

  .zen-logo-header.circle-logo {
    display: inline-block;
  }

  .header-logo > a {
    width: 30px;
  }

  .section-1 {
    padding: 32px;
  }

  .nav-header .log-in-button {
    padding-right: 0;
  }
}

@media (max-width: 812px) {
  .choose-container {
    width: auto;
  }

  .choose-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .choose-row .label-container {
    flex: 1 1 100%;
    padding: 0;
  }
}

/**
Mobile Conversion - Mobile breakpoint
**/

@media (max-width: 600px) {
  .section-1 {
    padding: 0 16px 50px 16px;
  }

  .container.container-sm {
    width: 100%;
  }

  .fixed-at-bottom-sm {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }

  .fixed-at-bottom-sm, .fixed-at-bottom-sm button {
    border-radius: 0;
    height: 64px;
  }

  .hide-on-small-screen {
    display: none;
  }

  .page-complete-title {
    font-size: 27px;
  }

  .page-complete-title, .page-complete-description {
    padding-bottom: 0;
  }

  .page-complete-description, .page-complete-answer {
    font-size: 18px;
  }

  .page-complete-qa-title  {
    font-size: 24px;
  }

  .sm-no-padding-left {
    padding-left: 0;
  }

  .wait-container {
    padding-top: 128px;
  }

  .wait-title {
    font-size: 24px;
    line-height: 28px;
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .button-container.button-container-360 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
   }

  .nav-header .log-in-button button {
    padding: 0;
  }
}


.website-header-mobile {
  display: none;
}

@media (max-width: 812px) {
  .website-header {
    display: none;
  }

  .website-header-mobile {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.hide {
  display: none!important;
}

/* original variation */
.homepage .section-1 {
  padding-top: 15px;
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
}

@media (min-width: 812px) {
  .homepage .section-1 {
    background: url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_1920/v1/zbremote/svgs/landing-page-s1-top-left.svg) no-repeat left bottom, url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_1920/v1/zbremote/svgs/landing-page-s1-top-right.svg) no-repeat right bottom;
    background-size: contain, contain;
  }
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-1 {
  padding-bottom: 100px;
}

.homepage.no-company .section-1 {
  background: none;
  padding-top: 40px;
  padding-bottom: 100px;
}

.homepage .section-7 {
  background-color: rgba(234, 234, 234, 0.4);
  padding-top: 75px;
  padding-bottom: 75px;
}

.homepage .section-3 {
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
  background: #FFFFFF;
  padding-top: 150px;
  padding-bottom: 150px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-4 {
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage:not(.sdzb-variation) .section-4 {
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
  padding-top: 150px;
  padding-bottom: 150px;
  background: #FFFFFF url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_2048/v1/zbremote/privacy-bg.svg) no-repeat center center;
  background-size: contain;
}

.homepage .section-5 {
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
  background: #FFFFFF;
  padding-top: 150px;
  padding-bottom: 150px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-5 {
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage.sdzb-variation .section-5 .row {
  margin-bottom: 50px;
}

.homepage .section-6 {
  box-shadow: inset 0 -1px 0 0 rgba(234, 234, 234, 0.4);
  background: #FFFFFF;
  padding-top: 150px;
  padding-bottom: 150px;
}

.homepage.isHomeMobile {
  box-shadow: none;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-6 {
  box-shadow: inset 0 -1px 0 0 rgba(234,234,234,0.4);
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage .zen-logo {
  display: block;
  max-width: 200px;
  margin: 2px auto 87px;
}

.homepage button.holiday-banner {
  margin-top: -62px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  box-shadow: none;
}

.homepage button.holiday-banner > img {
  height: 120px;
}

.homepage .main-cta {
  max-width: 600px;
  color: #363636;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  margin: auto;
}
.homepage .sub-cta {
  max-width: 700px;
  color: #363636;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  margin: auto;
  white-space: pre-line;
}
.homepage .cta-subtxt {
  color: #363636;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 42px;
  padding-left: 20px;
  padding-right: 20px;
}
.homepage .get-started-btn {
  height: 64px;
  width: 100%;
  max-width: 357px;
  font-size: 22px;
  line-height: 29px;
  margin-left: 20px;
  margin-right: 20px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .zen-logo {
  display: block;
  max-width: 200px;
  margin: 2px auto 15px;
}
.homepage.sdzb-variation .holiday-banner {
  display: none;
}
.homepage.sdzb-variation .main-cta {
  font-size: 31px;
}
.homepage.sdzb-variation .sub-cta {
  font-size: 24px;
  padding-top: 0;
}
.homepage.sdzb-variation .cta-subtxt {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.homepage.sdzb-variation .tell-me-more-container {
  position: relative;
  display: block;
  justify-content: initial;
}

.homepage.isHomeMobile .get-started-btn {
  margin: 20px auto 0px auto;

}

.homepage .phone-cta {
  display: none;
  padding-bottom: 60px;
}

.homepage .no-margin {
  margin: 0;
}

.homepage .center-content {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .center-content {
  padding-top: 25px;
}

.homepage .section-header-txt {
  color: #363636;
  font-size: 50px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.section-header-txt-white {
  color: #FFFFFF;
  font-size: 72px;
  text-align: center;
  padding-top: 20px;
}
.section-header-txt-colored {
  color: #2E9EA3;
  font-size: 72px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage .section-3-icon {
  display: block;
  margin: auto;
  max-width: 275px;
  padding-top: 50px;
}

.homepage .section-3-column-header {
  color: #363636;
  padding-top: 25px;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage.sdzb-variation .section-3-column-header {
  padding-left: 0;
  padding-right: 0;
}

.homepage .section-3-column-desc {
  color: #6D7072;
  padding-top: 18px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.homepage.sdzb-variation .section-3-column-desc {
  color: #6D7072;
  padding-top: 18px;
  padding-bottom: 50px;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  max-width: 360px;
  text-align: center;
  display: block;
  margin: auto;
}

.section-4-rectangle {
  height: 143px;
  width: auto;
  background-color: #2E9EA3;
  margin-bottom: 80px;
}

.homepage .section-4-icon {
  display: block;
  margin: auto;
  max-width: 90px;
  padding-top: 50px;
}

.section-4-desc {
  color: #6D7072;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 350px;
  text-align: center;
  margin: auto;
}
.section-4-column-header {
  color: #6D7072;
  padding-top: 25px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  max-width: 600px;
}
.section-4-column-header-price {
  color: #2E9EA3;
  padding-top: 25px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.section-4-column-desc-colored {
  color: #2E9EA3;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  padding-bottom: 10px;
}

.section-4-column-desc-colored-2 {
  color: #2E9EA3;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.homepage .section-5-desc {
  max-width: 900px;
  color: #6D7072;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section-5-column-header {
  color: #363636;
  padding-top: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
}
.section-5-column-header-price {
  color: #2E9EA3;
  padding-top: 25px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.homepage .section-header-subtxt {
  max-width: 1126px;
  color: #363636;
  font-size: 36px;
  text-align: center;
  margin: auto;
}

.homepage .section-6-header-txt {
  color: #363636;
 font-size: 50px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage .section-6-subtxt {
  max-width: 677px;
  color: #363636;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-6-subtxt {
  color: #363636;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  max-width: 900px;
}

.homepage .section-6-title {
  padding-bottom: 100px;
}

.homepage .section-6-testimonial-txt {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-6-testimonial-txt {
  color: #6D7072;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage .section-6-testimonial-company-txt {
  color: #363636;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  padding-bottom: 47px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .section-6-testimonial-company-txt {
  color: #363636;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  padding-bottom: 47px;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage .testimonial-person {
  display: block;
  max-height: 300px;
  margin: auto;
}

.homepage .privacy-image-holder {
  max-width: 1078px;
  display: block;
  margin: auto;
}

.homepage .privacy-image {
  display: block;
}

/*Press Banner*/
.homepage .press-banner-container {
  display: block;
  background-color: #CCCCCC;
  justify-content: center;
}
.homepage .center-content-press {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage img[class^='press-logo-'] {
  max-height: 25px;
  width: auto;
  padding: 0 10px;
  max-width: 300px;
}
.homepage img.press-logo-business-wire,
.homepage img.press-logo-ny-times {
  max-height: 35px;
}

@media (max-width: 1100px) {
  .homepage img[class^='press-logo-'] {
    max-height: 20px;
  }
  .homepage img.press-logo-business-wire,
  .homepage img.press-logo-ny-times {
    max-height: 30px;
  }
}

/* Section-2 How we are free */
.homepage .section-2-icon-container {
  max-width: 1000px;
}

.homepage .section-2-header-text {
  color: #363636;
  font-size: 50px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}

.homepage .section-2-header-text-colored {
  color: #2E9EA3;
  font-size: 50px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.homepage .section-2-column-header {
  color: #363636;
  padding-top: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}

.homepage .section-2-column-header-sub {
  color: #363636;
  padding-top: 25px;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}

.homepage .section-2-column-desc {
  color: #6D7072;
  padding-top: 18px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 800px;
  text-align: center;
}

.homepage .section-2-icon {
  display: block;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
}

.homepage .section-2-column-header {
  color: #6D7072;
  padding-top: 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage .section-2-column-desc-colored {
  color: #2E9EA3;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

/* original variation */
.homepage .video-play-button {
  font-size: 24px;
  margin-top: 10px;
  text-transform: none;
  box-shadow: none;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .video-play-button {
  font-size: 20px;
  font-weight: initial;
  padding: 3px 6px;
  margin-top: 0;
  box-shadow: none;
}

.homepage.sdzb-variation .video-play-button img {
  margin: 0 10px 1.45rem 0;
}

.homepage .video-play-button > img {
  display: block;
  float: left;
  margin-right: 10px;
}

.homepage .video-play-button > span {
  line-height: 44px;
}

/* start.zenbusiness variation */
.homepage.sdzb-variation .tell-me-more {
  text-align: center;
  font-size: 112.5%;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.homepage .input-button-container {
  z-index: 1;
}

.homepage .input-button-container input {
  width: 275px;
  font-size: 16px;
  line-height: 20px;
}

.homepage .input-button-container button {
  line-height: 24px;
  font-size: 18px;
}


/***************************
*
* Homepage Mobile Styles
*
***************************/

@media (max-width: 1500px) {
  .homepage .center-content-press {
    justify-content: space-around;
  }
}

@media (max-width: 1400px) {
  .homepage .section-1 {
    background: url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_1920/v1/zbremote/svgs/landing-page-s1-top-left.svg) no-repeat -20px bottom, url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_1920/v1/zbremote/svgs/landing-page-s1-top-right.svg) no-repeat 60px bottom;
    background-size: contain, contain;
  }

  .homepage.how-to-create-an-llc .section-1 {
    background: url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_1920/v1/zbremote/svgs/landing-page-s1-top-left.svg) no-repeat -65px bottom, url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_1920/v1/zbremote/svgs/landing-page-s1-top-right.svg) no-repeat 155px bottom;
    padding-bottom: 80px;
    box-shadow: none;
  }

  .homepage.sdzb-variation .section-3-column-header.privacy {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 969px) {
  .press-banner-container {
    visibility: hidden;
  }
}

@media (max-width: 812px) {
  .homepage .input-button-container {
    margin-top: 20px;
  }

  .homepage .section-3-icon {
    max-width: 110px;
    padding-top: 30px;
  }

  .homepage .section-3-column-header {
    padding-top: 20px;
    font-size: 25px;
  }

  .homepage .section-3-column-desc {
    font-size: 17px;
    text-align: center;
    padding-bottom: 15px;
  }
}

@media (min-width: 812px) {
  .homepage .section-4 {
    background-size: contain;
  }
}

@media only screen and (max-width: 667px) and (max-width: 969px) and (min-width: 375px) {
  .testimonial-person {
    display: block;
    position: relative;
    top: 10px;
  }
}

@media (max-width: 576px) {
  .homepage .section-1 {
    padding-bottom: 170px;
  }

  .homepage .section-3 {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .homepage .section-4 {
    box-shadow: none;
  }

  .homepage .section-6, .section-7 {
    display: none;
  }

  .homepage .zen-logo {
    display: none;
  }

  .homepage .main-cta {
    max-width: 412px;
    font-size: 32px;
    padding-bottom: 60px;
  }

  .homepage .cta-subtxt {
    max-width: 220px;
    font-size: 26px;
    margin: auto;
  }

  .homepage .section-header-txt {
    font-size: 34px;
    max-width: 350px;
    margin: auto;
  }

  .homepage .phone-cta {
    display: flex;
    justify-content: center;
  }

  .homepage .get-started-btn2 {
    display: none;
  }

  .homepage .section-4-desc {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 18px;
  }

  .homepage .section-5-desc {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 18px;
  }

  .homepage .section-header-subtxt {
    max-width: 800px;
    font-size: 20px;
    font-weight: normal;
  }
}

#state-fees {
  color: #6D7072;
  margin-top: 7px;
  font-size: 24px;
  font-weight: 400;
  padding-top: 20px;
}

.isHomeMobile .homeWrapper {
  width: 100%;
  margin-top: 20%;
  max-width: 1000px;
  margin: 5em auto auto auto;
}

.isHomeMobile button.holiday-banner {
  margin-top: -20px;
}

.isHomeMobile .forget{
  width: 100%;
}

.isHomeMobile .topText {
  font-size: 1.6em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 110%;
}

.isHomeMobile .topSubText {
  font-size: 1.2em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 120%;
  padding-top: 10px;
}

.isHomeMobile .hassel {
  margin-top: 3em;
}

.isHomeMobile .thinText {
  font-size: 1.4em;
  text-align: center;
  width: 80%;
  margin: 1em auto .5em auto;
  font-weight: 400;
  color: #6D7072;
  line-height: 110%;
}

.isHomeMobile .thinText.Sm {
  font-size: 1.3em;
  width: 70%;
}

.isHomeMobile .thinText.Sm.copyRight {
  margin: 1em auto auto auto;
  font-size: 1.3em;
  width: 100%;
}

.isHomeMobile .townImg {
  display: block;
  /*width: 100%;*/
  height: 166px;
  margin: auto;
  overflow: hidden;
  margin-top: -1em;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .2;
}

.isHomeMobile #freeIcons {
  display: block;
  margin: 1em auto;
  height: auto;
  width: 7em;
}

.isHomeMobile #freeIconsSocial {
  display: block;
  margin: 1em auto;
  height: auto;
  width: 7em;
}

.isHomeMobile #eyeIcon {
  display: block;
  width: 80%;
  margin: 1.5em auto;
}

.isHomeMobile #freeHeader {
  color: #6D7072;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 6%;
  margin-top: 3%;
}

.isHomeMobile #freeHeadeCTA {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 6%;
  margin-top: 3%;
}

.isHomeMobile #freeTextBlock {
  display: block;
  font-size: 13px;
  text-align: center;
  width: 70%;
  margin: 3% auto;
  line-height: 150%;
}

.isHomeMobile #wideTextBlock {
  color: #6D7072;
  display: block;
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  width: 90%;
  margin: 3% auto;
  line-height: 150%;
}

.isHomeMobile #wideTextTitle {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  width: 90%;
  margin: 3% auto;
  margin-bottom: -5px !important;
  line-height: 150%;
}

.isHomeMobile .text-colored-blue {
  color: #2E9EA3;
}

.text-colored-blue-desktop {
  color: #2E9EA3;
  margin-top: -20px;
  cursor: pointer;
}

.isHomeMobile .spacer {
  margin-top: -20px !important;
  margin-bottom: 5px !important;
}

.isHomeMobile .spacer-main-cta {
  margin-top: -150px !important;
}

.isHomeMobile .text-colored-white {
  color: #FFFFFF;
}

.isHomeMobile .section-4-rectangle {
  height: 100px;
  width: auto;
  background-color: #2E9EA3;
  padding-top: 30px;
}

.isHomeMobile .chatWithUs {
  width: 90%;
  margin: 2em auto;
  margin-top: 0 !important;
  z-index: 1;
}

.isHomeMobile .personalizedService {
  width: 90%;
  margin: 2em auto;
  color: #6D7072 !important;
}

.isHomeMobile .forFree {
  width: 90%;
  margin: 2em auto;
}

.isHomeMobile .serviceDescription {
  width: 90%;
  margin: 2em auto;
}

.isHomeMobile .social {
  margin: 2em auto;
  width: 100%;
}

.isHomeMobile .keepPrivacy {
  width: auto;
  max-width: 400px;
  height: 390px;
  margin: 2em auto;
  background-image: url(https://res.cloudinary.com/zenbusiness/image/upload/q_auto,w_800/v1/zbremote/ZenBusiness_MobileIcons_fullset-02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.isHomeMobile #centerIt {
  display: block;
  margin: 1.5em auto;
  padding-top: 90px;
}

.isHomeMobile .eyeOut {
  margin: 2em auto;
  width: 100%;
}

.website-mobile-nav {
  display: grid;
  grid-template-columns: 5% 95%;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border-bottom: solid #CCCCCC 1px;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 999;
}

.website-mobile-nav .zenHeader {
  grid-column: 2/3;
  margin: auto;
}

.website-mobile-nav .arrowContainer {
  grid-column: 1/2;
  margin: auto;
}

.website-mobile-nav #leftArrow{
  font-size: 50px;
  margin: auto;
}

.website-mobile-nav .zenText {
  font-size: 25px;
  color: #363636;
  margin: 0;
}

.website-mobile-nav .zenText > img {
  width: 180px;
}

.website-mobile-nav button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  display: inline;
  line-height: 1.0em;
  text-align: left;
  color: black;
}

.website-mobile-nav #menu {
  font-size: 35px;
  margin-top: 5px;
  margin-left: 3px;
}

.website-mobile-nav #menu.white {
  color: #FFFFFF;
}

.website-mobile-footer {
  width: 100%;
  height: 135px;
  background-color: #363636;
  left: 0;
  bottom: 0;
  display: grid;
  margin-bottom: 0px;
}

.website-mobile-footer #copyRight {
  font-size: 0.4em;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin: 1em auto .03em auto;
}

.website-mobile-footer .socialIcons {
  color: #FFFFFF;
  font-size: 1.7em;
  display: grid;
  text-align: center;
  width: 60%;
  margin: 10px auto auto auto;
}
.website-mobile-footer #blue{
  color: #2E9EA3;
}
.website-mobile-footer #zenIcons {
  height: 1.3em;
}
.website-mobile-footer .icons#one{
  grid-column: 1/2;
}
.website-mobile-footer .icons#two{
  grid-column: 2/3;
}
.website-mobile-footer .icons#three{
  grid-column: 3/4;
}
.website-mobile-footer .icons#four{
  grid-column: 4/5;
}
.website-mobile-footer .thinText {
  font-size: 1.5em;
  text-align: center;
  width: 80%;
  margin: 1em auto .5em auto;
  font-weight: 400;
  color: #363636;
  line-height: 110%;
}
.website-mobile-footer .thinText.Sm{
  font-size: 1.3em;
  width: 70%;
}
.website-mobile-footer .thinText.Sm.copyRight{
  margin: 1em auto auto auto;
  font-size: 1.3em;
  width: 100%;
}

.website-mobile-slideOut {
  display: grid;
  grid-template-rows: 10% 70% 20%;
  position: fixed;
  width: 0;
  background-color: #363636;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: width .35s;
  -moz-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s;
}
.website-mobile-slideOut #menu {
  font-size: 35px;
  margin-top: 8px;
  margin-left: 3px;
}
.website-mobile-slideOut #menu.white {
  color: #FFFFFF;
}

.website-mobile-slideOut #menuExit {
  grid-row: 1/2;
}

.website-mobile-slideOut button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  display: inline;
  line-height: 2.0em;
  text-align: left;
}
.website-mobile-slideOut #links {
  grid-row: 2/3;
  min-width: 300px;
}
.website-mobile-slideOut #links button {
  font: inherit;
  padding: 0;
  box-shadow: none;
  color: #FFFFFF;
  text-align: left;
  vertical-align: unset;
  width: 100%;
  -webkit-font-smoothing: auto;
}
.website-mobile-slideOut .slideNames {
  font-size: 1.2em;
  color: #FFFFFF;
  margin: 40px 30px;
  margin-top: 0;
  line-height: 2em;
}
.website-mobile-slideOut #signIn {
  align-self: end;
  grid-row: 3/4;
  min-width: 300px;
}
.website-mobile-slideOut .slideLoginBtn {
  font-size: 1.2em;
  color: #FFFFFF;
  margin: 0 30px 40px 30px;
  bottom: 0;
  display: block;
}

.website-mobile-slideOut-active {
  display: grid;
  max-width: 250px;
  width: 45%;
}

@media (max-height: 400px) {
  .website-mobile-slideOut .slideNames {
    margin: 0 30px 10px 30px;
  }

  .website-mobile-slideOut .slideLoginBtn {
    margin: 0 30px 10px 30px;
  }
}

.homepage-wide {
  display: block;
}

.homepage-narrow {
  display: none;
}

@media (max-width: 812px) {
  .homepage-wide {
    display: none;
  }

  .homepage-narrow {
    display: block;
  }
}

.paragraph-holder {
  display: flex;
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

#paragraph {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  max-width: 1000px;
  text-align: center;
}

#sub-paragraph-holder {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#sub-paragraph {
  color: #6D7072;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

#paragraph-cta {
  color: #6D7072;
  width: 800px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#paragraph-cta-text {
  color: #2E9EA3;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

#paragraph-logo {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
}

#paragraph-header-txt {
  color: #363636;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  padding-top: 46px;
  padding-left: 20px;
  padding-right: 20px;
}

/*Down Arrow*/
#down-arrow-input {
  max-width: 47px;
  max-height: 64px;
  padding-top: 10px;
}

#down-arrow-input.no-padding-top {
  padding-top: 0;
}

#down-arrow-input:focus {
  outline: none;
}

#pricing-corp-logo {
  display: block;
  height: 150px;
  margin: auto;
}

/*After the fold*/
.paragraph-explanation-header {
  color: #363636;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-explanation {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  max-width: 1050px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}

.paragraph-explanation ol {
  margin: 20px 0 20px 60px;
}

.benefit-img {
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.margin-top-0 {
  margin-top: 0;
}

.benefit-title {
  color: #363636;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.benefit-description {
  color: #6D7072;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.divider {
  width: 100%;
  border-bottom: 1px solid #C7C7C7;
  margin-top: 64px;
}

.table-title {
  width: 100%;
}

.table-amendment-img {
  margin-right: 0.5rem;
}

.title-desc-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (min-width: 812px) {
  .title-desc-container {
    max-width: 588px;
  }
}

.margin-top-64 {
  margin-top: 64px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.purchase-start-accounting-list {
  padding-left: 40px;
}

.radius-bank-tos .purchase-start-accounting-list {
  margin-left: 270px;
}

.purchase-start-accounting-list-right {
  margin-right: 200px;
}

.purchase-start-image-left {
  float: left;
  padding-right: 50px;
}

.purchase-start-image {
  padding-right: 50px;
}

.purchase-start-image-left > img, .purchase-start-image > img {
  margin-bottom: 0px;
  margin-top: -20px;
  height: 250px;
}

@media (max-width: 812px) {
  .radius-bank-tos .purchase-start-accounting-list {
    margin-left: 0px;
  }

  .purchase-start-image-left, .purchase-start-image {
    display: none;
  }
}

@media (max-width: 410px) {
  #paragraph-logo {
    width: 125px;
    height: 125px;
  }

  #paragraph-header-txt {
    font-size: 30px;
    line-height: 38px;
  }

  #paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}

.recurly-element {
  height: 18px;
}


/*# sourceMappingURL=../js/main.678d1e4505e551a51bcb57b2c5d0644c.map*/