.cp-form__label{
    font-size: 1.25rem;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.cp-form__header{
    padding: 20px 30px;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.cp-form__title{
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.cp-form__info,.cp-form__content{
    font-size: 1.25rem;
    padding: 15px 30px;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.cp-form__input,.cp-form__textarea{
    display: block;
    width: 100%;
    height: 3rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #89949f;
    background-color: #ebeff1;
    background-clip: padding-box;
    border: 0 solid #ebeff1;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.cp-detail__header{
    padding: 0 20px;
}
.cp-detail__header p{
    display: none;
}
.cp-detail__contact{
    display: none;
}

.cp-brand{
    display: none;
}

.cp-button.cp-button--submit{
    border-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: none;
    margin: 30px auto 0;
    color: #ffffff !important;
    background-color: #f15c22 !important;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    text-decoration: none;
    outline-width: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
}
.cp-button.cp-button--back{
    border-style: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: none;
    margin: 16px auto 0;
    color: #fff;
    background-color: #6c757d;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    text-decoration: none;
    outline-width: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
}

.cp-detail__content{
    padding: 30px 30px;
}

.cp-job__link {
    border: 1px solid #ebeff1;
    width: 100%;
}
.cp-job__main {
    padding: 1.5rem
}
.cp-form__button-wrapper{
    justify-content: start;
}
.cp-form__button.cp-form__button--add {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
    border: 1px solid #6a747d;
}
.cp-form__button.cp-form__button--remove {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
    border: 1px solid #6a747d;
}
.cp-job__name {
    font-size: 1.75rem;
    line-height: 1.1em;
    text-decoration: unset;
    font-weight: 500;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    margin: 0;
    color: #6a747d;
}


.cp-detail__header-title {
    font-size: 4.125rem;
    line-height: 1em;
    font-weight: 500;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    margin: 0;
    color: #6a747d;
}

.cp-detail__content p {
    margin: 20px 0 0 0;
}
.cp-detail__content p strong {
    font-size: 1.35rem;
    line-height: 1em;
    font-weight: 500;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #6a747d;
}
.cp-detail__content ul li strong {
    font-size: 1.15rem;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@font-face {
    font-family: 'manrope';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/manrope/manrope-medium.ttf);
}
@font-face {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/icomoon/icomoon.ttf);
}

.cp-detail__content ul li {
    position: relative;
    padding-left: 33px;
    margin: 0.5rem 0;
}

.cp-detail__content ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #f15c22;
    position: absolute;
    left: 0;
    top: .85em;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cp-message__text {
    margin-left: 1rem;
    font-size: 2rem;
}