* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family:"Google Sans", sans-serif;
  background-color:white;
  color:black;
}
button {
  background-color:transparent;
  cursor:pointer;
}
a {
  color:inherit;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 20px;
}
.constrain900 {
    max-width: 56.25rem;
}

input, button, select, textarea {
    padding: .5em 1em;
    font-size: 1rem;
    font-family: inherit;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    color: inherit;
}
select {
    padding-right: 2.5rem;
    background: #fff url(../img/icon/down-angle.svg) 100% 50% no-repeat;
    background-position: -moz-calc(100% - 1.2em) 50%;
    background-position: calc(100% - 1.2em) 50%;
    background-size: 12px auto;
}

.input {
    display: block;
    width: 100%;
    height: 2.3125rem;
    font-size: .8125rem;
    padding: 0 .9375rem;
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a.input,input.input {
    border: 1px solid #999
}

button.input {
    border: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    cursor: pointer
}

a.input {
    line-height: 2.1875rem;
    -webkit-transition-property: color,border-color,background;
    -moz-transition-property: color,border-color,background;
    transition-property: color,border-color,background;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
}

a.input img,a.input svg {
    vertical-align: middle;
    margin-left: 10%;
    margin-right: 5%;
    position: relative;
    top: -2px
}

a.input.facebook:hover {
    color: #3b5998;
    background: #f8faff;
    border-color: #3b5998
}

a.input.google:hover {
    color: #567ef0;
    background: #f8faff;
    border-color: #567ef0
}

a.input.linkedin:hover {
    color: #007bb6;
    background: #f8fcff;
    border-color: #007bb6
}

a.input.apple:hover {
    color: #000;
    background: #fff8f8;
    border-color: #000
}

@media (min-width: 48rem) {
    .input {
        font-size:.875rem;
        height: 2.75rem
    }

    a.input {
        line-height: 2.625rem
    }
}

@media (min-width: 64rem) {
    .input {
        font-size:.9375rem;
        height: 2.875rem
    }

    a.input {
        line-height: 2.75rem
    }
}

.checkbox-wp {
    position: relative
}

.checkbox-wp .fl-right {
    float: right
}

.checkbox-wp label {
    display: block;
    padding-left: 1.75rem
}

.checkbox-wp label:before {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: border,background;
    -moz-transition-property: border,background;
    transition-property: border,background;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s
}

.checkbox-wp [type=checkbox]:checked~label:before {
    border: 0;
    background: #000
}

.checkbox-wp [type=checkbox]:checked~label:after {
    content: "";
    display: block;
    position: absolute;
    width: .625rem;
    height: .3125rem;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
    left: .25rem;
    top: .25rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.checkbox-wp [type=checkbox], .checkbox-wp [type=radio] {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}
.login-wp {
    position: relative;
    max-width: 21.25rem;
    margin: 1.25rem auto
}

@media (min-width: 48rem) {
    .login-wp {
        margin-top:1.875rem
    }
}

@media (min-width: 64rem) {
    .login-wp {
        margin-top:2.5rem
    }
}

.login-wp h1 {
    margin: 0 0 1.25rem;
    font-size: 1.25rem;
    text-align: center
}

@media (min-width: 48rem) {
    .login-wp h1 {
        font-size:1.375rem
    }
}

@media (min-width: 64rem) {
    .login-wp h1 {
        font-size:1.625rem
    }
}

.login-wp .login-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.login-wp .login-social>div:nth-last-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.login-wp li:nth-child(n+2) {
    margin-top: .9375rem
}

.login-or {
    position: relative;
    margin: 1.25rem 0
}

.login-or:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    border-bottom: 1px solid #dbdbdb
}

.login-or>span {
    display: inline-block;
    padding: .625rem;
    line-height: 1;
    background: #fff;
    position: relative;
    z-index: 1
}

.l-profile {
    margin: 1.875rem 0
}

@media (max-width: 47.9375rem) {
    .l-profile>div:first-child {
        margin-bottom:1.25rem
    }
}

@media (min-width: 48rem) {
    .l-profile {
        margin:3.75rem 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .l-profile>div {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .l-profile>div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 9.375rem;
        margin-right: 1.875rem
    }
}

@media (min-width: 64rem) {
    .l-profile>div:first-child {
        width:15rem
    }
}

.profile-nav a {
    display: block
}

@media (max-width: 47.9375rem) {
    .profile-nav a {
        display:none
    }

    .profile-nav [aria-current] {
        display: block;
        font-size: .875rem;
        font-weight: 700;
        padding-bottom: .625rem;
        border-bottom: 1px solid #747474
    }
}

@media (min-width: 48rem) {
    .profile-nav {
        margin-top:2.75rem
    }

    .profile-nav a {
        padding: .625rem;
        font-weight: 700;
        font-size: 1rem;
        position: relative
    }

    .profile-nav a:not([aria-current]) {
        color: #747474
    }

    .profile-nav [aria-current]:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1em;
        margin-top: -.5em;
        margin-left: -.125rem;
        border-left: 2px solid
    }
}

.profile-header {
    margin-bottom: .9375rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #747474;
    font-size: 1rem
}

@media (min-width: 48rem) {
    .profile-header {
        font-size:1.25rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media (min-width: 64rem) {
    .profile-header {
        font-size:1.5rem
    }
}

.profile-ul li {
    position: relative
}

.profile-ul li:nth-child(n+2) {
    margin-top: .9375rem;
    padding-top: .9375rem;
    border-top: 1px solid #e4e4e4
}

@media (min-width: 48rem) {
    .profile-ul li:nth-child(n+2) {
        margin-top:1.25rem;
        padding-top: 1.25rem
    }
}

.profile-ul .btn-edit {
    position: absolute;
    right: 0;
    font-size: .75rem;
    text-decoration: underline
}

@media (min-width: 48rem) {
    .profile-ul .btn-edit {
        font-size:.9375rem
    }
}

.profile-ul .btn-edit:before {
    content: attr(data-default)
}

.profile-ul .btn-edit.active:before {
    content: attr(data-active);
    font-weight: 700
}

.profile-ul .label {
    display: block;
    margin-bottom: .625rem;
    font-size: .75rem;
    text-transform: uppercase;
    color: #7a7a7a
}

.profile-ul .present {
    font-size: .875rem
}

@media (min-width: 48rem) {
    .profile-ul .label {
        font-size:.875rem
    }

    .profile-ul .present {
        font-size: 1rem
    }
}

@media (min-width: 48rem) {
    .profile-ul .present {
        font-size:1.125rem
    }
}

.edit-row {
    padding-right: 2.8125rem
}

.edit-row:not(.show) .input,.edit-row.show .present {
    display: none
}

.form-ul li:nth-child(n+2) {
    margin-top: 1.25rem
}

.form-ul .label {
    display: block;
    margin-bottom: .625rem;
    font-size: .75rem;
    text-transform: uppercase;
    color: #7a7a7a
}

@media (min-width: 48rem) {
    .form-ul .label {
        font-size:.875rem
    }
}

.form-ul .save {
    display: inline-block;
    width: 60%;
    max-width: 15.625rem;
    cursor: pointer;
    font-weight: 700
}

@media (min-width: 64rem) {
    .form-ul .save {
        font-size:1rem
    }
}

.form-ul .cancel {
    display: inline-block;
    border: 0;
    width: auto
}

.login-or>span {
    display: inline-block;
    padding: .625rem;
    line-height: 1;
    background: #fff;
    position: relative;
    z-index: 1;
}
.center-align {
    text-align: center;
}
.mv30, .mb30 {
    margin-bottom: 1.875rem;
}
.mv30, .mt30 {
    margin-top: 1.875rem;
}
.fz14 {
    font-size: .875rem;
}
.fz12, .fz13, .fz14, .fz15, .fz16 {
    line-height: 1.5;
}
.fz13 {
    font-size: .8125rem;
}
.header-simple {
    -webkit-box-shadow: 0 1px 0#dbdbdb;
    box-shadow: 0 1px 0#dbdbdb;
    position: relative
}

.header-simple .logo {
    padding: .8125rem;
    display: block;
    text-align: center;
    line-height: 0
}

@media (min-width: 64rem) {
    .header-simple .logo {
        padding:1.25rem
    }
}
.header-simple~.site-footer {
    margin-top: 0
}

.header-simple .btn-user {
    position: absolute;
    right: .625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border:0;
}

.header-simple .btn-user .name {
    vertical-align: middle
}

.header-simple .btn-user.active .down-arrow {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

@media (max-width: 47.9375rem) {
    .header-simple .btn-user .txt {
        display:none
    }
}

@media (min-width: 48rem) {
    .header-simple .btn-user .img {
        display:none
    }
}

@media (min-width: 64rem) {
    .header-simple .btn-user {
        right:1.875rem
    }
}

.header-simple .dropdown-user {
    position: absolute;
    z-index: 800;
    right: 0;
    margin-top: 1px;
    padding: 1.5625rem;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px rgba(0,0,0,.25)
}

.header-simple .dropdown-user:not(.show) {
    display: none
}

@media (max-width: 47.9375rem) {
    .header-simple .dropdown-user {
        min-height:100vh
    }
}

@media (min-width: 48rem) {
    .header-simple .dropdown-user {
        max-width:18.125rem;
        padding: .625rem
    }
}

.header-simple .dropdown-user li {
    border-bottom: 1px solid #e4e4e4
}

.header-simple .dropdown-user a {
    display: block;
    padding: .5rem 0;
    font-size: .84375rem
}

.header-simple .dropdown-user .signout {
    font-size: .84375rem;
    padding: .5rem 0;
    text-align: center
}

.header-simple .dropdown-user .signout a {
    text-decoration: underline
}

.header-simple .dropdown-user [aria-current] {
    font-weight: 700
}

.header-simple .dropdown-user .close {
    display: block;
    width: 100%;
    padding: .3125rem;
    text-align: right;
    cursor: pointer;
    border:0;
}
@media (min-width: 48rem) {
    .header-simple .dropdown-user .close {
        display: none;
    }
}
