/**
* Screen
*/
.cb body {
font-family: "maax", Arial, sans-serif!important;
font-size: 15px!important;
line-height: 21pt;
color: #232222;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.cb header {
width: 100%;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.cb header img {
width: 115px;
}

.cb .container{
width: 80%;
max-width: 1080px;
margin: auto;
}
.cb .cb-text-heading--large,
.cb .cb-text-heading--medium,
.cb .cb-text-heading--small,
.cb button {
    font-family: 'TradeGothic';
    text-transform: uppercase;
    font-weight: bold;

}
.cb .cb-text-heading--large {
    font-size: 40px;
    line-height: 1.125;
}
.cb .cb-text-heading--medium {
    font-size: 26px;
    line-height: 29px;
}
.cb .cb-text-heading--small {
    font-size: 21px;
    line-height: 24px;
}
.cb .cb-text-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.cb .cb-text-body--highlight {
    font-size: 18px;
    line-height: 24px;
}

.cb .cb-text-body--regular {
    font-size: 15px;
    line-height: 1.4;
}

.cb .cb-text-body--small {
    font-size: 0.75rem;
    line-height: 1.4;
}

.cb .cb-m-top--medium {
    margin-top: 30px;
}

.cb .cb-m-top--large {
    margin-top: 40px;
}

.cb .cb-m-top--x-large {
    margin-top: 60px;
}

.cb .cb-m-left--small {
    margin-left: 15px;
}

.cb .cb-m-left--medium {
    margin-left: 30px;
}

.cb .cb-m-left--large {
    margin-left: 40px;
}

.cb .cb-m-left--x-large {
    margin-left: 60px;
}

.cb .cb-m-bottom--small {
    margin-bottom: 15px;
}

.cb .cb-m-bottom--medium {
    margin-bottom: 30px;
}

.cb .cb-m-bottom--large {
    margin-bottom: 40px;
}

.cb .cb-m-bottom--x-large {
    margin-bottom: 60px;
}

.cb .cb-m-right--small {
    margin-right: 15px;
}

.cb .cb-m-right--medium {
    margin-left: 30px;
}

.cb .cb-m-right--large {
    margin-right: 40px;
}

.cb .cb-m-right--x-large {
    margin-right: 60px;
}

.cb .cb-m-vertical--small {
    margin-bottom: 15px;
    margin-top: 15px;
}

.cb .cb-m-vertical--medium {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cb .cb-m-vertical--large {
    margin-bottom: 40px;
    margin-bottom: 40px;
}

.cb .cb-m-vertical--x-large {
    margin-bottom: 60px;
    margin-top: 60px;
}

.cb .cb-p-around--small {
    padding: 15px;
}

.cb .cb-p-around--medium {
    padding: 30px;
}

.cb .cb-p-around--large {
    padding: 40px;
}

.cb .cb-p-around--x-large {
    padding: 60px;
}

.cb .cb-p-top--small {
    padding-top: 15px;
}

.cb .cb-p-top--medium {
    padding-top: 30px;
}

.cb .cb-p-top--large {
    padding-top: 40px;
}

.cb .cb-p-top--x-large {
    padding-top: 60px;
}

.cb .cb-box {
  text-align: center;
  padding: 0.75rem;
}

.cb .cb-box.cb-box--brand {
  background-color: #232222;
  color: #FFF;
}
.cb .cb-box.cb-box--brand a {
  color: #9b9b9b;
}

.cb .cb-box.cb-box--inverse {
  background-color: #4e87a0;
  color: #FFF;
}
.cb .cb-box.cb-box--inverse a {
  color: #FFF;
}

.cb .cb-input, .cb .cb-select {
  font-size: 0.875rem;
  padding: 10px;
  line-height: 1rem;
  min-height: 42px;
  background-color: white;
  color: #333333;
  border: 1px solid #d8dde6;
  border-radius: 0;
  width: 100%;
  transition: border 0.1s linear, background-color 0.1s linear;
  display: inline-block;
}

.cb .cb-input::placeholder {
    line-height: 21px;
}

.cb .cb-select_container {
    position: relative;
    min-height: 42px;
}

.cb .cb-select_container:before, .cb .cb-select_container:after {
    position: absolute;
    content: '';
    display: block;
    right: 0.5rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.cb .cb-select_container:after {
    border-top: 7px solid #061c3f;
    bottom: 17px;
}

.cb .cb-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 22.5px;
}

.cb .cb-select.cb-select-has-icon--left {
    padding-left: 3rem;
}

.cb .cb-select:invalid {
    color: dimgray;   
}

.cb select::-ms-expand, textarea::-ms-expand, input::-ms-expand{
    display: none;
}

.cb textarea {
    overflow: auto;
}


@media only screen and (max-width: 768px) {
    .cb .cb-text-heading--large, .cb .cb-text-heading--medium, .cb .cb-text-heading--small {
        font-size: 18px;
        line-height: 21px;
    }

    .cb .cb-text-title {
        font-size: 15px;
        line-height: 21px;
        font-weight: normal;
    }

    .cb .cb-text-body--highlight, .cb .cb-text-body--regular {
        font-size: 13px;
        line-height: 18px;
    }

    .cb .cb-m-top--medium {
        margin-top: 20px;
    }

    .cb .cb-m-top--large {
        margin-top: 40px;
    }

    .cb .cb-m-top--x-large {
        margin-top: 40px;
    }

    .cb .cb-m-bottom--medium {
        margin-bottom: 20px;
    }

    .cb .cb-m-bottom--large {
        margin-bottom: 40px;
    }

    .cb .cb-m-bottom--x-large {
        margin-bottom: 40px;
    }

    .cb .cb-m-vertical--medium {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .cb .cb-m-vertical--large {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .cb .cb-m-vertical--x-large {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.cb .cb-actions > span {
  margin-right:0.75rem;
}

@media only screen and (max-width: 468px) {
  .cb .slds-form--compound .slds-form-element__row {
    flex-wrap: wrap;
  }

  .cb .slds-form--compound .slds-form-element + .slds-form-element {
    padding-left: 0;
  }

  .cb .cb-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .cb .cb-actions > span, button.cb-button {
    flex: 1 100%;
    margin: 0 0.75rem 0 0.75rem;
    margin-left: 0;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.cb a,
button {
    border-radius: 0;
    outline: none;
}
.cb a:focus,
button:focus {
    outline: none;
}
.cb .cb-button {
    text-transform: uppercase;
    font-family: 'TradeGothic';
    border-radius: 0;
    padding: 4.2px 14px;
    padding: 10px 20px;
    outline-color: #232222;
    /*transition: background-color 0.5s;*/
}

.cb .cb-button.cb-button--neutral {
    background-color: #FFF;
    color: #232222;
    outline-color: #232222;
    font-size: 0.875rem;
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-color: #232222;
    border-width: 2px;
    line-height: 18px;
    transition: all 0.2s;
}
.cb .cb-button.cb-button--neutral:hover {
    background-color: #EEEEEF;
}
.cb .cb-button.cb-button--neutral[disabled] {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
}
.cb .cb-button.cb-button--inverse {
    background-color: #4e87a0;
    color: #FFF;
    outline-color: #FFF;
    font-size: 0.875rem;
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-color: #FFF;
    border-width: 2px;
    line-height: 18px;
    transition: all 0.2s;
}
.cb .cb-button.cb-button--inverse:hover {
    background-color: #5F98B1;
}
.cb .cb-button.cb-button--inverse[disabled] {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
}

.cb svg.password-strength {
    position: absolute;
}

div.slds-form-element__help {
    min-height: 18px;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

/**
* Unsubscribe
*/
form.unsubscribe .slds-form--stacked > .slds-form-element+.slds-form-element {
    margin-top: 30px;
}