/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.arial {
    font-family: 'Frutiger LT Pro';
}

.bg-gray {
    background-color: #f1f1f1;
}

.f-gray {
    color: #5a5b5c;
}

.min-button {
    min-width: 200px;
    background-color: #2a98d4;
    color: white;
}

.font-grey {
    color: #58595b;
}

.font-red {
    color: #d71635;
}

.venofer-purple {
    color: #46124b;
}

.venofer-purple2 {
    color: #58595B
}

.bg-venofer-purple {
    background-color: #46124b;
}

.bg-venofer-lightpurple {
    background-color: #dfcde4;
}

.venofer-yellow {
    color: #eaaa00;
}

.stickyLogo {
    line-height: 60px;
    background-color: #555;
    width: 100%;
    text-align: center;
    display: block;
    height: 60px;
    margin: 0px 0px 0px 0px;
    z-index: 9999;
    padding: 0px;
    color: #eaaa00 !important;
    /*    position: fixed;
    bottom: 350px;*/
    vertical-align: middle;
    font-family: 'Bliss', Helvetica, sans-serif;
    font-size: 14pt;
    color: white;
    font-weight: 600;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn {
    border-radius: 0 !important;
    font-size: 12px !important;
    min-height: 50px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Frutiger LT Pro';
}

    .btn:after {
        font: normal normal normal 14px/14px FontAwesome;
        content: "\f054";
        padding-left: 5px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transition: left .2s ease;
        left: 0;
    }

.v_enofer {
    background: #5c3269;
}

@media (min-width: 1000px) {
    .v_enofer {
        background: url('../image/VenoferPagesHero.svg') no-repeat center;
        background-size: cover;
    }
}

* {
    font-family: 'Frutiger LT Pro';
}