body,
html {
    height: 100%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fefefe;
    height: 100%;
    font-size: 16px;
}
*:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
figure {
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
.a_blackish {
    color: #282828 !important;
}
.a_darkgrey {
    color: #25265e !important;
}
.a_darkgrey333 {
    color: #333333 !important;
}
.a_bg_darkgrey {
    background-color: #25265e !important;
}
.a_lightBlue {
    color: #15b4f1 !important;
}
.a_bg_lightBlue {
    background-color: #15b4f1 !important;
}
.a_lightGrey {
    color: #9e9e9e !important;
}
.a_bg_lightGrey {
    background-color: #9e9e9e !important;
}
.a_grey {
    color: #575757 !important;
}
.a_bg_grey {
    background-color: #575757 !important;
}
.a_lightGreen {
    color: #50d47e !important;
}
.a_bg_lightGreen {
    background-color: #50d47e !important;
}
.a_lightRed {
    color: #f14746 !important;
}
.a_bg_lightRed {
    background-color: #f14746 !important;
}
.a_m10 {
    margin: 10px !important;
}
.a_m20 {
    margin: 20px !important;
}
.a_m30 {
    margin: 30px !important;
}
.a_mb10 {
    margin-bottom: 10px !important;
}
.a_mb15 {
    margin-bottom: 15px !important;
}
.a_mb20 {
    margin-bottom: 20px !important;
}
.a_mb25 {
    margin-bottom: 25px !important;
}
.a_mb30 {
    margin-bottom: 30px !important;
}
.a_mw_250 {
    max-width: 250px !important;
}
.a_mw_600 {
    max-width: 600px !important;
}
.a_mw_300 {
    max-width: 300px !important;
}
.a_mw_200 {
    max-width: 200px !important;
}
.a_fs_18 {
    font-size: 18px !important;
}
.a_fs_16 {
    font-size: 16px !important;
}
.a_fs_14 {
    font-size: 14px !important;
}
.a_bb_none {
    border-bottom-style: none !important;
}
.a_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.a_td_underline {
    text-decoration: underline !important;
}
.a_height_2 {
    height: 2px !important;
}
.a_height_3 {
    height: 3px !important;
}
.a_height_4 {
    height: 4px !important;
}
.a_height_5 {
    height: 5px !important;
}
.a_va_top {
    vertical-align: top !important;
    display: inline-block;
}
.a_va_middle {
    vertical-align: middle !important;
    display: inline-block;
}
.a_va_text_top {
    vertical-align: text-top !important;
    display: inline-block;
}
.a_span {
    color: #282828;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
.a_p {
    color: #7f7f7f;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
}
.a_h3 {
    color: #000000;
    font-size: 26px;
    margin: 0 0 10px;
}
.a_h4 {
    color: #02a8df;
    font-size: 22px;
    margin: 0 0 10px;
}
.a_h5 {
    color: #02a8df;
    font-size: 20px;
    margin: 0 0 10px;
}
.a_h6 {
    color: #02a8df;
    font-size: 16px;
    margin: 0 0 10px;
}
.a_bar_heading {
    color: #02a8df;
    font-size: 16px;
    margin: 0 0 10px;
    position: relative;
    padding-bottom: 18px;
}
.a_bar_heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #c6eaf7;
    width: 38px;
    height: 3px;
}
.a_bar_heading_none {
    color: #02a8df;
    font-size: 16px;
    margin: 0 0 10px;
    /* position: relative; */
    padding-bottom: 18px;
}
.a_bar_heading_none::before {
    content: '';
    /* position: absolute; */
    left: 0;
    bottom: 0;
    background-color: #c6eaf7;
    width: 38px;
    height: 3px;
}
.a_hide {
    display: none;
}
.a_big_btn {
    background-color: #00b7f3;
    color: #ffffff;
    width: 100%;
    border-radius: 30px;
    min-height: 50px;
}
.a_big_btn.a_btn_grey {
    background-color: #cacaca;
    color: #ffffff;
}
.a_big_btn:hover {
    opacity: 0.7;
}
.a_link {
    color: #00b7f3;
}
.a_link_inline {
    color: #00b7f3;
    display: block !important;
}
.a_link:hover {
    color: #00b7f3;
    opacity: 0.7;
}
.a_r_btn {
    background-color: transparent;
    color: #434343;
    border: 1px solid #434343;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 12px;
}
.a_r_btn:hover {
    border: 1px solid #00b7f3;
    color: #ffffff;
    background-color: #00b7f3;
}
.a_s_btn {
    background-color: #979798;
    color: #ffffff;
    border: 1px solid #979798;
    border-radius: 25px;
    padding: 4px 15px;
    font-size: 13px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.a_s_btn:hover {
    opacity: 0.7;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #00b7f3;
}