/* --- Grid Sizing --- */
/* --- Breakpoints --- */
/* --- Fonts, Colors, and Spacing --- */
/* --- Mixins --- */
* {
  margin: 0;
  padding: 0;
  border: 0; }

/* --- Body Styles --- */
section {
  padding: 3.8em 0; }
  section.page {
    padding: 0 0 3.8em 0; }
    @media only screen and (max-width: 568px) {
      section.page {
        padding-bottom: 0; } }

.lucy-wrapper {
  width: 974px;
  margin: 0 auto;
  /* --- Form Styles --- */ }
  .lucy-wrapper h1 {
    margin-bottom: 1em;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #461899;
    line-height: 1.2;
    font-weight: normal;
    font-size: 2.625em; }
    .lucy-wrapper h1 a {
      text-decoration: none; }
      .lucy-wrapper h1 a:hover {
        text-decoration: underline; }
  .lucy-wrapper h2 {
    margin-bottom: 1em;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #461899;
    line-height: 1.2;
    font-weight: normal;
    font-size: 1.8em; }
    .lucy-wrapper h2 a {
      text-decoration: none; }
      .lucy-wrapper h2 a:hover {
        text-decoration: underline; }
  .lucy-wrapper h3 {
    margin-bottom: 1em;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #461899;
    line-height: 1.2;
    font-weight: normal;
    font-size: 1.07em;
    color: #461899 !important;
    text-transform: uppercase; }
    .lucy-wrapper h3 a {
      text-decoration: none; }
      .lucy-wrapper h3 a:hover {
        text-decoration: underline; }
  .lucy-wrapper h4 {
    margin-bottom: 1em;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #461899;
    line-height: 1.2;
    font-weight: normal;
    font-size: 1.125em;
    margin-bottom: .5em; }
    .lucy-wrapper h4 a {
      text-decoration: none; }
      .lucy-wrapper h4 a:hover {
        text-decoration: underline; }
  .lucy-wrapper h5 {
    margin-bottom: 1em;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #461899;
    line-height: 1.2;
    font-weight: normal;
    font-size: 1em; }
    .lucy-wrapper h5 a {
      text-decoration: none; }
      .lucy-wrapper h5 a:hover {
        text-decoration: underline; }
  .lucy-wrapper h6 {
    margin-bottom: 1em;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #461899;
    line-height: 1.2;
    font-weight: normal;
    font-size: .9em; }
    .lucy-wrapper h6 a {
      text-decoration: none; }
      .lucy-wrapper h6 a:hover {
        text-decoration: underline; }
  .lucy-wrapper p {
    margin-bottom: 1.5em; }
    .lucy-wrapper p.intro {
      margin-bottom: 2em;
      font-size: 1.5em;
      line-height: 1.5;
      color: #444;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif; }
  .lucy-wrapper ul, .lucy-wrapper ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em; }
  .lucy-wrapper hr {
    margin: 2em 0;
    border-bottom: 1px solid #DDD; }
  .lucy-wrapper img {
    max-width: 100%; }
  .lucy-wrapper .page-image {
    width: 100%;
    margin-bottom: 2.5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
  .lucy-wrapper blockquote {
    margin-bottom: 2em;
    font-size: 1.5em;
    line-height: 1.5;
    font-style: italic; }
  .lucy-wrapper input, .lucy-wrapper select, .lucy-wrapper textarea {
    display: inline-block;
    margin: .2em 0 .8em 0;
    padding: .5em;
    font-size: 14px;
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    vertical-align: middle;
    background: #FFF;
    border: 1px solid #DDD;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
  .lucy-wrapper input[type=file] {
    padding: 0;
    border: none; }
  .lucy-wrapper select {
    height: 32px; }
  .lucy-wrapper label {
    display: block;
    margin-bottom: .25em; }
  .lucy-wrapper input[type="checkbox"], .lucy-wrapper input[type="radio"] {
    margin: 6px 5px 1em 10px; }
    .lucy-wrapper input[type="checkbox"]:first-child, .lucy-wrapper input[type="radio"]:first-child {
      margin-left: 0; }

/* --- Wrap video and Preserve Ratio --- */
.video-wrapper {
  position: relative;
  margin-bottom: 3.8em;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --- Overlay --- */
#overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: rgba(255, 255, 255, 0.87); }

#overlay-close {
  display: none;
  position: fixed;
  z-index: 102;
  top: 20px;
  right: 20px;
  font-size: 1.4em;
  color: #000;
  cursor: pointer; }

#overlay-image {
  position: fixed;
  z-index: 101; }

#overlay-content {
  position: fixed;
  z-index: 101;
  top: 200%;
  left: 50%;
  width: 974px;
  height: 500px;
  margin: -250px 0 0 -487px;
  background: #000; }

/* --- Error Reporting --- */
.error {
  font-size: 1.1em;
  font-weight: bold;
  color: #F00; }

/* --- Social Networking --- */
.social {
  padding-left: 0 !important;
  list-style-type: none; }
  .social li {
    float: left;
    width: 100%;
    margin-bottom: 1.9em;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 2px;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    .social li.instagram {
      padding-left: 30px;
      background-image: url(../images/social/instagram.png); }
      .social li.instagram img {
        float: left;
        margin: 0 0 10px 0; }
    .social li.facebook {
      padding-left: 30px;
      background-image: url(../images/social/facebook.png); }
      .social li.facebook img {
        width: 100%;
        margin-bottom: 10px; }
    .social li.twitter {
      padding-left: 30px;
      background-image: url(../images/social/twitter.png); }
    .social li p {
      margin-bottom: 0; }
    .social li .date {
      margin-top: 5px;
      font-style: italic; }

/* --- Pagination Styles --- */
.pagination {
  float: left;
  width: 100%;
  padding: 3.8em 0; }
  .pagination:before {
    margin-right: 5px;
    content: 'Page: ';
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }

.pagination a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px;
  font-size: 13px;
  line-height: 25px;
  color: #FFF !important;
  text-align: center;
  font-family: "Proxima N W01 Xbold", Helvetica, Arial, sans-serif;
  background: #FF4738;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  text-decoration: none; }

.pagination a.selected, .pagination a:hover {
  color: #FFF !important;
  text-decoration: none;
  background: #461899; }

/* --- Buttons and Links --- */
a, a:active, a:visited {
  color: #FF4738;
  text-decoration: none; }
  a:hover, a:active:hover, a:visited:hover {
    text-decoration: underline; }

button, .button {
  display: inline-block;
  height: 40px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 40px;
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  background: #FF4738;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  button:hover, .button:hover {
    color: #ff1805;
    text-decoration: none; }
  button.load-more, .button.load-more {
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0;
    text-align: center;
    color: #999 !important;
    background: #ECF0F1; }
    button.load-more:hover, .button.load-more:hover {
      color: #666 !important;
      background: #e3e9eb; }
  @media only screen and (max-width: 1100px) {
    button, .button {
      margin-bottom: 5px; }
      button span, .button span {
        display: none; } }

/* --- Miscellaneous --- */
#recaptcha_widget_div {
  margin-bottom: 10px; }

a img {
  border: none; }

.separator {
  margin: 3.8em 0;
  border-bottom: 1px solid #DDD; }

.top-space {
  margin-top: 3.8em; }

.bottom-space {
  margin-bottom: 3.8em; }

strong {
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  color: #444;
  font-weight: normal; }

a strong {
  color: #FF4738; }

/* --- Grid Structure --- */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.row {
  margin-left: -10px;
  *zoom: 1; }
  @media only screen and (max-width: 568px) {
    .row {
      margin-left: 0; } }

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

.row [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px; }

[class*="span"].border-left {
  margin-left: 9px;
  border-left: 1px solid #DDD; }

[class*="span"].border-right {
  margin-left: 9px;
  border-right: 1px solid #DDD; }

[class*="span"].border-right.border-left {
  margin-left: 8px; }

[class*="span"].right {
  text-align: right; }

.span1 {
  width: 31px; }
  @media only screen and (max-width: 1100px) {
    .span1 {
      width: 20px; } }

[class*="span"].offset1 {
  margin-left: 51px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset1 {
      margin-left: 40px; } }
  [class*="span"].offset1.border-left, [class*="span"].offset1.border-right {
    margin-left: 50px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset1.border-left, [class*="span"].offset1.border-right {
        margin-left: 39px; } }

[class*="span"].inset-l1 {
  padding-left: 41px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l1 {
      padding-left: 30px !important; } }

[class*="span"].inset-r1 {
  padding-right: 41px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r1 {
      padding-right: 30px !important; } }

.span2 {
  width: 72px; }
  @media only screen and (max-width: 1100px) {
    .span2 {
      width: 50px; } }

[class*="span"].offset2 {
  margin-left: 92px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset2 {
      margin-left: 70px; } }
  [class*="span"].offset2.border-left, [class*="span"].offset2.border-right {
    margin-left: 91px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset2.border-left, [class*="span"].offset2.border-right {
        margin-left: 69px; } }

[class*="span"].inset-l2 {
  padding-left: 82px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l2 {
      padding-left: 60px !important; } }

[class*="span"].inset-r2 {
  padding-right: 82px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r2 {
      padding-right: 60px !important; } }

.span3 {
  width: 113px; }
  @media only screen and (max-width: 1100px) {
    .span3 {
      width: 80px; } }

[class*="span"].offset3 {
  margin-left: 133px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset3 {
      margin-left: 100px; } }
  [class*="span"].offset3.border-left, [class*="span"].offset3.border-right {
    margin-left: 132px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset3.border-left, [class*="span"].offset3.border-right {
        margin-left: 99px; } }

[class*="span"].inset-l3 {
  padding-left: 123px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l3 {
      padding-left: 90px !important; } }

[class*="span"].inset-r3 {
  padding-right: 123px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r3 {
      padding-right: 90px !important; } }

.span4 {
  width: 154px; }
  @media only screen and (max-width: 1100px) {
    .span4 {
      width: 110px; } }

[class*="span"].offset4 {
  margin-left: 174px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset4 {
      margin-left: 130px; } }
  [class*="span"].offset4.border-left, [class*="span"].offset4.border-right {
    margin-left: 173px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset4.border-left, [class*="span"].offset4.border-right {
        margin-left: 129px; } }

[class*="span"].inset-l4 {
  padding-left: 164px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l4 {
      padding-left: 120px !important; } }

[class*="span"].inset-r4 {
  padding-right: 164px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r4 {
      padding-right: 120px !important; } }

.span5 {
  width: 195px; }
  @media only screen and (max-width: 1100px) {
    .span5 {
      width: 140px; } }

[class*="span"].offset5 {
  margin-left: 215px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset5 {
      margin-left: 160px; } }
  [class*="span"].offset5.border-left, [class*="span"].offset5.border-right {
    margin-left: 214px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset5.border-left, [class*="span"].offset5.border-right {
        margin-left: 159px; } }

[class*="span"].inset-l5 {
  padding-left: 205px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l5 {
      padding-left: 150px !important; } }

[class*="span"].inset-r5 {
  padding-right: 205px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r5 {
      padding-right: 150px !important; } }

.span6 {
  width: 236px; }
  @media only screen and (max-width: 1100px) {
    .span6 {
      width: 170px; } }

[class*="span"].offset6 {
  margin-left: 256px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset6 {
      margin-left: 190px; } }
  [class*="span"].offset6.border-left, [class*="span"].offset6.border-right {
    margin-left: 255px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset6.border-left, [class*="span"].offset6.border-right {
        margin-left: 189px; } }

[class*="span"].inset-l6 {
  padding-left: 246px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l6 {
      padding-left: 180px !important; } }

[class*="span"].inset-r6 {
  padding-right: 246px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r6 {
      padding-right: 180px !important; } }

.span7 {
  width: 277px; }
  @media only screen and (max-width: 1100px) {
    .span7 {
      width: 200px; } }

[class*="span"].offset7 {
  margin-left: 297px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset7 {
      margin-left: 220px; } }
  [class*="span"].offset7.border-left, [class*="span"].offset7.border-right {
    margin-left: 296px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset7.border-left, [class*="span"].offset7.border-right {
        margin-left: 219px; } }

[class*="span"].inset-l7 {
  padding-left: 287px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l7 {
      padding-left: 210px !important; } }

[class*="span"].inset-r7 {
  padding-right: 287px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r7 {
      padding-right: 210px !important; } }

.span8 {
  width: 318px; }
  @media only screen and (max-width: 1100px) {
    .span8 {
      width: 230px; } }

[class*="span"].offset8 {
  margin-left: 338px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset8 {
      margin-left: 250px; } }
  [class*="span"].offset8.border-left, [class*="span"].offset8.border-right {
    margin-left: 337px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset8.border-left, [class*="span"].offset8.border-right {
        margin-left: 249px; } }

[class*="span"].inset-l8 {
  padding-left: 328px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l8 {
      padding-left: 240px !important; } }

[class*="span"].inset-r8 {
  padding-right: 328px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r8 {
      padding-right: 240px !important; } }

.span9 {
  width: 359px; }
  @media only screen and (max-width: 1100px) {
    .span9 {
      width: 260px; } }

[class*="span"].offset9 {
  margin-left: 379px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset9 {
      margin-left: 280px; } }
  [class*="span"].offset9.border-left, [class*="span"].offset9.border-right {
    margin-left: 378px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset9.border-left, [class*="span"].offset9.border-right {
        margin-left: 279px; } }

[class*="span"].inset-l9 {
  padding-left: 369px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l9 {
      padding-left: 270px !important; } }

[class*="span"].inset-r9 {
  padding-right: 369px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r9 {
      padding-right: 270px !important; } }

.span10 {
  width: 400px; }
  @media only screen and (max-width: 1100px) {
    .span10 {
      width: 290px; } }

[class*="span"].offset10 {
  margin-left: 420px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset10 {
      margin-left: 310px; } }
  [class*="span"].offset10.border-left, [class*="span"].offset10.border-right {
    margin-left: 419px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset10.border-left, [class*="span"].offset10.border-right {
        margin-left: 309px; } }

[class*="span"].inset-l10 {
  padding-left: 410px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l10 {
      padding-left: 300px !important; } }

[class*="span"].inset-r10 {
  padding-right: 410px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r10 {
      padding-right: 300px !important; } }

.span11 {
  width: 441px; }
  @media only screen and (max-width: 1100px) {
    .span11 {
      width: 320px; } }

[class*="span"].offset11 {
  margin-left: 461px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset11 {
      margin-left: 340px; } }
  [class*="span"].offset11.border-left, [class*="span"].offset11.border-right {
    margin-left: 460px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset11.border-left, [class*="span"].offset11.border-right {
        margin-left: 339px; } }

[class*="span"].inset-l11 {
  padding-left: 451px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l11 {
      padding-left: 330px !important; } }

[class*="span"].inset-r11 {
  padding-right: 451px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r11 {
      padding-right: 330px !important; } }

.span12 {
  width: 482px; }
  @media only screen and (max-width: 1100px) {
    .span12 {
      width: 350px; } }

[class*="span"].offset12 {
  margin-left: 502px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset12 {
      margin-left: 370px; } }
  [class*="span"].offset12.border-left, [class*="span"].offset12.border-right {
    margin-left: 501px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset12.border-left, [class*="span"].offset12.border-right {
        margin-left: 369px; } }

[class*="span"].inset-l12 {
  padding-left: 492px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l12 {
      padding-left: 360px !important; } }

[class*="span"].inset-r12 {
  padding-right: 492px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r12 {
      padding-right: 360px !important; } }

.span13 {
  width: 523px; }
  @media only screen and (max-width: 1100px) {
    .span13 {
      width: 380px; } }

[class*="span"].offset13 {
  margin-left: 543px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset13 {
      margin-left: 400px; } }
  [class*="span"].offset13.border-left, [class*="span"].offset13.border-right {
    margin-left: 542px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset13.border-left, [class*="span"].offset13.border-right {
        margin-left: 399px; } }

[class*="span"].inset-l13 {
  padding-left: 533px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l13 {
      padding-left: 390px !important; } }

[class*="span"].inset-r13 {
  padding-right: 533px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r13 {
      padding-right: 390px !important; } }

.span14 {
  width: 564px; }
  @media only screen and (max-width: 1100px) {
    .span14 {
      width: 410px; } }

[class*="span"].offset14 {
  margin-left: 584px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset14 {
      margin-left: 430px; } }
  [class*="span"].offset14.border-left, [class*="span"].offset14.border-right {
    margin-left: 583px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset14.border-left, [class*="span"].offset14.border-right {
        margin-left: 429px; } }

[class*="span"].inset-l14 {
  padding-left: 574px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l14 {
      padding-left: 420px !important; } }

[class*="span"].inset-r14 {
  padding-right: 574px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r14 {
      padding-right: 420px !important; } }

.span15 {
  width: 605px; }
  @media only screen and (max-width: 1100px) {
    .span15 {
      width: 440px; } }

[class*="span"].offset15 {
  margin-left: 625px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset15 {
      margin-left: 460px; } }
  [class*="span"].offset15.border-left, [class*="span"].offset15.border-right {
    margin-left: 624px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset15.border-left, [class*="span"].offset15.border-right {
        margin-left: 459px; } }

[class*="span"].inset-l15 {
  padding-left: 615px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l15 {
      padding-left: 450px !important; } }

[class*="span"].inset-r15 {
  padding-right: 615px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r15 {
      padding-right: 450px !important; } }

.span16 {
  width: 646px; }
  @media only screen and (max-width: 1100px) {
    .span16 {
      width: 470px; } }

[class*="span"].offset16 {
  margin-left: 666px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset16 {
      margin-left: 490px; } }
  [class*="span"].offset16.border-left, [class*="span"].offset16.border-right {
    margin-left: 665px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset16.border-left, [class*="span"].offset16.border-right {
        margin-left: 489px; } }

[class*="span"].inset-l16 {
  padding-left: 656px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l16 {
      padding-left: 480px !important; } }

[class*="span"].inset-r16 {
  padding-right: 656px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r16 {
      padding-right: 480px !important; } }

.span17 {
  width: 687px; }
  @media only screen and (max-width: 1100px) {
    .span17 {
      width: 500px; } }

[class*="span"].offset17 {
  margin-left: 707px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset17 {
      margin-left: 520px; } }
  [class*="span"].offset17.border-left, [class*="span"].offset17.border-right {
    margin-left: 706px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset17.border-left, [class*="span"].offset17.border-right {
        margin-left: 519px; } }

[class*="span"].inset-l17 {
  padding-left: 697px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l17 {
      padding-left: 510px !important; } }

[class*="span"].inset-r17 {
  padding-right: 697px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r17 {
      padding-right: 510px !important; } }

.span18 {
  width: 728px; }
  @media only screen and (max-width: 1100px) {
    .span18 {
      width: 530px; } }

[class*="span"].offset18 {
  margin-left: 748px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset18 {
      margin-left: 550px; } }
  [class*="span"].offset18.border-left, [class*="span"].offset18.border-right {
    margin-left: 747px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset18.border-left, [class*="span"].offset18.border-right {
        margin-left: 549px; } }

[class*="span"].inset-l18 {
  padding-left: 738px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l18 {
      padding-left: 540px !important; } }

[class*="span"].inset-r18 {
  padding-right: 738px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r18 {
      padding-right: 540px !important; } }

.span19 {
  width: 769px; }
  @media only screen and (max-width: 1100px) {
    .span19 {
      width: 560px; } }

[class*="span"].offset19 {
  margin-left: 789px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset19 {
      margin-left: 580px; } }
  [class*="span"].offset19.border-left, [class*="span"].offset19.border-right {
    margin-left: 788px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset19.border-left, [class*="span"].offset19.border-right {
        margin-left: 579px; } }

[class*="span"].inset-l19 {
  padding-left: 779px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l19 {
      padding-left: 570px !important; } }

[class*="span"].inset-r19 {
  padding-right: 779px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r19 {
      padding-right: 570px !important; } }

.span20 {
  width: 810px; }
  @media only screen and (max-width: 1100px) {
    .span20 {
      width: 590px; } }

[class*="span"].offset20 {
  margin-left: 830px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset20 {
      margin-left: 610px; } }
  [class*="span"].offset20.border-left, [class*="span"].offset20.border-right {
    margin-left: 829px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset20.border-left, [class*="span"].offset20.border-right {
        margin-left: 609px; } }

[class*="span"].inset-l20 {
  padding-left: 820px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l20 {
      padding-left: 600px !important; } }

[class*="span"].inset-r20 {
  padding-right: 820px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r20 {
      padding-right: 600px !important; } }

.span21 {
  width: 851px; }
  @media only screen and (max-width: 1100px) {
    .span21 {
      width: 620px; } }

[class*="span"].offset21 {
  margin-left: 871px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset21 {
      margin-left: 640px; } }
  [class*="span"].offset21.border-left, [class*="span"].offset21.border-right {
    margin-left: 870px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset21.border-left, [class*="span"].offset21.border-right {
        margin-left: 639px; } }

[class*="span"].inset-l21 {
  padding-left: 861px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l21 {
      padding-left: 630px !important; } }

[class*="span"].inset-r21 {
  padding-right: 861px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r21 {
      padding-right: 630px !important; } }

.span22 {
  width: 892px; }
  @media only screen and (max-width: 1100px) {
    .span22 {
      width: 650px; } }

[class*="span"].offset22 {
  margin-left: 912px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset22 {
      margin-left: 670px; } }
  [class*="span"].offset22.border-left, [class*="span"].offset22.border-right {
    margin-left: 911px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset22.border-left, [class*="span"].offset22.border-right {
        margin-left: 669px; } }

[class*="span"].inset-l22 {
  padding-left: 902px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l22 {
      padding-left: 660px !important; } }

[class*="span"].inset-r22 {
  padding-right: 902px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r22 {
      padding-right: 660px !important; } }

.span23 {
  width: 933px; }
  @media only screen and (max-width: 1100px) {
    .span23 {
      width: 680px; } }

[class*="span"].offset23 {
  margin-left: 953px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset23 {
      margin-left: 700px; } }
  [class*="span"].offset23.border-left, [class*="span"].offset23.border-right {
    margin-left: 952px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset23.border-left, [class*="span"].offset23.border-right {
        margin-left: 699px; } }

[class*="span"].inset-l23 {
  padding-left: 943px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l23 {
      padding-left: 690px !important; } }

[class*="span"].inset-r23 {
  padding-right: 943px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r23 {
      padding-right: 690px !important; } }

.span24 {
  width: 974px; }
  @media only screen and (max-width: 1100px) {
    .span24 {
      width: 710px; } }

[class*="span"].offset24 {
  margin-left: 994px; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].offset24 {
      margin-left: 730px; } }
  [class*="span"].offset24.border-left, [class*="span"].offset24.border-right {
    margin-left: 993px; }
    @media only screen and (max-width: 1100px) {
      [class*="span"].offset24.border-left, [class*="span"].offset24.border-right {
        margin-left: 729px; } }

[class*="span"].inset-l24 {
  padding-left: 984px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-l24 {
      padding-left: 720px !important; } }

[class*="span"].inset-r24 {
  padding-right: 984px !important; }
  @media only screen and (max-width: 1100px) {
    [class*="span"].inset-r24 {
      padding-right: 720px !important; } }

@media only screen and (max-width: 1100px) {
  .span-tablet1 {
    width: 20px !important; }

  .span-tablet2 {
    width: 50px !important; }

  .span-tablet3 {
    width: 80px !important; }

  .span-tablet4 {
    width: 110px !important; }

  .span-tablet5 {
    width: 140px !important; }

  .span-tablet6 {
    width: 170px !important; }

  .span-tablet7 {
    width: 200px !important; }

  .span-tablet8 {
    width: 230px !important; }

  .span-tablet9 {
    width: 260px !important; }

  .span-tablet10 {
    width: 290px !important; }

  .span-tablet11 {
    width: 320px !important; }

  .span-tablet12 {
    width: 350px !important; }

  .span-tablet13 {
    width: 380px !important; }

  .span-tablet14 {
    width: 410px !important; }

  .span-tablet15 {
    width: 440px !important; }

  .span-tablet16 {
    width: 470px !important; }

  .span-tablet17 {
    width: 500px !important; }

  .span-tablet18 {
    width: 530px !important; }

  .span-tablet19 {
    width: 560px !important; }

  .span-tablet20 {
    width: 590px !important; }

  .span-tablet21 {
    width: 620px !important; }

  .span-tablet22 {
    width: 650px !important; }

  .span-tablet23 {
    width: 680px !important; }

  .span-tablet24 {
    width: 710px !important; } }
@media only screen and (max-width: 568px) {
  [class*="span"] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    [class*="span"][class*="inset"] {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    [class*="span"].border-left, [class*="span"].border-right {
      border: none !important; } }
/* --- Form Field Sizing --- */
input[class*="span"], textarea[class*="span"], select[class*="span"] {
  margin-left: 0 !important; }

/* --- General Template Structures --- */
#page-top, #page-left, #page-middle, #page-right, aside {
  padding-top: 3.8em; }

#page-top {
  margin-bottom: -3.8em; }

/* --- Contact --- */
#contact-left {
  padding-top: 3.8em; }

#contact-form button {
  margin-top: 1.9em; }

/* --- Sitemap --- */
#sitemap-left {
  padding-top: 3.8em; }
  #sitemap-left ul {
    padding: 0;
    list-style-type: none; }

/* --- Staff --- */
#staff-list {
  padding-top: 3.8em; }
  #staff-list .member {
    padding: 2em 0 .5em 0;
    border-top: 1px solid #DDD; }
    #staff-list .member .top {
      margin-bottom: 3.8em; }
      #staff-list .member .top h2 {
        margin-bottom: 5px; }
      #staff-list .member .top p {
        margin-bottom: .3em; }
    #staff-list .member:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }

/* --- Blog --- */
#blog-entries {
  padding-top: 3.8em; }
  #blog-entries .entry {
    padding: 2em 0 .5em 0;
    border-bottom: 1px solid #DDD; }
    #blog-entries .entry.first {
      padding-top: 0; }
    #blog-entries .entry.last {
      border-bottom: 0; }
    #blog-entries .entry .details {
      font-size: .9em;
      color: #666; }
  #blog-entries #blog-comment-link {
    font-size: 1.2em; }
  #blog-entries form {
    margin-bottom: 3.8em;
    padding: 2em 0 1.8em 0;
    background-color: #EEE;
    font-size: 1em; }
    #blog-entries form input[type="text"], #blog-entries form textarea {
      background-color: #FFF; }
    #blog-entries form #recaptcha_widget_div {
      margin-left: -10px; }
    #blog-entries form input[type="button"] {
      position: relative;
      left: -10px; }

#blog-comments-list {
  position: relative;
  top: -20px; }
  #blog-comments-list .comment {
    margin-bottom: 0;
    padding: 3.8em 0;
    color: #666;
    border-bottom: 1px solid #DDD; }
    #blog-comments-list .comment p {
      margin-bottom: 0 !important; }
      #blog-comments-list .comment p.name {
        color: #000; }
  #blog-comments-list #blog-all-comments {
    float: left;
    margin-top: 1em;
    font-size: 1.2em; }

/* --- News --- */
#videos-page {
  padding: 3.8em 0 0 0; }
  #videos-page .row {
    margin-bottom: 3.8em; }
  #videos-page .video {
    margin-bottom: 1em !important; }

#news-entries {
  padding-top: 3.8em; }
  #news-entries .entry {
    padding: 2em 0 .5em 0;
    border-top: 1px solid #DDD; }
    #news-entries .entry h2 {
      margin-bottom: .2em; }
    #news-entries .entry .details {
      font-size: .9em;
      color: #666; }
    #news-entries .entry:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
  #news-entries #news-comment-link {
    font-size: 14px; }
  #news-entries .media {
    margin-bottom: 20px;
    text-align: center; }
    #news-entries .media .image {
      height: 100px; }
      #news-entries .media .image img {
        max-width: 85%; }
    #news-entries .media .title {
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 120%;
      color: #333; }

#news-right select {
  margin: 0 0 3.8em 0 !important; }

/* --- Calendar --- */
header#events-header {
  float: left;
  width: 100%;
  padding: 3.8em 0; }
  header#events-header h1 {
    float: left;
    display: inline;
    margin: 0 20px; }
    @media only print {
      header#events-header h1 {
        width: 100% !important;
        text-align: center !important; } }
  header#events-header .previous, header#events-header .next {
    float: left;
    display: inline;
    font-size: 4em;
    line-height: .6em;
    text-decoration: none; }
    @media only print {
      header#events-header .previous, header#events-header .next {
        display: none; } }
  header#events-header .filter {
    float: right;
    display: inline;
    height: 30px;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 100%;
    border-right: 1px solid #DDD; }
    @media only print {
      header#events-header .filter {
        display: none; } }
    header#events-header .filter select {
      position: relative;
      top: 5px;
      width: auto;
      margin-left: 5px; }
  header#events-header .print {
    float: right;
    display: inline;
    margin-top: 4px; }
    @media only print {
      header#events-header .print {
        display: none; } }

#events-calendar {
  position: relative;
  width: 100%;
  padding: 0;
  border-collapse: collapse; }
  @media only print {
    #events-calendar {
      width: 100% !important; } }
  #events-calendar th {
    padding: .8em 1em;
    color: #FFF;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    background: #000;
    border-right: 1px solid #000; }
    @media only print {
      #events-calendar th {
        color: #000; } }
  #events-calendar td {
    padding: 1em;
    vertical-align: top;
    border: 1px solid #DDD; }
    @media only print {
      #events-calendar td {
        border-color: #000; } }
    #events-calendar td.current {
      background-color: #fafafa; }
      #events-calendar td.current .day {
        color: #333; }
    #events-calendar td.weekend {
      background-color: #ededed; }
    #events-calendar td p {
      margin-bottom: 3.8em; }
      #events-calendar td p.day {
        font-size: 1.5em;
        color: #a6a6a6;
        text-align: right; }
      #events-calendar td p.time {
        margin-bottom: 5px;
        font-size: .9em; }
    #events-calendar td:hover {
      background-color: #e6e6e6; }
    @media only print {
      #events-calendar td a {
        color: #000;
        text-decoration: none; } }

/* --- Event Detail --- */
#event-left {
  padding-top: 3.8em; }
  #event-left .dates {
    color: #AAA;
    font-size: 1.3em; }
  #event-left .when-where {
    color: #666; }

.tickets {
  margin-top: 3.8em;
  border-top: 1px solid #DDD; }
  .tickets .ticket {
    margin-bottom: 0;
    padding: .9em 0;
    line-height: 3em;
    border-bottom: 1px solid #DDD; }
    .tickets .ticket .title {
      font-weight: bold; }
    .tickets .ticket .price {
      font-size: 1.5em;
      text-align: right; }
      .tickets .ticket .price span {
        display: inline-block;
        margin-right: 10px;
        padding-right: 20px;
        border-right: 1px solid #DDD; }
    .tickets .ticket .quantity {
      color: #666; }
      .tickets .ticket .quantity input {
        width: 40px;
        text-align: center;
        margin: 3px 0 0 5px; }
    .tickets .ticket .button {
      font-size: .9em; }

/* --- FAQs --- */
#faqs {
  padding-top: 3.8em; }
  #faqs select {
    margin-bottom: 25px; }
  #faqs .faq {
    padding-top: 2em;
    margin-bottom: 2em;
    border-top: 1px solid #DDD; }
    #faqs .faq h2 {
      font-size: 1.3em; }
    #faqs .faq:first-child {
      padding-top: 0;
      border-top: 0; }

/* --- Where to Buy --- */
#where-to-buy .span15.inset-r1 {
  padding-top: 3.8em; }
#where-to-buy #where-to-buy-form {
  margin-top: 1.9em;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #F5F5F5;
  border-top: 1px solid #DDD; }
  #where-to-buy #where-to-buy-form .button {
    float: right;
    margin-top: 17px; }

/* --- Sponsors --- */
#sponsor-grid {
  float: left;
  width: 100%; }
  #sponsor-grid h2 {
    float: left;
    width: 100%; }
  #sponsor-grid .sponsor {
    float: left;
    display: inline;
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 0 45px 45px 0; }
    #sponsor-grid .sponsor img {
      vertical-align: middle; }
    #sponsor-grid .sponsor.text {
      font-size: 1.2em;
      text-align: center;
      background-color: #F1F1F1; }
    #sponsor-grid .sponsor.last {
      margin-right: 0 !important; }

/* --- Quick Polls --- */
.poll {
  float: left;
  width: 100%; }
  .poll ul {
    float: left;
    width: 100%;
    padding: 0 !important;
    list-style-type: none; }
    .poll ul li {
      float: left;
      width: 100%;
      margin-bottom: 1em;
      font-size: 1.1em; }
      .poll ul li .response {
        float: left;
        width: 100%;
        margin-bottom: 8px; }
      .poll ul li input {
        float: left;
        display: inline;
        margin-right: 5px; }
      .poll ul li .bar {
        position: relative;
        float: left;
        display: inline;
        width: 82%;
        height: 12px;
        border: 1px solid #DDD;
        background-color: #FAFAFA;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; }
        .poll ul li .bar .fill {
          position: absolute;
          top: 0;
          left: 0;
          height: 12px;
          font-size: 1px;
          line-height: 1px; }
          .poll ul li .bar .fill.color1 {
            background-color: #333; }
          .poll ul li .bar .fill.color2 {
            background-color: #333; }
          .poll ul li .bar .fill.color3 {
            background-color: #333; }
      .poll ul li .percent {
        float: left;
        display: inline;
        width: 18%;
        text-align: center;
        vertical-align: baseline; }

/* --- Downloads --- */
#downloads {
  padding-top: 3.8em; }

#download .span15 {
  padding-top: 3.8em; }
  #download .span15 img {
    width: 100%;
    margin-bottom: 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
  #download .span15 p img {
    margin-bottom: 0; }
  #download .span15 .button {
    margin-right: 10px; }

/* --- Search Results --- */
#search-results .result {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD; }
#search-results .title {
  margin-bottom: 5px;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #333; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  padding-top: 156px;
  font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  background-color: #FFF; }
  @media only screen and (max-width: 1100px) {
    body {
      padding-top: 140px; } }
  @media only screen and (max-width: 568px) {
    body {
      padding-top: 111px; } }

#mobile-overlay {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 150%;
  background: #000;
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 156px;
  -webkit-backface-visibility: hidden;
  box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1100px) {
    header {
      height: 140px; } }
  @media only screen and (max-width: 568px) {
    header {
      height: 111px; }
      header.open .primary nav {
        display: block; } }
  header #menu {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1000;
    display: none;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #FF4738; }
    @media only screen and (max-width: 568px) {
      header #menu {
        display: block; } }
    header #menu img {
      float: none;
      width: 20px;
      height: 17px;
      margin-top: 24px; }
  header ul {
    margin: 0 !important;
    padding: 0 !important; }
  header .secondary {
    position: relative;
    z-index: 1;
    height: 46px;
    background: #00ABE1 url(/images/top-bar-bg.gif) repeat-x top center; }
    @media only screen and (max-width: 568px) {
      header .secondary {
        z-index: 5; } }
    header .secondary ul#sites {
      float: left;
      list-style-type: none; }
      @media only screen and (max-width: 568px) {
        header .secondary ul#sites {
          float: none;
          text-align: center; } }
      header .secondary ul#sites li {
        position: relative;
        display: inline-block;
        height: 46px;
        margin-left: 20px; }
        @media only screen and (max-width: 1100px) {
          header .secondary ul#sites li {
            margin-left: 12px; } }
        header .secondary ul#sites li a {
          display: block;
          height: 31px;
          padding-top: 15px;
          vertical-align: middle; }
          header .secondary ul#sites li a img {
            vertical-align: middle; }
        header .secondary ul#sites li:first {
          margin-left: 0; }
        header .secondary ul#sites li.selected:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -10px;
          border-style: solid;
          border-width: 0 10.5px 7px 10.5px;
          border-color: transparent transparent #FFF transparent; }
    header .secondary #search-form {
      float: right;
      display: none;
      margin-bottom: 0; }
      header .secondary #search-form input {
        width: 300px;
        margin: 6px 0 0 0; }
    header .secondary nav {
      float: right; }
      @media only screen and (max-width: 568px) {
        header .secondary nav {
          display: none; } }
      header .secondary nav ul {
        line-height: 46px;
        list-style-type: none; }
        header .secondary nav ul li {
          position: relative;
          display: inline-block;
          margin-left: 13px;
          vertical-align: top; }
          @media only screen and (max-width: 1100px) {
            header .secondary nav ul li {
              margin-left: 10px; } }
          header .secondary nav ul li a {
            position: relative;
            z-index: 1;
            display: block;
            height: 42px;
            text-transform: uppercase;
            font-size: 10px;
            color: #FFF !important;
            text-decoration: none;
            font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
            border-bottom: 4px solid transparent;
            transition: none !important;
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -o-transition: none !important;
            -ms-transition: none !important; }
            header .secondary nav ul li a#follow-link {
              position: relative;
              padding: 0 30px 0 15px;
              border-left: 1px solid rgba(0, 0, 0, 0.1);
              border-right: 1px solid rgba(0, 0, 0, 0.1); }
              header .secondary nav ul li a#follow-link:after {
                content: '';
                position: absolute;
                top: 19px;
                right: 13px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 3.5px 0 3.5px;
                border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; }
              @media only screen and (max-width: 1100px) {
                header .secondary nav ul li a#follow-link {
                  display: none; } }
            header .secondary nav ul li a.search img {
              position: relative;
              top: 6px; }
            header .secondary nav ul li a.active {
              border-color: #FF4738; }
          header .secondary nav ul li:first-child {
            margin-left: 0; }
          header .secondary nav ul li ul {
            position: absolute;
            z-index: 0;
            top: -200px;
            left: 0;
            padding: 10px 0 !important;
            line-height: 180% !important;
            background: #0091C0;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            filter: alpha(opactiy=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0; }
            header .secondary nav ul li ul li {
              width: 100%;
              margin: 0;
              background-repeat: no-repeat;
              background-position: 15px 3px; }
              header .secondary nav ul li ul li a {
                height: auto;
                padding-left: 35px;
                font-size: 10px;
                text-transform: uppercase; }
                header .secondary nav ul li ul li a:hover {
                  text-decoration: underline; }
              header .secondary nav ul li ul li.facebook {
                background-image: url(../images/follow/facebook.png); }
              header .secondary nav ul li ul li.twitter {
                background-image: url(../images/follow/twitter.png); }
              header .secondary nav ul li ul li.youtube {
                background-image: url(../images/follow/youtube.png); }
              header .secondary nav ul li ul li.linkedin {
                background-image: url(../images/follow/linkedin.png); }
              header .secondary nav ul li ul li.instagram {
                background-image: url(../images/follow/instagram.png); }
              header .secondary nav ul li ul li.pinterest {
                background-image: url(../images/follow/pinterest.png); }
          header .secondary nav ul li.open #follow-link {
            border-color: transparent !important;
            background: #0091C0; }
          header .secondary nav ul li.open ul {
            top: 46px;
            filter: alpha(opactiy=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; }
  header .primary {
    position: relative;
    height: 110px;
    background: #FFF; }
    @media only screen and (max-width: 1100px) {
      header .primary {
        height: 132px; } }
    @media only screen and (max-width: 568px) {
      header .primary {
        height: 65px; } }
    header .primary .lucy-wrapper {
      padding: 0; }
    header .primary img {
      float: left;
      margin-top: 30px; }
      @media only screen and (max-width: 1100px) {
        header .primary img {
          width: 130px; } }
      @media only screen and (max-width: 568px) {
        header .primary img {
          float: left;
          display: inline;
          width: 105px;
          margin: 15px 0 0 83px; } }
    header .primary nav {
      position: relative;
      right: 35px;
      float: right; }
      @media only screen and (max-width: 1100px) {
        header .primary nav {
          right: auto;
          left: -10px;
          float: left;
          width: 100%; } }
      @media only screen and (max-width: 568px) {
        header .primary nav {
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          display: none;
          width: 100%;
          padding-left: 65px;
          background: transparent url(../images/mobile-nav-bg.png) repeat-y 0 0;
          overflow: scroll;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box; } }
      header .primary nav ul {
        list-style-type: none; }
        header .primary nav ul li {
          display: inline-block;
          margin-left: 15px; }
          @media only screen and (max-width: 568px) {
            header .primary nav ul li {
              display: block;
              width: 100%;
              margin: 0; } }
          header .primary nav ul li a {
            position: relative;
            display: block;
            height: 110px;
            padding-right: 15px;
            line-height: 120px;
            font-size: 18px;
            color: #FF4738;
            text-decoration: none !important;
            font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
            border-bottom: 5px solid transparent;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out; }
            @media only screen and (max-width: 1100px) {
              header .primary nav ul li a {
                height: 64px;
                padding-right: 12px;
                font-size: 17px !important;
                line-height: 58px;
                transition: none !important;
                -moz-transition: none !important;
                -webkit-transition: none !important;
                -o-transition: none !important;
                -ms-transition: none !important; } }
            @media only screen and (max-width: 568px) {
              header .primary nav ul li a {
                width: 100%;
                height: 65px;
                padding: 0 0 0 25px !important;
                line-height: 68px;
                font-size: 22px !important;
                border-bottom: 1px solid #DDD;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -ms-box-sizing: border-box; } }
            header .primary nav ul li a.no-shelf {
              padding-right: 0; }
            header .primary nav ul li a:after {
              content: '';
              position: absolute;
              top: 56px;
              display: inline-block;
              right: 0;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 4px 0 4px;
              border-color: #CCC transparent transparent transparent; }
              @media only screen and (max-width: 1100px) {
                header .primary nav ul li a:after {
                  top: 25px; } }
              @media only screen and (max-width: 568px) {
                header .primary nav ul li a:after {
                  position: relative;
                  top: 0;
                  right: -8px;
                  border-width: 4px 0 4px 5px !important;
                  border-color: transparent transparent transparent #CCC !important; } }
            header .primary nav ul li a.no-shelf:after {
              display: none; }
            header .primary nav ul li a.cart {
              padding: 0 0 0 20px; }
              @media only screen and (max-width: 568px) {
                header .primary nav ul li a.cart {
                  border-bottom: none; } }
              header .primary nav ul li a.cart:before {
                content: '';
                position: absolute;
                top: 51px;
                left: 0;
                width: 16px;
                height: 14px;
                background: transparent url(/images/cart.png) no-repeat 0 0; }
                @media only screen and (max-width: 1100px) {
                  header .primary nav ul li a.cart:before {
                    top: 20px; } }
                @media only screen and (max-width: 568px) {
                  header .primary nav ul li a.cart:before {
                    display: none; } }
              header .primary nav ul li a.cart:after {
                display: none; }
            header .primary nav ul li a.nav-buy-now {
              position: relative;
              height: 64px;
              font-size: 12px !important;
              line-height: 11px;
              color: #6C3EAD;
              text-transform: uppercase; }
              header .primary nav ul li a.nav-buy-now span {
                position: absolute;
                top: -1px;
                right: 12px;
                padding-right: 0;
                font-size: 17px;
                -webkit-transform: rotate(14deg);
                -moz-transform: rotate(14deg);
                -ms-transform: rotate(14deg);
                -o-transform: rotate(14deg);
                transform: rotate(14deg);
                filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(14), M12=-sin(14), M21=sin(14), M22=cos(14));
                -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(14), M12=-sin(14), M21=sin(14), M22=cos(14))";
                zoom: 1; }
                @media only screen and (max-width: 1100px) {
                  header .primary nav ul li a.nav-buy-now span {
                    right: 6px; } }
              header .primary nav ul li a.nav-buy-now:after {
                position: absolute;
                top: -9px;
                right: -39px;
                display: block;
                width: 50px;
                height: 74px;
                background: transparent url(../images/nav-dum-dum.jpg) no-repeat 0 0;
                background-size: cover;
                border: none;
                content: ''; }
                @media only screen and (max-width: 1100px) {
                  header .primary nav ul li a.nav-buy-now:after {
                    right: -29px;
                    width: 40px;
                    height: 59px; } }
                @media only screen and (max-width: 568px) {
                  header .primary nav ul li a.nav-buy-now:after {
                    top: 10px !important;
                    right: 25px !important;
                    width: 50px; } }
              @media only screen and (max-width: 568px) {
                header .primary nav ul li a.nav-buy-now {
                  height: 65px;
                  line-height: 68px;
                  font-size: 22px !important;
                  color: #FF4738 !important;
                  text-transform: capitalize;
                  border-top: 1px solid #DDD;
                  overflow: hidden; }
                  header .primary nav ul li a.nav-buy-now br {
                    display: none; }
                  header .primary nav ul li a.nav-buy-now span {
                    position: relative;
                    right: auto;
                    top: auto;
                    display: inline-block;
                    font-family: "Proxima N W01 Xbold", Helvetica, Arial, sans-serif;
                    -webkit-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate(0deg);
                    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0), M12=-sin(0), M21=sin(0), M22=cos(0));
                    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(0), M12=-sin(0), M21=sin(0), M22=cos(0))";
                    zoom: 1; } }
            header .primary nav ul li a.active {
              border-color: #00ABE1 !important; }
              @media only screen and (max-width: 568px) {
                header .primary nav ul li a.active {
                  border-color: #DDD !important; } }
            header .primary nav ul li a.selected {
              border-color: #00ABE1; }
              @media only screen and (max-width: 568px) {
                header .primary nav ul li a.selected {
                  border-color: #DDD !important; } }
          header .primary nav ul li:first-chid {
            margin-left: 0; }
        header .primary nav ul.mobile {
          display: none; }
          @media only screen and (max-width: 568px) {
            header .primary nav ul.mobile {
              display: block;
              padding: 22px 0 !important;
              background: transparent url(../images/mobile-nav-gradient.png) repeat-x 0 0; }
              header .primary nav ul.mobile a {
                height: auto;
                color: #00ABE1;
                font-size: 14px !important;
                line-height: 210%;
                text-transform: uppercase;
                border-bottom: none; }
                header .primary nav ul.mobile a:after {
                  display: none; } }

#shelf {
  position: fixed;
  z-index: 9;
  top: -300px;
  width: 100%;
  padding: 35px 0;
  background: #FFF url(../images/shelf-shadow.jpg) no-repeat 0 0;
  -webkit-backface-visibility: hidden;
  box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow:  2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }
  @media only screen and (max-width: 568px) {
    #shelf {
      position: fixed;
      z-index: 10;
      top: 46px !important;
      display: none;
      width: 100%;
      padding: 0 0 0 65px !important;
      background: transparent url(../images/mobile-nav-bg.png) repeat-y 0 0;
      overflow-y: scroll;
      transition: none !important;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      -ms-transition: none !important;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-shadow: none !important;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -o-box-shadow: none !important;
      -ms-box-shadow: none !important; } }
  #shelf .lucy-wrapper {
    display: none; }
    @media only screen and (max-width: 568px) {
      #shelf .lucy-wrapper {
        padding: 0 !important; } }
  #shelf .columns .section {
    display: inline-block;
    vertical-align: top; }
    #shelf .columns .section .title {
      margin-bottom: 15px;
      color: #333;
      font-size: 12px;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    #shelf .columns .section ul {
      float: left;
      display: inline;
      margin: 0 22px 0 0;
      padding: 0 22px 0 0;
      list-style-type: none;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 153%;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      #shelf .columns .section ul a {
        text-decoration: none;
        color: #461899; }
        #shelf .columns .section ul a:hover {
          text-decoration: underline; }
      #shelf .columns .section ul:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 568px) {
        #shelf .columns .section ul {
          padding: 0;
          border-right: none; } }
    #shelf .columns .section ul#shelf-brands {
      display: table;
      margin: 0 32px 0 -10px !important;
      padding: 0 40px 0 0 !important;
      table-layout: fixed;
      border-spacing: 10px 0;
      border-collapse: separate;
      list-style-type: none; }
      #shelf .columns .section ul#shelf-brands li {
        display: table-cell;
        width: 123px;
        height: 93px;
        vertical-align: middle;
        text-align: center;
        background: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        background-clip: padding-box;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -o-background-clip: padding-box;
        -ms-background-clip: padding-box;
        box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
        -webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
        -o-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
        -ms-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16); }
        #shelf .columns .section ul#shelf-brands li img {
          height: 52px; }
        #shelf .columns .section ul#shelf-brands li:first-child {
          margin-left: 0; }
        @media only screen and (max-width: 1100px) {
          #shelf .columns .section ul#shelf-brands li {
            width: 71px;
            height: 60px; }
            #shelf .columns .section ul#shelf-brands li img {
              height: auto; } }
      @media only screen and (max-width: 568px) {
        #shelf .columns .section ul#shelf-brands {
          padding: 0 !important; } }
    #shelf .columns .section.special {
      float: right;
      width: 225px;
      font-size: 12px;
      color: #666; }
      #shelf .columns .section.special img {
        float: left;
        margin-right: 15px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        background-clip: padding-box;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -o-background-clip: padding-box;
        -ms-background-clip: padding-box; }
        @media only screen and (max-width: 568px) {
          #shelf .columns .section.special img {
            clear: both; } }
      #shelf .columns .section.special a {
        color: #FC8E00;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
        #shelf .columns .section.special a:hover {
          text-decoration: underline; }
      @media only screen and (max-width: 568px) {
        #shelf .columns .section.special p {
          padding-left: 25px; }
        #shelf .columns .section.special .title {
          padding-left: 0; } }
  #shelf .text-links p {
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 170%;
    text-align: right; }
    @media only screen and (max-width: 568px) {
      #shelf .text-links p {
        display: none; } }
  #shelf .text-links ul {
    padding: 0 0 0 25px !important;
    margin: 0 !important;
    list-style-type: none;
    line-height: 155%;
    font-size: 16px;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    @media only screen and (max-width: 568px) {
      #shelf .text-links ul {
        padding: 0 !important; } }
    #shelf .text-links ul li {
      position: relative; }
      #shelf .text-links ul li.back a {
        color: #00ABE1 !important; }
      @media only screen and (max-width: 568px) {
        #shelf .text-links ul li {
          display: block;
          width: 100%;
          margin-bottom: 0; } }
    #shelf .text-links ul a {
      color: #461899;
      text-decoration: none; }
      @media only screen and (max-width: 568px) {
        #shelf .text-links ul a {
          display: block;
          width: 100%;
          height: 65px;
          padding: 0 0 0 25px !important;
          line-height: 68px;
          font-size: 16px;
          color: #FF4738 !important;
          border-bottom: 1px solid #DDD;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box; } }
      #shelf .text-links ul a:hover {
        text-decoration: underline; }
  #shelf.open {
    top: 156px; }
    @media only screen and (max-width: 1100px) {
      #shelf.open {
        top: 178px; } }
    @media only screen and (max-width: 568px) {
      #shelf.open {
        display: block; } }
  #shelf .back {
    position: relative;
    display: none !important; }
    @media only screen and (max-width: 568px) {
      #shelf .back {
        display: block !important; } }
    #shelf .back a {
      color: #00ABE1 !important;
      text-indent: 12px; }
      #shelf .back a:after {
        position: absolute;
        top: 28px;
        left: 25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 5px 4px 0;
        border-color: transparent #00ABE1 transparent transparent;
        content: ''; }
  @media only screen and (max-width: 568px) {
    #shelf ul {
      padding: 0 !important; } }

@media only screen and (max-width: 568px) {
  #shelf-our-brands .title {
    display: none; }
  #shelf-our-brands .special .title {
    display: block; }
  #shelf-our-brands ul {
    width: 100%;
    margin: 0;
    padding: 0 !important; }
  #shelf-our-brands li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
    #shelf-our-brands li.back a:before {
      display: none; }
    #shelf-our-brands li :before {
      content: attr(title); }
    #shelf-our-brands li img {
      display: none; }
    #shelf-our-brands li a {
      display: block;
      height: 65px;
      padding: 0 0 0 25px !important;
      line-height: 68px;
      font-size: 16px;
      color: #FF4738 !important;
      text-align: left;
      border-bottom: 1px solid #DDD; }

  .special {
    width: 100% !important;
    padding: 20px 0 10px 0; }
    .special .title {
      text-indent: 25px; }
    .special img {
      margin-left: 25px; }
    .special p {
      margin-bottom: 0; }
    .special a {
      font-size: 12px !important;
      line-height: 24px !important;
      border: none; }

  #shelf-online-store .title {
    display: none; }
  #shelf-online-store .special .title {
    display: block; }
  #shelf-online-store ul {
    width: 100%; }
  #shelf-online-store li {
    width: 100%; }
  #shelf-online-store a {
    display: block;
    height: 65px;
    padding: 0 0 0 25px !important;
    line-height: 68px;
    font-size: 16px;
    color: #FF4738 !important;
    border-bottom: 1px solid #DDD; } }
/* --- Default Element Styles --- */
.lucy-wrapper {
  width: 974px;
  margin: 0 auto;
  font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #333; }
  @media only screen and (max-width: 1100px) {
    .lucy-wrapper {
      width: 710px; } }
  @media only screen and (max-width: 568px) {
    .lucy-wrapper {
      width: 100%;
      padding: 0 1.9em;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box; } }
  .lucy-wrapper h2.special {
    position: relative;
    width: 100%;
    height: 0;
    margin: 16px 0 50px 0 !important;
    line-height: 18px;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #DDD; }
    .lucy-wrapper h2.special span {
      position: relative;
      top: -16px;
      display: inline-block;
      padding: 8px 25px;
      font-size: 14px !important;
      color: #FFF !important;
      text-transform: uppercase;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      background: #461899 !important; }
      @media only screen and (max-width: 568px) {
        .lucy-wrapper h2.special span {
          float: left;
          font-size: 12px; } }
      .lucy-wrapper h2.special span a {
        position: relative;
        top: auto;
        right: auto;
        padding: 0 !important;
        font-size: 14px !important;
        color: #FFF !important;
        background: #461899 !important; }
    .lucy-wrapper h2.special a {
      position: absolute;
      top: -9px;
      right: 0;
      padding-left: 10px;
      font-size: 12px;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      color: #FC8E00;
      text-transform: uppercase;
      text-decoration: none;
      background: #FFF; }
      .lucy-wrapper h2.special a:hover {
        text-decoration: underline; }

/* --- Page Headers --- */
#page-header {
  position: relative;
  background-size: cover;
  background-position: top center;
  *zoom: 1; }
  #page-header .lucy-wrapper {
    position: relative;
    z-index: 1; }
    #page-header .lucy-wrapper ul.trail {
      float: left;
      width: 100%;
      padding: 0;
      margin: 15px 0 45px 0;
      list-style-type: none;
      font-size: 9px;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      #page-header .lucy-wrapper ul.trail li {
        position: relative;
        float: left;
        display: inline;
        margin-left: 5px;
        padding-left: 10px;
        text-transform: uppercase; }
        #page-header .lucy-wrapper ul.trail li a {
          color: #FFF;
          text-decoration: none; }
        #page-header .lucy-wrapper ul.trail li:before {
          position: absolute;
          top: -12px;
          left: 0;
          font-size: 25px;
          content: "\2219";
          color: #FFF; }
        #page-header .lucy-wrapper ul.trail li:first-child {
          padding: 0;
          margin: 0; }
          #page-header .lucy-wrapper ul.trail li:first-child:before {
            display: none; }
    #page-header .lucy-wrapper h1 {
      float: left;
      margin: 0 0 20px 0;
      font-size: 28px;
      color: #FFF;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
    #page-header .lucy-wrapper .actions {
      float: right;
      margin: 10px 0 0 0;
      list-style-type: none; }
      #page-header .lucy-wrapper .actions li {
        float: left;
        display: inline;
        height: 14px;
        margin-left: 15px;
        font-size: 10px;
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
        #page-header .lucy-wrapper .actions li a {
          display: block;
          padding-left: 20px;
          color: #FFF;
          text-decoration: none; }
          #page-header .lucy-wrapper .actions li a.print {
            background: transparent url(../images/print-white.png) no-repeat 0 0; }
          #page-header .lucy-wrapper .actions li a.share {
            background: transparent url(../images/share-white.png) no-repeat 0 0; }
          #page-header .lucy-wrapper .actions li a:hover {
            text-decoration: underline; }
    #page-header .lucy-wrapper .pages {
      float: left;
      width: 100%;
      margin: 30px 0 0 0;
      padding: 0;
      list-style-type: none;
      font-size: 12px;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      #page-header .lucy-wrapper .pages li {
        float: left;
        display: inline;
        margin-right: 20px;
        text-transform: uppercase; }
        #page-header .lucy-wrapper .pages li a {
          position: relative;
          display: block;
          padding-bottom: 3px;
          color: #FFF;
          text-decoration: none; }
          @media only screen and (max-width: 568px) {
            #page-header .lucy-wrapper .pages li a {
              margin-bottom: 5px;
              padding-bottom: 0;
              border-bottom: 2px solid transparent; } }
          #page-header .lucy-wrapper .pages li a:hover, #page-header .lucy-wrapper .pages li a.selected {
            color: #FFF; }
          @media only screen and (max-width: 568px) {
            #page-header .lucy-wrapper .pages li a.selected {
              border-color: #00ABE1; } }
          #page-header .lucy-wrapper .pages li a.selected:after {
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 5px;
            content: '';
            background: #00ABE1; }
            @media only screen and (max-width: 568px) {
              #page-header .lucy-wrapper .pages li a.selected:after {
                display: none; } }
  #page-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/header-lower-gradient.png) repeat-x bottom left; }
  #page-header:after {
    display: table;
    content: '';
    line-height: 0;
    clear: both; }
  #page-header #page-header-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/header-upper-gradient.png) repeat-x top left; }

/* --- Toolbars --- */
.toolbar {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  height: 52px;
  margin: 10px 0 30px 0;
  line-height: 52px;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #ECF0F1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box; }
  @media only screen and (max-width: 568px) {
    .toolbar {
      height: auto; } }
  .toolbar ul:first-child {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .toolbar ul:first-child li {
      float: left;
      display: inline;
      height: 52px; }
      .toolbar ul:first-child li a {
        display: block;
        padding: 0 20px;
        text-decoration: none;
        color: #999; }
        .toolbar ul:first-child li a:hover {
          color: #333; }
        .toolbar ul:first-child li a.selected {
          color: #461899;
          background: #DDE5E7; }
      .toolbar ul:first-child li:first-child a {
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -o-border-top-left-radius: 5px;
        -ms-border-top-left-radius: 5px;
        background-clip: "padding-box";
        -moz-background-clip: "padding-box";
        -webkit-background-clip: "padding-box";
        -o-background-clip: "padding-box";
        -ms-background-clip: "padding-box";
        border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -o-border-bottom-left-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
        background-clip: "padding-box";
        -moz-background-clip: "padding-box";
        -webkit-background-clip: "padding-box";
        -o-background-clip: "padding-box";
        -ms-background-clip: "padding-box"; }
  .toolbar .filters {
    float: right;
    padding: 0;
    margin: 0; }
    .toolbar .filters label {
      display: inline-block; }
    .toolbar .filters .lucy-dropdown {
      width: 220px;
      height: 52px;
      margin-left: 15px;
      color: #999;
      text-transform: none;
      border-left: 1px solid #DBE3E5; }
      .toolbar .filters .lucy-dropdown.active {
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -o-border-top-right-radius: 5px;
        -ms-border-top-right-radius: 5px;
        background-clip: "padding-box";
        -moz-background-clip: "padding-box";
        -webkit-background-clip: "padding-box";
        -o-background-clip: "padding-box";
        -ms-background-clip: "padding-box"; }
    @media only screen and (max-width: 568px) {
      .toolbar .filters {
        float: left;
        width: 100%;
        border-top: 1px solid #DBE3E5; }
        .toolbar .filters label {
          padding-left: 20px; } }

/* --- Home Page Slideshows --- */
#slideshow {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 43.09%;
  overflow: hidden; }
  #slideshow .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #slideshow .slider .slide {
      float: left;
      display: inline; }
      #slideshow .slider .slide img {
        width: 100%; }
    #slideshow .slider.count1 {
      width: 100%; }
      #slideshow .slider.count1 .slide {
        width: 100%; }
    #slideshow .slider.count2 {
      width: 200%; }
      #slideshow .slider.count2 .slide {
        width: 50%; }
    #slideshow .slider.count3 {
      width: 300%; }
      #slideshow .slider.count3 .slide {
        width: 33.33333%; }
    #slideshow .slider.count4 {
      width: 400%; }
      #slideshow .slider.count4 .slide {
        width: 25%; }
    #slideshow .slider.count5 {
      width: 500%; }
      #slideshow .slider.count5 .slide {
        width: 20%; }
    #slideshow .slider.count6 {
      width: 600%; }
      #slideshow .slider.count6 .slide {
        width: 16.66667%; }
    #slideshow .slider.count7 {
      width: 700%; }
      #slideshow .slider.count7 .slide {
        width: 14.28571%; }
    #slideshow .slider.count8 {
      width: 800%; }
      #slideshow .slider.count8 .slide {
        width: 12.5%; }
    #slideshow .slider.count9 {
      width: 900%; }
      #slideshow .slider.count9 .slide {
        width: 11.11111%; }
    #slideshow .slider.count10 {
      width: 1000%; }
      #slideshow .slider.count10 .slide {
        width: 10%; }
    #slideshow .slider.count11 {
      width: 1100%; }
      #slideshow .slider.count11 .slide {
        width: 9.09091%; }
    #slideshow .slider.count12 {
      width: 1200%; }
      #slideshow .slider.count12 .slide {
        width: 8.33333%; }
    #slideshow .slider.count13 {
      width: 1300%; }
      #slideshow .slider.count13 .slide {
        width: 7.69231%; }
    #slideshow .slider.count14 {
      width: 1400%; }
      #slideshow .slider.count14 .slide {
        width: 7.14286%; }
    #slideshow .slider.count15 {
      width: 1500%; }
      #slideshow .slider.count15 .slide {
        width: 6.66667%; }
  #slideshow .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    text-align: center;
    background: transparent url(../images/slide-overlay.png) repeat-x 0 0; }
    @media only screen and (max-width: 1100px) {
      #slideshow .overlay {
        height: 180px; } }
    @media only screen and (max-width: 568px) {
      #slideshow .overlay {
        height: auto; } }
    #slideshow .overlay .span2 {
      height: 100px;
      padding-top: 50px;
      cursor: pointer;
      filter: alpha(opactiy=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 568px) {
        #slideshow .overlay .span2 {
          display: none; } }
      #slideshow .overlay .span2 a {
        display: block;
        width: 100%;
        height: 100%; }
      #slideshow .overlay .span2 img {
        width: 47px;
        max-width: 47px;
        height: 47px;
        max-height: 47px; }
      #slideshow .overlay .span2:hover {
        filter: alpha(opactiy=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    #slideshow .overlay p {
      margin-bottom: 15px;
      padding: 0 20px;
      color: #FFF;
      font-size: 20px;
      line-height: 135%;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif; }
      @media only screen and (max-width: 1100px) {
        #slideshow .overlay p {
          font-size: 15px; } }
      @media only screen and (max-width: 568px) {
        #slideshow .overlay p {
          display: none !important; } }
      #slideshow .overlay p.title {
        margin-top: 30px;
        line-height: 100%;
        font-size: 38px;
        font-family: "Proxima N W01 Xbold", Helvetica, Arial, sans-serif; }
        @media only screen and (max-width: 1100px) {
          #slideshow .overlay p.title {
            font-size: 32px; } }
        @media only screen and (max-width: 568px) {
          #slideshow .overlay p.title {
            display: block !important;
            margin: 15px 0;
            font-size: 24px; } }
    #slideshow .overlay #home-slide-brand img {
      height: 100%; }
      @media only screen and (max-width: 1100px) {
        #slideshow .overlay #home-slide-brand img {
          height: auto;
          padding-top: 20px; } }
      @media only screen and (max-width: 568px) {
        #slideshow .overlay #home-slide-brand img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          padding-top: 0; } }
    #slideshow .overlay #home-slide-text.brand {
      text-align: left; }
      @media only screen and (max-width: 568px) {
        #slideshow .overlay #home-slide-text.brand {
          padding-left: 45px; } }

#home-featured {
  padding-bottom: 0; }

/* --- Product Listing --- */
.products-row {
  padding: 30px 0;
  border-top: 1px solid #DDD; }
  .products-row p {
    margin-bottom: 20px; }
    .products-row p.title {
      margin: 35px 0 15px 0;
      font-size: 18px;
      color: #333;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
    .products-row p.price {
      font-size: 18px;
      color: #333;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
  .products-row input[type="text"] {
    display: inline-block;
    width: 55px;
    height: 40px;
    padding: 0;
    margin: 0 8px 0 0 !important;
    line-height: 40px;
    font-size: #666;
    font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    border-color: #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
  .products-row.button {
    margin: 0 !important; }
  .products-row.purchase .title {
    margin-top: 0; }
  @media only screen and (max-width: 1100px) {
    .products-row .button span {
      display: none; } }
  @media only screen and (max-width: 568px) {
    .products-row {
      text-align: center; }
      .products-row .button span {
        display: inline; }
      .products-row .span6 {
        margin-bottom: 3.8em;
        padding-bottom: 3.8em;
        border-bottom: 1px solid #DDD !important; } }
  @media only screen and (max-width: 568px) {
    .products-row {
      padding-top: 0;
      border-top: none; } }

/* --- Callouts --- */
#callouts {
  position: relative;
  height: 185px;
  padding-bottom: 0;
  background: #FF4738 url(/images/callout-bg.gif) repeat-x 0 0; }
  @media only screen and (max-width: 568px) {
    #callouts {
      height: auto;
      background-size: cover; } }
  #callouts.collapse:after, #callouts.store:after {
    display: none; }
  #callouts.store:before, #callouts.store:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 11px; }
  #callouts.store:before {
    top: 0;
    background: transparent url(/images/cutout-top-grey.png) repeat-x 0 0; }
  #callouts.store:after {
    bottom: 0;
    background: transparent url(/images/cutout-bottom-white.png) repeat-x bottom left; }
  #callouts .border-right {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  #callouts img {
    float: left;
    display: inline;
    width: 135px;
    height: 135px;
    margin-right: 30px;
    border: 8px solid #FFF;
    box-shadow: inset 2px 1px 5px 0 white;
    -moz-box-shadow: inset 2px 1px 5px 0 white;
    -webkit-box-shadow: inset 2px 1px 5px 0 white;
    -o-box-shadow: inset 2px 1px 5px 0 white;
    -ms-box-shadow: inset 2px 1px 5px 0 white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; }
    @media only screen and (max-width: 1100px) {
      #callouts img {
        width: 110px;
        height: 110px; } }
    @media only screen and (max-width: 568px) {
      #callouts img {
        width: 85px;
        height: 85px;
        margin-right: 20px; } }
  #callouts p {
    margin-bottom: 13px;
    color: #FFF;
    font-size: 14px;
    line-height: 143%; }
    @media only screen and (max-width: 568px) {
      #callouts p {
        margin-bottom: 5px; } }
    #callouts p.title {
      margin-top: 25px;
      font-size: 22px;
      line-height: 120%;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      @media only screen and (max-width: 1100px) {
        #callouts p.title {
          margin-top: 7px;
          font-size: 20px; } }
      @media only screen and (max-width: 568px) {
        #callouts p.title {
          margin-top: 0;
          font-size: 18px; } }
  #callouts:before, #callouts:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 11px; }
  #callouts:before {
    top: 0;
    background: transparent url(/images/cutout-top-white.png) repeat-x 0 0; }
  #callouts:after {
    bottom: 0;
    background: transparent url(/images/cutout-bottom-white.png) repeat-x bottom left; }
  #callouts a.span11 {
    color: #FFF;
    text-decoration: none; }
    #callouts a.span11:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    @media only screen and (max-width: 568px) {
      #callouts a.span11 {
        margin-bottom: 30px; } }

/* --- 3 Column Grid --- */
.three .span5, .three .span8 {
  position: relative;
  margin-bottom: 3.8em;
  color: #777; }
  @media only screen and (max-width: 568px) {
    .three .span5, .three .span8 {
      margin-bottom: 1.9em; } }
  .three .span5 img, .three .span5 .image, .three .span8 img, .three .span8 .image {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
  .three .span5 .image, .three .span8 .image {
    height: 159px;
    background-position: 0 -45px; }
  .three .span5 p, .three .span8 p {
    margin-bottom: 15px;
    line-height: 143%;
    font-size: 14px; }
    .three .span5 p.title, .three .span8 p.title {
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #333; }
  .three .span5.video, .three .span8.video {
    cursor: pointer; }
    .three .span5.video .title, .three .span8.video .title {
      height: 44px; }
      @media only screen and (max-width: 568px) {
        .three .span5.video .title, .three .span8.video .title {
          height: auto; } }
    .three .span5.video:after, .three .span8.video:after {
      content: '';
      position: absolute;
      top: 50px;
      left: 50%;
      width: 58px;
      height: 58px;
      margin-left: -29px;
      background-image: url(../images/play-button.png); }
  .three .span5:hover, .three .span8:hover {
    text-decoration: none; }

/* --- Allergen Information --- */
#allergens {
  padding-top: 3.8em; }

table#allergen {
  width: 100%;
  margin: 1.9em 0 1.9em 10px;
  border-collapse: collapse;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 568px) {
    table#allergen {
      table-layout: fixed; } }
  table#allergen thead th {
    padding: 15px 0;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #461899;
    font-weight: normal;
    vertical-align: bottom;
    border-bottom: 1px solid #DCE4E6; }
  @media only screen and (max-width: 568px) {
    table#allergen thead {
      display: none; } }
  table#allergen tbody td {
    padding: 10px 0;
    font-size: 14px;
    font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
    color: #777;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #DCE4E6; }
    table#allergen tbody td img {
      vertical-align: middle; }
    table#allergen tbody td:first-child {
      text-align: left;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 568px) {
    table#allergen tbody tr {
      display: block; }
    table#allergen tbody td {
      border-bottom: none; }
    table#allergen tbody td:first-child {
      display: block;
      width: 100%;
      padding: 20px 0 0 0;
      border-bottom: none; } }

/* --- Nutrition --- */
aside .lucy-dropdown {
  width: 100%;
  height: 40px;
  margin: 0 0 1px 0;
  padding: 0 15px;
  line-height: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  background: #461899;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  aside .lucy-dropdown ul {
    top: 40px; }
    aside .lucy-dropdown ul li {
      border: none; }
  aside .lucy-dropdown:after {
    top: 17px;
    border-top-color: #FFF; }
  aside .lucy-dropdown.alt {
    background: #7337e0; }

#nutrition .span15.inset-r1 {
  padding-top: 3.8em; }

.nutrition {
  font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
  border: 1px solid #ECF0F1; }
  .nutrition h3 {
    margin: 25px 15px 10px 15px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECF0F1; }
  .nutrition p {
    padding: 0 15px;
    line-height: 180%; }
  .nutrition table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse; }
    .nutrition table thead th {
      padding: 0 15px;
      font-size: 12px !important;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #6C3EAD !important;
      text-transform: uppercase;
      text-align: right; }
      .nutrition table thead th:first-child {
        text-align: left; }
    .nutrition table tbody td {
      padding: 15px;
      text-align: right;
      border-top: 1px solid #ECF0F1; }
      .nutrition table tbody td strong {
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      .nutrition table tbody td.indent {
        text-indent: 20px; }
      .nutrition table tbody td:first-child {
        text-align: left; }

/* --- Product "Buy Now" --- */
.buy-now {
  float: left;
  width: 100%;
  margin-bottom: 1.9em; }
  .buy-now img {
    float: left;
    width: 75px;
    margin-right: 15px; }
  .buy-now p {
    margin: 0 !important;
    padding-top: 5px;
    line-height: 100%;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px; }
    .buy-now p a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px; }
      .buy-now p a:hover {
        text-decoration: underline; }

/* --- Styled Table --- */
.styled-table {
  width: 100%;
  border-collapse: collapse; }
  .styled-table th {
    padding: 12px 15px;
    text-align: left;
    color: #FFF;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    background: #FF4738; }
  .styled-table tr:nth-child(odd) td {
    background: #F5F5F5; }
  .styled-table td {
    padding: 15px;
    font-size: 14px;
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
    border-top: 1px solid #EEE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    .styled-table td strong {
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 568px) {
    .styled-table td {
      display: block;
      width: 100%;
      border: none !important; }
    .styled-table th {
      display: none; } }

/* --- Right Column Styles --- */
aside {
  padding-top: 3.8em;
  margin-bottom: 3.8em; }
  @media only screen and (max-width: 568px) {
    aside {
      padding-top: 1.9em;
      margin-bottom: 1.9em; } }
  aside h2, aside h3, aside h4 {
    margin-bottom: .5em !important; }
  aside select {
    margin-bottom: 2em !important; }
  aside .callout {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 40px;
    line-height: 143%;
    color: #333 !important;
    border-bottom: 1px solid #DCE4E6; }
    aside .callout .title {
      font-size: 14px;
      color: #333 !important;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
    aside .callout img {
      float: left;
      display: inline;
      margin-right: 13px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
    aside .callout.no-border {
      margin-bottom: 15px;
      border-bottom: none; }
    aside .callout:hover {
      text-decoration: none; }
  aside ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none; }
    aside ul li {
      padding: 15px 0;
      font-size: 14px;
      font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
      border-top: 1px solid #DDD; }
      aside ul li img {
        float: right;
        margin-left: 20px; }
      aside ul li:first-child a {
        color: #FF4738;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
        aside ul li:first-child a:hover {
          text-decoration: underline; }

/* --- Stay Connected --- */
#connected {
  position: relative;
  height: 500px;
  padding: 0;
  text-align: center;
  background: #541CAF;
  overflow: hidden; }
  #connected:before, #connected:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 11px; }
  #connected:before {
    top: 0;
    background: transparent url(/images/cutout-top-white.png) repeat-x 0 0; }
  #connected:after {
    bottom: 0;
    background: transparent url(/images/cutout-bottom-grey.png) repeat-x bottom left; }
  #connected.collapse:before, #connected.collapse:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 11px; }
  #connected.collapse:before {
    top: 0;
    background: transparent url(/images/cutout-top-red.png) repeat-x 0 0; }
  #connected.collapse:after {
    bottom: 0;
    background: transparent url(/images/cutout-bottom-grey.png) repeat-x bottom left; }
  #connected h2 {
    position: absolute;
    top: 65px;
    width: 100%;
    text-transform: uppercase;
    font-size: 26px;
    color: #FF9;
    font-family: "Proxima N W01 Xbold", Helvetica, Arial, sans-serif; }
  #connected .slider {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 3500px;
    margin-left: -1750px; }
    @media only screen and (max-width: 568px) {
      #connected .slider {
        width: 1000%;
        margin-left: -550%; } }
    #connected .slider .slide {
      position: relative;
      float: left;
      display: inline;
      width: 400px;
      height: 380px;
      padding: 0 50px;
      line-height: 143%;
      font-size: 14px;
      color: #FFF;
      text-align: left;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif; }
      @media only screen and (max-width: 568px) {
        #connected .slider .slide {
          width: 10%;
          padding: 0 25px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box; } }
      #connected .slider .slide .instagram {
        float: left;
        display: inline;
        width: 195px;
        margin-left: 10px; }
        #connected .slider .slide .instagram img {
          max-width: 100%;
          margin-bottom: 15px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          background-clip: padding-box;
          -moz-background-clip: padding-box;
          -webkit-background-clip: padding-box;
          -o-background-clip: padding-box;
          -ms-background-clip: padding-box; }
        #connected .slider .slide .instagram:first-child {
          margin-left: 0; }
        @media only screen and (max-width: 568px) {
          #connected .slider .slide .instagram {
            width: 47.5%;
            height: auto !important;
            margin-left: 5%; } }
      #connected .slider .slide .facebook {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #FFF;
        border-color: rgba(255, 255, 255, 0.2); }
        #connected .slider .slide .facebook .image {
          float: left;
          width: 155px;
          max-height: 100px;
          overflow: hidden; }
          #connected .slider .slide .facebook .image img {
            width: 140px;
            margin: 0; }
        #connected .slider .slide .facebook:first-child {
          margin: 0;
          padding: 0;
          border: 0; }
      #connected .slider .slide .source {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        padding-top: 25px;
        text-align: center;
        background: #461899;
        background: rgba(0, 0, 0, 0.1); }
        #connected .slider .slide .source:after {
          content: '';
          position: absolute;
          z-index: 1;
          top: 0;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -20px;
          border-style: solid;
          border-width: 12px 20px 0 20px;
          border-color: #541CAF transparent transparent transparent; }
  #connected #connected-previous, #connected #connected-next {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 10000px;
    height: 500px;
    margin-left: 250px;
    background: rgba(71, 11, 152, 0.4);
    cursor: pointer; }
  #connected #connected-previous {
    left: auto;
    right: 50% !important;
    margin-right: 250px !important; }

/* --- Foooter and Copyright --- */
footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 55px 0 15px 0;
  background: #ECF0F1; }
  footer ul#our-brands {
    display: table;
    width: 974px;
    padding: 0 0 3.8em 0;
    margin: 0 0 3.8em 0;
    table-layout: fixed;
    border-spacing: 10px;
    border-collapse: separate;
    list-style-type: none;
    border-bottom: 1px solid #DDD; }
    @media only screen and (max-width: 1100px) {
      footer ul#our-brands {
        width: 710px; } }
    @media only screen and (max-width: 568px) {
      footer ul#our-brands {
        display: block;
        width: 100%;
        margin-bottom: 20px !important;
        padding-bottom: 10px; } }
    footer ul#our-brands li {
      display: table-cell;
      height: 143px;
      vertical-align: middle;
      text-align: center;
      background: #FFF;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box;
      box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
      -moz-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
      -webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
      -o-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16);
      -ms-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.16); }
      @media only screen and (max-width: 1100px) {
        footer ul#our-brands li {
          height: 100px; } }
      @media only screen and (max-width: 568px) {
        footer ul#our-brands li {
          display: inline-block;
          width: 47.5%;
          height: auto;
          margin: 0 5% 20px 0;
          padding: 20px 0; }
          footer ul#our-brands li:nth-child(even) {
            margin-right: 0; } }
      footer ul#our-brands li img {
        max-width: 100%; }
        @media only screen and (max-width: 1100px) {
          footer ul#our-brands li img {
            max-width: 80%; } }
      footer ul#our-brands li:first-child {
        margin-left: 0; }
  footer #footer-quick-links {
    display: none;
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 568px) {
      footer #footer-quick-links {
        display: block; } }
  footer nav {
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif; }
    @media only screen and (max-width: 568px) {
      footer nav {
        display: none; } }
    footer nav h3 {
      margin-bottom: 15px !important;
      font-size: 15px;
      color: #333;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
    footer nav ul {
      margin: 0 0 30px 0 !important;
      padding: 0 !important;
      line-height: 185%;
      list-style-type: none;
      font-size: 13px; }
      footer nav ul li ul {
        padding-left: 25px !important;
        margin-bottom: 0 !important; }
      footer nav ul li a {
        text-decoration: none;
        color: #666 !important; }
        footer nav ul li a:hover {
          text-decoration: underline; }
      footer nav ul.large {
        font-size: 15px;
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
        footer nav ul.large a {
          color: #461899 !important; }
    footer nav form label {
      display: inline-block;
      margin: 0 15px 0 5px; }
    footer nav form input[type="text"] {
      float: left;
      display: inline;
      width: 250px;
      height: 40px;
      margin-top: 15px;
      padding: 0 0 0 10px;
      line-height: 40px;
      font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
      border: none;
      border-left: 1px solid #DDD;
      border-top: 1px solid #DDD;
      box-shadow: inset 1px 1px 0 0 #EEE;
      -moz-box-shadow: inset 1px 1px 0 0 #EEE;
      -webkit-box-shadow: inset 1px 1px 0 0 #EEE;
      -o-box-shadow: inset 1px 1px 0 0 #EEE;
      -ms-box-shadow: inset 1px 1px 0 0 #EEE;
      outline: none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      background-clip: "padding-box";
      -moz-background-clip: "padding-box";
      -webkit-background-clip: "padding-box";
      -o-background-clip: "padding-box";
      -ms-background-clip: "padding-box";
      border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -o-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      background-clip: "padding-box";
      -moz-background-clip: "padding-box";
      -webkit-background-clip: "padding-box";
      -o-background-clip: "padding-box";
      -ms-background-clip: "padding-box"; }
      @media only screen and (max-width: 1100px) {
        footer nav form input[type="text"] {
          width: 160px; } }
    footer nav form a {
      float: left;
      display: inline;
      width: 100px;
      height: 40px;
      margin-top: 15px;
      font-size: 13px;
      line-height: 40px;
      color: #FFF !important;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      text-align: center;
      background: #FF4738;
      border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -o-border-top-right-radius: 3px;
      -ms-border-top-right-radius: 3px;
      background-clip: "padding-box";
      -moz-background-clip: "padding-box";
      -webkit-background-clip: "padding-box";
      -o-background-clip: "padding-box";
      -ms-background-clip: "padding-box";
      border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -o-border-bottom-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      background-clip: "padding-box";
      -moz-background-clip: "padding-box";
      -webkit-background-clip: "padding-box";
      -o-background-clip: "padding-box";
      -ms-background-clip: "padding-box"; }
  footer .email {
    padding: 20px 20px 20px 15px;
    font-size: 12px;
    color: #666;
    line-height: 165%;
    text-decoration: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    footer .email img {
      float: left;
      display: inline;
      margin-right: 10px; }
    footer .email p {
      margin-bottom: 0; }
      footer .email p.title {
        margin-bottom: 5px;
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
        color: #FF4738;
        font-size: 15px; }
    footer .email span {
      display: block; }
    @media only screen and (max-width: 1100px) {
      footer .email span {
        display: none; } }
  footer .bottom {
    padding-top: 25px;
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
    border-top: 1px solid #DDD; }
    footer .bottom ul {
      display: inline;
      margin: 0 0 10px 15px;
      padding: 0 0 0 15px;
      list-style-type: none;
      border-left: 1px solid #DDD; }
      @media only screen and (max-width: 568px) {
        footer .bottom ul {
          width: 100%;
          text-align: center;
          padding: 0;
          border: 0; } }
      footer .bottom ul li {
        position: relative;
        display: inline-block;
        margin-left: 6px;
        padding-left: 13px;
        font-size: 12px; }
        footer .bottom ul li a {
          text-decoration: none;
          color: #333; }
          footer .bottom ul li a:hover {
            text-decoration: underline; }
        footer .bottom ul li:before {
          position: absolute;
          top: -6px;
          left: 0;
          font-size: 20px;
          content: "\2219"; }
        footer .bottom ul li:first-child {
          margin: 0;
          padding: 0; }
          footer .bottom ul li:first-child:before {
            display: none; }
      footer .bottom ul.footer-social {
        float: left; }
        footer .bottom ul.footer-social li {
          padding: 0; }
          footer .bottom ul.footer-social li:before {
            display: none; }
      footer .bottom ul.links {
        float: right; }
        @media only screen and (max-width: 1100px) {
          footer .bottom ul.links {
            width: 100%;
            border: 0;
            text-align: center; } }
      footer .bottom ul.brands {
        float: left; }
        @media only screen and (max-width: 568px) {
          footer .bottom ul.brands {
            margin: 0 0 20px 0; }
            footer .bottom ul.brands li:nth-child(4) {
              margin-left: 0;
              padding-left: 0; }
              footer .bottom ul.brands li:nth-child(4):before {
                display: none; } }
      footer .bottom ul:first-child {
        margin-left: 0;
        padding-left: 0;
        border: none; }

/* --- Custom Dropdown --- */
.lucy-dropdown {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 52px;
  margin-left: 15px;
  padding-left: 15px;
  color: #999;
  text-transform: none;
  border-left: 1px solid #DBE3E5;
  cursor: pointer;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none; }
  .lucy-dropdown span {
    display: block; }
  .lucy-dropdown ul {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    max-height: 200px;
    margin: 0 !important;
    padding: 10px 0 !important;
    list-style-type: none;
    line-height: 230%;
    background: #FFF;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    background-clip: "padding-box";
    -moz-background-clip: "padding-box";
    -webkit-background-clip: "padding-box";
    -o-background-clip: "padding-box";
    -ms-background-clip: "padding-box";
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    background-clip: "padding-box";
    -moz-background-clip: "padding-box";
    -webkit-background-clip: "padding-box";
    -o-background-clip: "padding-box";
    -ms-background-clip: "padding-box";
    box-shadow:  0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow:  0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow:  0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .lucy-dropdown ul li {
      padding: 0 20px;
      color: #461899;
      font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif !important;
      text-transform: none !important; }
      .lucy-dropdown ul li.selected {
        color: #FFF !important;
        background: #461899 !important; }
      .lucy-dropdown ul li:hover {
        background: #EEE; }
  .lucy-dropdown.active {
    color: #FFF !important;
    background: #461899; }
    .lucy-dropdown.active ul {
      display: block; }
    .lucy-dropdown.active:after {
      border-top-color: #FFF; }
  .lucy-dropdown:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #AAA transparent transparent transparent; }

/* --- Radio Button --- */
.radio-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background: #ECF0F1;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .radio-button.filled:after {
    position: absolute;
    top: 3px;
    left: 3px;
    content: '';
    width: 15px;
    height: 15px;
    background: #FF4738;
    box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
