/*.cards{*/
  /*display: inline-block;*/
  /*height: 34px;*/
  /*width: 154px;*/
  /*background: url(/images/forms/cc-types-smaller.png) 0 0;*/
/*}*/

/*.card{*/
  /*height: 34px;*/
  /*width: 40px;*/
  /*padding: 10px;*/
/*}*/

/*.card.discover{*/
    /*background: url(/images/forms/cc-types-smaller.png) -2px 0;*/
/*}*/

/*.card.mc{*/
    /*background: url(/images/forms/cc-types-smaller.png) -43px 0;*/
/*}*/

/*.card.visa{*/
  /*background: url(/images/forms/cc-types-smaller.png) -84px 0;*/
/*}*/

/*.card.amex{*/
  /*background: url(/images/forms/cc-types-smaller.png) -125px 0;*/
    /*width: 30px;*/
/*}*/

/*#card-type{*/
  /*font-size:11px;*/
  /*color:brown;*/
/*}*/

.input-error{
  background:pink;
  border:solid 1px brown;
}

/**
 *  HUBSPOT FORMS
 */

/* Subscription Form */

.subscribe-form {
    background: #1863ad;
}

.subscribe-form .hs-button {
    padding: 3px 9px !important;
}

.subscribe-form .hs-form-radio {
    float: left !important;
}

.subscribe-form .hs-form-radio:first-child {
    margin-right: 10px !important;
}

.subscribe-form .hs-form-radio label {
    color: #fff;
    font-family: gothbook;
    font-weight: normal !important;
}

.subscribe-form .hs-form select.hs-input,
.subscribe-form .hs-form input.hs-input {
    height: auto !important;
    margin-right: 5px;
}

.subscribe-form .hs-form-required,
.hs-error-msgs li label {
    display: none;
}

.subscribe-form .input-group {
    clear: both !important;
    margin-top: 10px !important;
}

.subscribe-form .input-group input[type="email"] {
    height: 31px !important;
}

.subscribe-form input[type="email"] {
    background-color: #f9f9f9;
    background-image: none;
    border-color: #e2e3e4 rgba(212, 212, 212, 0.075) rgba(212, 212, 212, 0.075) #e2e3e4;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #555;
    display: table-cell;
    margin-right: 0 !important;
    padding: 0 0 0 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
}

.subscribe-form .hs_spear_digest_subscription_frequency {
    margin-bottom: 10px !important;
    overflow: hidden !important;
}

.subscribe-form.subscribe-mobile .inputs-list {
    margin: 0 auto;
    overflow: hidden;
    width: 160px;
}

.actions,
.hs-error-msgs {
    display: none !important;
}
#acct-info .actions {
    display: block !important;
}

.font-list li {
    color: #555;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.5rem;
}

.font-list li span  {
    top: -2px;
}

#subscribe-form-mobile {
    /*display: none;*/
}

.input-error-message{
  color:brown;
}

.upload-file{
  cursor:pointer;
}

/* LG */
@media (min-width: 1200px) {
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
}

/* XS */
@media (max-width: 767px) {
    .input-mobile-phone-number,
    .my-role {
        width: 100%;
    }
}

