@charset "UTF-8";
/* 3 BIRDS V4 HEADER CSS Document */


/* HEADER
/////////////////////////////////////////////////////////////////*/


/* Sub Header */

#subheader-wrapper {
	background:#fff;
	width:100%; 
	min-height:35px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#subheader-wrapper .sub-copy p {
	color:#073c52;
	font-size:12px;
	padding:0;
	margin:8px 0 0 0;
}

#subheader-wrapper a.social { 
	width: 24px; 
	height: 24px; 
	border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
	display:inline-block; 
	background-color: #bec0c2;
	opacity:1; 
	text-align: center;
	transition: opacity 300ms;
	padding-left:1px;
	margin-right:10px;
	margin-top:5px;
	float:right;
}

#subheader-wrapper a.social i {
	font-size: 1em; 
	color: #fff;
}

#subheader-wrapper a.social:hover { 
	opacity:.75;
}

#product-wrapper .product-copy p {
        min-height: 130px;
    }


/* Sticky Animation Header NAV */

header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 35;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 

}

header #logo {
  display: inline-block;
  margin-top:15px;
  height: 72px;
  width: 200px;
  background-image: url('../img/3birds-v4-logo.png');
  background-repeat: no-repeat;
  line-height: 100px;
  float: left;
  font-family: 'Open Sans', sans-serif; 
  font-size: 60px;
  color: #48484a;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

header nav {
  display: inline-block;
  float: right; 
  position: relative;
}

header nav ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    display:block;
}
 
header nav ul li {
    float:left;
    display:list-item;
    list-style: none;
}

header nav ul li a {
  display:block;
  line-height: 120px;
  margin-left: 28px;
  color: #48484a;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 

}

header nav ul li a:hover, header nav ul li a:active {
	color: #e44f30;
}

header.smaller {
	height: 75px; 
	background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #f0f0f0;
}

header.smaller #logo {
	width: 50px; 
	height: 50px; 
	background-image: url('../img/3birds-v4-logo-mark.png');
	background-repeat: no-repeat;
	line-height: 75px;
	margin-top:10px;  
}

header.smaller nav a {
	line-height: 75px;
	font-size: 18px;
}

/* The Dropdown Styles */
 
/* Hide Dropdowns by Default */
header nav ul ul {
    display: none;
    position: absolute; 
    top: 120px;

}

header.smaller nav ul ul {
    top: 74px;

}

 
/* Display Dropdowns on Hover */
header nav ul li:hover > ul {
    display:list-item;

}
 
/* First Tier Dropdown */
header nav ul ul li {
    width:300px;
    float:none;
    position: relative;
    border-bottom:none;
    line-height: 30px;
}

header.smaller nav ul ul li {
    width:260px;
}

header nav ul ul li a {
    line-height: 60px;
    font-size: 19px;
}

header.smaller nav ul ul li a {
    line-height: 50px;
    font-size: 15px;
}

header nav ul ul.nav-drop, header nav ul ul.nav-drop-1 {
    background:#fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

header nav ul ul.nav-drop-1 li {
    width:156px;
    float:none;
    position: relative;
    border-bottom:none;
    line-height: 30px;
}

header .arrow-nav {
	width: 0; 
	height: 0; 
	border-bottom: 7px solid transparent;  /* left arrow slant */
	border-top: 7px solid transparent; /* right arrow slant */
	border-left: 7px solid #cccccc; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	float:right;
	margin-top:23px;
	margin-right:20px;
}

header.smaller .arrow-nav {
	margin-top:19px;
}

header nav ul li a:hover .arrow-nav {
	border-left: 7px solid #e44f30; /* bottom, add background color here */
}

 
/* Second, Third Tiers */
header nav ul ul ul li {
    position: relative;
}

header nav ul ul ul li a{
    color:#fff;
}

header nav ul ul ul li a:hover{
	color:#fff;
    opacity:.50;
}


/* Loyalty Flyout */

header nav ul ul ul.nav-loyalty-bg {
    background:#2eace1;
    top:0px;
    left:300px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

header.smaller nav ul ul ul.nav-loyalty-bg {
    left:260px;
}

header nav ul ul ul.nav-loyalty-bg .nav-newsletter a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-newsletter.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 18px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-loyalty-bg .nav-newsletter a:before {
	margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-loyalty-bg .nav-rep a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-rep.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-loyalty-bg .nav-rep a:before {
	margin: 11px 15px 0 0;
}

header nav ul ul ul.nav-loyalty-bg .nav-social a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-social.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-loyalty-bg .nav-social a:before {
	margin: 13px 15px 0 0;
}


/* Customer Flyout */

header nav ul ul ul.nav-customer-bg {
    background:#29388a;
    top:-60px;
    left:300px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

header.smaller nav ul ul ul.nav-customer-bg {
    top:-50px;
    left:260px;
}

header nav ul ul ul.nav-customer-bg .nav-email a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-email.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 18px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-customer-bg .nav-email a:before {
	margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-customer-bg .nav-marketing a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-marketing.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 18px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-customer-bg .nav-marketing a:before {
	margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-customer-bg .nav-targeted a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-targeted.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 18px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-customer-bg .nav-targeted a:before {
	margin: 13px 15px 0 0;
}


header nav ul ul ul.nav-customer-bg .nav-ecommerce a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-ecommerce.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-customer-bg .nav-ecommerce a:before {
	margin: 13px 15px 0 0;
}



/* Fixed-Ops Flyout */

header nav ul ul ul.nav-fixed-bg {
    background:#e44f30;
    top:-120px;
    left:300px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

header.smaller nav ul ul ul.nav-fixed-bg {
    top:-100px;
    left:260px;
}

header nav ul ul ul.nav-fixed-bg .nav-service a:before {
    content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-service.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-fixed-bg .nav-service a:before {
    margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-fixed-bg .nav-automated a:before {
    content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-automated.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-fixed-bg .nav-automated a:before {
    margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-fixed-bg .nav-loyalty a:before {
    content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-loyalty.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-fixed-bg .nav-loyalty a:before {
    margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-fixed-bg .nav-digital a:before {
    content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-digital.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header nav ul ul ul.nav-fixed-bg .nav-digital a:before {
    margin: 13px 15px 0 0;
}



/* Insight Flyout */

header nav ul ul ul.nav-insight-bg {
    background:#f6b340;
    top:-180px;
    left:300px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

header.smaller nav ul ul ul.nav-insight-bg {
    top:-150px;
    left:260px;
}

header nav ul ul ul.nav-insight-bg .nav-dashboard a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-dashboard.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 18px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-insight-bg .nav-dashboard a:before {
	margin: 13px 15px 0 0;
}


header nav ul ul ul.nav-insight-bg .nav-neighborhood a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-neighborhood.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-insight-bg .nav-neighborhood a:before {
	margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-insight-bg .nav-insight a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-insight.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 15px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-insight-bg .nav-insight a:before {
	margin: 11px 15px 0 0;
}

header nav ul ul ul.nav-insight-bg .nav-calendar a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-calendar.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-insight-bg .nav-calendar a:before {
	margin: 13px 15px 0 0;
}

header nav ul ul ul.nav-insight-bg .nav-analytics a:before {
	content: "";
    display: block;
    background: url("../img/nav/3birds-v4-icon-nav-analytics.png") no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 17px 15px 0 0;
    opacity:.50;
}

header.smaller nav ul ul ul.nav-insight-bg .nav-analytics a:before {
	margin: 13px 15px 0 0;
}


.clearfix:after {
	visibility: hidden; 
	display: block; 
	content: ""; 
	clear: both; 
	height: 0; 
}

