﻿
.back-to-home {
	z-index: 1;

}

.navbar {
	overflow: hidden;
	z-index: 1;

}

    .navbar a {
        float: left;
        color: #77256c;
        text-decoration: none;
    }

.dropdown {
	float: left;
	overflow: hidden;
    padding-right: 30px;
}

/* Filled outer triangle */
.dropdown-content:before {
	content: '';
	border-bottom: 16px solid #efefef;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	left: 10px;
	top: -16px;
	
}

/* Filled inner triangle */
.dropdown-content:after {
	content: '';
	border-bottom: 14px solid #fff;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 14px;
	top: -13px;	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 40px;
    border: 2px solid #efefef;
    border-radius: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content a {
    color: #77256c;
    font-family: 'Omnes';
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 8px 16px 8px 0px;
    font-size: 14px;
}

    .dropdown-content a:hover {

    }

.nav-column ul li {
    list-style: none;
    margin-left: 0px;
}

.nav-column {
	display: inline-block;
	vertical-align: top;
    margin: auto;
}

    .nav-column ul li {


    }

.formula-column {
 
}

    .formula-column ul {
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        border: 0px solid green;
        padding: 5px 0px 5px 0px;
        height: 80px;
    }

        .formula-column ul li {
            width: 100%;
            height: 80px;
            text-align: center;
            margin: auto;
            padding: 0px;
            border: 0px solid blue;
            display: flex;
            align-items: flex-end;
        }

            .formula-column ul li a {
                width: 100%;
                text-align: center;
                width: 120px;
                border: 0px solid red;
                padding: 0px;
            }


.nav-about li a,
.nav-resources li a,
.nav-offers-promotions li a {
	display: block;
	position:relative;
    width: 100%;

}

.nav-about li a:hover,
.nav-resources li a:hover,
.nav-offers-promotions li a:hover {
	
}

div.last {
	display: inline-block;
	vertical-align: top;
}

.formula-type {
	color: #09a2dd;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom:10px;
}

.formula-type-specialty {
	color: #09a2dd;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdown-content ul li img {
	width: 68px;
	height: auto;
}

.can-formulas {
    width: 53px;
    height: auto;
}

.can-formulas .image-resize {

}

.navformula {
	vertical-align: middle;
}

.extra-spacing
{

}

.can-formulas {
	
}


