/* =============================================================================
   Vendor Styles BxSlider, AnythingZoomer, etc/
========================================================================== */

/* Save Water Ribbon */
.save-water-ribbon-container {
    overflow: auto;
    margin-top: 20px;
    margin-bottom: -69px;
}

.save-water-ribbon {
    height: 61px;
    background: url('/ColgateTotal/v5/US/EN/locale-assets/images/logos/save-water-ribbon.png') repeat scroll center center transparent;
}

a.save-water-click {
    display: block;
    cursor: pointer;
    width: 200px;
    height: 61px;
    margin: auto;
}
/* end */

/* Home Triclosan Callout */
.socialButtons .triclosan {
  font-family: 'Oxygen', sans-serif;
  font-size: 12px;
  background-color: #fff;
  padding: 10px;
  text-align: left;
  max-width: 194px;
  border-radius: 4px;
  opacity: 0.9;
  margin-bottom: 7px;
}

  .socialButtons .triclosan .icon {
    background-image: url(/ColgateTotal/v5/common/images/thumbnails/sidebar-health.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    float: left;
    width: 46px;
    height: 60px;
    margin: 0 10px 0 0;
  }

  .socialButtons .triclosan a { display: block; margin-top: 4px; }

.az-wrap,
.az-small,
.az-large {
  position: relative;
}
.az-wrap-inner {
  display: block;
  margin: 0 auto;
/* center small & large content */
}
.az-zoom {
  background: #fff;
  border: 1px solid #333 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  z-index: 100;
  display: none;
  -moz-box-shadow: inset 0px 0px 4px #000;
  -webkit-box-shadow: inset 0px 0px 4px #000;
  -webkit-box-shadow: inset 0px 0px 4px #000;
  box-shadow: inset 0px 0px 4px #000;
}
.az-windowed {
  overflow: hidden;
  position: absolute;
}
.az-expanded {
  height: auto;
  width: auto;
  position: static;
  overflow: visible;
}
.az-overlay {
  background-color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 10;
}
.az-coords {
  display: none;
/* hidden when expanded */
}
.az-zoom .az-coords {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #fff;
  position: absolute !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 550px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/ColgateTotal/v5/common/images/icons/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #a9a9a8;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #a9a9a8;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7d7d7d;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/ColgateTotal/v5/common/images/icons/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("/ColgateTotal/v5/common/images/icons/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/ColgateTotal/v5/common/images/icons/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/ColgateTotal/v5/common/images/icons/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/* =============================================================================
   BASE
========================================================================== */
body {
  font-family: "Helvetica Neue", "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.31;
  color: #444;
}
h1,
h2,
h3.PDP-Feature,
.sidebarImageCaption,
.productRecommenderCopy,
.link-callout,
.navTitle,
.link-callout a,
.dropdown li a,
.well.homepage .btn-callout {
  font-family: 'Oxygen', sans-serif;
}
.homepageSecondaryHeadline,
.btn-danger.btn-callout {
  font-family: "Helvetica Neue", "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "HelveticaNeueW01-55Roma";
  src: url("/Colgate/Common/Fonts1/Helvetica/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?iefix") format("eot");
}
@font-face {
  font-family: "HelveticaNeueW01-55Roma";
  src: url("/Colgate/Common/Fonts1/Helvetica/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?iefix");
  src: url("/Colgate/Common/Fonts1/Helvetica/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("/Colgate/Common/Fonts1/Helvetica/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("/Colgate/Common/Fonts1/Helvetica/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
a {
  color: #de0017;
  outline: 0;
}
.small {
  font-size: 13px;
}
.center {
  margin: 0 auto;
  padding: 0 auto;
  text-align: center;
}
.strong {
  font-weight: bold;
}
hr {
  margin-top: 0px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eee;
}
.Header {
  background-color: #de0017;
}
.pageContainer {
/*	max-width: 1200px;
*/
  margin: 0 auto;
  position: relative;
  border-bottom: 5px solid #de0017;
}
.mainContentWrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.interiorPageContainer {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.interiorPageHero {
  border-bottom: 7px solid #de0017;
  text-align: center;
}
.interiorPageHero > img {
  margin-top: -5px;
  max-width: 100%;
}
.homepagePrimaryHeadline {
  color: #de0017;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  margin-top: 0;
}
.interiorPagePrimaryHeadline {
  color: #de0017;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 30px;
  font-weight: 300;
}
.interiorPagePrimaryHeadlineWithBreadcrumb {
  color: #de0017;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 10px;
  font-weight: 300;
}
.productHeadline {
  color: #808080;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 10px;
  font-weight: 300;
}
.redHeadline {
  color: #de0017;
  font-size: 18px;
  padding-left: 50px;
}
.hompeageSecondaryHeadline {
  font-size: 18px;
}
.interiorPageSecondaryHeadline {
  color: #808080;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 300;
}
.footnoteContainer {
  padding-top: 80px;
}
.footnote {
  font-size: 75%;
  margin: 0;
  padding: 0;
}
.articleAuthor {
  font-weight: bold;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ol {
  list-style-position: inside;
  padding-left: 10px;
}
ol li {
  margin-left: 10px;
}
.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-map {
  list-style: none;
}
.site-map h3 {
  color: #de0017;
  text-transform: uppercase;
  font-size: 18px;
}
.site-map > li,
.site-map > li > ul > li {
  margin-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.site-map > li > a:after,
.site-map > li > ul > li a:after {
  content: " 	▶ ";
  font-size: 9px;
  color: #de0017;
}
.site-map > li > a {
  padding-bottom: 5px;
}
.site-map > li > a,
.site-map > li > ul > li > a {
  color: #4f4f4f;
}
.site-map > li > a:hover,
.site-map > li > ul > li > a:hover {
  color: #de0017;
}
.site-map > li > ul {
  list-style: none;
  margin-left: 15px;
  padding-left: 0px;
}
.orderedRedList {
  list-style: none;
  padding: 0;
}
.orderedRedList li {
  padding: 5px 0 5px 0;
}
.orderedRedList .number {
  font-size: 40px;
  font-weight: bold;
  float: left;
  color: #de0017;
  line-height: 40px;
  padding-right: 10px;
}
.orderedRedList .title {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.redCheck {
  padding: 0 0 0 0;
  margin: 0;
}
.redCheck li {
  background: url("/ColgateTotal/v5/common/images/icons/redCheck.png") no-repeat 0px 2px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 1px 25px;
  vertical-align: top;
  padding-bottom: 10px;
  color: #444;
}
.redDot {
  list-style: none;
  line-height: 28px;
}
.redDot li:before {
  content: " • ";
  color: #de0017;
}
.redArrow {
  list-style: none;
  padding-left: 50px;
  line-height: 28px;
}
.redArrow li:before {
  content: " ▸ ";
  color: #de0017;
  font-style: normal;
  font-size: 17px;
  padding-right: 10px;
  margin-left: -20px;
}
.redArrow li {
  font-style: italic;
  color: #808080;
}
.redArrowStandard {
  list-style: none;
  padding-left: 30px;
  line-height: 22px;
}
.redArrowStandard li:before {
  content: " ▸ ";
  color: #de0017;
  font-style: normal;
  font-size: 17px;
  margin-left: -14px;
}
.redArrowStandard li {
  font-style: normal;
  color: #000;
}
.redArrowStandard.lighten li {
  color: #444;
  font-size: 14px;
  line-height: 1.31;
  font-family: "Helvetica Neue","HelveticaNeueW01-55Roma",Helvetica,Arial,sans-serif;
}
.productList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productList img {
  padding-top: 35px;
  padding-bottom: 15px;
}
.productList li {
  float: left;
  width: 265px;
  padding: 10px;
}
.shrink-to-fit {
  max-width: 100%;
}
.pagination > li > a,
.pagination > li > span {
  color: #888;
}
.pagination {
  margin: 5px 0 0 0;
}
.btn-danger {
  background-color: #de0017;
}
.btn-large {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.btn-callout {
  text-transform: uppercase;
  background-color: #de0017;
  padding: 5px 35px 5px 25px;
  height: 34px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  background-image: url("/ColgateTotal/v5/common/images/icons/whiteArrow.png");
  background-color: #de0017;
  background-repeat: no-repeat;
  background-position: 97% 5px;
}
.btn-callout:hover {
  background-color: #be0000;
}
.btn-callout a {
  color: #fff;
}
.link-callout {
  color: #de0017;
}
.link-callout a {
  color: #de0017;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 15px;
}
.link-callout a:hover {
  color: #de0017;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted #de0017;
}
.link-callout::after {
  content: url("/ColgateTotal/v5/common/images/icons/redArrow.png");
  top: 3px;
  padding-left: 5px;
  position: relative;
}
.ie8 .link-callout:after {
  content: url("/ColgateTotal/v5/common/images/icons/redArrow.png");
  top: 3px;
  padding-left: 5px;
  position: relative;
}
.link-callout.reverse::after {
  content: none;
}
.link-callout.reverse:before {
  content: url("/ColgateTotal/v5/common/images/icons/redArrow-reverse.png");
  top: 3px;
  padding-right: 10px;
  position: relative;
}
.redCalloutButton,
.redCalloutButton a:hover,
.whiteCalloutButton span {
  background-image: url("/ColgateTotal/v5/common/images/icons/whiteArrow.png");
  background-color: #de0017;
  background-repeat: no-repeat;
}
.redCalloutButton,
.redCalloutButton a:hover {
  display: block;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-position: 98.5% 5px;
  max-height: 34px;
}
.redCalloutButton.pdf {
  background: url("/ColgateTotal/v5/common/images/icons/pdf.png") no-repeat 98% 5px center #de0017;
}
.redCalloutButton a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 0 12px 10px;
}
.redCalloutButton a:hover {
  text-decoration: none;
  background-color: #be0000;
}
.whiteCalloutButton {
  display: block;
  border: 1px solid #eaeced;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 34px;
}
.whiteCalloutButton:hover {
  background-color: #f6f6f6;
}
.whiteCalloutButton a {
  display: block;
  color: #de0017;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 10px 10px 10px;
}
.whiteCalloutButton a:hover {
  text-decoration: none;
}
.whiteCalloutButton span {
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
  float: right;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-position: 6px 6px;
}
.btn-group-explore {
  display: inline-block;
  position: relative;
  width: 100%;
}
.btn-explore {
  width: 100%;
  border: 1px solid #eaeced;
  text-align: left;
  color: #797979;
  position: relative;
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 20px;
}
.btn-explore:hover,
.btn-explore:focus,
.btn-explore:active {
  color: #585858;
}
.btn-explore .downArrow {
  background: url("/ColgateTotal/v5/common/images/icons/whiteDownArrow.png") no-repeat center #d3d3d3;
  width: 37px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-group-explore .dropdown-menu {
  margin: 54px 0 0;
  width: 100%;
}
.btn-group-explore .dropdown-menu li a {
  color: #797979;
}
.btn-group-explore .dropdown-menu > li > a:hover {
  background-color: #de0017;
  background-image: none;
  color: #fff;
}
.routineHero {
  max-width: 100%;
  height: auto;
}
.nav-btn-buy {
  color: #fff !important;
  background-color: #de0017 !important;
  display: inline-block !important;
  padding: 10px 12px 8px 12px !important;
  margin-bottom: 0 !important;
  margin-left: 15px;
  margin-top: 4px;
  height: auto !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-btn-buy:hover {
  background-color: #d43f3a !important;
}
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.breadcrumb li {
  color: #808080;
}
.breadcrumb li a {
  color: #de0017;
}
.breadcrumb li a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #de0017;
}
sup {
  top: -1em;
  font-size: 40%;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.unstyled {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.unstyled li > a {
  font-size: 14px;
}
.unstyled p > a {
  font-size: 16px;
}
.bx-wrapper .bx-viewport {
  background: transparent;
}
.bxslider {
  margin: 0;
  padding: 0;
}
.paragraphImage {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.recommendProduct {
  padding-top: 10px;
}
.clearAfter {
  clear: both;
}
.routineThumb {
  height: 300px;
  padding-top: 30px;
}
.containerModule {
  margin-bottom: 40px;
}
.redLinkContainer {
  margin-top: 30px;
}
#faqAccordian {
  padding-left: 30px;
}
.accordion-inner.answer {
  padding-bottom: 30px;
}
.accordion-heading.question {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-heading.question a.accordion-toggle:before {
  display: inline-block;
  background: url("/ColgateTotal/v5/common/images/icons/faqIcons.png") no-repeat;
  background-position: -59px -30px;
  margin: 5px 0 0 -42px;
  position: absolute;
  width: 52px;
  height: 52px;
  content: "";
  -webkit-background-size: 85px 56px;
  -moz-background-size: 85px 56px;
  background-size: 85px 56px;
}
.accordion-heading.question a.accordion-toggle.collapsed:before {
  background-position: 0 0;
}
.accordion-heading.question a {
  font-weight: 500;
  color: #444;
  font-size: 27px;
}
/* =============================================================================
   UI
 ========================================================================== */
.loading-class {
  min-height: 50px;
  background: url("/ColgateTotal/v5/common/images/icons/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.universalNav {
  height: 31px;
  background-color: #de0017;
  text-align: center;
  background-image: url("/ColgateTotal/v5/common/images/logos/universalNavImage-TEMP.jpg");
}
.universalFooter {
  text-align: center;
}
.container-fluid {
  max-width: 1200px;
  position: relative;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
#sticker {
  width: 100%;
  z-index: 1000;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.navbar {
  background-color: #fff;
  height: 65px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 1px 2px -1px #c8cfd3;
  box-shadow: 0px 1px 2px -1px #c8cfd3;
  z-index: 500;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ie8 .navbar-header,
.ie7 .navbar-header {
  max-width: 270px;
}
.navbar-collapse {
  max-height: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-nav > li > a {
  color: #4c4c4c;
}
.nav > li {
  height: 65px;
}
.nav > li > a {
  height: 65px;
}
.navbar-nav > li > a {
  padding-top: 25px;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f6f6f6;
}
.navbar-nav > .dropdown > a .caret {
  border-bottom-color: #4c4c4c;
  border-top-color: #4c4c4c;
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: transparent;
  border-top-width: 0;
  border-top-color: #f00;
  border-top-style: solid;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #de0017;
  background-color: #f6f6f6;
  padding-top: 17px;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top: 0px solid transparent;
  border-bottom: 4px solid #4c4c4c;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #de0017;
  border: 1px solid #de0017;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-brand {
  margin-left: 1px;
  padding-left: 5px;
  padding-top: 10px;
  float: left;
  width: auto;
  max-width: 250px;
}
.navbar-brand img {
  max-width: 100%;
}
.social-brand {
  float: right;
  padding: 10px 10px 10px 10px;
}
.navbar-nav > .search.open > a,
.navbar-nav > .search.open > a:hover,
.navbar-nav > .search.open > a:focus {
  background-color: transparent;
  border-top: none;
}
.nav > li.buy {
  padding-top: 10px;
  padding-right: 10px;
}
.mobileBuy {
  text-transform: uppercase;
}
.dropdown-menu {
  border: none;
  background-color: #f6f6f6;
/* transition display */
  display: block;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.176);
  box-shadow: 0 10px 12px rgba(0,0,0,0.176);
  top: auto;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu.toothpaste {
  width: 630px;
}
.dropdown-menu.toothbrush {
  width: 270px;
}
.open > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  max-height: 90vh;
  overflow-y: auto;
}
.dropdown li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdown hr {
  margin: 0;
  border-color: #e5e5e5;
}
.dropdown li a {
  color: #de0017;
}
.dropdown li a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #de0017;
}
.dropdown ul li {
  list-style: none;
}
.dropdown ul > li > ul {
  padding: 0 0 0 10px;
}
.dropdown ul > li > ul > li.divider {
  margin-left: -10px;
}
.dropdown-menu .link-callout {
  margin-left: 10px;
}
.dropdown-menu .link-callout a {
  font-size: 17px;
}
.thumbLink-navbar a {
  display: block;
  margin-left: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.thumbLink-navbar a:hover {
  background-color: #fff;
  border: 1px solid #e3e4e5;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  border-bottom: 1px solid #e3e4e5 !important;
}
.thumbLink-navbar img {
  padding-bottom: 5px;
}
.search-input {
  width: 200px;
}
.search-dropdown {
  padding-right: 20px;
  padding-left: 20px;
  right: 100px !important;
}
.mega .nav,
.mega .dropup,
.mega .dropdown,
.mega .collapse {
  position: static;
}
.mega .navbar-inner,
.mega .container {
  position: relative;
}
.mega .dropdown-menu {
  left: auto;
}
.mega .dropdown-menu > li {
  display: block;
}
.mega .nav.pull-right .dropdown-menu {
  right: 0;
}
.mega .mega-content {
  padding: 10px;
  *zoom: 1;
}
.mega .mega-content:before,
.mega .mega-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.mega .mega-content:after {
  clear: both;
}
.mega.navbar .nav > li > .dropdown-menu:after,
.mega.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.mega .dropdown.mega-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .mega .dropdown.mega-fullwidth .dropdown-menu {
    width: auto;
  }
  .mega .mega-content {
    padding-left: 0;
    padding-right: 0;
  }
  .mega .dropdown-menu > li > ul {
    display: block;
  }
}
.socialButtons {
  position: absolute;
  z-index: 500;
  right: 0px;
  top: 30px;
}
.socialButtons ul {
  list-style: none;
  text-align: right;
}
.socialButtons ul li {
  padding-bottom: 7px;
}
.socialButtons ul li.youTube {
  right: 0px;
  position: relative;
}
.socialButtons ul li.facebook img {
  right: 0px;
  position: relative;
}
.modal-video .modal-header {
  padding: 0;
  margin: 0;
  min-height: 0;
  position: absolute;
  top: -32px;
  right: 0px;
}
.modal-video .modal-header .close {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #de0017;
  color: #fff;
  padding: 3px 10px 10px 10px;
}
.modal-video .modal-body {
  padding: 0;
  margin: 0;
}
.modal-video .modal-footer {
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-form {
  border: none;
}
.search-nav {
  background-color: #f00;
  border-bottom: 1px solid #f00;
  height: 65px !important;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.search-nav form {
  margin: 0;
  padding: 0;
  height: auto;
}
.search-nav .navbar-form .form-group {
  width: 80%;
  float: left;
}
.search-nav input {
  -webkit-border-radius: 45px;
  border-radius: 45px;
  height: auto;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 5px;
  width: 95%;
  display: inline-block;
  float: left;
}
.search-nav button.clear {
  width: 20%;
  padding-left: 10px;
  padding-top: 10px;
  float: right;
}
button.clear {
  border: transparent;
  background-color: transparent;
}
/* =============================================================================
   Home
 ========================================================================== */
.homepageHeroContentWrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.well.homepage {
  width: 100%;
  background-color: rgba(255,255,255,0.6);
  position: relative;
  border: none;
  margin-bottom: 0px;
  padding: 25px 19px 19px 19px;
}
.well.homepage img.videoThumb {
  max-width: 100%;
}
.well.homepage .btn-callout {
  font-weight: 700;
  font-size: 14px;
  height: 34px;
  margin-top: 25px;
}
.wellContainer {
  background-color: rgba(255,255,255,0.4);
  padding: 10px;
  position: relative;
  width: 50%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  left: 7%;
  top: 30px;
}
.ie8 .wellContainer,
.ie7 .wellContainer {
  background: url("/ColgateTotal/v5/common/images/backgrounds/translucentWhite.png") repeat;
}
.homepageHero {
  height: 600px;
  position: relative;
  border-bottom: 5px solid #de0017;
}
.homepageHeroCaption {
  color: #fff;
  position: relative;
}
.homepageHeroFootnote {
  z-index: 500;
  position: absolute;
  bottom: 5px;
}
.homepageHeroFootnote .footnote {
  color: #808080;
  margin-left: 20px;
}
.HomepagePods {
  display: block;
  padding-top: 30px;
}
.HomepagePods .media-body {
  padding-top: 20px;
}
#Homepage_Slides {
  position: relative;
  width: 100%;
}
#Homepage_Slide_Container {
  position: absolute;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 600px;
  overflow: hidden;
}
.Homepage_Slide_Container_Loaded {
    height: auto;
    overflow: auto;
}
#Homepage_Slide_Container li {
  background-position: center top;
  background-repeat: no-repeat;
  height: 600px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bx-pager.bx-default-pager {
  display: none;
}
/* =============================================================================
   Sidebar
 ========================================================================== */
.sidebar-vertical {
  background-color: #f6f6f6;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  width: 320px;
  float: right;
}
.sidebar-horizontal.sidebar {
  padding-top: 40px;
}
.sidebar-horizontal .sidebarList {
  height: auto;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.sidebar-horizontal .sidebarList li {
  width: auto;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sidebar-horizontal .verticalSidebarCopy {
  display: none;
}
.sidebarList {
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
}
.sidebar-horizontal .sidebarList::after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden;
}
.sidebarThumb {
  position: relative;
  padding-bottom: 30px;
  max-width: 300px;
}
.sidebarThumb:last-child {
  padding-bottom: 0;
}
.sidebar span.videoIcon {
  position: absolute;
  background-image: url("/ColgateTotal/v5/common/images/icons/videoIcon.png");
  width: 49px;
  height: 49px;
  top: 150px;
  right: 30px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.sidebar .sidebarThumb a:hover span.videoIcon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sidebar .sidebarThumb a .sidebarThumbImg {
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  padding-bottom: 10px;
}
.sidebar .sidebarThumb a .link-callout {
  padding-left: 0px;
  padding-top: 5px;
}
.sidebar .sidebarThumb a:hover .link-callout {
  text-decoration: none !important;
  border-bottom: 1px dotted #de0017;
}
.sidebarThumbContainer {
  width: 290px;
  height: 218px;
  display: block;
}
.sidebarImageCaption {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #555c62;
  font-size: 20px;
  width: 150px;
  text-justify: none;
  text-align: left;
}
.sidebar .link-callout {
  font-size: 15px;
}
.productRecommenderCopy {
  margin: 0;
  padding-top: 10px;
  font-size: 14px;
  color: #383838;
}
/* =============================================================================
   Search Results
 ========================================================================== */
.searchAgainContainer {
  text-align: right;
}
.searchTerm {
  font-weight: bold;
}
.searchResultSummary {
  margin-top: 8px;
  color: #444;
}
.searchResultTitle {
  font-size: 18px;
  margin-bottom: 0;
  font-family: sans-serif;
}
.searchResultDescription {
  color: #444;
}
.searchAgainField {
  width: 350px;
}
.searchAgain {
  width: 38px;
  height: 38px;
  background: url("/ColgateTotal/v5/common/images/icons/searchIconWhite.png") no-repeat #de0017 7px 7px;
}
/* =============================================================================
   Product Detail
 ========================================================================== */
.productDetailImage {
  max-width: 100%;
}
.detailContainer {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.detailHeader {
  margin: 0;
  width: 100%;
  background-color: #ececec;
  padding: 6px 0 6px 15px;
}
.detailHeadline {
  font-size: 18px;
  text-transform: uppercase;
  color: #4c4c4c;
  margin: 0;
  font-weight: 300;
}
.PDP-Feature {
  text-transform: uppercase;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 300;
}
.detailHeadline img {
  margin-top: -5px;
}
.detailBody {
  margin: 0;
  background-color: #f6f6f6;
  padding: 15px;
}
.detailBody ul {
  margin: 0;
}
.detailSave {
  border: 3px dashed #de0017;
  text-align: center;
  padding: 5px 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #de0017;
  font-size: 20px;
}
.detailSave a {
  display: block;
}
.detailContainer .footnote {
  color: #b2b2b2;
  margin-bottom: 0px;
  margin-top: 10px;
}
.detailBodyProductSidebarHeadline {
  font-size: 16px;
  color: #444;
}
.productButtons {
  clear: both;
  padding-top: 20px;
}
.az-wrap-inner {
  max-width: 100%;
}
.az-small-inner > img {
  max-width: 100%;
}
.productZoom .large {
  visibility: hidden;
}

.sidebarThumb.adsense_wrapper {
    margin-top: -40px;
}
/* =============================================================================
   Product Finder
 ========================================================================== */
.checkbox {
  background-color: #eaeced;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 5px 7px 30px;
  height: 34px;
}
.checkbox label {
  color: #555;
}
.finderCheckbox:checked + span {
  font-weight: bold;
}
.recommendModule {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdfd;
  border: 1px solid #eaeced;
  padding: 20px 0 20px 10px;
  height: 379px;
  position: relative;
}
.recommendModule img {
  max-width: 100%;
  position: absolute;
  top: 110px;
}
.sidebarSuggest {
  margin-top: -27px;
}
.sidebarSuggest p {
  margin-bottom: 0;
  font-size: 14px;
}
.sidebarSuggest p.link-callout {
  margin-bottom: 10px;
}
.sidebarSuggestIcon {
  text-align: center;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdfd;
  border: 1px solid #eaeced;
}
.sidebarSuggestIcon a {
  display: block;
}
.btn-clear {
  border: 1px solid #eaeced;
  color: #808080;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 34px;
  display: block;
}
.btn-clear a {
  color: #808080;
}
.productFinderBuy {
  position: absolute;
  top: 300px;
  left: 300px;
}
/* =============================================================================
   Buy Now
 ========================================================================== */
.buyNowNav {
  margin: 0;
  padding: 0;
}
.buyNowNav li {
  float: left;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.buyNowProductList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.buyNowProductList li {
  float: left;
  padding: 20px;
}
.buyNowProductList h3 {
  font-size: 16px;
  font-weight: normal;
}
.grey {
  background-color: #f9f9fa;
}
.buyNowRow {
  padding: 20px 0 20px 0px;
}
.buyNowHeader {
  font-size: 34px;
}
.modal-dialog.buy-now-modal {
  width: 80%;
}
.pdpImageContainer {
  min-height: 300px;
}
.buy-now-pdp-btn {
  position: absolute;
  right: 73px;
  bottom: 20px;
}
.buy-now-ci-static {
  max-width: 100%;
  padding-top: 20px;
}
#cii_prodgrid img {
  padding-bottom: 0;
  padding-top: 0;
}
.cii-btn {
  background-color: #de0017;
}
.ci-btn {
  display: inline-block;
  background-color: #de0017;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 6px;
  float: right;
  margin-top: -30px;
}
.cii-input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 5px;
  color: #dadada;
  margin-top: -10px;
}
.store-find {
  float: left;
  padding-right: 10px;
}
/* =============================================================================
   Site Map
 ========================================================================== */
.column-border-1 {
  border-right: 20px solid #fff;
}
.column-border-2 {
  border-right: 0px solid #fff;
}
.column-border-3 {
  border-left: 20px solid #fff;
}
/* =============================================================================
   Minimizing Risks
 ========================================================================== */
.riskContainer {
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin: 20px 0 20px 0;
  background: #f2f2f2;
/* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f2f2f2));
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: linear-gradient(top, #fff 0%, #f2f2f2 100%);
}
.riskSummary {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 20px;
  padding-top: 0px;
}
.riskSummary.hidden {
  display: none;
}
.RiskDiagram {
  min-height: 593px;
  background-repeat: no-repeat;
  min-width: 320px;
}
.reduce-risk {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reduce-risk li a {
  display: block;
  cursor: pointer;
  padding: 20px 20px 20px 20px;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-left: 5px solid #d3d3d3;
  padding: 10px;
  color: #de0017;
  margin: 5px;
  -webkit-transition: margin 250ms ease;
  -moz-transition: margin 250ms ease;
  -o-transition: margin 250ms ease;
  -ms-transition: margin 250ms ease;
  transition: margin 250ms ease;
}
.reduce-risk li a.active,
.reduce-risk li a:hover {
  border: 1px solid #de0017;
  border-left: 5px solid #de0017;
  background-color: #fff;
  margin-left: 10px;
  color: #444;
}
#bxslider-risks {
  margin: 0;
  padding: 0;
}
.RiskDiagram .bx-controls {
  display: none;
}
#bx-pager-risks {
  z-index: 500;
  width: 100%;
}
.MrOverlay {
  width: 320px;
  height: 593px;
  position: absolute;
  z-index: 10000;
}
.risksIcon {
  position: absolute;
  left: 30px;
  top: 20px;
}
/* =============================================================================
   Media Queries
 ========================================================================== */
@media (max-width: 1200px) {
  .productList li {
    width: 235px;
  }
  .buy-now-pdp-btn {
    bottom: auto;
    right: 100px;
  }
}
@media (min-width: 1280px) {
  .navbar-collapse .nav.navbar-nav.navbar-right:last-child {
    margin-right: -45px !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-collapse .nav.navbar-nav.navbar-right:last-child {
    margin-right: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebarList li {
    float: left;
    margin: 10px;
  }
  .interiorPageContainer {
    margin-left: 15px;
    margin-right: 15px;
  }
  .modal-dialog.buy-now-modal {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .Header {
    display: none;
  }
  .wellContainer {
    width: 63%;
    left: 2%;
  }
  .universalNav {
    display: none;
/* Can remove this */
  }
  .nav-container {
    background-color: #f6f6f6;
  }
  .nav {
    background-color: transparent;
  }
  .nav > li {
    height: auto;
  }
  .nav > li > a {
    height: 45px;
    font-weight: bold;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    z-index: 1000;
    position: relative;
    width: 100%;
  }
  .navbar-nav > li > a {
    padding: 13px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-nav > .active > a,
  .navbar-nav > .active > a:hover,
  .navbar-nav > .active > a:focus {
    padding-top: 13px;
    border-top: none;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar-default .navbar-nav > .active > a .caret,
  .navbar-default .navbar-nav > .active > a:hover .caret,
  .navbar-default .navbar-nav > .active > a:focus .caret {
    border-bottom-color: #555;
    border-top-color: #555;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }
  .mega .mega-content {
    padding: 0;
    padding-left: 10px;
  }
  .dropdown-menu {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    float: none;
  }
  .menu-vertical {
    overflow-x: hidden !important;
  }
  .open > .dropdown-menu {
    width: 100%;
  }
  .dropdown hr {
    display: none;
  }
  .dropdown li {
    margin: auto;
    line-height: 30px;
  }
  .dropdown li a {
    color: #555;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .navTitle {
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown li a:hover {
    color: #de0017;
  }
  .dropdown li a img {
    display: none;
  }
  .dropdown ul li.divider {
    display: none;
  }
  .dropdown li .link-callout:after {
    content: none;
  }
  .dropdown ul li p {
    margin-bottom: 0;
  }
  .dropdown ul li p.navTitle {
    padding: 5px;
  }
  .thumbLink-navbar {
    padding: 0;
    margin: 0;
  }
  .thumbLink-navbar a:hover {
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: inherit;
  }
  .dropdown ul li p a {
    margin-left: 0;
    padding-left: 0;
  }
  .dropdown ul li p a:before,
  .navTitle:before {
    content: "– ";
  }
  .navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #de0017;
    color: #fff;
  }
  .navbar-default .navbar-nav > .open > a .caret,
  .navbar-default .navbar-nav > .open > a:hover .caret,
  .navbar-default .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar-nav > .open > a,
  .navbar-nav > .open > a:hover,
  .navbar-nav > .open > a:focus {
    background-color: #de0017;
    border: none;
    color: #fff;
  }
  .navbar-nav > .open > a .caret,
  .navbar-nav > .open > a:hover .caret,
  .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar-nav > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .dropdown-menu {
    background-color: #fff;
  }
  .HomepagePods .media {
    padding-bottom: 20px;
  }
  .HomepagePods .media-body {
    padding-top: 0;
  }
  .HomepagePods .media-image {
    min-width: 50px;
  }
  .homepageHeroFootnote {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    bottom: auto;
  }
  .bx-wrapper .bx-pager {
    display: none;
  }
  #Homepage_Slide_Container li {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    height: auto;
  }
  #menu-1 {
    height: 100%;
    overflow: auto;
  }
  .menu {
    position: absolute;
/* changed from fixed to allow for menu scrolling due to height of menu */
    margin: 0 -240px 0 0;
    width: 127px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu a {
    display: block;
  }
  .menu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: #de0017;
  }
  .menu-vertical a {
    padding: 1em;
  }
  .menu-right {
    right: -240px;
  }
  .menu-right.menu-open {
    right: 0;
  }
  .menu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .menu-push-toright {
    left: 240px;
  }
  .menu-push-toleft {
    left: -240px;
  }
  .menu,
  .menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
  }
  #menu-1 {
    -webkit-perspective: 1000;
  }
  .recommendModule {
    height: auto;
  }
  .sidebar-vertical {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .Header .UniNav_Res_Container {
    display: none !important;
  }
  #Homepage_Slides {
    border-bottom: 5px solid #de0017;
  }
  .homepageHero {
    position: absolute;
    top: 0px;
    border-bottom: 0px;
  }
  .HomepagePods .media-image {
    min-width: 100px;
  }
  .wellContainer {
    left: 1%;
    width: 62%;
  }
  .wellContainer .media > .pull-right {
    width: 150px;
  }
  .wellContainer .media > .pull-right .media-object {
    max-width: 100%;
  }
  .homepagePrimaryHeadline {
    font-size: 25px;
  }
  .homepageProductHero img {
    max-width: 150px;
  }
  .homepageHeroFootnote {
    display: none;
  }
  .bx-wrapper .bx-viewport {
    position: relative !important;
    overflow: inherit !important;
  }
}
@media (max-width: 760px) {
  .navbar {
    height: auto;
  }
  .navbar-brand {
    max-width: 220px;
  }
  #Homepage_Slides {
    border-bottom: none;
  }
  .homepageHero {
    position: relative;
    top: auto;
  }
  .homepagePrimaryHeadline {
    font-size: 25px;
  }
  .homepageProductHero {
    position: absolute;
    top: -250px;
  }
  .wellContainer {
    width: 100%;
    padding: 0;
    left: auto;
  }
  .well.homepage .media-body {
    width: 100%;
  }
  .wellContainer .media > .pull-right {
    width: 150px;
    float: none !important;
  }
  .well.homepage {
    height: auto;
  }
  .homepageProductHero {
    top: -159px;
  }
  .homepageProductHero img {
    max-width: 150px;
  }
  #Homepage_Slide_Container li {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    height: auto;
  }
  .breadcrumb {
    display: none;
  }
  .paragraphImage {
    float: none;
  }
}
@media (max-width: 430px) {
  #Homepage_Slides {
    border-bottom: none;
  }
  .homepageHero {
    position: relative;
    top: auto;
  }
  .homepagePrimaryHeadline {
    font-size: 25px;
  }
  .homepageProductHero {
    position: absolute;
    top: -250px;
  }
  .wellContainer {
    width: 100%;
    padding: 0;
    left: auto;
  }
  .well.homepage .media-body {
    width: 100%;
  }
  .well.homepage {
    height: auto;
  }
  .homepageProductHero {
    top: -159px;
  }
  .homepageProductHero img {
    max-width: 150px;
  }
  #Homepage_Slide_Container li {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    height: auto;
  }
  .breadcrumb {
    display: none;
  }
  .paragraphImage {
    float: none;
  }
}
