button {
    border: none;
}
button:focus {
    outline: none;
}

.btn_site {
    text-decoration: none;
    font-family: "PP Telegraf", Arial, Helvetica;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    min-width: 200px;
    margin: 5px;
}
.btn_social {
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 25px;
    height: 25px;
    padding: 4px 0px;
    border-radius: 15px;
    font-size: 10px;
}
.btn_site_style_pill {
    text-decoration: none;
    font-family: "PP Telegraf", Arial, Helvetica;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 5px;
}
.btn_wrap_center {
    text-align: center;
}
.btn_wrap_left {
    text-align: left;
}
.btn_wrap_right {
    text-align: right;
}
.btn_blue_light {
    color: #88c568;
    background: #0080c5;
}
a:not([href]):not([tabindex]).btn_blue_light {
    color: #88c568;
    background: #0080c5;
}
.btn_blue_light_and_white {
    color: white !important;
    background: #0080c5;
}
.btn_blue_dark {
    color: #569037;
    background: #001835;
}
.btn_blue_dark_and_white {
    color: white;
    background: #001835;
}
.btn_blue_dark_and_green {
    color: #b6cc28;
    background: #001835;
}
.btn_orange {
    background: #F16625;
    color: #ffffff !important;
}
.btn_purple {
    background: #272262;
    color: #ffffff !important;
}
.btn_green {
    background: #b6cc28;
    color: #001835;
}
.btn_green_light_and_blue_dark {
    color: #001835;
    background: #D4FC36;
}
.btn_white {
    background: #ffffff;
    color: #262626;
}


.btn_go_ortho_light {
    color: #FFFFFF;
    background: var(--go-ortho-color-kaki);
}

.btn_go_ortho_light:hover {
    border: 2px solid var(--go-ortho-color-kaki);
    color: var(--go-ortho-color-kaki);
    background-color: #FFFFFF;
}

.btn_go_ortho_dark {
    color: #FFFFFF;
    background: var(--go-ortho-color-purple);
}

.btn_go_ortho_dark:hover{
    color: var(--go-ortho-color-purple);
    background: #FFFFFF;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn_white_and_dark {
    color: var(--go-ortho-color-purple);
    background: #FFFFFF;
}

.btn_white_and_dark:hover{
    color: #FFFFFF;
    background: var(--go-ortho-color-purple);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn_blue_light_transparent {
    background: transparent;
    color: #0080c5;
    border: 2px #0080c5 solid;
}
.btn_gradient_blue_left {
    background: linear-gradient(45deg, #272262, #0080C5) padding-box,
                linear-gradient(45deg, #272262, #0080C5) border-box;
    color: white !important;
    border: 2px solid transparent;
}
.btn_gradient_white_left {
    background: linear-gradient(#FFFFFF, #DADADA) padding-box,
                linear-gradient(#FFFFFF, #DADADA) border-box;
    color: #000000;
    border: 2px solid transparent;
}
.btn_gradient_blue_left:hover {
    background: white !important;
    border: 2px solid #0080C5;
    color: #0080C5 !important;
}
.btn_gradient_white_left:hover {
    background: white;
    border: 2px solid black;
    color: black;
}
.btn_orange:hover {
    background-color: white !important;
    border: 2px solid #F16625;
    color: #F16625 !important;
}
.btn_purple:hover {
    background-color: white !important;
    border: 2px solid #272262;
    color: #272262 !important;
}
.btn_blue_light_and_white:hover, a:not([href]):not([tabindex]).btn_blue_light_and_white:hover {
    background:#001835;
    color: white;
}
.btn_blue_dark:hover, a:not([href]):not([tabindex]).btn_blue_dark:hover {
    background: #569037;
    color: #001835;
}
.btn_blue_light_transparent:hover, a:not([href]):not([tabindex]).btn_blue_transparent:hover {
    background:#001835;
    border-color: #001835;
    color: white;
}
.btn_green_light_and_blue_dark:hover {
    background:#001835;
    border-color: #001835;
    color: white;
}
.btn_hover_green_and_white:hover, a:not([href]):not([tabindex]).btn_hover_green_and_white:hover{
    background: #569037;
    color: white;
}
.btn_hover_turquoise_and_white:hover, a:not([href]):not([tabindex]).btn_hover_turquoise_and_white:hover{
    background: #009881;
    color: white;
}
.btn_hover_blue_dark_and_white:hover {
    background:#001835;
    border-color: #001835;
    color: white;
}
.btn_hover_blue_dark_and_green:hover{
    background:#001835;
    color: #88c568;
}
.btn_smaller {
    padding: 5px 20px;
    min-width: 150px;
}
.btn_smallest {
    padding: 5px;
    min-width: 0;
}
.btn_small {
    font-size: 13px;
    padding: 5px 20px;
}
.btn_medium {
    font-size: 13px;
    padding: 12px 20px;
}
.btn_large {
    font-size: 14px;
    padding: 17px 20px;
}
.btn_xlarge {
    font-size: 20px;
    padding: 17px 20px;
    min-width: 300px;
}
.btn_full_width {
    width: 100%;
}
.btn_wrap_width {
    width: auto;
}
.btn_no_min_width {
    min-width: 0;
}

.btn_min_width_40
{
    min-width: 40%;
}