.button {
    border: 1px solid #DA3D0F;
    border-radius: 0;
    color: #DA3D0F;
    font-family: 'Basis Grotesque Regular', sans-serif !important;
}

.button:hover, .button:focus, .button:active {
    background: #DA3D0F;
    border: 1px solid #DA3D0F;
    color: #FFF;
    box-shadow: none;
}

button.waves-effect.waves-light.button {
    background-color: #fff;
    color: #DA3D0F;
}

.csu-infotainment-section a.hero-button {
    background: #DA3D0F !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 30px !important;
/*    padding-right: 90px !important;    */
    height: 50px;

    font-size: 16px !important;
    font-family: 'Basis Grotesque Medium', sans-serif;
    line-height: 32px;
    position: relative;
    
    top: 10px;
    left: -18px;
    display: inline-flex;
    align-items: center;
}

.csu-infotainment-section a.hero-button::after {
    font-family: "csu-icons-2019";
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -o-transform: scale(1);
    text-rendering: optimizeLegibility; 
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: 0 0 0 20px;

    content: '\e90c' !important;
    color: white;
    font-size: 24px !important;
    line-height: 16px !important;
/*    position: absolute;
    right: 0;
    padding-top: 8px;
    */
}

.csu-infotainment-section .button.hero-button:hover, 
.csu-infotainment-section .button.hero-button:focus {
    background-color: #222222 !important;

    color: #fff !important;
}

.calp-box.modal-trigger, a.whiteButton.button {
    background-color: transparent;
    border-radius: 0;
    min-height: unset !important;
    height: 40px !important;
    margin: 0 0;
    box-shadow: unset;
    align-items: center;
    position: relative;
    color: #DA3D0F;
    border: 1px solid #DA3D0F !important;
    transition: unset;
    z-index: 99;
    text-align: left !important;
    margin-bottom:5px;
}
.calp-box.modal-trigger:hover, .calp-box.modal-trigger:focus,
a.whiteButton.button:hover, a.whiteButton.button:focus {
    background-color:  #DA3D0F !important;
    color: white !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    border: 1px solid #DA3D0F !important;
}
.calp-box.modal-trigger h5, a.whiteButton.button {
    white-space: nowrap !important;
    padding-right: 30px;
    width: 100%;
    margin-left: 1em;
    text-decoration: none !important;
}
.calp-box.modal-trigger h5::after, a.whiteButton.button::after {
    font-family: "csu-icons-2019";
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -o-transform: scale(1);
    text-rendering: optimizeLegibility; 
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: 0 20px;
    content: '\e90c' !important;
    color: #DA3D0F;
    font-size: 24px !important;
    line-height: 16px !important;
    position: absolute;
    right: 0.25em;
    padding-top: 8px;
}
.calp-box.modal-trigger:hover h5::after, a.whiteButton.button:hover::after,
.calp-box.modal-trigger:focus h5::after, a.whiteButton.button:focus::after{
    color: white  !important;
}
a.whiteButton.button {
    width: auto !important;
    line-height: 0.5em !important;
    padding-right: 60px;
}
a.whiteButton.button::after {
    right: 0;
    margin-top: -2px;
    padding-top: 0;
}

.banner-content a.button.hero-button {
    border: 0 !important;
    text-align: left !important;
    text-decoration: underline !important;
    padding: 0 !important;
    line-height: normal;
}
.banner-content a.button.hero-button:hover, .banner-content a.button.hero-button:focus {
    text-decoration: none !important;
    background: transparent !important;
    color:#fff !important;
}

.button.hero-button {
    background-color:#DA3D0F;
    border-radius:0;
   font-family: 'Basis Grotesque Medium', sans-serif !important;

}
.button.hero-button:hover,
.button.hero-button:focus {
    background-color:#222222;
    color:#FFF;
    border:1px solid #222222;
}



#can-we-help-you a.button, 
#can-we-help-you a.button.large {    border: 1px solid #f2f2f2;    }

#can-we-help-you a.button:hover,
#can-we-help-you a.button:focus, 
#can-we-help-you a.button.large:hover,
#can-we-help-you a.button.large:focus {
    border: 1px solid #DA3D0F;
    color: #DA3D0F;
    background: #fff;
}




input[type="submit"].button {
    background-color: #DA3D0F;
    border-color: #DA3D0F;
    color: #fff;
}
input[type="submit"].button:hover, input[type="submit"].button:focus {
    background-color: #FFF;
    color: #DA3D0F;
}