body {
	margin: 0;
}
.__nav {
  background-color: #97d3c7;
  margin-bottom: 30px; 
}
.fob-navigation {
	display: flex;
	/*justify-content: space-evenly;
	-webkit-justify-content: space-evenly;*/
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 82px 0;
	background-color: #97D3C7;
}
.fob-navigation a:hover { 
	color: #fff;
	text-decoration: none;
}
.fob-navigation-link {
	color: #fff;
	font-family: 'Freight';
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 3.5px;
}
/*.logo-container {
	max-width: 220px;
	width: 100%;
}*/
img.logo {
	width: 100%;
	/*max-width: 200px;*/
	max-width: 150px;
	vertical-align: top;
}
.formulaname {
	text-transform: lowercase;
	font-family: 'WhitmanItalic';
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 400;
}
.mobile { display: none; }
.mobile-nav { 
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
}
.mobile-nav-container { 
	position: relative;
	display: none; 
	padding-top: 20px;
}



/*new styles 3-6-19 for about dropdown*/
.fob-navigation-dropdown {
    position: absolute;
    display: none;
    /*font-family: 'Bergen';*/
    width: 110px;
    padding: 0;
    list-style-type: none;
    text-align: left;
    font-family: 'Freight';
    font-style: normal;
    font-weight: 400;
}
.fob-navigation-dropdown li a {
   color: #fff;
   text-decoration: none;
}
a.fob-navigation-link.dropdown-anchor:after {
   content: "";
   border-bottom: 5px solid transparent;
   border-top: 5px solid #fff;
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
   width: 0;
   height: 0;
   position: absolute;
   /*top: 17px;*/
   top: 7px;
   margin: 0 5px;
}
a.fob-navigation-link.dropdown-anchor.collapse-up:after {
   content: "";
   border-bottom: 5px solid transparent;
   border-top: 5px solid #fff;
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
   width: 0;
   height: 0;
   position: absolute;
   top: 10px;
   margin: 0 5px;
}
a.fob-navigation-link.dropdown-anchor.product-select-button.collapse-up:after { top: 17px; }
.fob-dropdown-list-item {
   position: relative;
}
.fob-navigation-dropdown {
	width: 100%;
}
.fob-navigation-dropdown li { 
	/*padding: 10px 0; */
	padding: 3px 0;
}

@-moz-document url-prefix() {
  .desktop .fob-navigation-link .logo { 
  	width: 150px;
  	max-width: 100%; 
  }
}

/*@media only screen and (max-width: 900px){
    .navbarupdated {position: static;}
    .main-container {
        flex-direction: column-reverse;
        max-width: 600px;
        margin: 0 auto;
    }
    .main-container--img1 { max-width: 210px; }
    .main-container--img2 { max-width: 80px; }
    .mobile {
        display: block;
        padding: 38px 0;
    }
    .desktop { display: none; }
    .mobile .logo-container {
        display: block;
        margin:0 auto;
        max-width: 300px;
        text-decoration: none;
        text-align: center;
    }
    .mobile > .logo-container:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        vertical-align: bottom;
        position: relative;
        top: 4px;
    }
    .mobile > .logo-container.collapse-up:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 5px solid #fff;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        vertical-align: initial;
        position: relative;
        top: -9px;
    }
    .mobile-nav li { padding: 11px 0; }
    a.fob-navigation-link.dropdown-anchor:after { top: 21px; }

}*/
/*products tooltip styling 10-07-2019*/
.fob-tooltip {
	background-color: #f6f6f6;
	position: absolute;
	border-radius: 5px;
	/*bottom: 30px;*/
	bottom: 100%;
	left: 0;
	right: 0;
	box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);	
	display: none;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	width: 650px;
	padding: 10px 0;
}
.fob-tooltip:after {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #f6f6f6;
	display: block;
	content: "";
	bottom: -8px;
	position: absolute;
	/*right: 42px;*/
	right: 92%;
	z-index: 2;
}
.fob-tooltip.fade-in { 
	display: flex; 
}
.products-tooltip-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*left: -90px;*/
	z-index: 1;
    cursor: pointer;
}
.products-tooltip {
	position: relative;
	max-width: 220px;
	left: 0;
	top: 24px;
	padding: 15px;
	opacity: 1;
}
.about-tooltip-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
    cursor: pointer;
}
.fob-tooltip.about-tooltip {
	position: relative;
	max-width: 160px;
	left: 0;
	top: 24px;
	padding: 15px;
	opacity: 1;
}
.products-subnav {
	display: flex;
	flex-direction: column;
	z-index: 1;
	position: relative;
	list-style-type: none;
	font-size: 16px;
	font-family: 'Freight';
	font-style: normal;
	font-weight: 400;
	padding-left: 0;
}
.products-subnav li {
	padding: 7px 0 7px 15px;
	letter-spacing: 0.75px;
}
.products-subnav li a {
	color: #393939;
	transition-property: color;
	transition-duration: 200ms;
	transition-timing-function: ease;
	text-decoration: none;
}
.products-subnav li a:hover {
	color: #787887;
}
.products-tooltip:after {
	top: 0;
	/*left: 10px;*/
	/*right: 50%;*/
	right: 0;
	/*left: 50%;*/
	z-index: 0;
	right: initial;
}
.fob-tooltip.about-tooltip:after {
	top: 0;
	right: initial; 
}

.fob-navigation.desktop a.fob-navigation-link.dropdown-anchor:after {
	/*border: 0;*/
}
@media only screen and (max-width: 1000px){
	.fob-navigation-link {
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 768px){
	img.logo { max-width: 120px; }
	.nav-logo { order: -1; }
	.desktop { display: none; }
	.mobile { 
		display: block; 
		padding: 38px 0;
	}
	.mobile .logo-container {
		display: block;
		margin: 0 auto;
		max-width: 300px;
		text-decoration: none;
		text-align: center;
	}
	.mobile-nav li { 
		padding: 15px 0; 
		display: block;
		width: 100%;
		text-align: center;
	}
	/*img.logo { max-width: 150px; }*/
	.fob-navigation-link {
		font-size: 17px;
	}
	.mobile > .logo-container:before {
		content: '';
		width: 0;
		height: 0;
		border-bottom: 5px solid transparent;
		border-top: 5px solid #fff;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;			
		vertical-align: bottom;
		position: relative;
		top: 4px;
		top:;
	}
	a.fob-navigation-link.dropdown-anchor:after
	.mobile > .logo-container.collapse-up:before {
		content: '';
		width: 0;
		height: 0;
		border-bottom: 5px solid #fff;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;			
		vertical-align: initial;
		position: relative;
		top: -6px;
		top: -12px;
	}
	.fob-navigation-dropdown {
	  position: static;
	  text-align: center;
	}
	ul.product-dropdown { 
		width: 100%; 
		padding: 15px 0;
		background-color: #f9b9b3;
	}
	ul.about-dropdown { 
		width: 100%; 
		padding: 15px 0;
	}
	
	a.fob-navigation-link.dropdown-anchor.collapse-up:after {
	  top: 17px;
	}
	.fob-dropdown-list-item { text-align: center; }
	.mobile-nav a.fob-navigation-link.dropdown-anchor:after {
		top: 21px;
	}
}
