.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  zoom: 1;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#colorbox, #colorbox *, #colorbox *:before, #colorbox *:after {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.left {
  float: left;
}

.italic {
  font-style: italic;
}

/* Google Fonts - OpenSans */
@font-face {
  font-family: 'OpenSans';
  src: url("/fonts/OpenSans-Regular.eot");
  src: url("/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSans-Regular.ttf") format("truetype"), url("/fonts/OpenSans-Regular.svg#FontName") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("/fonts/OpenSans-Bold.eot");
  src: url("/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSans-Bold.ttf") format("truetype"), url("/fonts/OpenSans-Bold.svg#FontName") format("svg");
  font-style: normal;
  font-weight: bold;
}
/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
  color: #262321;
  font-size: 16px;
  font-family: "OpenSans", Helvetica, Arial;
  background-color: #23201e;
}

::-moz-selection, ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* ==========================================================================
   Layout Styles
   ========================================================================== */
#page {
  min-width: 310px;
  position: relative;
  background: #fcf5ee;
}
@media only screen and (min-width: 48.75em) {
  #page {
    z-index: 4;
    position: relative;
  }
}

#global-header-wrapper {
  z-index: 8;
  position: relative;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.75);
  background: url("/img/repeat-global-header.jpg") 0 -11px repeat-x;
}
@media only screen and (min-width: 30em) {
  #global-header-wrapper {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 48.6875em) {
  #global-header-wrapper {
    top: 0;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 48.75em) {
  #global-header-wrapper {
    background-position: left bottom;
  }
}

#global-header {
  max-width: 1200px;
}

#global-footer {
  z-index: 5;
  position: relative;
  color: #949a55;
  background: #23201e;
  padding: 20px;
}

#content {
  max-width: 1200px;
  background: #fefaf7;
}

footer {
  overflow: hidden;
  max-width: 1200px;
}

.logo-footer {
  margin: 10px 40px 0 10px;
}

/* ==========================================================================
   Object Styles
   ========================================================================== */
/* Section Title Object */
.section-blue, .section-green, .section-orange {
  color: #fff;
  height: 45px;
  position: relative;
  background-repeat: repeat-x;
  background-image: url("/img/bg-section.png") !important;
}
.section-blue span, .section-green span, .section-orange span {
  z-index: 2;
  width: 22px;
  height: 45px;
  display: none;
  background-repeat: repeat-x;
  background-image: url("/img/bg-section.png") !important;
  top: 0;
  right: -22px;
  position: absolute;
}
.section-blue span img, .section-green span img, .section-orange span img {
  top: 45px;
  position: absolute;
}
@media only screen and (min-width: 48.75em) {
  .section-blue span, .section-green span, .section-orange span {
    display: block;
  }
}
.section-blue h2, .section-green h2, .section-orange h2 {
  margin: 0;
  height: 45px;
  font-size: 16px;
  padding: 0 20px 0 20px;
  line-height: 45px;
  font-weight: normal;
  display: inline-block;
}
@media only screen and (min-width: 30em) {
  .section-blue h2, .section-green h2, .section-orange h2 {
    font-size: 20px;
  }
}

.section-blue, .section-blue h2, .section-blue span {
  background-color: #095d7e;
}

.section-green, .section-green h2, .section-green span {
  background-color: #949b50;
}

.section-orange, .section-orange h2, .section-orange span {
  background-color: #c7692a;
}

/* Banner Object */
.banner {
  min-height: 80px;
  min-height: 60px\9;
  position: relative;
  max-width: 1200px;
  background: #c7692a;
  border-bottom: 10px solid #ac4f22;
}
.banner > img {
  display: none;
}
.banner h1, .banner span {
  z-index: 2;
  position: relative;
}
.banner h1 {
  color: #fff;
  font-size: 16px;
  margin: 0 15px;
  padding: 15px 0 0;
  font-weight: normal;
}
.banner span {
  font-size: 13px;
  color: #ffdfd0;
}
.banner select {
  width: 125px;
  font-size: 11px;
  margin: 0 0 0 10px;
  border: 1px solid #fff;
}
@media only screen and (min-width: 30em) {
  .banner > img {
    float: left;
    display: block;
    max-height: 81px;
  }
  .banner h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 48.6875em) {
  .banner {
    text-align: center;
    padding-bottom: 10px;
  }
  .banner > img {
    position: absolute;
    opacity: .3;
    display: none\9;
  }
}
@media only screen and (min-width: 48.75em) {
  .banner {
    min-height: 81px;
    max-height: 81px;
    min-height: 71px\9;
    max-height: 71px\9;
  }
  .banner > img {
    display: block;
  }
  .banner h1 {
    margin: 10px 15px 0;
    font-size: 20px;
    padding: 12px 0 0;
    display: inline-block;
  }
  .banner select {
    font-size: 12px;
  }
}

/* Grid Object */
@media only screen and (min-width: 48.75em) {
  .col-60 {
    width: 60%;
    float: left;
  }
}

@media only screen and (min-width: 48.75em) {
  .col-50 {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 48.75em) {
  .col-40 {
    width: 40%;
    float: left;
  }
}

@media only screen and (min-width: 48.75em) {
  .col-20 {
    width: 20%;
    float: left;
  }
}

/* ==========================================================================
   Module Styles
   ========================================================================== */
#global-logo {
  height: 60px;
  display: block;
  padding: 0 20px;
  line-height: 53px;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  #global-logo {
    height: 80px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 48.75em) {
  #global-logo {
    padding: 0;
    width: 40%;
    float: left;
    height: 86px;
    line-height: 57px;
  }
}

#global-logo img {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  max-height: 29px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 30em) {
  #global-logo img {
    max-width: 389px;
    max-height: 37px;
  }
}
@media only screen and (min-width: 48.75em) {
  #global-logo img {
    width: 88%;
  }
}

#global-navigation, #global-user-navigation {
  top: 0;
}
@media only screen and (max-width: 48.6875em) {
  #global-navigation, #global-user-navigation {
    width: 300px;
    height: 2000%;
    display: none;
    padding-top: 36px;
    background: #1278a0;
    box-shadow: 0px 3px 10px rgba(25, 25, 25, 0.75);
    top: -36px;
    left: -300px;
    position: absolute;
  }
}

@media only screen and (max-width: 48.6875em) {
  #global-navigation-icons {
    width: 100%;
    height: 36px;
    z-index: 9999;
    top: -35px;
    position: absolute;
    background: #352f29;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MmYyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzI5MjMxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzI1MjYyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzE1MzU0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRjNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #352f29 0%, #29231d 19%, #252622 37%, #153540 70%, #004c6a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #352f29), color-stop(19%, #29231d), color-stop(37%, #252622), color-stop(70%, #153540), color-stop(100%, #004c6a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #352f29 0%, #29231d 19%, #252622 37%, #153540 70%, #004c6a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #352f29 0%, #29231d 19%, #252622 37%, #153540 70%, #004c6a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #352f29 0%, #29231d 19%, #252622 37%, #153540 70%, #004c6a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #352f29 0%, #29231d 19%, #252622 37%, #153540 70%, #004c6a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#352f29', endColorstr='#004c6a',GradientType=0 );
    /* IE6-8 */
  }

  #global-navigation > li:first-child > a, #global-user-navigation > li:first-child > a, .subnav-list > li:first-child > a, .subnav-items > li:first-child > a {
    border-top: 1px solid #00425a !important;
  }
}
@media only screen and (min-width: 48.75em) {
  #global-navigation {
    top: 0;
    width: 60%;
    float: left;
    display: block;
    background: url("/img/bg-global-nav.png") center left no-repeat;
    background-size: cover;
  }
  #global-navigation > li {
    zoom: 1;
    width: 19.9%;
    display: inline-block;
    *display: inline;
  }

  #global-user-navigation {
    top: 0;
    height: 30px;
    display: block;
    text-align: right;
    padding-right: 2%;
  }
  #global-user-navigation li {
    zoom: 1;
    display: inline-block;
    *display: inline;
  }
}
#global-menu {
  float: left;
  width: 48px;
  height: 36px;
  display: block;
  line-height: 38px;
  border-right: 1px solid #00425a;
  background: url("/img/icon-global-menu.png") -40px 8px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#global-menu:hover {
  background-position: -1px 8px;
}
#global-menu img {
  vertical-align: text-bottom;
}

#global-user-menu {
  float: left;
  width: 39px;
  height: 36px;
  display: block;
  border-right: 1px solid #00425a;
  background: url("/img/icon-info.png") -30px 8px no-repeat;
}
#global-user-menu:hover {
  background-position: 0 8px;
}

.tab, .tab-user {
  color: #e5e5e5;
  font-size: 14px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab:visited, .tab-user:visited {
  color: #e5e5e5;
}
@media only screen and (max-width: 29.9375em) {
  .tab, .tab-user {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 30em) {
  .tab, .tab-user {
    font-size: 16px;
  }
}
@media only screen and (max-width: 48.6875em) {
  .tab, .tab-user {
    height: 50px;
    line-height: 50px;
    background: #1278a0;
    border-bottom: 1px solid #00425a;
  }
  .tab:hover, .tab-user:hover {
    background: #005b7d;
  }
}

@media only screen and (min-width: 48.75em) {
  .tab {
    height: 68px;
    font-size: 12px;
    line-height: 66px;
  }

  .tab-user {
    font-size: 10px;
    color: #959290;
    margin-top: 7px;
    padding: 0 9px 2px 5px;
    border-right: 1px solid #959290;
  }
  .tab-user:visited {
    color: #959290;
  }
  .tab-user:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 60em) {
  .tab {
    font-size: 14px;
    line-height: 63px;
  }

  .tab-user {
    font-size: 11px;
  }
}
#global-subnav-wrapper {
  position: relative;
}
@media only screen and (min-width: 48.75em) {
  #global-subnav-wrapper {
    width: 100%;
    display: none;
    height: 203px;
    background: #1278a0;
    vertical-align: bottom;
    box-shadow: 0px 3px 10px rgba(25, 25, 25, 0.75);
    top: 116px;
    left: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 60em) {
  #global-subnav-wrapper {
    height: 238px;
  }
}

.subnav-container {
  display: none;
  color: #fff;
}
.subnav-container a {
  color: #fff;
}
@media only screen and (max-width: 48.6875em) {
  .subnav-container {
    display: block;
  }
}
@media only screen and (min-width: 48.75em) {
  .subnav-container {
    z-index: 3;
    width: 100%;
    height: 203px;
    display: none;
    max-width: 1300px;
    top: 116px;
    left: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 60em) {
  .subnav-container {
    height: 238px;
  }
}

.subnav-list, .subnav-items {
  display: none;
}
@media only screen and (max-width: 48.6875em) {
  .subnav-list, .subnav-items {
    z-index: 20;
    width: 300px;
    padding-top: 36px;
    background: #1278a0;
    border-right: 1px solid #00425a;
    top: 0;
    bottom: 0;
    left: -300px;
    position: absolute;
  }
  .subnav-list > li > a, .subnav-items > li > a {
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    background: #1278a0;
    border-top: none !important;
    border-bottom: 1px solid #00425a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .subnav-list > li > a:hover, .subnav-items > li > a:hover {
    background: #005b7d;
  }
}

@media only screen and (min-width: 48.75em) {
  .subnav-list {
    float: left;
    width: 180px;
    height: 100%;
    display: block;
    padding: 13px 0 15px;
    background: #005b7d;
  }
  .subnav-list li {
    float: none;
    text-align: right;
    padding-right: 25px;
  }
  .subnav-list li:hover, .subnav-list li.active, .subnav-list li.active:hover {
    background: #1278a0;
  }
  .subnav-list li a {
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
    padding: 4px 0 3px 25px;
    width: 100% !important;
    display: block !important;
  }
}
@media only screen and (min-width: 60em) {
  .subnav-list {
    width: 230px;
    padding-top: 20px;
  }
  .subnav-list a {
    font-size: 16px !important;
    padding-right: 20px;
  }
  .subnav-list #subnav-email {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 48.6875em) {
  .subnav-items > li > a {
    text-align: left;
    padding-left: 10px;
  }
  .subnav-items > li > a > img {
    top: 8px;
    width: 50px;
    margin: 0 10px;
    position: relative;
  }
  .subnav-items > li > a > br {
    display: none;
  }
}
@media only screen and (min-width: 48.75em) {
  .subnav-items {
    width: 75%;
    display: none;
    overflow: hidden;
    padding-left: 10px;
  }
  .subnav-items li {
    float: left;
    text-align: center;
    position: relative;
    padding: 60px 0 5px;
    width: 16% !important;
    display: block !important;
  }
  .subnav-items li a {
    width: 90%;
    color: #000;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    position: relative;
    padding-bottom: 5px;
  }
  .subnav-items li a:hover {
    color: #fff;
    background: #005b7d;
  }
  .subnav-items li img {
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid #005b7d;
  }
}
@media only screen and (min-width: 60em) {
  .subnav-items a {
    font-size: 16px !important;
  }
  .subnav-items li {
    padding-top: 70px;
  }
}

#subnav-Sales .subnav-list li a {
  height: auto !important;
}

.brand-season {
  display: none;
}
@media only screen and (min-width: 48.75em) {
  .brand-season {
    width: 75%;
    z-index: 5;
    display: block;
    padding: 0 10px 0 15px;
    top: 5px;
    left: 185px;
    position: absolute;
  }
  .brand-season h2 {
    float: left;
    color: #000;
    font-size: 16px;
    font-family: times;
    font-weight: normal;
    margin: 12px 30px 0 0;
    display: inline-block;
    *display: inline;
  }
  .brand-season a {
    float: left;
    display: block;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 10px 2px;
  }
  .brand-season a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 60em) {
  .brand-season {
    top: 15px;
    left: 238px;
  }
  .brand-season h2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .brand-season a {
    font-size: 11px;
  }
}

#global-subnav-overlay {
  z-index: 7;
  display: none;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.button-retailer {
  font-size: 12px;
  color: #262321;
  font-weight: bold;
  background: #fcf5ee;
  display: inline-block;
  _display: inline;
  vertical-align: bottom;
  padding: 10px 25px 5px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-retailer:hover {
  padding-bottom: 10px;
}
.button-retailer img {
  float: left;
  margin-right: 5px;
}
.button-retailer b {
  display: block;
  float: left;
  line-height: 12px;
}
@media only screen and (max-width: 48.6875em) {
  .button-retailer {
    display: none;
  }
}

/* Footer */
footer img {
  display: none;
}
@media only screen and (min-width: 48.75em) {
  footer img {
    float: left;
    display: block;
    margin: 10px 0 20px;
  }
}

.footer-column {
  margin: 0 0 15px 0;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #62663c;
}
.footer-column a {
  display: block;
  font-size: 11px;
  line-height: 150%;
  color: #949a55;
  text-transform: uppercase;
}
.footer-column a:hover {
  color: #e5e5e5;
}
.footer-column span {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #62663c;
  text-transform: uppercase;
}
@media only screen and (min-width: 30em) {
  .footer-column {
    zoom: 1;
    float: left;
    width: 33.33%;
    *display: inline;
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
  }
  .footer-column a {
    display: block;
    font-size: 11px;
    line-height: 150%;
    color: #949a55;
    text-transform: uppercase;
  }
  .footer-column a:hover {
    color: #e5e5e5;
  }
  .footer-column span {
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    color: #62663c;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 48.75em) {
  .footer-column {
    padding: 0;
    width: auto;
    float: left;
    border: none;
    margin: 0 3% 20px 0;
  }
  .footer-column a {
    display: block;
    font-size: 11px;
    line-height: 150%;
    color: #949a55;
    text-transform: uppercase;
  }
  .footer-column a:hover {
    color: #e5e5e5;
  }
  .footer-column span {
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    color: #62663c;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 60em) {
  .footer-column {
    margin: 0 5% 20px 0;
  }
}

.footer-social {
  float: left;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 5px 5px 0;
  background: url("/img/sprite-icons-social.gif") no-repeat;
}

.footer-twitter {
  background-position: 0 0;
}
.footer-twitter:hover {
  background-position: 0 -41px;
}

.footer-facebook {
  background-position: -41px 0;
}
.footer-facebook:hover {
  background-position: -41px -41px;
}

.footer-pinterest {
  background-position: -82px 0;
}
.footer-pinterest:hover {
  background-position: -82px -41px;
}

.footer-email {
  background-position: -123px 0;
}
.footer-email:hover {
  background-position: -123px -41px;
}

.footer-right {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 48.75em) {
  .footer-right {
    width: 165px;
  }
}

.copyright {
  float: right;
  display: block;
  font-size: 10px;
  margin-top: 10px;
}
.copyright a {
  color: #949a55;
  font-size: 12px;
}
@media only screen and (min-width: 48.75em) {
  .copyright {
    clear: both;
    float: left;
    width: 100%;
    font-size: 10px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) {
  /* ==========================================================================
     Module Styles
     ========================================================================== */
  .l-footer-column {
    overflow: hidden;
  }
}
@media only screen and (min-width: 780px) {
  /* ==========================================================================
     Module Styles
     ========================================================================== */
  #global-navigation-icons {
    display: none;
  }

  .subnav-shadow {
    z-index: 4;
    width: 100%;
    height: 10px;
    box-shadow: inset 0px 2px 4px rgba(25, 25, 25, 0.55);
    top: 0;
    position: absolute;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 80% !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.75 !important;
}

#colorbox {
  outline: 0;
  display: none;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxClose {
  position: absolute;
  top: -13px;
  left: 13px;
  display: block;
  background: url("/img/close.png") no-repeat top center;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
}

/* ==========================================================================
  Print styles
  ========================================================================== */
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links for images, or javascript/internal links
  */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 48.75em) {
  #page {
    padding: 17px 0 20px;
  }
}
#popup_holder {
  display: none;
}

.l-home-model {
  display: none;
}
@media only screen and (min-width: 67.5em) {
  .l-home-model {
    display: block;
    z-index: 4;
    width: 716px;
    height: 1159px;
    background: url("/img/overlay-model.png") no-repeat;
    left: 913px;
    position: absolute;
  }
}

@media only screen and (min-width: 1080px) {
  .l-model-container {
    width: 100%;
    height: 1159px;
    overflow: hidden;
    top: 5px;
    position: absolute;
  }
}
#content-lower {
  max-width: 1200px;
}

#home-banner-container {
  max-width: 1200px;
}

#upcoming-events {
  height: 365px;
  *height: 361px;
  padding-top: 5px;
  margin-top: -5px;
  position: relative;
  background: #a7bdc4;
}
@media only screen and (min-width: 30em) {
  #upcoming-events {
    float: left;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 48.75em) {
  #upcoming-events {
    width: auto;
    float: none;
    height: 364px;
    margin-top: 4px;
    overflow: hidden;
  }
}

.event-header {
  color: #fff;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  font-weight: normal;
  text-transform: uppercase;
  background: #23201e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #23201e 49%, #302b25 51%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #23201e), color-stop(51%, #302b25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #23201e 49%, #302b25 51%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #23201e 49%, #302b25 51%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #23201e 49%, #302b25 51%);
  /* IE10+ */
  background: linear-gradient(to bottom, #23201e 49%, #302b25 51%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23201e', endColorstr='#302b25',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 67.5em) {
  .event-header {
    padding: 0 0 0 30px;
  }
}

.event-item {
  color: #262321;
  display: block;
  font-size: 13px;
  font-weight: bold;
  background: #3a7b94;
  margin-bottom: 5px;
  padding: 8px 0 6px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-item:visited {
  color: #262321;
}
.event-item:hover {
  color: #fff;
}
.event-item span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
@media only screen and (min-width: 30em) {
  .event-item {
    font-size: 16px;
    padding: 8px 0 8px 20px;
    *padding: 5px 0 5px 20px;
  }
  .event-item span {
    zoom: 1;
    top: auto;
    height: auto;
    font-size: 16px;
    text-align: left;
    line-height: normal;
    padding-right: 20px;
    display: inline-block;
    *display: inline;
  }
  .event-item br {
    display: none;
  }
}
@media only screen and (min-width: 48.75em) {
  .event-item {
    font-size: 11px;
  }
  .event-item span {
    display: block;
    font-size: 13px;
  }
}
@media only screen and (min-width: 60em) {
  .event-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 67.5em) {
  .event-item {
    padding-left: 30px;
  }
}

.featured-catalogs {
  min-height: 150px;
  overflow: hidden;
  position: relative;
  padding: 11px 0 0 156px;
}
.featured-catalogs img {
  width: 75px;
  box-shadow: 0 0 6px rgba(25, 25, 25, 0.35);
  display: block;
  top: 14px;
  left: 20px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-catalogs img:nth-child(2) {
  top: 30px;
  left: 60px;
  position: absolute;
}
.featured-catalogs h3 {
  padding: 0 20px 0 0;
  font-size: 16px;
  color: #262321;
  line-height: 1.1 !important;
  font-weight: normal;
  margin: 0 0 10px 3px;
  text-transform: uppercase;
}
.featured-catalogs strong {
  display: block;
  font-weight: bold;
  font-family: "OpenSans", Helvetica, Arial;
}
.featured-catalogs a, .featured-catalogs a:visited {
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 2px 4px;
  margin: 0 0 5px 0;
  line-height: 13px;
  white-space: nowrap;
  background: #758081;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-catalogs a:hover {
  background: #000;
}
@media only screen and (max-width: 19.9375em) {
  .featured-catalogs a {
    display: none;
  }
}
@media only screen and (min-width: 30em) {
  .featured-catalogs {
    display: block;
    font-size: 18px;
    min-height: 120px;
    padding: 11px 0 0 150px;
  }
  .featured-catalogs h3 {
    margin-left: 0;
    display: block;
    font-size: 30px;
    line-height: 34px;
    margin: 0 20px 10px 0;
  }
  .featured-catalogs strong {
    display: inline;
  }
  .featured-catalogs img {
    width: 65px;
    box-shadow: 0 0 6px rgba(25, 25, 25, 0.35);
    display: block;
  }
  .featured-catalogs a {
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 48.75em) {
  .featured-catalogs {
    display: block;
    min-height: 149px;
    padding: 11px 0 0 61%;
  }
  .featured-catalogs img {
    width: 85px;
    box-shadow: 0 0 6px rgba(25, 25, 25, 0.35);
    display: block;
  }
  .featured-catalogs img:nth-child(2) {
    top: 30px;
    left: 80px;
    position: absolute;
    top: 30px;
    left: 60px;
    position: absolute;
  }
  .featured-catalogs h3 {
    font-size: 20px;
    padding-top: 8px;
    line-height: normal;
  }
  .featured-catalogs strong {
    display: block;
  }
  .featured-catalogs a {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  .featured-catalogs {
    min-height: 151px;
    padding: 11px 0 0 50%;
  }
  .featured-catalogs h3 {
    font-size: 18px;
    white-space: nowrap;
  }
  .featured-catalogs a {
    float: none;
    padding: 3px;
    display: block;
    margin-right: 0;
  }
}
@media only screen and (min-width: 67.5em) {
  .featured-catalogs {
    padding: 11px 0 0 52%;
  }
  .featured-catalogs h3 {
    font-size: 20px;
  }
}

#banner-slideshow {
  width: 100%;
  display: block;
  min-height: 150px;
  overflow: hidden;
  position: relative;
}
#banner-slideshow img {
  left: 50%;
  width: 500px;
  margin-left: -250px;
  position: absolute;
}
@media only screen and (min-width: 30em) {
  #banner-slideshow {
    height: 235px;
  }
  #banner-slideshow img {
    width: auto;
    margin-left: -389px;
  }
}
@media only screen and (min-width: 48.75em) {
  #banner-slideshow {
    z-index: 2;
    width: 63%;
    float: right;
    height: 373px;
    margin-right: 2%;
    box-shadow: 0 0 6px rgba(25, 25, 25, 0.75);
  }
}

#home-brand-logos {
  height: 60px;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
}
#home-brand-logos a {
  padding: 0 2%;
}
#home-brand-logos img {
  height: 45px;
  padding-top: 15px;
  margin: auto;
}
@media only screen and (min-width: 30em) {
  #home-brand-logos a {
    padding: 0 10px 0 20px;
  }
  #home-brand-logos img {
    height: 50px;
    max-width: none;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 48.75em) {
  #home-brand-logos {
    margin: 5px 2% 5px 0;
  }
}

#media-container {
  z-index: 5;
  height: auto;
  max-width: 1080px;
  position: relative;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 1.5;
  background: #fff;
}
#media-container img {
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#media-container iframe {
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#media-container h2 {
  font-family: Times, serif;
}
#media-container p {
  position: relative;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#media-container a {
  font-size: 12px;
  padding-bottom: 10px;
  color: #1278a0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#media-container a:hover {
  color: #262321;
  text-decoration: underline;
}
@media only screen and (min-width: 30em) {
  #media-container img {
    float: left;
    width: 250px;
    margin: 0 15px 0 0;
  }
  #media-container iframe {
    float: left;
    width: 250px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 48.75em) {
  #media-container {
    margin: 0 20px 20px;
  }
  #media-container img {
    width: 250px;
    top: 10px;
    left: 20px;
    position: absolute;
  }
  #media-container iframe {
    width: 250px;
    top: 10px;
    left: 20px;
    position: absolute;
  }
  #media-container p {
    padding-left: 290px;
  }
}
@media only screen and (min-width: 60em) {
  #media-container {
    margin-left: 0;
    font-size: 13px;
  }
  #media-container img {
    top: -58px;
    left: 0px;
    width: 422px;
    box-shadow: 3px 0 3px rgba(25, 25, 25, 0.35);
  }
  #media-container iframe {
    top: -58px;
    left: 0px;
    height: 292px;
    width: 422px;
    box-shadow: 3px 0 3px rgba(25, 25, 25, 0.35);
  }
  #media-container h2 {
    padding-left: 432px;
  }
  #media-container p {
    min-height: 221px;
    max-height: 221px;
    min-height: 200px\9;
    max-height: 200px\9;
    padding-left: 432px;
  }
}

#new-arrival-container {
  z-index: 6;
  height: 207px;
  overflow: hidden;
  max-width: 1080px;
  position: relative;
}
@media only screen and (min-width: 48.75em) {
  #new-arrival-container {
    height: auto;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 60em) {
  #new-arrival-container {
    margin: 0 20px 0 0;
  }
}
#new-arrival-container .section-orange a {
  color: #fff;
  font-size: 11px;
  margin-left: 11px;
  letter-spacing: normal;
  padding: 1px 0 1px 15px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#new-arrival-container .section-orange a:hover {
  color: #262321;
}
@media only screen and (max-width: 19.9375em) {
  #new-arrival-container .section-orange a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 30em) {
  #new-arrival-container .section-orange a {
    top: -3px;
    padding: 3px 0 2px 15px;
  }
}

.new-arrival-link {
  width: 50%;
  height: 170px;
  float: left;
  display: block;
  color: #333;
  position: relative;
  background: #fff6ed;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff6ed 0%, #ebe3da 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff6ed), color-stop(100%, #ebe3da));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fff6ed 0%, #ebe3da 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fff6ed 0%, #ebe3da 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fff6ed 0%, #ebe3da 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fff6ed 0%, #ebe3da 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6ed', endColorstr='#ebe3da',GradientType=1 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-arrival-link:visited {
  color: inherit;
}
.new-arrival-link:hover {
  z-index: 9999;
  color: #c7692a;
  box-shadow: 0 0 4px rgba(25, 25, 25, 0.55);
}
.new-arrival-link p {
  display: none;
}
.new-arrival-link img {
  margin: auto;
  width: 100%;
  height: auto;
  min-width: 130px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 30em) {
  .new-arrival-link {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 48.75em) {
  .new-arrival-link {
    width: 20%;
    height: 100%;
    padding-bottom: 40px;
  }
  .new-arrival-link img {
    top: 15px;
    position: relative;
  }
  .new-arrival-link p {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    bottom: -30px;
    position: relative;
  }
  .new-arrival-link span {
    display: block;
    font-size: 11px;
    color: #262321;
  }
}
@media only screen and (min-width: 60em) {
  .new-arrival-link p {
    font-size: 14px;
  }
  .new-arrival-link span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 29.9375em) {
  /* ===== Responsive Embed Iframe Object ===== */
  .videoWrapper {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }

  .videoWrapper embed, .videoWrapper iframe, .videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /*  ==========================================================================
      Module Styles
      ========================================================================== */
  /* Home Page */
  #article-2 {
    display: none;
  }
}
@media only screen and (max-width: 779px) {
  /*  ==========================================================================
      Module Styles
      ========================================================================== */
  #article-3 {
    display: none;
  }
}
