a, a:visited, a:active, a:focus {
    color: inherit!important;
    text-decoration: inherit!important;
}

.cursored {
    cursor: pointer!important;
}


.custombootstrap .container {
    max-width: 1080px;
}


.bg-orange-gradient {
    background-image: linear-gradient(90deg,#bb141a 0%,#f46d20 100%);
}

.et-l--header a.et_pb_button {
    color: white!important;
}

.gform_button {
    width: auto;
    padding: 0.5rem 2rem;
    font-size: 16pt;
    background: #F46D20;
    color: white;
    border: 0px;
    border-radius: 14px;
}

.gform_footer {
    text-align: right;
}

.text-orange {
    color: #ef6c22;
}