/* mba-btn */

/* Square */
.mba-btn-green-quote {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    color: #4ba449!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}
.mba-btn-green-quote:hover {
    background-color: #4ba449!important;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mba-btn-skyblue {
	display: inline-block;
    border: 1px solid #71c8e1;
    border-radius: 0;
    background-color: #fff;
    color: #71c8e1!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-skyblue:hover {
    background-color: #71c8e1;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-white {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-white:hover {
    background-color: #3773ca;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-tangerine {
	display: inline-block;
    border: 1px solid #eb7600;
    border-radius: 0;
    background-color: #fff;
    color: #eb7600!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-tangerine:hover {
    background-color: #eb7600!important;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-blue {
    display: inline-block;
    border: 1px solid #3773ca;
    border-radius: 0;
    background-color: #fff;
    color: #3773ca!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-blue:hover {
    background-color: #3773ca!important;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-green {
    display: inline-block;
    border: 1px solid #4ba449;
    border-radius: 0;
    background-color: #fff;
    color: #4ba449!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-green:hover {
    background-color: #4ba449!important;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Rounded */

.mba-btn-skyblue-round {
    display: inline-block;
    border: 1px solid #71c8e1;
    border-radius: 50px;
    background-color: #fff;
    color: #71c8e1!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-skyblue-round:hover {
    background-color: #71c8e1;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-tangerine-round {
    display: inline-block;
    border: 1px solid #eb7600;
    border-radius: 50px;
    background-color: #fff;
    color: #eb7600!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-tangerine-round:hover {
    background-color: #eb7600;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mba-btn-blue-round {
    display: inline-block;
    border: 1px solid #3773ca;
    border-radius: 50px;
    background-color: #fff;
    color: #3773ca!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-blue-round:hover {
    background-color: #3773ca;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-green-round {
    display: inline-block;
    border: 1px solid #4ba449;
    border-radius: 50px;
    background-color: #fff;
    color: #4ba449!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-green-round:hover {
    background-color: #4ba449;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mba-btn-partner {
    display: inline-block;
    border: 1px solid #3773ca;
    border-radius: 0;
    color: #3773ca!important;
    cursor: pointer;
    font: 800 20px/20px CircularStd,sans-serif;
    margin-bottom: 10px;
    padding: .85em 1em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.mba-btn-partner:hover {
    background-color: #3773ca;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}