
        /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    box-sizing: border-box;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


.create-site__background {
    width: 100vw;
    min-height: 100vh;
    background: #e3e8ee;
    flex: 1 1;
    display: flex;
    align-items: stretch;
}

.create-site-modal__background {
    /* width: 100vw; */
    min-height: 100vh;
    background: #212326;
    flex: 1 1;
    display: flex;
    align-items: stretch;
}

.create-site__frame, .create-site-modal__frame {
    position: relative;
    /* flex: 1 1; */
    min-width: 0;
    max-width: 100%;
}

.create-site__frame-content {
    width: 100%;
    max-width: 780px;
    font-size: 1rem;
    margin: 60px auto 40px;
}

.create-site__step {
    width: 100%;
    background: white;
    transition: all .3s ease;
}

.create-site-modal__frame-content {
    width: 100%;
    max-width: 640px;
    margin: 20px auto 40px;
}

.create-site-modal__controls {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: right;
}

@media only screen and (max-width: 770px) {
    .create-csite-modal__frame-content {
        margin: 0 auto 40px;
    }
    
    .create-site-modal__controls {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.create-site-modal__close-btn {
    background: rgba(0,0,0,0);
    border: none;
    color: white;
    font-size: 40px;
    outline: none;
    cursor: pointer;
    opacity: 0.6;
}

.create-site-modal__close-btn:hover {
    transition: opacity 0.2s ease;
    opacity: 1;
}

.create-site__header {
    text-align: center;
    padding: 50px 30px;
}

.create-site__section {
    /* padding: 0 60px; */
    padding-bottom: 30px;
}

.create-site__section-layout {
    margin-top: -18px;
    margin-left: -20px;
}

.create-site__footer {
    padding: 30px 60px;
    border-top: 1px solid #dfe3e8;
}

@media only screen and (max-width: 640px) {
    
    .create-site__frame-content {
        margin: 0;
    }
    
    .create-site__header {
        padding: 10px 12px 10px 12px;
    }
    
    .create-site__section {
        padding: 12px;
    }
    
    .create-site__footer {
        padding: 10px;
    }
}

.create-site__footer-layout {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -16px;
}

.create-site__footer-item {
    margin-top: 16px;
    margin-left: 16px;
    max-width: 100%;
    flex: 0 0 auto;
    min-width: 0;
}

.create-site__footer-item--fill {
    margin-top: 16px;
    margin-left: 16px;
    max-width: 100%;
    flex: 1 1 auto;
}

.create-site__caption {
    color: #1a1f36;;
    font-size: 12px;
    line-height: 16px;
}

.create-site__h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #1a1f36;
}

.create-site-modal__h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: white;
}

.create-sie__subheading {
    color: #637381;
    font-size: 18px;
    line-height: 20px;
}

.create-site__item {
    margin-top: 18px;
    margin-left: 20px;
    max-width: calc(100% - 20px);
    flex: 1 1 22rem;
}

.create-site-modal__item {
    margin-top: 16px;
    margin-left: 20px;
    max-width: calc(100% - 20px);
    flex: 1 1 22rem;
}

.create-site__label-wrapper {
    font-size: 15px;
    margin-bottom: 8px;
    color: #1a1f36;
}

.create-site__text-input {
    width: 100%;
    color: #1a1f36;
    font-size: 15px;
    padding: 12px 14px;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    transition: all 0.2s ease;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
}

.create-site__text-input::placeholder {
    color: #a3acb9;
    font-size: 16px;
}

.create-site__text-input--labelled {
    font-size: 16px;
    padding: 12px 16px;
    height: 52px;
}

.create-site__text-input__label {
    color: #a3acb9;
    font-size: 11px;
    position: absolute;
    top: 11px;
    left: 17px;
    opacity: 0;
    height: 0;
}

.create-site__text-input__label.input-is-filled {
    display: block;
    opacity: 1;
    top: 10px;
    transition: all 0.2s ease-in-out;
}

.create-site__text-input--labelled.input-is-filled {
    padding-top: 27px;
    transition: all 0.2s ease-in-out;
}

.create-site__text-input__suffix {
    position: absolute;
    top: 1px;
    right: 1px;
    padding-right: 14px;
    background-color: white;
    color: #6b7177;
    font-size: 16px;
    line-height: 1;
    z-index: 1;
    border-radius: 4px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #a3acb9;
}

.create-site__text-input:focus {
    outline: none;
    transition: all 0.2s ease;
    box-shadow: rgba(58,151,212,0.34) 0px 0px 0px 3px;
    border: 1px solid #008EEC;
}

.create-site__select-input {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 15px;
    color: #1a1f36;
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 24px;
    height: 36px;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    transition: box-shadow 0.15s ease;
    background-color: white;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%231a1f36%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%231a1f36%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-size: 8px;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    transition: box-shadow 0.1s ease;
}

.create-site__select-input:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
}

.create-site__select-input:focus  {
    outline: none;
    box-shadow: rgba(58,151,212,0.34) 0px 0px 0px 3px;
    border: 1px solid #008EEC;
}

.create-site-modal__labelled-error {
    display: none;
    align-items: center;
    color: white;
    fill: white;
    margin-top: 4px;
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px
}

.create-site-modal__item.is-error .create-site-modal__labelled-error {
    display: flex;
}

.create-site-modal__item.is-error {
    background: #bf0711;
    padding: 2px;
    padding-bottom: 4px;
    border-radius: 6px;
}

.create-site-modal__labelled-error__icon {
    margin-right: 6px;
}

.create-site__inline-error {
    display: flex;
    align-items: center;
    color: #bf0711;
    fill: #bf0711;
    margin-top: 4px;
    font-size: 15px;
}

.create-site__inline-error__icon {
    margin-right: 6px;
}

.create-site__choice-label {
    color: #1a1f36;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.create-site__choice-label input[type=checkbox] {
    margin-right: 8px;
}

.create-site__btn {
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 36px;
    border: none;
    border-radius: 4px;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
    font-weight: 600;
}

.create-site__btn--lg {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    border: none;
    border-radius: 4px;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
    font-weight: 600;
}

.create-site__btn--icon {
    padding-left: 12px;
    padding-right: 16px;
}

.create-site__btn--icon i {
    margin-right: 6px;
}

.btn--white {
    color: #1a1f36;
    background: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
}

.btn--white:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
}

.btn--cta {
    background-color: #008EEC;
    color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 114, 189, 1) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 114, 189, 0.12) 0px 2px 5px 0px;
}

.is-faded-left {
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
}

.is-faded-right {
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
}

.create-site-modal__form-bottom {
    display: flex;
    margin-top: 32px;
}

.create-site-modal__form-bottom__link {
    display: flex;
    justify-content: center;
    width: 50%;
}

.create-site-modal__form-bottom__link a {
    color: white;
    text-decoration: none;
}
       