@font-face {
    font-family: 'Graphik-Light';
    src: url("Graphik-Light-Web.eot");
    src: url("Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Light-Web.woff2") format("woff2"), url("Graphik-Light-Web.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
	font-display: fallback
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url("Graphik-Regular-Web.eot");
    src: url("Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Regular-Web.woff2") format("woff2"), url("Graphik-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	font-display: fallback
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url("Graphik-Medium-Web.eot");
    src: url("Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Medium-Web.woff2") format("woff2"), url("Graphik-Medium-Web.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
	font-display: fallback
}

.screen-reader-response {
	display:none;
}

.c-button {
	-webkit-appearance:button;
	-moz-appearance: button;
	opacity:1;
	appearance:button;
    background-color: #00adee;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    font-family: "Graphik-Medium";
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border: 1px solid #00adee;
    padding: 20px 64px;
    line-height: 14px;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    margin-bottom: 8px;
    margin-left: 22px;
    cursor: pointer;
	border:none
}

.hidden {
    display: none
}

#authentication_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#authentication_header .logo_link {
    margin-right: 85px;
    margin: 70px 0 30px 0
}

@media screen and (max-width: 375px) {
    #authentication_header .logo_link {
        margin-top: 30px
    }
}

.Button,
.IconButton,
.ToggleButton,
.RaisedButton,
.FlatButton {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    text-transform: uppercase;
    text-align: center
}

.Button:disabled,
.IconButton:disabled,
.ToggleButton:disabled,
.RaisedButton:disabled,
.FlatButton:disabled {
    cursor: default
}

.Button.Button-raised,
.Button.Button-flat,
.Button.Button-toggle,
.RaisedButton,
.FlatButton,
.ToggleButton {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 18px
}

.RaisedButton,
.Button.Button-raised {
    -webkit-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.RaisedButton:active,
.Button.Button-raised:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.RaisedButton:active.disabled,
.Button.Button-raised:active.disabled {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.RaisedButton:hover,
.Button.Button-raised:hover {
    text-decoration: none
}

.FlatButton,
.Button.Button-flat {
    background: none;
    box-shadow: none;
    color: #888888;
    font-weight: 500
}

.FlatButton:active,
.Button.Button-flat:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.FlatButton:active.disabled,
.Button.Button-flat:active.disabled {
    box-shadow: none
}

.IconButton,
.Button.Button-icon {
    border-radius: 50%;
    font-weight: 400;
    padding: 6px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.IconButton>i,
.Button.Button-icon>i {
    vertical-align: top
}

.IconButton:active,
.Button.Button-icon:active {
    background-color: rgba(0, 0, 0, 0.2)
}

.ToggleButton,
.Button.Button-toggle {
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: 400;
    padding: 6px;
    margin: 0 2px;
    font-size: 24px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.ToggleButton.disabled,
.Button.Button-toggle.disabled {
    color: rgba(0, 0, 0, 0.1)
}

.ToggleButton.active,
.ToggleButton:active,
.Button.Button-toggle.active,
.Button.Button-toggle:active {
    border-color: #cccccc;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 1px #ababaa
}

.ToggleButton:hover,
.Button.Button-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #cccccc
}

.AuthBtn {
    letter-spacing: 0.5px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Graphik-Regular';
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    vertical-align: middle;
    transition: background-color 200ms, opacity 200ms;
    outline: none;
    position: relative;
    overflow: hidden;
    background-color: #2B41B2;
    box-shadow: 0 0 4px 0 rgba(12, 13, 13, 0.05), 0 2px 4px 0 rgba(12, 13, 13, 0.15);
    color: #FFFFFF
}

.AuthBtn:active {
    box-shadow: 0 0 4px 0 rgba(12, 13, 13, 0.05), 0 2px 4px 0 rgba(12, 13, 13, 0.15);
    background-color: #5269DE
}

.AuthBtn:focus {
    box-shadow: 0 0 0 4px #8FA0F5, 0 0 8px 0 rgba(12, 13, 13, 0.05), 0 4px 8px 0 rgba(12, 13, 13, 0.15);
    background-color: #5269DE
}

.AuthBtn:hover {
    opacity: 0.84;
    box-shadow: 0 0 8px 0 rgba(12, 13, 13, 0.05), 0 4px 8px 0 rgba(12, 13, 13, 0.15)
}

.AuthBtn.is-large {
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 17px
}

.MobileTakeoverModal {
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding-top: 3%
}

.MobileTakeoverModal_top {
    position: absolute;
    top: 0;
    height: 70%;
    min-height: 325px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 20px 0
}

.MobileTakeoverModal_logo_holder {
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px
}

.MobileTakeoverModal_logo_holder .MobileTakeoverModal_logo {
    width: 55%;
    width: 230px;
    vertical-align: middle
}

.MobileTakeoverModal_appStore_holder {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center
}

.MobileTakeoverModal_appStore_holder .MobileTakeoverModal_appStore {
    width: 130px;
    vertical-align: middle
}

.MobileTakeoverModal_mobileScreen {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 300px;
    width: 65%;
    vertical-align: middle
}

.MobileTakeoverModal_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28%;
    min-height: 150px;
    background: #f2f2f2;
    padding: 5% 0;
    box-sizing: border-box
}

.MobileTakeoverModal_footer .Button-raisedPrimary {
    width: 80%;
    margin-bottom: 4%;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    padding: 0px
}

.MobileTakeoverModal_webButton {
    font-size: 11px
}

.RaisedButton.RaisedButton-primary,
.Button.Button-raisedPrimary {
    background-color: #2196F3;
    color: #FFFFFF
}

.RaisedButton.RaisedButton-primary:focus,
.RaisedButton.RaisedButton-primary:hover,
.Button.Button-raisedPrimary:focus,
.Button.Button-raisedPrimary:hover {
    background-color: #5269DE
}

.RaisedButton.RaisedButton-primary:disabled,
.RaisedButton.RaisedButton-primary.disabled,
.Button.Button-raisedPrimary:disabled,
.Button.Button-raisedPrimary.disabled {
    background-color: #888888
}

.RaisedButton.RaisedButton-primary.disabled-light,
.Button.Button-raisedPrimary.disabled-light {
    background-color: #cccccc
}

.RaisedButton.RaisedButton-default,
.Button.Button-raisedDefault {
    background-color: #FFFFFF;
    color: #363636
}

.RaisedButton.RaisedButton-default:focus,
.RaisedButton.RaisedButton-default:hover,
.Button.Button-raisedDefault:focus,
.Button.Button-raisedDefault:hover {
    background-color: #FFFFFF
}

.RaisedButton.RaisedButton-danger,
.Button.Button-raisedDanger {
    background-color: #db4437;
    color: #FFFFFF
}

.RaisedButton.RaisedButton-danger:focus,
.RaisedButton.RaisedButton-danger:hover,
.Button.Button-raisedDanger:focus,
.Button.Button-raisedDanger:hover {
    background-color: #bd2e22
}

.RaisedButton.RaisedButton-success,
.Button.Button-raisedSuccess {
    background-color: #50ae55;
    color: #FFFFFF
}

.RaisedButton.RaisedButton-success:focus,
.RaisedButton.RaisedButton-success:hover,
.Button.Button-raisedSuccess:focus,
.Button.Button-raisedSuccess:hover {
    background-color: #439247
}

.RaisedButton.RaisedButton-warning,
.Button.Button-raisedWarning {
    background-color: #f4b400;
    color: #FFFFFF
}

.RaisedButton.RaisedButton-warning:focus,
.RaisedButton.RaisedButton-warning:hover,
.Button.Button-raisedWarning:focus,
.Button.Button-raisedWarning:hover {
    background-color: #cb9600
}

.RaisedButton.RaisedButton-understated,
.Button.Button-raisedUnderstated {
    background-color: #888888;
    color: #FFFFFF
}

.RaisedButton.RaisedButton-understated:focus,
.RaisedButton.RaisedButton-understated:hover,
.Button.Button-raisedUnderstated:focus,
.Button.Button-raisedUnderstated:hover {
    background-color: #717171
}

.RaisedButton.RaisedButton-understated:disabled,
.RaisedButton.RaisedButton-understated.disabled,
.Button.Button-raisedUnderstated:disabled,
.Button.Button-raisedUnderstated.disabled {
    background-color: #cccccc
}

.FlatButton.FlatButton-primary,
.Button.Button-flatPrimary {
    color: #2196F3
}

.FlatButton.FlatButton-primary:disabled,
.FlatButton.FlatButton-primary.disabled,
.Button.Button-flatPrimary:disabled,
.Button.Button-flatPrimary.disabled {
    color: #cccccc
}

.FlatButton.FlatButton-default,
.Button.Button-flatDefault {
    color: #888888
}

.FlatButton.FlatButton-warning,
.Button.Button-flatWarning {
    color: #db4437
}

.field_with_errors .text_field {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #db4437;
    outline: none;
    box-shadow: inset 0 -2px 0 #db4437;
    padding-right: 35px
}

#authentication_layout {
    margin: 0;
    padding: 0
}

#authentication_layout .AuthenticationsHeader_logo-copper {
    width: 250px;
    height: auto
}

#authentication_layout .sign_in_link_container {
    text-align: right;
    width: 100%;
    position: absolute
}

@media screen and (max-width: 375px) {
    #authentication_layout .sign_in_link_container {
        display: none
    }
}

#authentication_layout .sign_in_link_container a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 20px 50px 0 0;
    display: inline-block;
    color: #2B41B2;
    text-decoration: none
}

#authentication_layout .sign_in_link_container a:hover {
    text-decoration: #2B41B2 underline
}

#authentication_layout.mobile {
    height: auto;
    min-height: 100%;
    width: auto;
    min-width: 0
}

#authentication_layout.mobile .layout_wrapper {
    margin: 0
}

#authentication_layout.background_image {
    background-image: url(//d3jas8421cca9z.cloudfront.net/assets/sign_up_background-7cbfff8d526a2ade138dc9371e671969c236c58eae2c0a066f3db532c7ee8740.png);
    background-repeat: no-repeat;
    background-size: contain
}

#authentication_layout .layout_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 60px
}

#authentication_layout #notice_container,
#authentication_layout #alert_container {
    text-align: center;
    width: 100%;
    top: 17px;
    position: absolute
}

@media screen and (max-width: 375px) {
    #authentication_layout #notice_container,
    #authentication_layout #alert_container {
        display: none
    }
}

#authentication_layout #notice_container .box,
#authentication_layout #alert_container .box {
    font-weight: 400;
    padding: 9px 24px;
    border-radius: 2px;
    min-height: 35px;
    width: auto;
    text-align: left;
    display: inline-block;
    height: auto
}

#authentication_layout #notice_container .box .text,
#authentication_layout #alert_container .box .text {
    display: block
}

#authentication_layout #notice_container .box .text img,
#authentication_layout #alert_container .box .text img {
    display: none
}

#authentication_layout #notice_container .icon,
#authentication_layout #alert_container .icon {
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 8px
}

#authentication_layout #notice_container .close,
#authentication_layout #alert_container .close {
    width: 9px;
    height: 9px;
    margin-left: 25px;
    float: right;
    position: relative;
    top: 5px;
    cursor: pointer
}

#authentication_layout #notice_container .text,
#authentication_layout #alert_container .text {
    font-size: 13px;
    display: inline-block
}

#authentication_layout #notice_container .box {
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.12)
}

#authentication_layout #notice_container .text {
    color: #363636;
    font-weight: 500
}

#authentication_layout #alert_container .box {
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.12);
    color: #363636
}

#authentication_layout #alert_container .text {
    color: #363636;
    font-weight: 500
}

#authentication_layout .layout_push {
    height: 106px;
    clear: both
}

#confirm_email_page .auth_box .box_title {
    margin-left: 10px
}

#forgot_password_page .submit_button {
    margin-top: 20px
}

.google_auth_option_partial {
    display: inline-block;
    text-align: center;
    width: 300px;
    height: 275px;
    border: 2px solid #e9e9e9;
    padding: 20px;
    margin: 20px;
    position: relative;
    padding-bottom: 50px;
    border-radius: 3px;
    vertical-align: top
}

.google_auth_option_partial .option-icon {
    width: 60px;
    margin-bottom: 10px
}

.google_auth_option_partial .option-title {
    font-size: 18px;
    color: #57585a;
    line-height: 20px;
    margin: 5px 0
}

.google_auth_option_partial .option-instructions {
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    margin-top: 20px;
    margin-bottom: 10px
}

.google_auth_option_partial .border-icon {
    width: 60px;
    height: 60px;
    background-color: #d8dadb;
    color: white;
    font-size: 25px;
    line-height: 60px;
    position: absolute;
    bottom: -30px;
    left: 120px;
    border-radius: 50%
}

#handoff_page .auth-card {
    height: 439px;
    width: 372px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 60px 43px
}

#handoff_page .outlook_icon_container {
    margin-left: 107px;
    margin-bottom: 32px;
    width: 72px
}

#handoff_page .outlook_icon_container img {
    width: 72px;
    height: 72px
}

#handoff_page .sub_header {
    height: 56px;
    width: 289px;
    color: #424242;
    font-family: 'Graphik-Regular';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center
}

#handoff_page .submit_button {
    width: 282px;
    height: 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 24px
}

#handoff_page .submit_button:focus {
    background: #0c7cd5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#handoff_page .pink_button {
    background-color: #FF3465;
    border-color: #FF3465;
    -webkit-appearance: none
}

#handoff_page .pink_button:focus {
    background-color: #D92C55
}

#handoff_page .back_to_signup {
    text-align: center
}

#handoff_page .back_to_signup .sub_text {
    margin-top: 44px;
    margin-left: 36px;
    height: 24px;
    width: 214px;
    color: #888888;
    font-size: 13px;
    line-height: 24px;
    text-align: center
}

#handoff_page .back_to_signup a {
    height: 15px;
    width: 128px;
    color: #0D94F6;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase
}

#signin_page .auth_box .google_signin {
    padding-top: 20px;
    margin-bottom: 20px
}

#signin_page .auth_box .google_signin .google_signin_button {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px 2px 2px 3px;
    display: flex;
    height: 44px;
    line-height: 44px;
    width: 100%;
    position: relative;
    font-size: 13px;
    padding: 1px;
    background: #2196F3;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase
}

#signin_page .auth_box .google_signin .google_signin_button:hover {
    text-decoration: none
}

#signin_page .auth_box .google_signin .google_signin_button:active {
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#signin_page .auth_box .google_signin .google_signin_button .google_icon_container {
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 2px 0 0 2px
}

#signin_page .auth_box .google_signin .google_signin_button .google_icon_container img {
    width: 28px;
    height: 28px
}

#signin_page .auth_box .google_signin .google_signin_button .google_signin_label {
    width: 100%;
    text-align: center
}

#signin_page .auth_box .saml_signin {
    margin-bottom: 10px;
    display: block;
    text-align: center
}

#signin_page .auth_box .saml_signin .saml_signin_button {
    background-color: #9e9e9e;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 18px
}

#signin_page .auth_box .saml_signin .saml_signin_button .saml_signin_label {
    font-size: 13px
}

#signin_page .auth_box .or_separator {
    margin-top: 10px;
    margin-bottom: 14px;
    display: flex
}

#signin_page .auth_box .login_button {
    width: 100%;
    font-size: 13px;
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #2B41B2;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none
}

#signin_page .auth_box .login_button:hover {
    color: #2B41B2
}

#signin_page .auth_box .login_button:active {
    outline: none;
    color: #2B41B2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#signin_page .auth_box .login_button:focus {
    outline: none;
    color: #2B41B2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#signin_page .auth_box .next_button {
    height: 30px;
    width: 67px;
    line-height: 8px;
    margin-left: 216px
}

#signin_page .auth_box form {
    margin-top: 20px
}

#signin_page .get_password_box .email_confirmation {
    height: 24px;
    line-height: 24px
}

#signin_page .get_password_box .email_confirmation .email_text {
    vertical-align: super;
    color: #363636;
    font-size: 13px
}

#signin_page .get_password_box .email_confirmation a:link {
    text-decoration: none
}

#signin_page .get_password_box .email_confirmation .back_icon {
    color: #888888;
    font-size: 24px
}

#signin_page .get_password_box .form_text_field_container .text_field {
    margin-bottom: 0px
}

#signin_page .get_password_box .footer_text {
    text-align: right;
    margin-bottom: 20px
}

#signin_page .get_password_box .footer_google_text {
    margin-top: 40px;
    height: 24px;
    width: 100%;
    color: #888888;
    font-size: 13px;
    line-height: 24px;
    text-align: center
}

#signin_page .get_password_box .google_signin_label {
    height: 15px;
    width: 100%;
    color: #0D94F6;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase
}

#signin_page>footer {
    display: flex;
    justify-content: space-between;
    max-width: 420px;
    width: 100%;
    height: 140px
}

#accept_invitations_page,
#accept_invitation_signup_page,
#edit_password_page,
.authentication_page,
.home {
    display: flex;
    flex-direction: column;
    align-items: center
}

#accept_invitations_page .login_button,
#accept_invitations_page .submit_button,
#accept_invitations_page .accept_button,
#accept_invitation_signup_page .login_button,
#accept_invitation_signup_page .submit_button,
#accept_invitation_signup_page .accept_button,
#edit_password_page .login_button,
#edit_password_page .submit_button,
#edit_password_page .accept_button,
.authentication_page .login_button,
.authentication_page .submit_button,
.authentication_page .accept_button,
.home .login_button,
.home .submit_button,
.home .accept_button {
    -webkit-appearance: none
}

#accept_invitations_page h1,
#accept_invitations_page .page_title,
#accept_invitation_signup_page h1,
#accept_invitation_signup_page .page_title,
#edit_password_page h1,
#edit_password_page .page_title,
.authentication_page h1,
.authentication_page .page_title,
.home h1,
.home .page_title {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 30px;
    text-rendering: optimizelegibility
}

#accept_invitations_page .instructions,
#accept_invitation_signup_page .instructions,
#edit_password_page .instructions,
.authentication_page .instructions,
.home .instructions {
    color: #888888;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 28px;
    text-align: center;
    width: 100%
}

#accept_invitations_page .auth_box,
#accept_invitation_signup_page .auth_box,
#edit_password_page .auth_box,
.authentication_page .auth_box,
.home .auth_box {
    text-align: left;
    display: inline-block;
    max-width: 420px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 45px;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 2px
}

#accept_invitations_page .auth_box.no-footer,
#accept_invitation_signup_page .auth_box.no-footer,
#edit_password_page .auth_box.no-footer,
.authentication_page .auth_box.no-footer,
.home .auth_box.no-footer {
    margin-bottom: 140px
}

#accept_invitations_page .auth_box .box_title,
#accept_invitation_signup_page .auth_box .box_title,
#edit_password_page .auth_box .box_title,
.authentication_page .auth_box .box_title,
.home .auth_box .box_title {
    font-weight: 500;
    color: #363636;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px
}

#accept_invitations_page .auth_box hr,
#accept_invitation_signup_page .auth_box hr,
#edit_password_page .auth_box hr,
.authentication_page .auth_box hr,
.home .auth_box hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff
}

#accept_invitations_page .auth_box .label,
#accept_invitation_signup_page .auth_box .label,
#edit_password_page .auth_box .label,
.authentication_page .auth_box .label,
.home .auth_box .label {
    display: block;
    font-size: 14px;
    color: #57585a;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 8px
}

#accept_invitations_page .auth_box .text_field,
#accept_invitation_signup_page .auth_box .text_field,
#edit_password_page .auth_box .text_field,
.authentication_page .auth_box .text_field,
.home .auth_box .text_field {
    width: 307px;
    height: 40px;
    padding-left: 13px;
    border: 1px solid rgba(12, 13, 13, 0.16);
    border-radius: 3px;
    font-size: 14px;
    color: #0C0D0D
}

#accept_invitations_page .auth_box .text_field:focus,
#accept_invitation_signup_page .auth_box .text_field:focus,
#edit_password_page .auth_box .text_field:focus,
.authentication_page .auth_box .text_field:focus,
.home .auth_box .text_field:focus {
    border: 1px solid #2B41B2;
    box-shadow: none;
    outline: none
}

#accept_invitations_page .auth_box .submit_button,
#accept_invitation_signup_page .auth_box .submit_button,
#edit_password_page .auth_box .submit_button,
.authentication_page .auth_box .submit_button,
.home .auth_box .submit_button {
    width: 100%
}

#accept_invitations_page .auth_box .or_separator,
#accept_invitation_signup_page .auth_box .or_separator,
#edit_password_page .auth_box .or_separator,
.authentication_page .auth_box .or_separator,
.home .auth_box .or_separator {
    display: flex;
    align-items: center
}

#accept_invitations_page .auth_box .or_separator .line,
#accept_invitation_signup_page .auth_box .or_separator .line,
#edit_password_page .auth_box .or_separator .line,
.authentication_page .auth_box .or_separator .line,
.home .auth_box .or_separator .line {
    height: 1px;
    background-color: #e9e9e9;
    width: 100%
}

#accept_invitations_page .auth_box .or_separator span,
#accept_invitation_signup_page .auth_box .or_separator span,
#edit_password_page .auth_box .or_separator span,
.authentication_page .auth_box .or_separator span,
.home .auth_box .or_separator span {
    width: 50px;
    color: #cccccc;
    text-align: center
}

#accept_invitations_page .auth_box .auth-instructions,
#accept_invitation_signup_page .auth_box .auth-instructions,
#edit_password_page .auth_box .auth-instructions,
.authentication_page .auth_box .auth-instructions,
.home .auth_box .auth-instructions {
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 20px
}

#accept_invitations_page .form_text_field_container,
#accept_invitation_signup_page .form_text_field_container,
#edit_password_page .form_text_field_container,
.authentication_page .form_text_field_container,
.home .form_text_field_container {
    margin-bottom: 2px;
    position: relative
}

#accept_invitations_page .form_text_field_container .text_field_icon,
#accept_invitation_signup_page .form_text_field_container .text_field_icon,
#edit_password_page .form_text_field_container .text_field_icon,
.authentication_page .form_text_field_container .text_field_icon,
.home .form_text_field_container .text_field_icon {
    position: absolute;
    left: 5px;
    top: 16px;
    color: #cccccc;
    font-size: 16px
}

#accept_invitations_page .form_text_field_container .text_field_icon.icon-lock,
#accept_invitation_signup_page .form_text_field_container .text_field_icon.icon-lock,
#edit_password_page .form_text_field_container .text_field_icon.icon-lock,
.authentication_page .form_text_field_container .text_field_icon.icon-lock,
.home .form_text_field_container .text_field_icon.icon-lock {
    margin-left: 3px
}

#accept_invitations_page .form_text_field_container .text_field,
#accept_invitation_signup_page .form_text_field_container .text_field,
#edit_password_page .form_text_field_container .text_field,
.authentication_page .form_text_field_container .text_field,
.home .form_text_field_container .text_field {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid rgba(12, 13, 13, 0.16);
    outline: none;
    color: #57585a;
    font-size: 16px;
    border-radius: 0
}

#accept_invitations_page .form_text_field_container .text_field:focus,
#accept_invitation_signup_page .form_text_field_container .text_field:focus,
#edit_password_page .form_text_field_container .text_field:focus,
.authentication_page .form_text_field_container .text_field:focus,
.home .form_text_field_container .text_field:focus {
    border-left: none;
    border-top: none;
    border-right: none;
    border-color: #e91d30;
    box-shadow: inset 0 0px 0 #e91d30
}

#accept_invitations_page .login_helpers,
#accept_invitation_signup_page .login_helpers,
#edit_password_page .login_helpers,
.authentication_page .login_helpers,
.home .login_helpers {
    margin-bottom: 30px
}

#accept_invitations_page .remember_me,
#accept_invitation_signup_page .remember_me,
#edit_password_page .remember_me,
.authentication_page .remember_me,
.home .remember_me {
    margin: 0;
    text-align: left;
    color: #888888;
    margin-top: 10px;
    font-size: 12px
}

#accept_invitations_page .form_text_field_container,
#accept_invitations_page .select_container,
#accept_invitation_signup_page .form_text_field_container,
#accept_invitation_signup_page .select_container,
#edit_password_page .form_text_field_container,
#edit_password_page .select_container,
.authentication_page .form_text_field_container,
.authentication_page .select_container,
.home .form_text_field_container,
.home .select_container {
    position: relative
}

#accept_invitations_page .form_text_field_container .error_icon,
#accept_invitations_page .select_container .error_icon,
#accept_invitation_signup_page .form_text_field_container .error_icon,
#accept_invitation_signup_page .select_container .error_icon,
#edit_password_page .form_text_field_container .error_icon,
#edit_password_page .select_container .error_icon,
.authentication_page .form_text_field_container .error_icon,
.authentication_page .select_container .error_icon,
.home .form_text_field_container .error_icon,
.home .select_container .error_icon {
    position: absolute;
    right: 12px;
    top: 11px;
    display: none
}

#accept_invitations_page .form_text_field_container .error_message,
#accept_invitations_page .select_container .error_message,
#accept_invitation_signup_page .form_text_field_container .error_message,
#accept_invitation_signup_page .select_container .error_message,
#edit_password_page .form_text_field_container .error_message,
#edit_password_page .select_container .error_message,
.authentication_page .form_text_field_container .error_message,
.authentication_page .select_container .error_message,
.home .form_text_field_container .error_message,
.home .select_container .error_message {
    font-size: 11px;
    height: 30px;
    line-height: 20px;
    width: auto;
    position: absolute;
    left: 100%;
    top: 6px;
    margin-left: 10px;
    padding: 6px 20px 0px 20px;
    white-space: nowrap;
    color: #ffffff;
    border-radius: 3px;
    background-color: #e74c3c;
    box-shadow: 1px 1px 1px #888
}

#accept_invitations_page .form_text_field_container .error_message.multiline,
#accept_invitations_page .select_container .error_message.multiline,
#accept_invitation_signup_page .form_text_field_container .error_message.multiline,
#accept_invitation_signup_page .select_container .error_message.multiline,
#edit_password_page .form_text_field_container .error_message.multiline,
#edit_password_page .select_container .error_message.multiline,
.authentication_page .form_text_field_container .error_message.multiline,
.authentication_page .select_container .error_message.multiline,
.home .form_text_field_container .error_message.multiline,
.home .select_container .error_message.multiline {
    top: -4px;
    width: 261px;
    height: auto;
    white-space: normal
}

#accept_invitations_page .form_text_field_container .error_message a,
#accept_invitations_page .select_container .error_message a,
#accept_invitation_signup_page .form_text_field_container .error_message a,
#accept_invitation_signup_page .select_container .error_message a,
#edit_password_page .form_text_field_container .error_message a,
#edit_password_page .select_container .error_message a,
.authentication_page .form_text_field_container .error_message a,
.authentication_page .select_container .error_message a,
.home .form_text_field_container .error_message a,
.home .select_container .error_message a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline
}

#accept_invitations_page .form_text_field_container .error_message .carrot,
#accept_invitations_page .select_container .error_message .carrot,
#accept_invitation_signup_page .form_text_field_container .error_message .carrot,
#accept_invitation_signup_page .select_container .error_message .carrot,
#edit_password_page .form_text_field_container .error_message .carrot,
#edit_password_page .select_container .error_message .carrot,
.authentication_page .form_text_field_container .error_message .carrot,
.authentication_page .select_container .error_message .carrot,
.home .form_text_field_container .error_message .carrot,
.home .select_container .error_message .carrot {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px
}

#accept_invitations_page .submit_button,
#accept_invitations_page .green_button,
#accept_invitations_page .grey_button,
#accept_invitation_signup_page .submit_button,
#accept_invitation_signup_page .green_button,
#accept_invitation_signup_page .grey_button,
#edit_password_page .submit_button,
#edit_password_page .green_button,
#edit_password_page .grey_button,
.authentication_page .submit_button,
.authentication_page .green_button,
.authentication_page .grey_button,
.home .submit_button,
.home .green_button,
.home .grey_button {
    padding: 11px;
    height: 42px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    background: #2196F3;
    border: 1px solid #2196F3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px
}

#accept_invitations_page .submit_button:active,
#accept_invitations_page .green_button:active,
#accept_invitations_page .grey_button:active,
#accept_invitation_signup_page .submit_button:active,
#accept_invitation_signup_page .green_button:active,
#accept_invitation_signup_page .grey_button:active,
#edit_password_page .submit_button:active,
#edit_password_page .green_button:active,
#edit_password_page .grey_button:active,
.authentication_page .submit_button:active,
.authentication_page .green_button:active,
.authentication_page .grey_button:active,
.home .submit_button:active,
.home .green_button:active,
.home .grey_button:active {
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#accept_invitations_page .submit_button:focus,
#accept_invitations_page .green_button:focus,
#accept_invitations_page .grey_button:focus,
#accept_invitation_signup_page .submit_button:focus,
#accept_invitation_signup_page .green_button:focus,
#accept_invitation_signup_page .grey_button:focus,
#edit_password_page .submit_button:focus,
#edit_password_page .green_button:focus,
#edit_password_page .grey_button:focus,
.authentication_page .submit_button:focus,
.authentication_page .green_button:focus,
.authentication_page .grey_button:focus,
.home .submit_button:focus,
.home .green_button:focus,
.home .grey_button:focus {
    outline: none
}

#accept_invitations_page .submit_button:hover,
#accept_invitations_page .green_button:hover,
#accept_invitations_page .grey_button:hover,
#accept_invitation_signup_page .submit_button:hover,
#accept_invitation_signup_page .green_button:hover,
#accept_invitation_signup_page .grey_button:hover,
#edit_password_page .submit_button:hover,
#edit_password_page .green_button:hover,
#edit_password_page .grey_button:hover,
.authentication_page .submit_button:hover,
.authentication_page .green_button:hover,
.authentication_page .grey_button:hover,
.home .submit_button:hover,
.home .green_button:hover,
.home .grey_button:hover {
    background: #0c7cd5
}

#accept_invitations_page .grey_button,
#accept_invitation_signup_page .grey_button,
#edit_password_page .grey_button,
.authentication_page .grey_button,
.home .grey_button {
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #717171;
    font-size: 15px
}

#accept_invitations_page .footer_text,
#accept_invitation_signup_page .footer_text,
#edit_password_page .footer_text,
.authentication_page .footer_text,
.home .footer_text {
    text-align: center;
    color: #363636;
    font-size: 14px;
    line-height: 24px;
	padding: 0 20px;
}

#accept_invitations_page .footer_text a,
#accept_invitation_signup_page .footer_text a,
#edit_password_page .footer_text a,
.authentication_page .footer_text a,
.home .footer_text a {
	text-decoration: none;
	color: #30b7f1;
	font-weight: 500;
	line-height: 26px;
	cursor: pointer;
}

#accept_invitations_page .footer_copy_section,
#accept_invitation_signup_page .footer_copy_section,
#edit_password_page .footer_copy_section,
.authentication_page .footer_copy_section,
.home .footer_copy_section {
    margin: 0 auto
}

#accept_invitations_page .footer_copy_section img,
#accept_invitation_signup_page .footer_copy_section img,
#edit_password_page .footer_copy_section img,
.authentication_page .footer_copy_section img,
.home .footer_copy_section img {
    float: left;
    margin-right: 15px;
    width: 125px;
    border-radius: 2px
}

#accept_invitations_page .footer_copy_section .footer_text,
#accept_invitation_signup_page .footer_copy_section .footer_text,
#edit_password_page .footer_copy_section .footer_text,
.authentication_page .footer_copy_section .footer_text,
.home .footer_copy_section .footer_text {
    text-align: left
}

#accept_invitations_page .link,
#accept_invitation_signup_page .link,
#edit_password_page .link,
.authentication_page .link,
.home .link {
    text-decoration: underline;
    color: #656e78;
    font-size: 13px
}

#accept_invitations_page .orange_button,
#accept_invitation_signup_page .orange_button,
#edit_password_page .orange_button,
.authentication_page .orange_button,
.home .orange_button {
    background-color: #fdb736;
    border-color: #e9aa30;
    font-weight: normal;
    font-size: 13px
}

#accept_invitations_page .orange_button:hover,
#accept_invitation_signup_page .orange_button:hover,
#edit_password_page .orange_button:hover,
.authentication_page .orange_button:hover,
.home .orange_button:hover {
    background-color: #e9aa30;
    border-color: #e9aa30
}

#accept_invitations_page .pink_button,
#accept_invitation_signup_page .pink_button,
#edit_password_page .pink_button,
.authentication_page .pink_button,
.home .pink_button {
    background-color: #FF3465;
    border-color: #FF3465;
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    -webkit-appearance: none
}

#accept_invitations_page .pink_button:focus,
#accept_invitation_signup_page .pink_button:focus,
#edit_password_page .pink_button:focus,
.authentication_page .pink_button:focus,
.home .pink_button:focus {
    background-color: #D92C55
}

#accept_invitations_page .pink_button:hover,
#accept_invitation_signup_page .pink_button:hover,
#edit_password_page .pink_button:hover,
.authentication_page .pink_button:hover,
.home .pink_button:hover {
    background-color: #D92C55;
    border-color: #D92C55
}

#accept_invitations_page .invitation_list {
    display: flex;
    justify-content: center
}

#accept_invitations_page .accept_button {
    padding: 12px 20px;
    height: auto;
    line-height: 20px
}

#accept_invitations_page .auth_box {
    padding-top: 25px;
    padding-bottom: 25px
}

#accept_invitations_page .auth_box background .instructions {
    margin-bottom: 8px
}

#accept_invitation_signup_page .box_title {
    margin-bottom: 30px
}

#accept_invitation_signup_page .footer_text {
    max-width: 360px
}

.legalese {
    max-width: 400px
}

#startFreeTrialModal+#signup_page .footer_text {
    color: #888888
}

#startFreeTrialModal+#signup_page .footer_text.signin {
    margin-top: 15px
}

#startFreeTrialModal+#signup_page .footer_text a {
    color: #888888;
    font-weight: 700
}

#startFreeTrialModal {
    position: relative;
    display: flex;
    max-width: 840px;
    min-width: 320px;
    width: 100%;
    height: 540px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2)
}

#startFreeTrialModal.showEmailSignUpForm #email_signup_button {
    display: none
}

#startFreeTrialModal.showEmailSignUpForm .email_signup_form {
    height: 180px;
    opacity: 1
}

#startFreeTrialModal.showEmailSignUpForm .startFreeTrial_leftPanel span {
    margin-bottom: 0
}

#startFreeTrialModal .pw_logo {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 20px;
    left: 20px
}

#startFreeTrialModal .pw_logo svg {
    width: 160px
}

#startFreeTrialModal .pw_logo path,
#startFreeTrialModal .pw_logo polygon {
    fill: #d8dadb
}

#startFreeTrialModal .startFreeTrial_leftPanel,
#startFreeTrialModal .startFreeTrial_rightPanel {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 50%;
    height: 100%
}

#startFreeTrialModal .startFreeTrial_leftPanel {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-left: 50px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 1
}

#startFreeTrialModal .startFreeTrial_leftPanel h1 {
    margin: 0;
    font-weight: 400
}

#startFreeTrialModal .startFreeTrial_leftPanel h5 {
    font-size: 11px;
    margin: 5px 0 30px;
    color: #ababaa
}

#startFreeTrialModal .startFreeTrial_leftPanel span {
    display: block;
    color: #ababaa;
    font-size: 13px;
    font-weight: 700;
    margin: 25px 0
}

#startFreeTrialModal .startFreeTrial_leftPanelContent {
    position: relative;
    flex: 1 0 auto
}

#startFreeTrialModal .startFreeTrial_rightPanel {
    background-color: #efefef;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

#startFreeTrialModal .startFreeTrial_rightPanel h3 {
    color: #ababaa;
    margin: 80px 0 20px;
    text-align: center;
    font-weight: 500
}

#startFreeTrialModal .google_signup_box .google_signup_button {
    display: flex;
    align-items: center;
    width: 270px;
    height: 42px;
    line-height: 42px
}

#startFreeTrialModal .google_signup_button .google_signup_label {
    font-size: 13px;
    line-height: 13px
}

#startFreeTrialModal #email_signup_button {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
    font-weight: 700;
    font-size: 14px
}

#startFreeTrialModal #email_signup_button:hover {
    color: #0c7cd5;
    text-decoration: none
}

#startFreeTrialModal .email_signup_form {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    width: 270px
}

#startFreeTrialModal .email_signup_form.authentication_page .form_text_field_container .text_field {
    font-size: 13px;
    margin-bottom: 5px
}

#startFreeTrialModal .email_signup_form.authentication_page .error_message {
    color: #e74c3c;
    background: transparent;
    left: auto;
    top: auto;
    bottom: -16px;
    right: 0;
    height: auto;
    padding: 0;
    box-shadow: none;
    z-index: 1
}

#startFreeTrialModal .email_signup_form.authentication_page .error_message .carrot {
    display: none
}

#startFreeTrialModal .email_signup_form.authentication_page .submit_button,
#startFreeTrialModal .email_signup_form.authentication_page .submit_button_experimental {
    width: 270px;
    font-weight: 700;
    margin-top: 20px
}

#startFreeTrialModal .partner_logos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#startFreeTrialModal .partner_logos .partner_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 120px;
    margin: 25px 20px 0
}

#startFreeTrialModal .partner_logos .partner_logo img {
    max-width: 85%;
    max-height: 100%
}

#startFreeTrialModal .truste_certified_img {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 90px
}

@media (max-width: 767px) {
    #startFreeTrialModal {
        flex-direction: column;
        height: auto
    }
    #startFreeTrialModal .pw_logo,
    #startFreeTrialModal .truste_certified_img {
        left: 0;
        right: 0;
        margin: auto
    }
    #startFreeTrialModal .startFreeTrial_leftPanel,
    #startFreeTrialModal .startFreeTrial_rightPanel {
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 0
    }
    #startFreeTrialModal .startFreeTrial_leftPanel {
        padding: 120px 0 110px
    }
    #startFreeTrialModal .startFreeTrial_rightPanel {
        padding-bottom: 120px
    }
    #startFreeTrialModal .google_signup_box {
        display: inline-block
    }
}

#signup_page .auth-card,
.home .auth-card {
    margin: 0 auto;
    text-align: center;
    padding: 45px;
    margin-bottom: 15px;
    position: relative;
    overflow: visible;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
	margin: 10px 15px;
}

@media (max-width:670px) {
	#signup_page .auth-card,
		.home .auth-card {
			box-shadow:  none;
			margin: none;
			padding:0;
	}
}

#signup_page h1,
.home h1 {
    font-size: 28px;
    color: #363636;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500
}

#signup_page .sub_header,
.home .sub_header {
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px
}

#signup_page .recommend_by,
.home .recommend_by {
    color: #cccccc;
    font-size: 12px;
    margin: 40px 0 0 0
}

#signup_page .select_container,
.home .select_container {
    position: relative;
    height: 50px;
    width: 100%;
    padding-left: 0;
    color: #363636;
    font-size: 13px;
    margin-top: 5px;
    border-bottom: 1px solid #cccccc
}

#signup_page .select_container select,
.home .select_container select {
    border: none;
    font-family: 'Graphik-Regular';
    padding-left: 0;
    padding-right: 0;
    -webkit-appearance: none;
    -moz-appearance: window;
    color: #363636;
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    text-indent: 0.01px;
    text-overflow: '';
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    border-radius: 3px;
    margin-bottom: 10px
}

#signup_page .select_container select:hover,
.home .select_container select:hover {
    cursor: pointer
}

#signup_page .select_container select:focus,
.home .select_container select:focus {
    border-color: #2196F3
}

#signup_page .select_container .icon-down-dir,
.home .select_container .icon-down-dir {
    position: absolute;
    right: 17px;
    top: 19px;
    z-index: 10
}

#signup_page .submit_button,
#signup_page .submit_button_experimental,
.home .submit_button,
.home .submit_button_experimental {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px
}

#signup_page .submit_button:focus,
#signup_page .submit_button_experimental:focus,
.home .submit_button:focus,
.home .submit_button_experimental:focus {
    background: #2196F3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#signup_page .submit_button_experimental,
.home .submit_button_experimental {
    background-color: #FF3465;
    border-color: #FF3465;
    border-radius: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-appearance: none
}

#signup_page .submit_button_experimental:focus,
.home .submit_button_experimental:focus {
    background-color: #D92C55
}

#signup_page .google-apps,
.home .google-apps {
    display: inline-block;
    width: 27px;
    margin-right: 8px;
    margin-bottom: 0;
    float: left;
    margin-top: 30px
}

#signup_page .google_signup,
.home .google_signup {
    font-size: 11px;
    color: #888888;
    display: inline-block;
    width: 310px;
    text-align: left;
    vertical-align: bottom;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 18px;
    float: left
}

#signup_page .google_signup_box,
.home .google_signup_box {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

@-moz-document url-prefix() {
    .signup_form .select_container select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000
    }
}

.form_container .legal_footer {
    font-size: 13px;
    color: #888888;
    text-align: center;
    margin-top: 12px;
    line-height: 16px
}

.or_separator {
    display: flex;
    align-items: center
}

.or_separator .line {
    height: 1px;
    background-color: #e9e9e9;
    width: 100%
}

.or_separator span {
    width: 50px;
    color: #cccccc;
    text-align: center
}

.google_signup_box .google_signup_button {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px 2px 2px 3px;
    display: flex;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
    padding: 1px;
    background: #2196F3;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase
}

.google_signup_box .google_signup_button:hover {
    text-decoration: none;
    background: #0c7cd5
}

.google_signup_box .google_signup_button:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.google_signup_box .google_signup_button .google_icon_container {
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 2px 0 0 2px;
    height: 100%
}

.google_signup_box .google_signup_button .google_icon_container img {
    width: 28px;
    height: 28px
}

.google_signup_box .google_signup_button .google_signup_label {
    width: 100%;
    text-align: center
}

#use_oauth_page {
    position: relative;
    line-height: 20px;
    padding-top: 27px
}

#use_oauth_page .page_title {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 28px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    color: #363636
}

#use_oauth_page .google-admin-link {
    margin: 20px 0
}

#use_oauth_page .google-admin-link a {
    font-size: 13px;
    display: block;
    color: #2196F3;
    text-transform: uppercase;
    font-weight: 500
}

#use_oauth_page .google-admin-link .google-apps-icon {
    width: 25px;
    height: auto;
    margin: 0 11px 0 0;
    vertical-align: middle
}

#use_oauth_page .hr {
    margin: 25px 0;
    position: relative
}

#use_oauth_page .hr .or {
    position: absolute;
    top: -11px;
    right: 200px;
    padding: 0 10px;
    color: #888888;
    background: white;
    font-size: 18px
}

#use_oauth_page .google-feature-section {
    margin: 5px 0;
    font-weight: 100
}

#use_oauth_page .google-feature-section.first-feature {
    margin-top: 20px
}

#use_oauth_page .google-feature-section.last-feature {
    margin-bottom: 20px
}

#use_oauth_page .google-feature-section .icon {
    width: 25px;
    display: inline-block;
    margin: 0 8px 0 0
}

#use_oauth_page .google-feature-section p {
    display: inline-block;
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px
}

#use_oauth_page .signup_button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    outline: none;
    display: inline-block;
    border-radius: 2px;
    height: 50px;
    padding: 16px 12px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    display: block;
    background: #2196F3;
    border: 1px solid #2196F3;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

#use_oauth_page .signup_button:hover {
    cursor: pointer;
    text-decoration: none
}

#use_oauth_page .signup_button:disabled {
    cursor: default
}

#use_oauth_page .signup_button:disabled:hover {
    cursor: default
}

#use_oauth_page .signup_button:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

#use_oauth_page .signup_button:hover {
    background: #0c7cd5
}

#use_oauth_page .auth_box {
    padding: 45px;
    text-align: left;
    background-color: #FFFFFF;
    border: 0
}

#use_oauth_page .auth_box .prompt {
    font-weight: 300;
    padding: 8px 0;
    color: #888888;
    font-size: 16px;
    text-align: left
}

#use_oauth_page #help_text {
    display: none;
    font-size: 13px;
    text-align: left;
    width: 720px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #d2e7f5;
    background: #f7fbfe;
    position: relative;
    border-radius: 3px;
    color: #888888
}

#use_oauth_page #help_text #close_help_text {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1,
.h1 {
    font-size: 24px;
    line-height: 32px
}

h2,
.h2 {
    font-size: 20px;
    line-height: 28px
}

h3,
.h3 {
    font-size: 16px;
    line-height: 24px
}

h4,
.h4 {
    font-size: 13px;
    line-height: 24px
}

h5,
.h5 {
    font-size: 12px;
    line-height: 20px
}

h6,
.h6 {
    font-size: 10px;
    line-height: 20px
}

.u-darkText {
    color: #363636
}

.u-grayText {
    color: #888888
}

.u-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.u-bold {
    font-weight: 500
}

.u-italic {
    font-style: italic
}

.u-flat-link {
    color: #2B41B2;
    cursor: pointer;
    font-size: 13px
}

.u-float-right {
    float: right
}

.u-clear-float {
    clear: both
}

.u-fullWidth {
    width: 100%
}

.u-halfWidth {
    width: 50%
}

.u-singleLine {
    white-space: nowrap
}

.u-noDisplay {
    display: none
}

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

.u-clickThrough {
    pointer-events: none
}

.u-clickThrough.sw-phone,
.u-clickThrough .sw-phone {
    pointer-events: auto
}

.u-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.u-boxShadow1 {
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12)
}

.u-boxShadow2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-boxShadow3 {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-boxShadow4 {
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.25), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-boxShadow5 {
    box-shadow: 0 19px 19px 0 rgba(0, 0, 0, 0.3), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-twoColumn_column {
    display: inline-block;
    width: 47%;
    float: left;
    vertical-align: top
}

.u-twoColumn_spacer {
    display: inline-block;
    width: 5%;
    float: left;
    vertical-align: top;
    min-height: 1px
}

.u-vertical-align-middle {
    display: inline-block;
    vertical-align: middle
}

.u-multiLineText {
    white-space: pre-wrap
}

.u-textAlign-center {
    text-align: center
}

.u-textAlign-left {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1,
.h1 {
    font-size: 24px;
    line-height: 32px
}

h2,
.h2 {
    font-size: 20px;
    line-height: 28px
}

h3,
.h3 {
    font-size: 16px;
    line-height: 24px
}

h4,
.h4 {
    font-size: 13px;
    line-height: 24px
}

h5,
.h5 {
    font-size: 12px;
    line-height: 20px
}

h6,
.h6 {
    font-size: 10px;
    line-height: 20px
}

.u-darkText {
    color: #363636
}

.u-grayText {
    color: #888888
}

.u-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.u-bold {
    font-weight: 500
}

.u-italic {
    font-style: italic
}

.u-flat-link {
    color: #2B41B2;
    cursor: pointer;
    font-size: 13px
}

.u-float-right {
    float: right
}

.u-clear-float {
    clear: both
}

.u-fullWidth {
    width: 100%
}

.u-halfWidth {
    width: 50%
}

.u-singleLine {
    white-space: nowrap
}

.u-noDisplay {
    display: none
}

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

.u-clickThrough {
    pointer-events: none
}

.u-clickThrough.sw-phone,
.u-clickThrough .sw-phone {
    pointer-events: auto
}

.u-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.u-boxShadow1 {
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12)
}

.u-boxShadow2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-boxShadow3 {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-boxShadow4 {
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.25), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-boxShadow5 {
    box-shadow: 0 19px 19px 0 rgba(0, 0, 0, 0.3), 0 1px 6px rgba(0, 0, 0, 0.12)
}

.u-twoColumn_column {
    display: inline-block;
    width: 47%;
    float: left;
    vertical-align: top
}

.u-twoColumn_spacer {
    display: inline-block;
    width: 5%;
    float: left;
    vertical-align: top;
    min-height: 1px
}

.u-vertical-align-middle {
    display: inline-block;
    vertical-align: middle
}

.u-multiLineText {
    white-space: pre-wrap
}

.u-textAlign-center {
    text-align: center
}

.u-textAlign-left {
    text-align: left
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
button,
input,
textarea {
    font-family: 'Graphik-Regular';
}

html,
body {
    min-height: 100vh
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

a {
    color: #2B41B2;
    text-decoration: none
}

a:hover {
    cursor: pointer;
    text-decoration: underline
}

i {
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block
}

#intercom-container,
.intercom-sheet-header {
    height: 64px !important
}

#intercom-container .intercom-launcher,
.intercom-sheet-header .intercom-launcher {
    z-index: 1 !important
}

#intercom-container .intercom-sheet-header-title,
#intercom-container .intercom-sheet-header-button,
.intercom-sheet-header .intercom-sheet-header-title,
.intercom-sheet-header .intercom-sheet-header-button {
    line-height: 64px !important
}

#intercom-container .intercom-launcher-button,
.intercom-sheet-header .intercom-launcher-button {
    background-color: #696E6F !important;
    border-color: #696E6F !important
}

::-webkit-input-placeholder {
    color: #cccccc
}

:-moz-placeholder {
    color: #cccccc
}

::-moz-placeholder {
    color: #cccccc
}

:-ms-input-placeholder {
    color: #cccccc
}