/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/video.scss */
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/video.scss */
.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

/* line 14, ../../sass/components/video.scss */
.no-js .video-nojs {
  display: block;
}

/* line 18, ../../sass/components/video.scss */
.video object.responsive {
  width: 100% !important;
}

/* line 22, ../../sass/components/video.scss */
.video-video {
  border: solid 2px #323131;
}

/* line 26, ../../sass/components/video.scss */
.video-video-container {
  margin: 0 auto;
}

/* line 30, ../../sass/components/video.scss */
.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

/* MEDIAELEMENT LIBRARY
--------------------------------- */
/* line 39, ../../sass/components/video.scss */
.mejs-container {
  position: relative;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

/* line 46, ../../sass/components/video.scss */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 55, ../../sass/components/video.scss */
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

/* Start: LAYERS */
/* line 61, ../../sass/components/video.scss */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../../sass/components/video.scss */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 75, ../../sass/components/video.scss */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 81, ../../sass/components/video.scss */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 87, ../../sass/components/video.scss */
.mejs-overlay-play {
  cursor: pointer;
}

/* line 91, ../../sass/components/video.scss */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../../img/bigplay.png) top left no-repeat;
}

/* line 101, ../../sass/components/video.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

/* line 105, ../../sass/components/video.scss */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../background.png);
  background: rgba(0, 0, 0, 0.9);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

/* line 118, ../../sass/components/video.scss */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../../img/loading.gif) center center no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 128, ../../sass/components/video.scss */
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../../img/background.png);
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

/* line 143, ../../sass/components/video.scss */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  border: 0;
}

/* line 158, ../../sass/components/video.scss */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  border: 0;
  background: transparent url(../../img/controls.png) 0 0 no-repeat;
}

/* End: CONTROL BAR */
/* Start: Time (current / duration) */
/* line 176, ../../sass/components/video.scss */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}

/* line 187, ../../sass/components/video.scss */
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (current / duration) */
/* Start: Play/pause */
/* line 200, ../../sass/components/video.scss */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

/* line 204, ../../sass/components/video.scss */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

/* End: Play/pause */
/* Stop */
/* line 211, ../../sass/components/video.scss */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* End: Play/pause */
/* Start: Progress bar */
/* line 218, ../../sass/components/video.scss */
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}

/* line 223, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 234, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(30, 30, 30, 0.8)), color-stop(100%, rgba(60, 60, 60, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}

/* line 242, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(44, 124, 145, 0.8)), color-stop(100%, rgba(78, 183, 212, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
  width: 0;
}

/* line 250, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(200, 200, 200, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}

/* line 258, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

/* line 273, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

/* line 287, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}

/* line 291, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

/* line 299, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
/* line 322, ../../sass/components/video.scss */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

/* line 326, ../../sass/components/video.scss */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 337, ../../sass/components/video.scss */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

/* line 341, ../../sass/components/video.scss */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

/* line 345, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button {
  position: relative;
}

/* line 349, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../../img/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

/* line 365, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 371, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}

/* line 375, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* line 386, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* line 397, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
/* line 415, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button {
  position: relative;
}

/* line 419, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

/* line 423, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../../img/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 440, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}

/* line 444, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 452, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 461, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}

/* line 467, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}

/* line 475, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 480, ../../sass/components/video.scss */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}

/* line 488, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

/* line 499, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

/* line 509, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

/* line 513, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  /*background: #333;*/
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0.7)), color-stop(100%, rgba(50, 50, 50, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

/* line 521, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

/* line 531, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 540, ../../sass/components/video.scss */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

/* line 551, ../../sass/components/video.scss */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

/* line 556, ../../sass/components/video.scss */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

/* line 561, ../../sass/components/video.scss */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

/* line 568, ../../sass/components/video.scss */
.mejs-captions-position-hover {
  bottom: 45px;
}

/* line 572, ../../sass/components/video.scss */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../../img/background.png);
  background: rgba(20, 20, 20, 0.8);
}

/* End: TRACK (Captions and Chapters) */
/* line 579, ../../sass/components/video.scss */
.mejs-clear {
  clear: both;
}

/* Start: ERROR */
/* line 588, ../../sass/components/video.scss */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

/* line 593, ../../sass/components/video.scss */
.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: ERROR */
/* Start: Loop */
/* line 601, ../../sass/components/video.scss */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

/* line 605, ../../sass/components/video.scss */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
/* line 612, ../../sass/components/video.scss */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

/* line 616, ../../sass/components/video.scss */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: picture controls */
/* line 623, ../../sass/components/video.scss */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: picture controls */
/* MEJS Zen garden skin */
/* line 630, ../../sass/components/video.scss */
.mejs-controls {
  display: block;
  visibility: visible;
}

/* line 635, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls {
  z-index: 25;
  height: 47px;
  background: #d6d6d6;
  border-top: 2px solid #303030;
}

/* line 642, ../../sass/components/video.scss */
.video .mejs-controls .mejs-button {
  width: 20px;
  height: 20px;
  margin: 4px 6px;
}

/* line 648, ../../sass/components/video.scss */
.video .mejs-controls .mejs-button button {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../../img/controls.png);
  background-repeat: no-repeat;
}

/* line 661, ../../sass/components/video.scss */
.video .mejs-controls .mejs-playpause-button button {
  background-position: 3px -130px;
}

/* line 665, ../../sass/components/video.scss */
.video .mejs-controls .mejs-playpause-button button:hover {
  background-position: -19px -130px;
}

/* line 669, ../../sass/components/video.scss */
.video .mejs-controls .mejs-pause button {
  background-position: 0px -83px;
  width: 15px;
}

/* line 674, ../../sass/components/video.scss */
.video .mejs-controls .mejs-pause button:hover {
  background-position: 0px -109px;
  width: 15px;
}

/* line 683, ../../sass/components/video.scss */
.video .mejs-controls .mejs-fullscreen-button button {
  background-position: 0 0;
}

/* line 687, ../../sass/components/video.scss */
.video .mejs-controls .mejs-fullscreen-button button:hover {
  background-position: 0 0;
}

/* line 695, ../../sass/components/video.scss */
.video .mejs-controls .mejs-share-button button {
  background-position: -2px -39px;
}

/* line 699, ../../sass/components/video.scss */
.video .mejs-controls .mejs-share-button button:hover {
  background-position: -2px -3px;
}

/* line 703, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button {
  margin: 4px 6px;
}

/* line 707, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button button {
  background-position: -2px -219px;
}

/* line 711, ../../sass/components/video.scss */
.video .mejs-controls .mejs-mute button {
  background-position: 0 -26px;
}

/* line 715, ../../sass/components/video.scss */
.video .mejs-controls .mejs-mute button:hover {
  background-position: 0 -26px;
}

/* line 719, ../../sass/components/video.scss */
.video .mejs-controls .mejs-unmute button {
  background-position: 1px -54px;
}

/* line 723, ../../sass/components/video.scss */
.video .mejs-controls .mejs-unmute button:hover {
  background-position: 1px -54px;
}

/* line 727, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider {
  background: url(../../img/controls.png) 0 -83px no-repeat;
  display: block !important;
  width: 34px;
  height: 21px;
  margin-top: 12px;
  position: relative;
}

/* line 736, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 34px;
}

/* line 740, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: url(../../img/controls.png) 0 -108px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 21px;
}

/* line 748, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none;
}

/* line 752, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail {
  height: 20px;
  padding-top: 8px;
  margin-left: 2px;
}

/* line 758, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #303030;
}

/* line 768, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 6px;
  background-color: transparent;
  filter: none;
  background-image: none;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 781, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 3px;
  background-color: #303030;
  filter: none;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 793, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #fff;
  border: 1px solid #303030;
  height: 14px;
  width: 14px;
  top: -6px;
  display: block;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 808, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls .mejs-time {
  width: 100px;
  margin: 15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 12px;
}

/* line 817, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls .mejs-time span {
  float: left;
  color: #303030;
  font-size: 14px;
}

/* line 828, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  z-index: 10;
}

/* line 832, ../../sass/components/video.scss */
.video .mejs-container-fullscreen {
  z-index: 10000 !important;
}

/* line 836, ../../sass/components/video.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1;
}

/* line 841, ../../sass/components/video.scss */
.mejs-overlay-loading {
  background: url(../../img/loader.gif) center center no-repeat;
}

/* Share overlay */
/* line 846, ../../sass/components/video.scss */
.video .share {
  display: none;
}

/* line 850, ../../sass/components/video.scss */
.video .mejs-container {
  overflow: hidden;
}

/* line 854, ../../sass/components/video.scss */
.video .mejs-share {
  position: absolute;
  z-index: 20;
}

/* line 859, ../../sass/components/video.scss */
.video .share-container {
  width: 90%;
  margin: auto;
  padding: 10px 10px 60px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
}

/* line 874, ../../sass/components/video.scss */
.video .share-container td {
  width: 30px;
  height: 30px;
}

/* line 879, ../../sass/components/video.scss */
.video .share-container td, .video .share-container td a {
  color: #437cc4;
  text-decoration: none;
  font-size: 10px;
}

/* line 885, ../../sass/components/video.scss */
.video .share-container td a:hover {
  text-decoration: underline;
}

/* line 889, ../../sass/components/video.scss */
.video .share-container td img {
  vertical-align: middle;
}

/* grid classes for sharing*/
/* line 894, ../../sass/components/video.scss */
.grid_3 .share-container a + a, .grid_4 .share-container a + a, .grid_5 .share-container a + a {
  display: none;
}

/* line 898, ../../sass/components/video.scss */
.video .share-container table {
  width: 100%;
}

/* line 902, ../../sass/components/video.scss */
.video .share-container th {
  width: 50px;
}

/* line 906, ../../sass/components/video.scss */
.video .share-container td {
  width: auto;
  max-width: 70%;
}

/* line 911, ../../sass/components/video.scss */
.video .share-container td input {
  width: 90%;
  font-size: .9em;
}

/* Related content */
/* line 917, ../../sass/components/video.scss */
.video .related {
  display: none;
}

/* line 921, ../../sass/components/video.scss */
.video .mejs-related {
  position: absolute;
  z-index: 15;
  display: none;
  background: #333;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
}

/* line 930, ../../sass/components/video.scss */
.video .related-container {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 100%;
}

/* line 942, ../../sass/components/video.scss */
.video .related-container .column {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 261px;
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 11px;
  color: #787878;
  height: 100%;
  line-height: 1.5em;
}

/* line 955, ../../sass/components/video.scss */
.video .related-container .button {
  /* font-size: .9em; */
}

/* line 960, ../../sass/components/video.scss */
.grid_4 .video .related-container, .grid_5 .video .related-container, .grid_6 .video .related-container {
  height: -moz-calc(100% -35px);
  overflow: auto;
}

/* line 965, ../../sass/components/video.scss */
.grid_4 .video .related-container .column, .grid_5 .video .related-container .column, .grid_6 .video .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(100% -22px);
}

/* line 970, ../../sass/components/video.scss */
.grid_7 .video .related-container .column, .grid_8 .video .related-container .column, .grid_9 .video .related-container .column, .grid_10 .video .related-container .column, .grid_11 .video .related-container .column, .grid_12 .video .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(50% -22px);
}

/* line 975, ../../sass/components/video.scss */
.grid_7 .video .related-container .column.wide, .grid_8 .video .related-container .column.wide, .grid_9 .video .related-container .column.wide, .grid_10 .video .related-container .column.wide, .grid_11 .video .related-container .column.wide, .grid_12 .video .related-container .column.wide {
  float: none;
  width: auto;
}

/* line 980, ../../sass/components/video.scss */
.video .related-container h4 {
  font-size: 14px;
  padding: 10px;
  margin: 0 -10px 10px;
  background-color: #efefef;
  display: block;
}

/* line 988, ../../sass/components/video.scss */
.video .related-container .img {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  max-height: 180px;
}

/* line 995, ../../sass/components/video.scss */
.video .related-container .img img {
  max-width: 100%;
  max-height: 80px;
}

/* line 1000, ../../sass/components/video.scss */
.video .related-container li .excerpt a {
  background: url(../../img/arrow-blue-right.png) no-repeat scroll right 50% transparent;
  padding-right: 8px;
}

/* line 1005, ../../sass/components/video.scss */
.video .related-container li .subtitle {
  color: #444;
}

/* line 1009, ../../sass/components/video.scss */
.video .related-container li {
  clear: left;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

/* line 1017, ../../sass/components/video.scss */
.video .related-container li:last-child {
  border-bottom: none;
}

/* line 1021, ../../sass/components/video.scss */
.video .related-container .contact, .video .related-container .contact .fn, .video .related-container .contact .title {
  font-size: 11px;
}

/* line 1025, ../../sass/components/video.scss */
.video .related-container .contact .fn {
  margin-left: 95px;
  color: #444;
  font-weight: normal;
  font-size: 11px;
}

/*responsive*/
/* line 1033, ../../sass/components/video.scss */
.videoPlayer.responsive video {
  width: 100%;
}

/* line 1037, ../../sass/components/video.scss */
.mejs-overlay-button {
  opacity: 0.7;
  background: url(../../img/bigplay.png) no-repeat scroll left top transparent;
  height: 69px;
  left: 50%;
  margin: -35px 0 0 -36px;
  position: absolute;
  top: 50%;
  width: 73px;
}

/* line 1048, ../../sass/components/video.scss */
.grid_1 .mejs-controls {
  display: none !important;
}

/*USIM10014061805 _UPDATES ON AQUAFRESH WEBSITE_L3 Changes start*/
.page-intense-clean .aquafresh-box-background .enhancedvideo  {
        background-color: #efefef;
}
.page-intense-clean .aquafresh-box-background .enhancedvideo  .video-video{
            border: 0;
}
.page-intense-clean .aquafresh-box-background .enhancedvideo  .video-description{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
	border: 0;
}

.page-intense-clean .aquafresh-box-background .enhancedvideo .video-description p{
    font-weight: 600;
    text-align: center;
	}
	
/*USIM10014061805 _UPDATES ON AQUAFRESH WEBSITE_L3 Changes end*/


.enhancedvideo .video-video {
  border: 1px solid transparent;
}.manageuserbox .component-content{border:1px solid #D5D1CE;padding: 13px;background:#fff;} 
.manageuserbox .manageUserLinks ul{padding: 0;margin:0;}
.manageuserbox .component-content .manageUserLinks ul li{list-style-type:none;margin-bottom:10px;}
.manageuserbox .component-content .manageUserLinks ul li a{
	background: url("../../img/boxlink-arrow.png") no-repeat scroll 0 2px;
	color: #1a768d;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 0 6px 25px;
	text-decoration: none;

}

.manageuserbox .component-content .richText ul li{background:none;padding-left:0;}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/table.scss */
body.table-popup {
  background-color: #FFF;
  line-height: 1.5;
}

/* line 8, ../../sass/components/table.scss */
.table-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 12, ../../sass/components/table.scss */
.table-caption {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
  border-bottom: none;
}

/* line 19, ../../sass/components/table.scss */
.table-popup .table-caption {
  border: 1px solid #656363;
  background-color: #f3f3f3;
}

/* line 24, ../../sass/components/table.scss */
.table th {
  background-color: #e1e1e1;
  font-weight: bold;
  text-align: center;
}

/* line 30, ../../sass/components/table.scss */
.table-popup .table th {
  background-color: #f3f3f3;
}

/* line 34, ../../sass/components/table.scss */
.table table {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #323131;
}

/* line 40, ../../sass/components/table.scss */
.table-popup .table table {
  border: 1px solid #656363;
}

/* line 45, ../../sass/components/table.scss */
.table th,
.table td {
  border: solid 2px #323131;
  padding: 5px;
}

/* line 51, ../../sass/components/table.scss */
.table-popup .table th,
.table-popup .table td {
  border: 1px solid #656363;
  line-height: 1.5;
}

/* line 56, ../../sass/components/table.scss */
.table td {
  vertical-align: middle;
}

/* line 60, ../../sass/components/table.scss */
.table .button {
  display: none;
}

/* line 64, ../../sass/components/table.scss */
.table .table-caption .button {
  display: block;
  margin: 10px 0 0 5px;
}

/* line 70, ../../sass/components/table.scss */
.no-js .table .button {
  display: none;
}

/* line 77, ../../sass/components/table.scss */
.lt-ie8 .table-popup .table {
  position: static;
}

@media only screen and (max-width: 959px) {
  /* line 85, ../../sass/components/table.scss */
  .table .component-content .button {
    display: block;
    margin: 20px;
  }

  /* line 90, ../../sass/components/table.scss */
  .table .component-content .table-caption .button {
    display: none;
  }
}
.tellafriend .tellfriendButton{
	margin-top:15px;
} 
.tellafriend .errorDivTellaFriend p{
	color:#8A0808;
} 
.tellafriend .successDivTellaFriend p{
	color:#84B200;
}               
.tellafriend .wsform-item textarea{width:220px;}                

.messageconfiguration{margin-top:20px;}
.messageconfiguration .sendMessage, .cfButton{background-color: #F36633;border: 1px solid #D5D1CE;color: #fff;padding: 5px 20px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;cursor: pointer;display: inline-block;}
.messageconfiguration .emailTemplate table{width:100%;}
.messageconfiguration .messagaeConfigurationContent .messageInput select{display:inline-block;width:35%;}
.messageconfiguration .messagaeConfigurationContent .messageInput label{display:inline-block;width:25%;vertical-align: top;}
.messageconfiguration .messagaeConfigurationContent .messageInput{margin-bottom:15px;}
.messageconfiguration .messagaeConfigurationContent .emailTemplateContainer{margin-bottom:10px;}
.messageconfiguration .messagaeConfigurationContent .emailTemplateContainer h5{border: 1px solid #e0e0e0;padding: 10px;}
.messageconfiguration .messagaeConfigurationContent .emailTemplateContainer p{margin:0;margin-bottom:10px;}
.messageconfiguration .messagaeConfigurationContent .emailTemplateContainer table{width:100%;}
.messageconfiguration .responseMessageText p{border:solid 1px #DDB5B3;border-radius:2px;color:#7B474D;padding:5px;margin-right:10px;font-size:11px;}
.messageconfiguration .responseMessageText p.msgResFailure{background:#FFD3D4;}
.messageconfiguration .responseMessageText p.msgResSuccess{background:#D5FECC;}
.messageconfiguration .messagaeConfigurationContent .sendMessage:disabled {background: #e0e0e0;cursor:default;} 
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/article.list.scss */
.articleList {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 9, ../../sass/components/article.list.scss */
.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 13, ../../sass/components/article.list.scss */
.articleList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 18, ../../sass/components/article.list.scss */
.articleList-article {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 23, ../../sass/components/article.list.scss */
.articleList-description {
  overflow: hidden;
}

/* line 27, ../../sass/components/article.list.scss */
.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 31, ../../sass/components/article.list.scss */
.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 37, ../../sass/components/article.list.scss */
.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 43, ../../sass/components/article.list.scss */
.articleList-more {
  float: right;
}
/* line 45, ../../sass/components/article.list.scss */
.articleList-more:after {
  content: " \00bb";
  display: inline;
}

/* line 51, ../../sass/components/article.list.scss */
.articleList-more-arrow {
  display: none;
}
/* line 53, ../../sass/components/article.list.scss */
.no-generatedcontent .articleList-more-arrow {
  display: inline;
}

/* line 59, ../../sass/components/article.list.scss */
.articleList-article-wrapper {
  margin: 0;
  padding: 0;
}

/* line 65, ../../sass/components/article.list.scss */
.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 73, ../../sass/components/article.list.scss */
.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

/* line 80, ../../sass/components/article.list.scss */
.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

@media only screen and (max-width: 959px) {
  /* line 88, ../../sass/components/article.list.scss */
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  /* line 96, ../../sass/components/article.list.scss */
  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%;
  }
}
/* line 103, ../../sass/components/article.list.scss */
.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

/* line 109, ../../sass/components/article.list.scss */
.articleList-tags-item {
  display: inline-block;
  margin: 0 2px;
}

/* line 114, ../../sass/components/article.list.scss */
.articleList-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/ 
/*gradient colors*/
/* line 8, ../../sass/components/rich.text.scss */
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText h5,
.richText h6 {
  margin-top: 0;
}

 @-moz-document url-prefix() {
 
                        .bonkers-footer-richtext.grid_5
            {
						bottom:47px;
            } 
                    }
/* line 12, ../../sass/components/rich.text.scss */
.richText a {
  text-decoration: underline;
}

/* line 17, ../../sass/components/rich.text.scss */
.richText ul,
.richText ol {
  padding: 0px;
  margin-left: 10px; 
  margin-top: -5px;
}

/* line 22, ../../sass/components/rich.text.scss */
.richText li {
  font-size: 14px;
  margin-left: 15px;
  /*margin-bottom: 10px;*/
  list-style-type: none;
}

/* line 29, ../../sass/components/rich.text.scss */
.richText ul li {
/* Chnaged by karthik */
  background: url(../../img/bullet-dot-vietnam.png) no-repeat scroll 5px 3px rgba(0, 0, 0, 0);
  margin-left: 5px;
  padding-right: 3px;  
  padding-left: 5px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
  padding-left: 24px;
}
.Content-box-font .richText ul li {
font-family:"Helvetica LT W02 Light";
}
/* line 35, ../../sass/components/rich.text.scss */
.richText ol li {
  list-style: decimal;
}

/* line 39, ../../sass/components/rich.text.scss */
.richText-links {
  font-size: 10px;
}

/* line 43, ../../sass/components/rich.text.scss */
.richText .richText-links li {
  background: none;
  display: inline;
  list-style: none;
  padding-left: 0;
}

/* line 50, ../../sass/components/rich.text.scss */
.richText-links li a {
  padding-right: 5px;
  border-right: solid 1px #b9b8b8;
  margin-right: 5px;
}

/* line 56, ../../sass/components/rich.text.scss */
.richText-links li:last-child a {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}

/* line 62, ../../sass/components/rich.text.scss */
.richText-image {
  display: block;
  margin-bottom: 10px;
}

/* line 67, ../../sass/components/rich.text.scss */
.richText-image.pull-left {
  margin: 5px 15px 5px 10px;
  float: left;
}

/* line 72, ../../sass/components/rich.text.scss */
.richText-image.pull-right {
  margin: 5px 10px 5px 15px;
  float: right;
}

/*Added by Karthik*/
.aquafresh-rte-product-background{
  background: url('../../img/contentBg.jpg') 0px 0px no-repeat;
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: 0px;	
}
.aquafresh-rte-product-background .component-content .richText-image.pull-left{
  float: left;
  margin: 20px -58px 5px 14px;
}
.aquafresh-rte-product-background h2{
  margin-top: 15px;
  margin-left: 37px;
  font-family: 'StoneSansITCW01-Medium';
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  color: #014080;
}
.aquafresh-rte-product-background p{ 
  margin-top: -5px;
  margin-left: 36px;
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .aquafresh-rte-product-background p{ 
font-family:"Helvetica LT W02 Light";
}
.aquafresh-horizontal-pods .component-content p{
  margin-top: -16px;
  margin-left: 20px;
  margin-right: 0px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .aquafresh-horizontal-pods .component-content p{
font-family:"Helvetica LT W02 Light";
}
.aquafresh-rte-contact-background{
  background: url('../../img/contentBg.jpg') 0px 0px no-repeat;
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: -50px;
}
.aquafresh-rte-contact-background h2{
  margin-left: 20px;
  font-family: 'StoneSansITCW01-Medium';
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  color: #014080;
}
.aquafresh-rte-contact-background p{ 
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .aquafresh-rte-contact-background p{ 
font-family:"Helvetica LT W02 Light";
}
.aquafresh-rte-contact-background a{ 
  color: #014080;
  font-weight: bold;
  text-decoration: none;
}
.aquafresh-rte-contact-background a:hover{ 
  color: #0099CC;
}
.aquafresh-rte-contact-background a:focus{ 
  outline: thin dotted;
}
.aquafresh-rte-white-background{
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: 0px;
}
.aquafresh-rte-white-background h1{
	margin-left: 22px;
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
}
.aquafresh-rte-white-background h2{
	margin-left: 22px;
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.aquafresh-rte-white-background p{ 
  margin-left: 22px;
  margin-right: 22px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .aquafresh-rte-white-background p{ 

font-family:"Helvetica LT W02 Light";
}
.aquafresh-rte-white-background a{
  color: #014080;
  font-weight: bold;
  text-decoration : none;
}
.aquafresh-rte-white-background a:hover{ 
  color: #0099CC;
}
.aquafresh-rte-white-background ul{ 
  margin-top: 0px;
}

.aquafresh-pod-images{
  margin-bottom: 0px;
}

/* Russia font Change */

.russia-full-content-box .aquafresh-rte-contact-background h2{
        font-family: 'ComicSansMs';
}
.russia-full-content-box .everyday-care-image-first h3 {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .everyday-care-image h3 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .everyday-care-image-first p {
    font-family: 'ComicSansMs',sans-serif;
}
.russia-full-content-box .everyday-care-image p {
    font-family: 'ComicSansMs',sans-serif;
}
.russia-full-content-box .aquafresh-box-background h2 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-box-background p {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .richText ul li {
    font-family: 'ComicSansMs',sans-serif;
}
.russia-full-content-box .subnote-grey {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .richtext-small {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .brushing-fun-rte .component-content h2 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .brushing-fun-rte .component-content p {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .aquafresh-box-ingredients-background h2 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-box-ingredients-background p {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-box-white-background h2 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-box-white-background p {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-rte-contact-background p {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .aquafresh-rte-white-background h1 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-rte-white-background p {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-rte-white-first-background p {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .aquafresh-rte-white-second-background p {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box h3 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-rte-white-background h2 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-box-products-background h3{
	font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-rte-white-background p {
    font-family: 'ComicSansMs', sans-serif;
}
.russia-full-content-box .aquafresh-box-background p em {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-sap-box-background h2 {
    font-family: 'ComicSansMs';
}
.russia-full-content-box .aquafresh-sap-box-background p {
    font-family: 'ComicSansMs';
}


/* Russia font change ends */

/* SAP page changes */

.aquafresh-headTextSpec{
	line-height: 1.35em;
	letter-spacing: .1em;
}
.aquafresh-rte-sap-keyfacts .component-content{
	margin-top: -40px;
}

.aquafresh-rte-first-column p{
	margin-right: -22px !important;
}
 .aquafresh-rte-second-column ul li{
	margin-right: 20px !important;
}

.aquafresh-sugaracid-hyperlink{
	font-size: 16px;
    line-height: 1.5em;
}
.aquafresh-sugaracid-hyperlink a{
	background: url(../../img/AQ_BrandWebsite_Kids_Product_Landing_AW_arrow.png) no-repeat scroll right 0px transparent;	
	padding-right: 20px;
	font-size: 16px;
}
/* SAP page changes */

.aquafresh-home-subhead .component-content{
	margin-top: -30px;
}
.aquafresh-header-links a{
  color: #2561A4;
	font-weight: normal;    
    font-family: Arial;
    font-size: 10px;        
    margin-top: 8px;
    text-decoration: none;
    text-transform: uppercase; 				
	/*word-spacing:-2px; */
	letter-spacing:0px;
	}

.aquafresh-header-links a:hover{
color: #2561A4;
	/*color: #022c56;*/
	font-weight: bold;    
    font-family: Arial;
    font-size: 10px;        
    margin-top: 8px;
    text-decoration: underline;
    text-transform: uppercase; 				
	/*word-spacing:-1px; */
	letter-spacing:.30px;
	
}

.aquafresh-header-links .component-content {
  margin-top: 8px;
}


#footer ul, #header .box ul{
	margin-left:0;
	margin-top: 0px; 
	line-height:12px;
 	margin-bottom: 30px; 
	
}
#footer p{
clear:both;	
}
#footer ul li, #header .aquafresh-header-links ul li{
	list-style-type:none;
	float:left;
	border-right:solid 1px #2561A4;
	background:none;
	padding:0;
	padding-right:10px;
	margin:5px;
}
#header .aquafresh-header-links ul li{  
    margin: 0px 0px 0px 2px;
    padding: 0px;
	
 }
 #header .aquafresh-header-links ul { width:250px; }
 
 #header .aquafresh-header-links ul li:first-child,#header .aquafresh-header-links ul li:first-child a{width: 127px;}
 #header .aquafresh-header-links ul li:last-child,#header .aquafresh-header-links ul li:last-child a{ margin-left: 45px;width: 170px;}
 #footer ul li:last-child, #header .aquafresh-header-links ul li:last-child{
	border-right:0;
}
.aquafresh-footer-links a{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #2561A4;
}
.Content-box-font .aquafresh-footer-links a{
font-family:"Helvetica LT W02 Light";
}
.aquafresh-copyright-text{               
  font-family: arial;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  color: grey;
}

.super-script{
    font-size: 75%;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}
.richtext-small{
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 9px;
	color: #014080;
}
.Content-box-font .richtext-small{

font-family:"Helvetica LT W02 Light";
}
.subnote {
	font-size: 9px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.Content-box-font .subnote {
font-family:"HelveticaWorldW02-Bold";
}
.subnote-grey{
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #808080;
}
.Content-box-font .subnote-grey{
font-family:"HelveticaWorldW02-Bold";
}
span .bullet-list{
	margin: 0;
    padding: 0;
}
.rte-pod-text .component-content p{   
	font-family:'StoneSansIIITCW02-Lt';
	font-size:16px;
	font-weight:normal;
	color:#1e3156;
	margin-left:15px;
	margin-top:32px;    
    line-height:18px;
}
.rte-podtext-topalign .component-content p{
    font-family:'StoneSansIIITCW02-Lt';
	font-size:16px;
	font-weight:normal;
	color:#1e3156;
	margin-left:15px;
	margin-top:32px;   
    line-height:18px;
}
.rte-podtext-topalign-new p{
    font-family:'StoneSansIIITCW02-Lt';
	font-size:16px;
	font-weight:normal;
	color:#1e3156;
	margin-left:15px;
	margin-top:32px;    
    line-height:18px;	
}

.rte-pod-text
{
margin-bottom: -44px;
}
.rte-podtext-topalign{
	margin-bottom: -72px;
}
.find-out-more p{
    color: #014080;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    margin-top: 10px;
}

.Content-box-font .find-out-more p{
font-family:"Helvetica LT W02 Light";
}
.find-out-more p a hover{
	color: #0099CC;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    margin-top: 10px;
}
.Content-box-font .find-out-more p a hover{
font-family:"Helvetica LT W02 Light";
}
.find-out-more a{
	background: url(../../img/AQ_BrandWebsite_Kids_Product_Landing_AW_arrow.png) no-repeat scroll right 2px transparent;
	margin-top: 21px;
	margin-left: -40px;
	position: absolute;
    padding-right: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #09c;
	
}
.Content-box-font .find-out-more a{
font-family:"Helvetica LT W02 Light";
}
.where-to-buy{
	background: url(../../img/AQ_BrandWebsite_Kids_Product_LittleTeeth_AW_WhereToBuy.png) no-repeat scroll right 1px transparent;
}
.everyday-care-image-first .richText-image{
	margin-left: 20px;
}
.everyday-care-image-first p{
	color: #014080;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 20px;
	margin-right: 20px;
}
.Content-box-font .everyday-care-image-first p{
font-family:"Helvetica LT W02 Light";
}
.everyday-care-image-first h2{
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    margin-left: 20px;
}
.everyday-care-image-first h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #014080;
  margin: 0 0 40px 22px;
}
.Content-box-font .everyday-care-image-first h3{
font-family:"Helvetica LT W02 Light";
}
.everyday-care-image .richText-image{
	margin-left: 10px;
}
.everyday-care-image p{
	color: #014080;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 20px;
	margin-right: 20px;
}
.Content-box-font .everyday-care-image p{
font-family:"Helvetica LT W02 Light";
}
.everyday-care-image h2{
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    margin-left: 20px;
}
.everyday-care-image h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #014080;
  margin: 0 0 40px 22px;
}
.Content-box-font .everyday-care-image h3{
font-family:"Helvetica LT W02 Light";
}
/*karthik 22 July */
.everyday-care-image-brush .richText-image{
	margin-left: 10px;
}
.everyday-care-image-brush p{
	color: #014080;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
	margin: -20px 20px 0 20px !important;
}
.Content-box-font .everyday-care-image-brush p{
font-family:"Helvetica LT W02 Light";
}
.everyday-care-image-brush h2{
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    margin-left: 20px;
}
.everyday-care-image-brush h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #014080;
  margin: 34px 0 40px 22px !important;
}
.Content-box-font .everyday-care-image-brush h3{
font-family:"Helvetica LT W02 Light";
}
.everyday-care-image-brushes .richText-image{
	margin-left: 10px;
}
.everyday-care-image-brushes p{
	color: #014080;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 20px;
	margin-right: 20px;
}
.Content-box-font .everyday-care-image-brushes p{
font-family:"Helvetica LT W02 Light";
}
.everyday-care-image-brushes h2{
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    margin-left: 20px;
}
.everyday-care-image-brushes h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  color: #014080;
  margin: 34px 0 40px 22px !important;
}
.Content-box-font .everyday-care-image-brushes h3{
font-family:"Helvetica LT W02 Light";
}
/*karthik 22 July */
.rte-where-to-buy{
	background: url(../../img/AQ_BrandWebsite_Kids_Product_LittleTeeth_AW_WhereToBuy.png) no-repeat scroll right 1px transparent;
}
.whitening-lady-rte .component-content h2{
	/*Added by karthik on June13 */
    margin-top: 102px;
}
.whitening-lady-rte .richText-image.pull-left {
    padding-left: 0%;
    margin: 0px 15px 5px 10px;
	/*Added by karthik on June13 */
	width: 260px;
	height: 129px;
	margin-left: 20px;
    margin-top: 0px;
}

.whitening-lady-rte img{
    display: block;
}
.rte-aquafresh-logo{
  background: url('../../img/logo.png') 0px 10px no-repeat;   
  text-indent: -9999px;
}

.brushing-fun-rte .component-content h2{
	margin-left: 0px;	
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}
.brushing-fun-rte .component-content p{
  margin-left: 0px;
  margin-top: -5px;  
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .brushing-fun-rte .component-content p{
font-family:"Helvetica LT W02 Light";
}
.aquafresh-rte-white-first-background{
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: 0px;
}
.aquafresh-rte-white-first-background h1{
	margin-left: 22px;
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
}
.aquafresh-rte-white-first-background h2{
	margin-left: 22px;
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.aquafresh-rte-white-first-background p{ 
  margin-left: 22px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .aquafresh-rte-white-first-background p{ 
font-family:"Helvetica LT W02 Light";
}
.aquafresh-rte-white-first-background a{
  color: #014080;
  font-weight: bold;
  text-decoration : none;
}
.aquafresh-rte-white-first-background a:hover{ 
  color: #0099CC;
}
.aquafresh-rte-white-first-background ul{ 
  margin-top: 0px;
}

.aquafresh-rte-white-second-background{
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: 0px;
}
.aquafresh-rte-white-second-background h1{
	margin-left: 18px;
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
}
.aquafresh-rte-white-second-background h2{
	margin-left: 18px;	
	color: #014080;
    font-family: 'StoneSansITCW01-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.aquafresh-rte-white-second-background p{ 
  margin-left: 22px;
  margin-right: 22px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #014080;
}
.Content-box-font .aquafresh-rte-white-second-background p{ 
font-family:"Helvetica LT W02 Light";
}
.aquafresh-rte-white-second-background a{
  color: #014080;
  font-weight: bold;
  text-decoration : none;
}
.aquafresh-rte-white-second-background a:hover{ 
  color: #0099CC;
}
.aquafresh-rte-white-second-background ul{ 
  margin-top: 0px;
}
.aquafresh-richtext-footer{
  margin-bottom: -12px;
}
.aq-language-toggle a {
text-decoration: none;
}
#header .aquafresh-header-links.vietnam-health ul li{
  width: 151px;
}
.aquafresh-header-links.vietnam-health ul li a{
  font-weight: bold;
    letter-spacing: 1px;
}
/*Language Toggle Starts*/
#header .aq-language-toggle ul{display:none;}
/*Language Toggle Ends*/
/*Header link fixes*/
@media only screen and (max-width: 959px) {

/*
	.whitening-lady-rte .richText-image.pull-left {
    padding-left: 28%;
    margin: 0px 15px 5px 10px;
	
	width: 260px;
	height: 129px;
	margin-left: 20px;
    margin-top: 0px;
	}*/
	
	.whitening-lady-rte .richText-image.pull-left {
	  clear: both;
      float: none;
	  margin: 0 auto;
	}
	
	.whitening-lady-rte .component-content h2{
	/*Added by karthik on June13 */
    margin-top: 142px;
	}

    #header .aquafresh-header-links ul li:last-child, #header .aquafresh-header-links ul li:last-child a {
    margin-left: 1px;
    width: 100%;
}
.aquafresh-header-links .component-content {
    margin-left: -66.6%;
    margin-top: 1%;
    position: absolute;
    width: 20%;
}
#header .aquafresh-header-links ul li{
    border: medium none;
}
#header .aquafresh-header-links ul li:last-child, #header .aquafresh-header-links ul li:last-child a {
    margin-left: 1px;
    width: 100%;
}

 
 #header .aquafresh-header-links ul li:last-child, #header .aquafresh-header-links ul li:last-child a {
    margin-left: 1px;
    width: 100%;
}
.find-out-more a{margin-left:0px;}

.aquafresh-header-links .component-content {
    /*left: 3%;
    margin-top: -89%;
    position: absolute;
    margin-left: 0 !important;
    width: 50% !important;*/
	left: 68% !important;position: absolute !important;top: 0.03%;width: 50% !important;
}
#footer ul li{ 
	display:block;
	width:100%;
	text-align:center; 
	margin:0 5px 5px 0;
}
#header .aquafresh-header-links ul li{
	display:block;
	width:100%;
}
#footer p{
text-align:center; 
}

.brushing-fun-rte .component-content h2{
	margin-left: 20px;	
}
.brushing-fun-rte .component-content p{
  margin-left: 20px;
}
.aq-language-toggle select {
position: absolute;
top: 6px;
right: 10%;
}

}
@media only screen and (max-width: 768px) {
.aq-language-toggle select {
position: absolute;
top: 6px;
right: 12%;
}
#header .aquafresh-header-links.vietnam-health >.component-content{
  width: 68% !important;
}
#header .aquafresh-header-links.vietnam-health ul {
  width: 283px;
}
}
@media only screen and (max-width: 700px) {
.aq-language-toggle select {
position: absolute;
top: 6px;
right: 14%;
}
}
@media only screen and (max-width: 480px) {
.aq-language-toggle select {
position: absolute;
top: 6px;
right: 16%;
}
}
@media only screen and (max-width: 360px) {
.aq-language-toggle select {
position: absolute;
top: 6px;
right: 20%;
}
}

@media only screen and (max-width: 320px) {
#header .aquafresh-header-links ul li:last-child, #header .aquafresh-header-links ul li:last-child a {
    margin-left: 1px;
    width: 100%;
}
.aquafresh-rte-contact-background{
  /* background: url('../../img/contentBg.jpg') 0px 0px no-repeat; */
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: 0px;
}
.aquafresh-rte-product-background{
 /* background: url('../../img/contentBg.jpg') 0px 0px no-repeat; */
  background-color: #ffffff;
  margin-bottom: 0px; 
  margin-top: 0px;	
}
.find-out-more p{
    color: #014080;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    margin-top: 6px;
	margin-left: 6px;
}
.Content-box-font .find-out-more p{
font-family:"Helvetica LT W02 Light";
}
.find-out-more a{
	background: url(../../img/AQ_BrandWebsite_Kids_Product_Landing_AW_arrow.png) no-repeat scroll right 1px transparent;
	margin-top: 6px;
	margin-left: 6px;
	position: absolute;
}
.richText-image.pull-left {
  margin: 5px 15px 5px 2px;
  float: left;
}

.rte-whitening-lady-image .richText-image .pull-left{
	margin-left: 20px;	
	width: 260px;
	height: 129px;
}
#header .aquafresh-header-links ul li:last-child, #header .aquafresh-header-links ul li:last-child a {
	margin-left: 1px;
	width: 100%;
}
.aq-language-toggle select {
position: absolute;
top: 6px;
right: 20%;
}
}

/* For red color in rich text selction style || VKA || Infosys*/
.richtext-red {color:red;}
/*Font change for sk and cz locales || Dhivya || Infosys*/
.bodysk .richText h1,.bodysk .richText h2,.bodysk .richText h3,.bodysk .richText h4,.bodysk .richText h5,.bodysk .richText h6,.bodysk .richText p,.bodysk .richText ul,.bodysk .richText li,.bodysk .richText ol,.bodysk .richText a, .bodysk .aquafresh-box-background p, .bodysk .subnote-grey, .bodysk .aquafresh-copyright-text, .bodysk .richtext-small, .bodysk .aquafresh-box-background p em, .bodysk .aquafresh-sap-box-background p, .bodysk .aquafresh-box-background h2 {
font-family: sans-serif;
}
.bodysk .navigation-item.navigation-level1 > .navigation-item-title, .bodysk .navigation-root, .bodysk .navigation-item.navigation-level1.has-children > .navigation-item-title {
font-weight: bold;
font-family: sans-serif;
font-size: 14px;
}
.bodycs .richText h1,.bodycs .richText h2,.bodycs .richText h3,.bodycs .richText h4,.bodycs .richText h5,.bodycs .richText h6,.bodycs .richText p,.bodycs .richText ul,.bodycs .richText li,.bodycs .richText ol,.bodycs .richText a, .bodycs .aquafresh-copyright-text, .bodycs .richtext-small, .bodycs .aquafresh-box-background p em {
font-family: sans-serif;
}
.bodycs .navigation-item.navigation-level1 > .navigation-item-title, .bodycs .navigation-root, .bodycs .navigation-item.navigation-level1.has-children > .navigation-item-title {
font-weight: bold;
font-family: sans-serif;
font-size: 14px;
}

/* SEO changes/shanthi */
.Contact-SEO{
	margin-left: 20px;
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}

.SEO-White h1{
    margin-top: 24px;
    margin-left: 20px;
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}

.SEO-Sugar h1{
	margin-top: 24px;
    margin-left: 20px;
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}
.SEO-Kinder h1{
	margin-top: 24px;
    margin-left: 20px;
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}

.SEO-Poet h1{
    margin-top: 24px;
    margin-left: 20px;
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}
.SEO-Title h1{
	margin-top: 24px;
    margin-left: 20px;
    font-family: 'StoneSansITCW01-Medium';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    color: #014080;
}
/* SEO changes Ends/shanthi */

/*Font Change */

.aquafresh-footer-links 	{
font-family: comic sans-serif;
}
.aquafresh-home-subhead .rich_style.subhead_rich_style{
font-family: comic sans-serif;
font-size: 11px;
color: #2561A4;
}

.aqua-germany .navigation-horizontal  a.navigation-item-title {
    padding: 3px !important;
}

.aqua-germany .aquafresh-accordion .accordion-head{
    background-image: url(../../img/Triangle_Image.png);
    background-size: 4%;
}
/*USIM10014007988 :  CHANGES REQUIRED FOR AQUAFRESH GERMANY WEBSITE-ON-hoverL3 changes starts-30/09/2016*/	
.aqua-germany .navigation-item.navigation-level1:hover:last-child > .navigation-item-title {
    background: url("../../img/aqua_05.png") no-repeat scroll 0 -5px rgba(0, 0, 0, 0);
    border-radius: 0 17px;
    height: 73px;
    width: 154px;
    color: #006496;
}
/*USIM10014007988 :  CHANGES REQUIRED FOR AQUAFRESH GERMANY WEBSITE-ON-hover-L3 changes ends-30/09/2016*/	


/*USIM10014168938 : L3 changes starts*/
@media only screen and (min-width: 960px){
	.aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li {
		width: 132px !important;
	}
	
	.aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li {
		width: 132px !important;
	}
	
	.aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li :last-child{
		width: 138px !important;
	}
	
	.aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li:last-child{
		width: 138px !important;
	}
	
	 .aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li  a{
		min-width: 124px !important;
		max-width: 124px !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	 .aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li  a{
		min-width: 124px !important;
		max-width: 124px !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	
	 .aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li  a{
		line-height: 19.6px !important;
		padding-top: 5px !important;
	}
	 .aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li  a{
		line-height: 19.6px !important;
		padding-top: 5px !important;
	}
	
	 .aqua-romania.layout-aquafreshproductpagelayout .navigation-item.navigation-level2 .navigation-item-title{
		height: 60px;
	}
	 .aqua-romania.layout-aquafreshhomepagelayout .navigation-item.navigation-level2 .navigation-item-title{
		height: 60px;
	}
	.aqua-romania.layout-aquafreshhomepagelayout .navigation-horizontal ul.navigation-level1 li.navigation-level1.page-acizii-din-zaharuri-intrebari-si-raspunsuri a.navigation-item-title{
	position: relative;
    right: -17px;
	}
	
	
	
	.aqua-romania.layout-aquafreshhomepagelayout .navigation-horizontal ul.navigation-level1 li.navigation-level1.page-produse-pentru-ingrijirea-dintilor a.navigation-item-title:last-child:hover{
	background-color:#DFF0FA;
	border-radius: 0 0px 0 0 !important;
	padding-bottom: 18px !important;
    padding-right: 21px !important;
	
	}
	.aqua-romania.layout-aquafreshhomepagelayout .navigation-horizontal ul.navigation-level1 li.navigation-level1.page-gama-de-paste-de-dinti-whitening11 a.navigation-item-title:hover{
	background-color:#DFF0FA !important;
	border-radius: 0 0px 0 0 !important;
	
	
	}
	.aqua-romania.layout-aquafreshhomepagelayout .navigation-horizontal ul.navigation-level1 li.navigation-level1.page-gama-de-paste-de-dinti-whitening11 a.navigation-item-title:first-child:hover{
	background-color:white !important;
	}
}
/*USIM10014168938 : L3 changes ends*/

/*Fix*/
/* @media only screen and (min-width: 960px){ */
/* .aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li,.aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li :last-child,.aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li,.aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li :last-child {
    width: 180px !important;
}

.aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1 li a, .aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1 li a {
    min-width: 100% !important;
    max-width: 100% !important;
}

.aqua-romania.layout-aquafreshproductpagelayout .navigation-item.navigation-level1.is-active:first-child > .navigation-item-title, .aqua-romania.layout-aquafreshhomepagelayout .navigation-item.navigation-level1.is-active:first-child > .navigation-item-title{
	width: 180px !important;
}

.aqua-romania.layout-aquafreshproductpagelayout ul.navigation-level1.navigation-root  li.navigation-item.page-capitanul-aquafresh, .aqua-romania.layout-aquafreshhomepagelayout ul.navigation-level1.navigation-root  li.navigation-item.page-capitanul-aquafresh{
	width: 215px !important;
}

}

.aqua-romania .navigation-item.navigation-level1.is-active:nth-child(3) > .navigation-item-title{
	background: url(../../img/aqua_03.png) no-repeat scroll 0 -7px rgba(0, 0, 0, 0);
}

.aqua-romania .navigation-item.navigation-level1:nth-child(3) > .navigation-item-title:hover, .navigation-item.navigation-level1.is-open:nth-child(3) > .navigation-item-title{
	background: url(../../img/aqua_03.png) no-repeat scroll 0 0px rgba(0, 0, 0, 0);
}
  
.aqua-romania .navigation-item.navigation-level1:hover:first-child > .navigation-item-title,.navigation-item.navigation-level1:first-child > .navigation-item-title{
  background-position: 1% 8% !important;
    background-size: 172% 94% !important;
}

.aqua-romania.layout-aquafreshproductpagelayout .navigation-item.navigation-level1:hover:last-child > .navigation-item-title,.navigation-item.navigation-level1.is-active:last-child > .navigation-item-title, .aqua-romania.layout-aquafreshhomepagelayout .navigation-item.navigation-level1:hover:last-child > .navigation-item-title,.navigation-item.navigation-level1.is-active:last-child > .navigation-item-title{
	width: 119% !important;
	background-size: 99% 128% !important;
} */
/*END*/

/*USIM10014373697 Meenakshi Fix*/
.aqua-germany.navigation-item.navigation-level1 .navigation-item-title:last-child {
    width: 206px;
}

/*1st icon */
.aqua-germany.layout-aquafreshproductpagelayout .navigation-item.navigation-level1.is-active:first-child > .navigation-item-title, .aqua-germany.layout-aquafreshhomepagelayout .navigation-item.navigation-level1.is-active:first-child > .navigation-item-title, .aqua-germany.layout-aquafreshhomepagelayout .navigation-item.navigation-level1:hover:first-child > .navigation-item-title, .navigation-item-title{
	    height: 67px;
}
.aqua-germany.layout-aquafreshproductpagelayout .navigation-item.navigation-level1:hover:first-child > .navigation-item-title{
height:67px;
}
.aqua-germany .navigation-item.navigation-level1 .navigation-item-title:last-child{
width:150px;
}
/*2nd icon */
.aqua-germany .navigation-item.navigation-level1.is-active:nth-child(2) > .navigation-item-title, .navigation-item.navigation-level1:nth-child(2) > .navigation-item-title:hover{
background: url(../../img/aqua_02_new.png) no-repeat scroll 0 -26px rgba(0, 0, 0, 0);
    height: 65px;
}
/*3rd icon */
.aqua-germany .navigation-item.navigation-level1.is-active:nth-child(3) > .navigation-item-title{
	background: url(../../img/aqua_03.png) no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
	height: 58px;
}
/*4th icon */
.aqua-germany  .navigation-item.navigation-level1.is-active:nth-child(4) > .navigation-item-title, .navigation-item.navigation-level1:nth-child(4) > .navigation-item-title:hover{
	background: url(../../img/aqua_04.png) no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    height: 46px;
}
/*5th icon */
.aqua-germany .navigation-item.navigation-level1.page-nachrichten-generator > .navigation-item-title:last-child:hover{
    border-radius: 0 0 0 0;
  /*  background: #DFF0FA !important; */
	line-height:19px;
}


.aqua-germany .navigation-item.navigation-level1.page-nachrichten-generator > .navigation-item-title:last-child{
	line-height:19px;
}

/* navigation-de fix */

.aqua-germany  .content-topribbon-image, .aqua-germany .other-products-banner, .aqua-germany .aquafresh-kidsbanner-image, .aqua-germany .aquafresh-product-image, .aqua-germany .other-products-ribbon, .aqua-germany .sitemap-banner-image, .aqua-germany .aquafresh-products-image {
        z-index: 100000;
    }

.aqua-germany.kids-normal-pod1, .aqua-germany.aquafresh-box-kids-normal {
        position: relative;
        z-index: 100000;
    }

.aqua-germany  .navigation-item.navigation-level1.has-children:hover {
        z-index: 100001;
    }

.aqua-germany .navigation-item.has-active-child > .navigation-item-title, .navigation-item.is-active > .navigation-item-title {
        background: #DFF0FA;
        color: #006496;
    }
html[lang="de"] .navigation-horizontal .navigation-branch.navigation-level2{
    top:inherit;
}


.aqua-germany.layout-aquafreshproductpagelayout .navigation-item.navigation-level1 > .navigation-item-title.is-active:last-child, .aqua-germany.layout-aquafreshhomepagelayout .navigation-item.navigation-level1 > .navigation-item-title.is-active:last-child{
line-height:19px;
}
/*last icon */
.aqua-germany.layout-aquafreshproductpagelayout .navigation-item.navigation-level1:hover:last-child > .navigation-item-title, .aqua-germany.layout-aquafreshhomepagelayout .navigation-item.navigation-level1:hover:last-child > .navigation-item-title, .aqua-germany.layout-aquafreshproductpagelayout .navigation-item.navigation-level1.is-active:last-child > .navigation-item-title{
    width: 100% !important;
    background-size: 99% 142% !important;
}
.aqua-germany.layout-aquafreshproductpagelayout .navigation-item.navigation-level1.is-active:last-child > .navigation-item-title{
background-size: 99% 151% !important;
width: 100% !important;
}
/*USIM10014373697 Meenakshi Fix ENDS*/

/*USIM10014376172 Aquafresh Dutch Meenakshi : L3 changes*/
.fb-class {
    padding-left: 129px;
}
@media only screen and (min-width: 667px) and (max-width: 667px){
.page-winbonkersbrushtimers .aqua-bonkers-content-box .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 30px;
}
.page-winbonkersbrushtimers .aqua-promo-content-box .wsform.bonkers-urn-form .bonkers-urn-cantfind-text {
position: absolute;
top:123px;
width: 85%;
left: 23px;
}
.box-urn-entry .aqua-promo-content-box {
top: 13%;
}
}

@media only screen and (max-width: 767px){
.fb-class {
    padding-left: 27px;
	position: relative;
    top: 10px;
}
.youtube-class{
position: relative;
    top: -45px;
    left: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.youtube-class {
    position: relative;
    top: -45px;
    left: -45px;
}

.fb-class {
    padding-left: 60px;
	}
}	
/*END*/
/*Aquafresh - Bonkers - Start*/
.aqua-bonkers .win-bonkers-richtext p{font-size:13px;line-height:16px;color:#0270af;font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 400;text-align:center;}
.aqua-bonkers .win-bonkers-richtext p strong{font-family:"Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;color:#0270af !important;font-size:13px !important;text-decoration:none !important;line-height:16px !important;}
.aqua-bonkers .win-bonkers-richtext p strong a{font-family:"Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;color:#0270af !important;font-size:13px !important;text-decoration:none !important;line-height:16px !important;}
.aqua-bonkers .bonkers-sorry-top-box .win-bonkers-richtext p strong{font-family:'AmericanCaptain';} 
.bonkers-footer-richtext{text-align:center;color:#0270af;font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 400;}
.bonkers-footer-richtext p, .bonkers-footer-richtext a{font-size:9px;text-decoration:none;margin-bottom:0px;color:#0270af;font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;display: inline-block; padding: 0 6px;}
.bonkers-footer-richtext p:last-child{font-size:9px;margin-top:0px;font-family: "Gotham Rounded A", "Gotham Rounded B";font-style: normal;font-weight: 400;color:#0270af;cursor:default; display:inherit;}
.bonkers-footer-richtext.grid_5{position:absolute;width:100%;bottom: 75px;z-index:9999;} /* 09-Jan */

/*Invalid code*/
.aqua-bonkers .aqua-bonkers-Oops-box .win-bonkers-richtext{width:60%;margin:0 auto;}
/*Thank you page*/
.aqua-bonkers-thank-you-box .win-bonkers-richtext{width: 90%;margin: 0 auto;margin-top: 10px;}/*06-Jan*/
.aqua-bonkers .aqua-bonkers-thank-you-box  .win-bonkers-richtext p {font-size: 22px;line-height: 30px;color: #1171ad;font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;}
.aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-footer-richtext.grid_5{bottom:75px;}
.aqua-bonkers .aqua-bonkers-thank-you-box .captain-aqua-promo-image{bottom:11.5%;}
span.bonkers-inv-code-customer-span{ font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700; color: #1171ad; line-height:20px;}
.aqua-bonkers .aqua-bonkers-Oops-box  .bonkers-invalid-tryagain-text p, .aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text p{  background: #ec1c2c;
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-family:  "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;
    font-size: 12px;margin:0;
	}
	.aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text p{font-size:20px;}/*06-Jan*/
	.bonkers-tc-richtext p a{color:#1171ac;text-decoration:none;cursor:pointer;font-weight:bold;}
	.aqua-bonkers .aqua-bonkers-Oops-box  .bonkers-invalid-tryagain-text p a,.aqua-bonkers .aqua-bonkers-tc-whole-box  .bonkers-tc-return-richtext  p a,.aqua-bonkers .aqua-bonkers-faq-box  .bonkers-tc-return-richtext p a, .aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text p a{color:#ffffff;text-decoration:none;}
	.aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text{margin-left: 180px;margin-top: 30px;}/*06-Jan*/
	
	.bonkers-inv-code-trouble-text{text-align: center;}
		.bonkers-inv-code-trouble-text p{margin:0;font-size:16px;color:#1171ad; line-height:16px; font-family:  "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 400;}
		.bonkers-inv-code-trouble-text p:first-child{margin-bottom:9px;}/*06-Jan*/
	.aqua-bonkers-Oops-box .captain-aqua-promo-image.grid_4{ bottom: 8%;   left: -3.5%;    margin-left: 0 !important;z-index:1}
	.aqua-bonkers .aqua-bonkers-Oops-box  .bonkers-invalid-tryagain-text{text-align:center;margin-top:7px;}
/*Sorry*/
/* .bonkers-sorry-top-box .win-bonkers-richtext{width: 70%;margin-left: 80px;text-align: center;}*/
.aqua-bonkers .bonkers-sorry-top-box .win-bonkers-richtext p{font-size:29px;line-height:34px;margin-top:0px;font-family:AmericanCaptain;}/*Padma*/
.aqua-bonkers .bonkers-sorry-top-box .bonkers-footer-richtext.grid_5{bottom: 78px;}/*09-Jan*/
.bonkers-invalid-code-richtext p{margin:0}
.bonkers-invalid-code-richtext {font-family:AmericanCaptain;color:#1171ac;text-align: center;}
.bonkers-invalid-code-richtext span.bonkers-invalid-code-span{font-size:30px;}/*06-Jan*/
.bonkers-sorry-top-box .win-bonkers-richtext p {width: 70%;margin: 0 auto;text-align: center;}/*06-Jan*/
/*URN Page*/
.aqua-bonkers .box-urn-entry .win-bonkers-richtext p{font-size:13px;color:#1171ac;font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 400;
    line-height: 14px;margin: 0;}
.aqua-bonkers .box-urn-entry .win-bonkers-richtext{width: 100%;margin-bottom:5px;box-sizing: border-box;}/*09-Jan*/
.aqua-bonkers .box-urn-entry .win-bonkers-richtext .bonkers-urn-red-nose-day-span{    display: inline; color: #ec1c2c;}
.aqua-bonkers .box-urn-entry .win-bonkers-richtext p:last-child {
    font-size: 8px;
    font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;
    line-height: 9px;
    padding-top: 5px;color:#1171ac;
}
.bonkers-mandatory-field-text p{ font-size:5px; color: #1171ad; }
 @media only screen and (max-width:959px){
.page-winbonkersbrushtimers .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 12%;
}

.bonkers-footer-richtext.grid_5{right: 0; bottom: 17%;}
.aquafresh-richtext-footer{    padding: 0 40px;}
.bonkers-footer-richtext p:last-child {
    width: 42%;
    margin: 0 auto;
}
.bonkers-footer-richtext p a{display:inline;padding: 0 2px;width: 100%;float: left;}
	.bonkers-footer-richtext p, .bonkers-footer-richtext a{ width: 100%;
    margin: 0;}
.aqua-bonkers .aqua-bonkers-thank-you-box .win-bonkers-richtext p{font-family: "Gotham SSm A", "Gotham SSm B";font-style: normal;font-weight: 700;font-size: 22px;line-height: 27px;font-weight: bold;}
.main .aqua-bonkers .aqua-bonkers-thank-you-box .aqua-promo-content-box {
    width: 70%;
    top: 12%;
    left: 15%;
}
.aqua-bonkers .aqua-bonkers-thank-you-box .aqua-bonkers-promo-mb-bg{ max-height:600px;}
.aqua-bonkers .aqua-bonkers-thank-you-box .captain-aqua-promo-image{bottom:6%;}
}
 @media only screen and (max-width:767px){
 .bonkers-footer-richtext p a{display:inline-block;}
 .bonkers-footer-richtext.grid_5{right: 0; bottom:22px;}
 .aqua-bonkers .aqua-promo-box .win-bonkers-richtext p{padding:0 17%;font-size:14px;line-height: 16px;}
	.aqua-bonkers .aqua-promo-box .win-bonkers-richtext p:first-child{padding:0 10%}
.aqua-promo-box .aqua-bonkers-promo-mb-bg{	max-height: 900px;}
.bonkers-footer-richtext p, .bonkers-footer-richtext a{ display:inherit; }
	.aqua-bonkers .aqua-bonkers-thank-you-box .win-bonkers-richtext p{    font-size: 14px;line-height: 20px;}
	.aqua-bonkers .aqua-bonkers-thank-you-box .aqua-bonkers-promo-mb-bg{ max-height:990px;}
	.aqua-bonkers-thank-you-box .win-bonkers-richtext{width:75%;margin:0 auto;margin-top:4%;}/*06-Jan*/
	.aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text{margin-top: 30px;margin-left: 40%;}
	.aqua-bonkers .win-bonkers-richtext p:first-child{padding: 0; font-size: 11px;  text-align: center;}
	.aqua-bonkers .box-urn-entry .win-bonkers-richtext p:first-child{text-align:left;}
	.main .aqua-bonkers .aqua-bonkers-thank-you-box .aqua-promo-content-box, .bonkers-sorry-top-box .aqua-promo-content-box{width: 80%;top: 12%;left: 0;right: 0;margin: 0 auto !important;}/*06-Jan*/
	.aqua-bonkers .aqua-bonkers-thank-you-box .aqua-bonkers-promo-mb-bg{min-height:620px;}
	.aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text{margin:0 auto;margin-top: 10px;width:100%;text-align:center;}/*06-Jan*/
	.aqua-bonkers .win-bonkers-richtext p:first-child{padding: 0; font-size: 11px;  text-align: center;}/*06-Jan*/
	.aqua-bonkers .bonkers-sorry-top-box  .win-bonkers-richtext p:first-child{padding: 0; font-size: 29px; line-height:34px;width:85%; text-align: center;}/*06-Jan*/
	.aqua-bonkers .bonkers-sorry-top-box .bonkers-footer-richtext.grid_5{right:0}/*06-Jan*/
 }
@media only screen and (min-width: 640px) and (max-width: 640px){
.page-winbonkersbrushtimers .aqua-bonkers-content-box.bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 32px;
}
.page-winbonkersbrushtimers .bonkers-footer-richtext.grid_5 {
right: 0;
bottom: 4%;
}
.page-winbonkersbrushtimers .aqua-promo-content-box .wsform.bonkers-urn-form .bonkers-urn-cantfind-text {
position: absolute;
top: 97px;
width: 85%;
left: 24px;
}
}
@media only screen and (max-width: 736px) {
.page-email-registration .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 90px;
}
.wsform.bonkers-email-reg-form .A_PROF_TC .wsform-hint { right: 76px; }

.page-your-details .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 45px;
}
}
@media only screen and (max-width: 667px) {
.page-email-registration .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 105px;
}
.page-your-details .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom: 60px;
}
}
@media only screen and (max-width: 640px) {
.page-your-details .bonkers-footer-richtext.grid_5 {
    right: 0;
    bottom:46px;
}


.page-winbonkersbrushtimers .bonkers-footer-richtext.grid_5 {
right: 0;
bottom: 4%;
}
.page-email-registration .bonkers-footer-richtext.grid_5 {
right: 0;
bottom: 88px;
}
}
@media only screen and (min-width:600px) and (max-width:600px)  {
.bonkers-footer-richtext.grid_5 {right: 0;bottom: 56px;}
}

@media only screen and (min-width:501px) and (max-width:767px){
	.aqua-bonkers .bonkers-sorry-top-box .aqua-bonkers-promo-mb-bg{min-height:600px;}/*9-Jan*/
	.main .bonkers-sorry-top-box .captain-aqua-promo-image.grid_4{width:25%}
	.main .bonkers-sorry-top-box .mascot-aqua-promo-image.grid_3{width:25%;bottom:25% ;}

 }
 @media only screen and (min-width:320px) and (max-width:500px){
 .aqua-bonkers .aqua-promo-box .win-bonkers-richtext p{font-size:12px;line-height: 14px;}
 .bonkers-footer-richtext p, .bonkers-footer-richtext a{font-size: 8px; display:inherit;}
.main .captain-aqua-promo-image.grid_4,.main .mascot-aqua-promo-image.grid_3{width:20%!important;}
.main .bonkers-sorry-top-box .captain-aqua-promo-image.grid_4{width:25%}
.main .bonkers-sorry-top-box .mascot-aqua-promo-image.grid_3{width:25%;bottom:25% ;}
.aqua-bonkers .win-bonkers-richtext p {margin-top: 0;margin-bottom: 10px;}
.aqua-promo-box .aqua-bonkers-promo-mb-bg img{    min-height:700px;}
/* .aqua-bonkers .win-bonkers-richtext p:first-child{padding: 0; font-size: 11px;  text-align: center;}06-Jan */
.aqua-bonkers .aqua-bonkers-thank-you-box .aqua-bonkers-promo-mb-bg{ max-height: 600px;}
/*.aqua-bonkers .aqua-bonkers-thank-you-box  .bonkers-thank-you-home-text{margin-top: 30px;margin-left: 40%;}08-Jan*/
.main .box-urn-entry .captain-aqua-promo-image.grid_4{width:25%!important;bottom:8%;}
.main  .box-urn-entry .mascot-aqua-promo-image.grid_3{width:30%!important;bottom:15%;}
 }
/*Aquafresh - Bonkers - End*/

/*USIM10014508230 - Infy changes starts*/
.page-home .homepage-image-desktop .paragraphSystem{
	position: relative;
    top: 8px;
}
.page-extreme-clean .paragraph2 img{
    position: relative;
 top:19px;
}
.page-cuidado-diario .kids-normal-pod2 img {
    position: relative;
    bottom: 2px;
}
.page-cuidado-diario .pod2 .component-content{
    position: relative;
    bottom: 7px;
}
.page-cuidado-diario .pod3 .component-content, .page-productos-para-ninos .pod4 .component-content{
    position: relative;
    bottom: 38px;
}
.page-cuidado-diario .pod4 .component-content{
    position: relative;
    bottom: 69px;
}
.page-productos-para-ninos .kids-normal-pod2 .component-content, .page-productos-para-ninos .kids-normal-pod2 .component-content{
	position: relative;
    bottom: 3px;
}
.page-productos-para-ninos .pod3 .component-content{
	position: relative;
    bottom: 8px;
}
.page-blanqueamiento .kids-normal-pod2 .component-content, .page-extreme-clean .kids-normal-pod2 .component-content, .page-proteccion-acidos-azucar .kids-normal-pod2 .component-content{
    position: relative;
    bottom: 4px;
}
.page-blanqueamiento .pod3 .component-content, .page-extreme-clean .pod3 .component-content, .page-proteccion-acidos-azucar .pod3 .component-content{
    position: relative;
    bottom: 9px;
}
/*USIM10014508230 - Infy changes starts*/

/* Greece Font change */
.page-gr .aquafresh-rte-contact-background h2{
       font-family: ArialMTProGrk-Regular, arial, sans-serif;
	   font-size: 20px;
}
.page-gr .everyday-care-image-first h3 {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .everyday-care-image h3 {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .everyday-care-image-first p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .everyday-care-image p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-box-background h2 {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
	font-size: 20px;
}
.page-gr .aquafresh-box-background p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .richText ul li {
  font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .subnote-grey {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .richtext-small {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
   font-size: 12px;
}
.page-gr .brushing-fun-rte .component-content h2 {
  font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .brushing-fun-rte .component-content p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-box-ingredients-background h2 {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
	font-size: 20px;
}
.page-gr .aquafresh-box-ingredients-background p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-box-white-background h2 {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
	font-size: 20px;
}
.page-gr .aquafresh-box-white-background p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-contact-background p {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-white-background h1 {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-white-background p {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-white-first-background p {
  font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-white-second-background p {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr h3 {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-white-background h2 {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
	font-size: 20px;
}
.page-gr .aquafresh-box-products-background h3{
	font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-rte-white-background p {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-box-background p em {
   font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr .aquafresh-sap-box-background h2 {
  font-family: ArialMTProGrk-Regular, arial, sans-serif;
  font-size: 20px;
}
.page-gr .aquafresh-sap-box-background p {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
}
.page-gr  .aquafresh-footer-links a {
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
    text-transform: none;
}
.page-gr  .aquafresh-copyright-text{
    font-family: ArialMTProGrk-Regular, arial, sans-serif;
	font-size:12px;
}
 .page-gr  .aquafresh-home-subhead  span, .aquafresh-richtext-footer span{
    font-family: ArialMTProGrk-Regular, arial, sans-serif !important;
    font-size: 12px !important;
}
.page-gr  .aquafresh-accordion .accordion-head{
    font-family: ArialMTProGrk-Regular, arial, sans-serif !important;
    color: #1E3760;
}
@media only screen and (min-width: 769px) {
.page-gr #footer ul, #header .box ul{
margin-left:55px !important;
}

.page-gr .aquafresh-box-products-background h2{
    font-family: ArialMTProGrk-Regular, arial, sans-serif !important;
    font-size: 20px;
}
}
/* Greece Font change */

/*USIM10014614597 L3 Change Starts */
.page-kids-products.ru-locale-box .find-out-more a {
    background: url(../../img/AQ_BrandWebsite_Kids_Product_Landing_AW_arrow.png) no-repeat scroll 494px 0px transparent;
    margin-top: -2% !important;
	
}
/*USIM10014614597 L3 Change Ends */

/*USIM10014686040 - Infy chnages starts*/
.page-intenseclean .aquafresh-kids-image-gallery .imageGallery-list-inner{
	position: relative;
    top: 50px;
}
.page-branqueadoras .kids-normal-pod2{
	position: relative;
    bottom: 30px;
}
.page-cuidado-diario .component.image.odd.section.kids-normal-pod2{
	position: relative;
    padding-bottom: 8px;
}
.page-cuidado-diario .other-products-banner img{
	position: relative;
    bottom: 15px;	
}
.navigation-horizontal.grid_12 .navigation-level1.page-cuidado-diario a{
	padding-bottom: 3px !important;
}
/*USIM10014686040 - Infy chnages ends*/

/*USIM10014826971 - Infy changes starts*/
.page-putzzeit .tipp-rt{
    position: relative;
    bottom: 50px;
}

/*USIM10014826971 - Infy changes ends*/

.aquafresh-footer-links a:hover {
    font-size: 14px;
    color: #093c75;
    
}
@media only screen and(max-width:768px) {
.page-extreme-clean .paragraph2 img{
    position: relative;
    top:24px;
}
}

.video-p {
    background: linear-gradient(to bottom, #EDEDED 0%, #FEFEFE 4%, #F4F4F4 52%, #D1D1D1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 1px;
    width: 218px;
    text-align: center;
    padding-right: 0px;
}
.telephone-icon:before, .email-icon:before {
	padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.telephone-icon:before {
	content: '';
	background: url('../../img/phone.png') no-repeat;
	width: 12px;
	height:16px;
	vertical-align: baseline;
}
.email-icon:before {
	content: '';
	background: url('../../img/email.png') no-repeat;
	width: 12px;
	height:13px;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/flash.scss */
.flash {
  text-align: center;
}

/* line 7, ../../sass/components/flash.scss */
.flash object {
  max-width: 100%;
}

/* Flash is not installed */
/* line 12, ../../sass/components/flash.scss */
.flash-missing {
  margin: 0 auto;
}

/* line 16, ../../sass/components/flash.scss */
.flash .seoDescription {
  display: none;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/breadcrumbs.scss */
.breadcrumbs {
  margin: 10px 0;
}

/* line 7, ../../sass/components/breadcrumbs.scss */
.breadcrumbs-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 14, ../../sass/components/breadcrumbs.scss */
.breadcrumbs-list li {
  background-image: url(../../img/arrow-right.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  float: left;
  padding-right: 15px;
  margin-right: 9px;
}

/* line 21, ../../sass/components/breadcrumbs.scss */
.breadcrumbs-list li:last-child {
  background-image: none;
}

@media only screen and (max-width: 959px) {
  /* line 26, ../../sass/components/breadcrumbs.scss */
  .breadcrumbs-list li {
    float: none;
  }
}
.eventcalendar .eventCalendarFilter, #eventCalendar{
  border:solid 1px #D5D1CE;  
}
.eventcalendar .eventCalendarFilter h4{
text-align:center;
border-bottom:solid 1px #D5D1CE; 	
}

.eventcalendar .eventCalendarFilter .eventCalendarDateRange h4{
	border-top:solid 1px #D5D1CE;
}
.eventcalendar .eventCalendarFilter .selectStartDate, .eventCalendarFilter .selectEndDate  {
background:url("../../img/green_calendar.jpg") no-repeat right center;
}
.eventcalendar .eventCalendarFilter .eventCalendarSortInput, 
.eventcalendar .eventCalendarFilter .eventCalendarCategoryInput, 
.eventcalendar .eventCalendarFilter .eventCalendarLocationInput{
	margin-bottom:15px;
	padding:0 10px;
}
.eventcalendar .eventCalendarFilter .eventCalendarDateRange .selectEventDate{
padding:0 10px;
text-align:center;
}

.eventcalendar .eventCalendarFilter .eventCalendarDateRange .selectEventDate label{
	width:130px;
	display:inline-block;
}

.eventcalendar .eventCalendarFilter .eventCalendarDateRange .selectEventDate label span{
	display: block;
	text-align:center;
	font-weight:700;
}
.eventcalendar .eventCalendarFilter .eventCalendarSortInput label, 
.eventcalendar .eventCalendarFilter .eventCalendarCategoryInput label, 
.eventcalendar .eventCalendarFilter .eventCalendarLocationInput label{
display:inline-block;width:100px;	
}
.eventcalendar .eventCalendarFilter .eventCalendarSortInput select, 
.eventcalendar .eventCalendarFilter .eventCalendarCategoryInput select, 
.eventcalendar .eventCalendarFilter .eventCalendarLocationInput select{
 width:120px;	
}
.eventcalendar .eventCalendarFilter .eventCalendarButtons{
	margin:25px 0; 
	padding:0 10px;
}
.eventcalendar .eventCalendarButtons .eventCalendarSubmit{float:right;}
 .fc-event {
    background-color: #f36633;
 }
 
.eventcalendar .fc-icon-left-single-arrow:after, .eventCalendar .fc-icon-right-single-arrow:after {
	color:#f36633;
}
.eventcalendar .ui-state-default .ui-icon {
    background-image: url("../../img/ui-icons_FF7A21_256x240.png");
}
.eventcalendar .fc td, .eventCalendar .fc th {vertical-align:middle;}

.eventcalendar .fc-event-time, .fc-event-title{color:#fff;}
.eventcalendar .fc-day div {
     min-height: 20px !important;
}
.eventCalendar .fc-header-title h2, .fc-header .fc-button{margin-bottom:0;}
.eventDetails{border-bottom: 1px solid #D5D1CE; padding-bottom: 10px;}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #ddd;
}

.eventCalendar .ui-widget-content{background:none;}
.eventcalendar .eventCalendarFilter{
  border:solid 1px #D5D1CE;  
}
.eventcalendar .eventCalendarFilter h4{
text-align:center;
border-bottom:solid 1px #D5D1CE; 	
}

.eventcalendar .eventCalendarFilter .eventCalendarDateRange h4{
	border-top:solid 1px #D5D1CE;
}
.eventcalendar .eventCalendarFilter .selectStartDate, .eventCalendarFilter .selectEndDate  {
background:url("../../img/green_calendar.jpg") no-repeat right center;
}
.eventcalendar .eventCalendarFilter .eventCalendarSortInput, 
.eventcalendar .eventCalendarFilter .eventCalendarCategoryInput, 
.eventcalendar .eventCalendarFilter .eventCalendarLocationInput{
	margin-bottom:15px;
	padding:0 10px;
}
.eventcalendar .eventCalendarFilter .eventCalendarDateRange .selectEventDate{
padding:0 10px;
text-align:center;
}

.eventcalendar .eventCalendarFilter .eventCalendarDateRange .selectEventDate label{
	width:130px;
	display:inline-block;
}

.eventcalendar .eventCalendarFilter .eventCalendarDateRange .selectEventDate label span{
	display: block;
	text-align:center;
	font-weight:700;
}
.eventcalendar .eventCalendarFilter .eventCalendarSortInput label, 
.eventcalendar .eventCalendarFilter .eventCalendarCategoryInput label, 
.eventcalendar .eventCalendarFilter .eventCalendarLocationInput label{
display:inline-block;width:100px;	
}
.eventcalendar .eventCalendarFilter .eventCalendarSortInput select, 
.eventcalendar .eventCalendarFilter .eventCalendarCategoryInput select, 
.eventcalendar .eventCalendarFilter .eventCalendarLocationInput select{
 width:120px;	
}
.eventcalendar .eventCalendarFilter .eventCalendarButtons{
	margin:25px 0; 
	padding:0 10px;
}
.eventcalendar .eventCalendarButtons .eventCalendarSubmit{float:right;}
 .fc-event {
    background-color: #f36633;
 }
 
.eventcalendar .fc-icon-left-single-arrow:after, .eventCalendar .fc-icon-right-single-arrow:after {
	color:#f36633;
}
.eventcalendar .ui-state-default .ui-icon {
    background-image: url("../../img/ui-icons_FF7A21_256x240.png");
}
.eventcalendar .fc td, .eventCalendar .fc th {vertical-align:middle;}
 
.eventcalendar .fc-event-time, .fc-event-title{color:#fff;}
.eventcalendar .fc-day div {
     min-height: 20px !important;
}

.eventDetails{border-bottom: 1px solid #D5D1CE; padding-bottom: 10px;}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #ddd;
}
.eventcalendar .eventCalendarContainer{margin-top:5px;}
.eventCalendarTemplate, .event-results-label, .eventcalendar .searchResultDetails{display:none;} 
.eventcalendar .searchResultContainer .register a{font-weight:700;background-color: #f36633;
    border: 1px solid #d5d1ce;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
margin-top:10px;}
.eventcalendar .eventCalendarContainer .eventDetails div strong{display:inline-block;width:150px;}
.eventcalendar .errorText{color:#ff0000;margin-left:10px;}
.eventcalendar .eventDetails .unsubscribe{display:none;}
.eventcalendar .eventDetails .register{display:none;}.dosageCalculator .dosageCalculatorInput{padding:20px 10px 0 10px;border:solid 1px #D5D1CE;display:block; } 
.dosageCalculator  .hasDatepicker, .dosageCalculator input{padding:7px 0;border:solid 1px #e0e0e0;width:125px;}
.dosageCalculator .dosageOptionGroup, .dosageCalculator .button{display:inline-block;margin-right:5px;margin-bottom:20px;vertical-align:text-top;}  
.dosageCalculator .dosageCalculatorVFail{border: 1px solid #FF0000;} 
.dosageCalculator .dosageOptionGroup p.dosageError{color:#FF0000;padding:7px 0 0 0;width:150px;margin:0;text-align:center;}  
.dosageCalculator button.ui-datepicker-trigger{margin-left:5px;}
.dosageCalculator  .dosageDatepicker{background:url("../../img/calendar-icon.jpg") no-repeat right center;}
@media only screen and (min-width: 300px) and (max-width:768px) { 
.dosageCalculator .dosageCalculatorInput .dosageOptionGroup{
	  display:block;
	  width:100%;
	  margin-bottom:10px;
 }
 .dosageCalculator  .hasDatepicker, .dosageCalculator input{
	width:60%; 
 }
.dosageCalculator .dosageCalculatorInput label span{
 	 display:block; 
  }
.dosageCalculator .hasDatepicker, .dosageCalculator input{
	  margin:0 15px 0 0;
  }
}

.eventdetails .eventDetails-eventDate,.eventDetails-itineraryDayDate{color: #72635e;}
.eventdetails .eventDetails-speakerPhotoUrl{display:inline-block;vertical-align:top;margin-right:25px;}
.eventdetails .eventDetails-speakerProfile{display:inline-block;}
.eventdetails .eventDetails-location, .eventdetails .eventDetails-locationName{background:url("../../img/location.png") no-repeat left center;padding:5px 15px;}
.eventdetails .eventDetails-locale{background:url("../../img/locale.png") no-repeat left center;padding:5px 20px;}
.eventdetails .eventDetailsInfo h2{color:#72635e;font-size:25px;}

.eventdetails .eventDetails-itineraryDayDate{background:#F36633;} 
.eventdetails .eventDetails-itineraryDayDate h5{color:#fff;padding:7px 10px;font-size:1em;}
.eventdetails .eventDetails-keyDocumentsDownload a{background:url("../../img/Download_Icon.png") no-repeat left center;padding-left:17px;}
.eventdetails .eventDetails-locationPic{width:250px;height:200px;}
.eventdetails .eventDetails-itineraryItemInfo p{display:inline-block;}

.eventdetails .eventDetailsSpeaker{margin-bottom:15px;}
.eventdetails .eventDetailsSpeakerInfo ul{padding-left:0;}
.eventdetails .eventDetailsSpeakerInfo ul li, .eventdetails .eventDetailsItineraryInfo li{list-style-type:none;}
.eventdetails .eventDetailsSpeakerInfo .eventDetails-speakerProfile .eventDetails-speakerPhoto{float:left;margin:0 15px 0 0;}
.eventdetails .eventDetailsSpeakerInfo .eventDetails-speakerProfile h4, 
.eventdetails .eventDetailsSpeakerInfo .eventDetails-speakerProfile p{padding:10px;}

.eventdetails button.eventDetails-eventRegister-button, .eventdetails .eventDetails-eventUnRegister-button, .eventdetails .eventDetails-eventLaunch-button, .eventdetails .eventDetails-eventNotLoggedIn a{background-color: #f36633;border: 1px solid #d5d1ce;border-radius: 0;
    color: #fff;cursor: pointer;
    display: inline-block;padding: 5px 20px;margin-top:10px;} 

.eventdetails ul.eventDetailsSpeakerInfo li, .eventDetails ul.eventDetailsItineraryInfo{list-style-type:none;}  
.eventdetails .eventDetailsItineraryInfo .eventDetails-itineraryItemInfo{border-bottom:solid 1px #e0e0e0;padding:5px 0;}
.eventdetails .eventDetailsItineraryInfo span.eventDetails-itineraryItemEndDate, .eventdetails .eventDetailsItineraryInfo span.eventDetails-itineraryItemDate{display:inline-block;width:90px;}

.eventDetails-relatedEvents ul li, .eventDetails-pastRelatedEvents ul li{list-style-type:none;}
.eventdetails .eventRelatedList-img-small, .eventdetails .eventRelatedList-description, .eventdetails .eventRelatedList-location, .eventdetails .eventRelated-eventLive{
    	display:inline-block;
        vertical-align:top; 
}
.eventdetails .eventRelatedList-img-small{width:10%;}
.eventdetails .eventRelatedList-description{width:68%;}
.eventdetails .eventRelatedList-location{width:15%;}
.eventdetails .eventRelated-eventLive{width:5%;}
.eventdetails .eventRelated-eventLive p{background:#F36633;color:#fff;padding:40px 10px;}

.eventdetails .eventRelatedList-location .eventDetails-eventWebinar{
    background:url("../../img/video.png") no-repeat left center;padding:5px 23px;
}
.eventdetails .eventRelatedList-location .eventRelated-eventLive, .eventdetails .eventRelatedList-location .eventDetails-eventWebinar, .eventdetails .eventRelatedList-location .eventDetails-duration, 
.eventdetails .eventDetails-eventNotWebinar 
{
    display:none;
}
.eventdetails .showWebinarEvent.eventRelatedList-location .eventDetails-eventWebinar, 
.eventdetails .showWebinarEvent.eventRelatedList-location .eventDetails-duration{display:block;}

.eventdetails .showEventLocation.eventRelatedList-location .eventDetails-eventNotWebinar{display:block;}
.eventdetails .eventRelated-eventLive.hideLiveEvent
{
    display:none;
}
.eventdetails .eventRelated-eventLive.showLiveEvent{display:inline-block;}

.eventdetails .eventDetails-eventRegister .eventDetails-eventRegister-button.eventDetails-button-disabled:disabled{background-color:#cccccc;color:#e0e0e0;border-color:#e0e0e0;}
.eventdetails .eventDetails-zincCode p{float:right;font-size:11px;}

.eventDetails-relatedEvents .eventDetails-duration, .eventDetails-pastRelatedEvents .eventDetails-duration{
 background:url("../../img/clock.png") no-repeat left center;padding:5px 20px;
}
.eventList-prescription .eventList-prescriptionurl{
    background:url("../../img/Download_Icon.png") no-repeat left center;padding-left:17px;}

.eventdetails .eventDetails-category.showWebinarEvent .eventDetails-eventWebinar, .eventdetails .eventDetails-category.showEventLocation .eventDetails-eventNotWebinar{
	display: block;
}
.eventdetails .eventDetails-category.showWebinarEvent .eventDetails-eventNotWebinar, .eventdetails .eventDetails-category.showEventLocation .eventDetails-eventWebinar{
	display: none;
}
.eventdetails .eventDetails-category .eventDetails-eventWebinar {
	background:url("../../img/video.png") no-repeat left center;
	padding:5px 25px;
}
.eventdetails .eventDetails-category .eventDetails-eventNotWebinar {
	background: rgba(0, 0, 0, 0) url("../../img/location.png") no-repeat scroll left center;
    padding: 5px 15px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/title.scss */
.title h1 {
  word-wrap: break-word;
}

