/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/* STATES AND INPUT GROUP VARIABLES
    ------------------------------------*/
/*   TEMPORARY VARIABLES FOR OPERATIONS
    ------------------------------------*/
/*   CREATING SCSS USABLE VARIABLES FOR INTERPOLATION
    ------------------------------------*/
/*   FUNCTIONAL VARIABLES FOR INPUTS AND STATES
    ------------------------------------*/
/* COLOR AND FONT VARIABLES
TODO: SEPARATE COLOR ON FUNCTIONS
    ------------------------------------*/
/*$errorMainColor: #b94a48;*/
/*$errorBorderColor: #953b39;*/
/* MAIN STYLE FOR FORM
    ------------------------------------*/
/* line 99, ../../sass/components/wsform.scss */
.wsform {
  /* TWITTER BOOTSTRAP FORM STYLE
    ------------------------------------*/
  /* STATES STYLES
      ------------------------------------*/
  /* Messages
     ------------------------------------*/
  /* ARROW BUTTON STYLES
     -----------------------------------*/
}
/* line 101, ../../sass/components/wsform.scss */
.wsform .component-content {
  background-color: #EEECE4;
  padding: 0 1em;
}
/* line 109, ../../sass/components/wsform.scss */
.wsform form {
  margin: 0 0 20px;
}
/* line 113, ../../sass/components/wsform.scss */
.wsform fieldset {
  border: 0;
  margin: 15px 0;
  min-width: 0;
}
/* line 120, ../../sass/components/wsform.scss */
.wsform legend,
.wsform h2 {
  border-bottom: 1px solid #998A7C;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
/* line 129, ../../sass/components/wsform.scss */
.wsform fieldset legend {
  display: table;
  white-space: normal;
  margin-right: 10px;
}
/* line 139, ../../sass/components/wsform.scss */
.wsform label,
.wsform input,
.wsform button,
.wsform select,
.wsform textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  max-width: 100%;
}
/* line 146, ../../sass/components/wsform.scss */
.wsform textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  min-width: 200px;
}
/* line 155, ../../sass/components/wsform.scss */
.wsform input,
.wsform button,
.wsform select,
.wsform textarea {
  font-family: Arial, sans-serif;
}
/* line 159, ../../sass/components/wsform.scss */
.wsform label {
  display: block;
  margin-bottom: 5px;
}
/* line 167, ../../sass/components/wsform.scss */
.wsform select,
.wsform textarea,
.wsform input[type="email"], .wsform input[type="number"], .wsform input[type="password"], .wsform input[type="search"], .wsform input[type="tel"], .wsform input[type="text"], .wsform input[type="url"], .wsform input[type="color"], .wsform input[type="date"], .wsform input[type="DATEPICKER"], .wsform input[type="datetime"], .wsform input[type="datetime-local"], .wsform input[type="month"], .wsform input[type="time"], .wsform input[type="week"],
.wsform .uneditable-input {
  display: inline-block;
  height: 35px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #c9bfb8;
  vertical-align: middle;
}
/* line 180, ../../sass/components/wsform.scss */
.wsform input,
.wsform textarea,
.wsform .uneditable-input {
  width: 206px;
}
/* line 184, ../../sass/components/wsform.scss */
.wsform fieldset textarea {
  resize: vertical;
  width: 100%;
}
/* line 189, ../../sass/components/wsform.scss */
.wsform textarea {
  height: auto;
}
/* line 196, ../../sass/components/wsform.scss */
.wsform select,
.wsform textarea,
.wsform input[type="email"], .wsform input[type="number"], .wsform input[type="password"], .wsform input[type="search"], .wsform input[type="tel"], .wsform input[type="text"], .wsform input[type="url"], .wsform input[type="color"], .wsform input[type="date"], .wsform input[type="DATEPICKER"], .wsform input[type="datetime"], .wsform input[type="datetime-local"], .wsform input[type="month"], .wsform input[type="time"], .wsform input[type="week"],
.wsform .uneditable-input {
  background-color: white;
  border: 1px solid transparent;
  -webkit-transition: border linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 205, ../../sass/components/wsform.scss */
.wsform select:focus,
.wsform textarea:focus,
.wsform input[type="email"]:focus, .wsform input[type="number"]:focus, .wsform input[type="password"]:focus, .wsform input[type="search"]:focus, .wsform input[type="tel"]:focus, .wsform input[type="text"]:focus, .wsform input[type="url"]:focus, .wsform input[type="color"]:focus, .wsform input[type="date"]:focus, .wsform input[type="DATEPICKER"]:focus, .wsform input[type="datetime"]:focus, .wsform input[type="datetime-local"]:focus, .wsform input[type="month"]:focus, .wsform input[type="time"]:focus, .wsform input[type="week"]:focus,
.wsform .uneditable-input:focus {
  border-color: rgba(255, 102, 0, 0.8);
  color: #323131;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 0, 0.6);
}
/* line 215, ../../sass/components/wsform.scss */
.wsform input + .help-block,
.wsform select + .help-block,
.wsform textarea + .help-block,
.wsform .uneditable-input + .help-block {
  margin-top: 10px;
}
/* line 223, ../../sass/components/wsform.scss */
.wsform input,
.wsform textarea,
.wsform select,
.wsform .help-inline,
.wsform .uneditable-input {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
/* line 232, ../../sass/components/wsform.scss */
.wsform input[type="radio"],
.wsform input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px                  \9;
  *margin-top: 0;
  line-height: normal;
}
/* line 245, ../../sass/components/wsform.scss */
.wsform input[type="file"],
.wsform input[type="image"],
.wsform input[type="submit"],
.wsform input[type="reset"],
.wsform input[type="button"],
.wsform input[type="radio"],
.wsform input[type="checkbox"] {
  width: auto;
}
/* line 250, ../../sass/components/wsform.scss */
.wsform select,
.wsform input[type="file"] {
  height: 43px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 43px;
  padding: 12px 10px;
}
/* line 259, ../../sass/components/wsform.scss */
.wsform select {
  width: 220px;
  background-color: white;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("../../img/arrow-down-select.png") right center no-repeat;
  text-indent: 0.01px;
  text-overflow: "";
  outline: 0;
  line-height: 1em;
}
/* line 272, ../../sass/components/wsform.scss */
.wsform select::-ms-expand {
  display: none;
}
/* line 277, ../../sass/components/wsform.scss */
.wsform select[multiple],
.wsform select[size] {
  height: auto;
}
/* line 282, ../../sass/components/wsform.scss */
.wsform .uneditable-input,
.wsform .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
}
/* line 290, ../../sass/components/wsform.scss */
.wsform .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
/* line 295, ../../sass/components/wsform.scss */
.wsform .uneditable-textarea {
  width: auto;
  height: auto;
}
/* line 305, ../../sass/components/wsform.scss */
.wsform input:-moz-placeholder,
.wsform textarea:-moz-placeholder,
.wsform input:-ms-input-placeholder,
.wsform textarea:-ms-input-placeholder,
.wsform input::-webkit-input-placeholder,
.wsform textarea::-webkit-input-placeholder {
  color: #999999;
}
/* line 309, ../../sass/components/wsform.scss */
.wsform .form-actions {
  padding-left: 180px;
}
/* line 313, ../../sass/components/wsform.scss */
.wsform .hide {
  display: none;
}
/* line 318, ../../sass/components/wsform.scss */
.wsform .radio,
.wsform .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
/* line 324, ../../sass/components/wsform.scss */
.wsform .radio input[type="radio"],
.wsform .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -22px;
}
/* line 330, ../../sass/components/wsform.scss */
.wsform .wsform-controls,
.wsform .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 336, ../../sass/components/wsform.scss */
.wsform .wsform-controls:first-child,
.wsform .controls:first-child {
  *padding-left: 180px;
}
/* line 342, ../../sass/components/wsform.scss */
.wsform .wsform-controls > .radio:first-child,
.wsform .wsform-controls > .checkbox:first-child {
  padding-top: 5px;
}
/* line 347, ../../sass/components/wsform.scss */
.wsform .radio.inline,
.wsform .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 355, ../../sass/components/wsform.scss */
.wsform .radio.inline + .radio.inline,
.wsform .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* line 361, ../../sass/components/wsform.scss */
.wsform input,
.wsform textarea,
.wsform .uneditable-input {
  margin-left: 0;
}
/* line 365, ../../sass/components/wsform.scss */
.wsform .wsform-controls-row {
  *zoom: 1;
}
/* line 368, ../../sass/components/wsform.scss */
.wsform .wsform-controls-row:before, .wsform .wsform-controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 373, ../../sass/components/wsform.scss */
.wsform .wsform-controls-row:after {
  clear: both;
}
/* line 383, ../../sass/components/wsform.scss */
.wsform input[disabled],
.wsform select[disabled],
.wsform textarea[disabled],
.wsform input[readonly],
.wsform select[readonly],
.wsform textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
/* line 388, ../../sass/components/wsform.scss */
.wsform input[readonly].hasDatepicker {
  cursor: pointer;
  background-color: #fff;
}
/* line 396, ../../sass/components/wsform.scss */
.wsform input[type="radio"][disabled],
.wsform input[type="checkbox"][disabled],
.wsform input[type="radio"][readonly],
.wsform input[type="checkbox"][readonly] {
  background-color: transparent;
}
/* line 403, ../../sass/components/wsform.scss */
.wsform .wsform-label {
  float: left;
  width: 160px;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
  line-height: normal;
}
/* line 414, ../../sass/components/wsform.scss */
.wsform .wsform-message {
  display: none;
  margin: 10px 0;
  padding: 0 10px;
}
/* line 419, ../../sass/components/wsform.scss */
.wsform .wsform-message a {
  color: #333;
}
/* line 422, ../../sass/components/wsform.scss */
.wsform .wsform-message a:hover {
  color: #000;
}
/* line 427, ../../sass/components/wsform.scss */
.wsform .wsform-message.wsform-success {
  background-color: #dff2bf;
  border: 1px solid #89b15f;
  color: #468847;
}
/* line 433, ../../sass/components/wsform.scss */
.wsform .wsform-message.wsform-failure {
  background-color: #FEEFB3;
  border: 1px solid #BF9555;
  color: #996A25;
}
/* line 439, ../../sass/components/wsform.scss */
.wsform .wsform-message.wsform-error {
  background-color: #ffbaba;
  border: 1px solid #e53e46;
  color: #c6080e;
}
/* line 445, ../../sass/components/wsform.scss */
.wsform .wsform-message.wsform-info {
  background-color: #bde5f8;
  border: 1px solid #3f83ba;
  color: #0F62A6;
}
/* line 453, ../../sass/components/wsform.scss */
.wsform .wsform-hint,
.wsform .mandatory-marker {
  color: #c6080e;
}
/* line 457, ../../sass/components/wsform.scss */
.wsform .wsform-hint-server {
  display: none;
}
/* line 463, ../../sass/components/wsform.scss */
.wsform input:focus:invalid,
.wsform textarea:focus:invalid,
.wsform select:focus:invalid {
  color: #c6080e;
  border-color: #ee5f5b;
}
/* line 470, ../../sass/components/wsform.scss */
.wsform input:focus:invalid:focus,
.wsform textarea:focus:invalid:focus,
.wsform select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
/* line 476, ../../sass/components/wsform.scss */
.wsform .help-block,
.wsform .help-inline {
  color: #595959;
}
/* line 480, ../../sass/components/wsform.scss */
.wsform .help-block {
  display: block;
  margin-bottom: 0;
}
/* line 485, ../../sass/components/wsform.scss */
.wsform .help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
/* line 493, ../../sass/components/wsform.scss */
.wsform .wsform-item {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 498, ../../sass/components/wsform.scss */
.wsform .wsform-item:before, .wsform .wsform-item:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 503, ../../sass/components/wsform.scss */
.wsform .wsform-item:after {
  clear: both;
}
/* line 509, ../../sass/components/wsform.scss */
.wsform .wsform-item .wsform-controls a {
  margin-right: 15px;
  padding-left: 10px;
  position: relative;
}
/* line 514, ../../sass/components/wsform.scss */
.wsform .wsform-item .wsform-controls a:after {
  content: '>';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
/* line 529, ../../sass/components/wsform.scss */
.wsform legend + .wsform-item,
.wsform h2 + .wsform-item,
.wsform h2 + .wsform-result + .wsform-item {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
/* line 534, ../../sass/components/wsform.scss */
.wsform .radio input[type="radio"] {
  width: 20px;
  float: none;
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 542, ../../sass/components/wsform.scss */
.wsform .radio .radio-label-text {
  line-height: 13px;
  vertical-align: baseline;
}
/* line 551, ../../sass/components/wsform.scss */
.wsform .button-arrow-left button,
.wsform .button-arrow-right button {
  position: relative;
  box-shadow: none;
  height: 28px;
  overflow: visible;
}
/* line 558, ../../sass/components/wsform.scss */
.wsform .button-arrow-left button {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 20px;
}
/* line 565, ../../sass/components/wsform.scss */
.wsform .button-arrow-right button {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 20px;
}
/* line 573, ../../sass/components/wsform.scss */
.wsform .button-arrow-left button:after,
.wsform .button-arrow-right button:after {
  content: ' ';
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 3px;
  background-color: #e1e1e1;
  border: 2px solid #656363;
  box-shadow: none;
}
/* line 585, ../../sass/components/wsform.scss */
.wsform .button-arrow-left button:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -10px;
  border-width: 0px 1px 1px 0px;
  border-bottom-right-radius: 5px;
}
/* line 596, ../../sass/components/wsform.scss */
.wsform .button-arrow-right button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  border-width: 1px 1px 0px 0px;
  border-top-right-radius: 5px;
}
/* line 608, ../../sass/components/wsform.scss */
.wsform .button-arrow-left button:hover:after,
.wsform .button-arrow-right button:hover:after {
  background-color: #939191;
}

/* IE STYLES
    ------------------------------------*/
/* line 620, ../../sass/components/wsform.scss */
.lt-ie9 .wsform fieldset {
  position: relative;
  margin: 10px;
}
/* line 625, ../../sass/components/wsform.scss */
.lt-ie9 .wsform fieldset legend {
  position: relative;
  top: -0.7em;
  left: 0.5em;
  margin-right: 20px;
}
/* line 632, ../../sass/components/wsform.scss */
.lt-ie9 .wsform fieldset legend span {
  display: block;
  width: 100%;
}
/* line 637, ../../sass/components/wsform.scss */
.lt-ie9 .wsform .input-focus-border-fix {
  border-color: #ff6600;
}
/* line 641, ../../sass/components/wsform.scss */
.lt-ie9 .wsform .button {
  border: 1px solid #656363;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
/* line 649, ../../sass/components/wsform.scss */
.lt-ie9 .wsform .button-arrow-left button:after,
.lt-ie9 .wsform .button-arrow-right button:after {
  position: static;
  border: none;
  display: inline;
}
/* line 655, ../../sass/components/wsform.scss */
.lt-ie9 .wsform .button-arrow-left button:before {
  content: "<<";
  padding-right: 5px;
}
/* line 660, ../../sass/components/wsform.scss */
.lt-ie9 .wsform .button-arrow-right button:after {
  content: ">>";
  padding-left: 5px;
}

/* line 673, ../../sass/components/wsform.scss */
.lt-ie8 .wsform fieldset legend {
  top: -0.5em;
}
/* line 677, ../../sass/components/wsform.scss */
.lt-ie8 .wsform .button {
  display: inline;
}
/* line 682, ../../sass/components/wsform.scss */
.lt-ie8 .wsform .button-arrow-left button,
.lt-ie8 .wsform .button-arrow-right button {
  position: static;
}

/* MEDIA QUERIES
    ------------------------------------*/
@media only screen and (max-width: 767px) {
  /* line 697, ../../sass/components/wsform.scss */
  .wsform .radio input[type="radio"] {
    height: 14px;
  }
  /* line 701, ../../sass/components/wsform.scss */
  .wsform .wsform-item {
    margin-bottom: 10px;
  }
  /* line 705, ../../sass/components/wsform.scss */
  .wsform .checkboxField .control-label {
    float: left;
  }
  /* line 709, ../../sass/components/wsform.scss */
  .wsform .wsform-label {
    float: none;
    width: 160px;
    padding-top: 5px;
    text-align: left;
  }
  /* line 717, ../../sass/components/wsform.scss */
  .wsform .wsform-controls,
  .wsform .controls {
    margin-left: 0;
  }
  /* line 721, ../../sass/components/wsform.scss */
  .wsform .help-block {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 239px) {
  /* line 734, ../../sass/components/wsform.scss */
  .wsform input,
  .wsform textarea,
  .wsform .uneditable-input {
    width: 200px;
  }
  /* line 738, ../../sass/components/wsform.scss */
  .wsform select {
    width: 200px;
  }
}
/* NO JS STYLES
    ------------------------------------*/
/* line 751, ../../sass/components/wsform.scss */
.no-js .clearButton {
  display: none;
}

/* Jquery UI Datepicker */
/* line 2, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-hidden {
  display: none;
}

/* line 5, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 15, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 26, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 31, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 34, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 37, ../../sass/components/wsform/_datepicker.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 47, ../../sass/components/wsform/_datepicker.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 54, ../../sass/components/wsform/_datepicker.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 63, ../../sass/components/wsform/_datepicker.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 75, ../../sass/components/wsform/_datepicker.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 82, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 87, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 92, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 99, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 102, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 105, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 108, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 111, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 115, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 123, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 128, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 133, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 136, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 142, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 148, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 153, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 159, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 167, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 175, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 180, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 183, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 186, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 190, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 193, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 196, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 200, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 203, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 206, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 213, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 216, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 220, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 224, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 228, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 232, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 235, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 239, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 243, ../../sass/components/wsform/_datepicker.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
/* line 250, ../../sass/components/wsform/_datepicker.scss */
.ui-widget {
  font-size: 1.1em;
}

/* line 253, ../../sass/components/wsform/_datepicker.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 259, ../../sass/components/wsform/_datepicker.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

/* line 262, ../../sass/components/wsform/_datepicker.scss */
.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eeeeee;
  color: #1f1f1f;
}

/* line 267, ../../sass/components/wsform/_datepicker.scss */
.ui-widget-content a {
  color: #1f1f1f;
}

/* line 270, ../../sass/components/wsform/_datepicker.scss */
.ui-widget-header {
  border: 1px solid #EEECE4;
  background: white;
  color: #323131;
  font-weight: bold;
}

/* line 276, ../../sass/components/wsform/_datepicker.scss */
.ui-widget-header a {
  color: #323131;
}

/* Interaction states
----------------------------------*/
/* line 284, ../../sass/components/wsform/_datepicker.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cbc7bd;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24;
}

/* line 292, ../../sass/components/wsform/_datepicker.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #654b24;
  text-decoration: none;
}

/* line 301, ../../sass/components/wsform/_datepicker.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: #ffffff;
}

/* line 314, ../../sass/components/wsform/_datepicker.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 320, ../../sass/components/wsform/_datepicker.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: #ffffff;
}

/* line 328, ../../sass/components/wsform/_datepicker.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 337, ../../sass/components/wsform/_datepicker.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427;
}

/* line 344, ../../sass/components/wsform/_datepicker.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #3a3427;
}

/* line 349, ../../sass/components/wsform/_datepicker.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: #ffffff;
}

/* line 356, ../../sass/components/wsform/_datepicker.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

/* line 361, ../../sass/components/wsform/_datepicker.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

/* line 366, ../../sass/components/wsform/_datepicker.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 371, ../../sass/components/wsform/_datepicker.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 378, ../../sass/components/wsform/_datepicker.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 383, ../../sass/components/wsform/_datepicker.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 391, ../../sass/components/wsform/_datepicker.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 396, ../../sass/components/wsform/_datepicker.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../../img/ui-icons_222222_256x240.png);
}

/* line 399, ../../sass/components/wsform/_datepicker.scss */
.ui-widget-header .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png);
}

/* line 402, ../../sass/components/wsform/_datepicker.scss */
.ui-state-default .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png);
}

/* line 406, ../../sass/components/wsform/_datepicker.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png);
}

/* line 409, ../../sass/components/wsform/_datepicker.scss */
.ui-state-active .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png);
}

/* line 412, ../../sass/components/wsform/_datepicker.scss */
.ui-state-highlight .ui-icon {
  background-image: url(../../img/ui-icons_3572ac_256x240.png);
}

/* line 416, ../../sass/components/wsform/_datepicker.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../../img/ui-icons_fbdb93_256x240.png);
}

/* positioning */
/* line 421, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 422, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 423, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 424, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 425, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 426, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 427, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 428, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 429, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 430, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 431, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 432, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 433, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 434, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 435, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 436, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 437, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 438, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 439, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 440, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 441, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 442, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 443, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 444, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 445, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 446, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 447, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 448, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 449, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 450, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 451, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 452, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 453, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 454, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 455, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 456, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 457, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 458, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 459, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 460, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 461, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 462, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 463, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 464, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 465, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 466, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 467, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 468, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 469, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 470, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 471, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 472, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 473, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 474, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 475, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 476, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 477, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 478, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 479, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 480, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 481, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 482, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 483, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 484, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 485, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 486, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 487, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 488, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 489, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 490, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 491, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 492, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 493, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 494, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 495, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 496, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 497, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 498, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 499, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 500, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 501, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 502, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 503, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 504, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 505, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 506, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 507, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 508, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 509, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 510, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 511, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 512, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 513, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 514, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 515, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 516, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 517, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 518, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 519, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 520, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 521, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 522, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 523, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 524, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 525, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 526, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 527, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 528, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 529, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 530, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 531, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 532, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 533, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 534, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 535, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 536, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 537, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 538, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 539, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 540, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 541, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 542, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 543, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 544, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 545, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 546, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 547, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 548, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 549, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 550, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 551, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 552, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 553, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 554, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 555, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 556, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 557, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 559, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 560, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 561, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 562, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 563, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 564, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 565, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 566, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 567, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 568, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 569, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 570, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 571, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 572, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 573, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 574, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 575, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 576, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 577, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 578, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 579, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 580, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 581, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 582, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 583, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 584, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 585, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 586, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 587, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 588, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 589, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 590, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 591, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 592, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 593, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 594, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 595, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 596, ../../sass/components/wsform/_datepicker.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 1, ../../sass/components/wsform/_privacyPolicy.scss */
.privacyPolicy {
  overflow: hidden;
}
/* line 4, ../../sass/components/wsform/_privacyPolicy.scss */
.privacyPolicy p {
  margin: 0;
}
/* line 8, ../../sass/components/wsform/_privacyPolicy.scss */
.privacyPolicy .wsform-hint {
  display: none;
}
/* line 12, ../../sass/components/wsform/_privacyPolicy.scss */
.privacyPolicy input[type='checkbox'] {
  float: left;
}

/* line 17, ../../sass/components/wsform/_privacyPolicy.scss */
.privacyPolicy-text {
  padding-left: 20px;
}
.editusername .editUserNameFormSuccess, .editUserNameFormFailure{display:none;}
.editusername .component-content .editUserNameFormSuccess p{
	color:#088A08;margin-bottom:10px;
}
.editusername .component-content .editUserNameFormFailure p{
	color:#8A0808;margin-bottom:10px; 
}
.editUserNameForm .control-group .button{margin-top:15px;}
.button{
	background-color: #f36633;
    border: 1px solid #d5d1ce;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
 }.poll{
 border: 1px solid #D5D1CE;padding:15px;
}
.poll .content-component{
border: solid 0px #D5D1CE;border-top:none;
}
.poll .poll-description, .poll .pollOptionContainer, .pollResultContainer{
padding:0 13px;	
}
.poll .genericPollGroup .button{margin-bottom:15px;} 
.pollResultContainer h2{
font-size:1.4em;
}
.pollResultsContainer h4 span.pollResultValue{
	display:inline-block; 
	background-color:#F36633;
	color:#fff;
	font-size:14px;
	padding:5px 10px; 
}
.poll .pollTitle{ 
    text-align:right;
    margin-right:15px;
}
.poll .genericPollGroup{clear:both}
.poll .pollControl-radio{float: left;margin: 0;padding: 0;width: 21px;}
.poll .pollControl-radio input[type="radio"]{float: left;margin: 2px 2px 0 0;padding: 0;width: 15px;}
.poll .pollControl-radio label{float: left;padding: 1px 0 0;}
.poll button.showPollResult{margin:15px 0 0 0;}
.pollResultsContainer{border-top:solid 1px #e0e0e0;padding-top:10px;margin-top:15px;}
.poll .pollError p{border:solid 1px #e0e0e0;color:#c1056f;padding:10px;font-size:12px;} .accessranking .accessRankingResults ol{
    counter-reset: item;
    padding-left:10px;
}
.accessranking .accessRankingResults ol li:before {
    background: none repeat scroll 0 0 #f36633;
    border: 1px solid #f36633;
    border-radius: 10px;
    color: #fff;
    content: counter(item, decimal) " ";
    counter-increment: item;
    font-weight: 700;
    padding:3px 8px;
    text-align:center;
    margin-right: 5px;
    display:inline-block;
}
.accessranking .accessRankingResults ol li {

}
.accessranking .accessRankingResults ol li { 
    color: #635a54;
    list-style-type: decimal;
    display: block; 
    font-size:12px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 1px;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/tabs.scss */
.tabs {
  position: relative;
  width: 100%;
}

/* line 8, ../../sass/components/tabs.scss */
.tabs-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 12, ../../sass/components/tabs.scss */
.no-js .tabs-nav {
  display: none;
}

/* line 16, ../../sass/components/tabs.scss */
.tabs > .component-content {
  padding-top: 39px;
}

/* line 20, ../../sass/components/tabs.scss */
.tabs-nav {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  height: 39px;
  overflow: hidden;
  width: 100%;
}

/* line 30, ../../sass/components/tabs.scss */
.tabs-nav-list {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 2000px;
}

/* line 40, ../../sass/components/tabs.scss */
.tabs-nav-switcher {
  position: absolute;
  height: 35px;
  width: 15px;
  border: 2px solid #323131;
  background: #e1e1e1 url(../../img/arrow-right.png) 6px 12px no-repeat;
  cursor: pointer;
  top: 0px;
}

/* line 50, ../../sass/components/tabs.scss */
.tabs-nav-switcher-right {
  right: 0;
}

/* line 54, ../../sass/components/tabs.scss */
.tabs-nav-switcher-left {
  left: 0;
  background-image: url(../../img/arrow-left.png);
}

/* line 59, ../../sass/components/tabs.scss */
.tabs-nav-item {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #323131;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  float: left;
  margin-left: 5px;
  background: #e1e1e1;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  height: 21px;
  top: 4px;
}

/* line 75, ../../sass/components/tabs.scss */
.tabs-nav-item:first-child {
  margin-left: 0;
}

/* line 79, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active,
.tabs-nav-item.is-active a,
.tabs-nav-item.is-active:hover {
  cursor: default;
  background: white;
}

/* line 86, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  border-bottom: none;
  padding-bottom: 9px;
}

/* line 92, ../../sass/components/tabs.scss */
.tabs-nav-item:hover {
  background: #939191;
}

/* line 96, ../../sass/components/tabs.scss */
.tabs-nav-item:hover a {
  color: white;
  text-decoration: none;
}

/* line 101, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active:hover a {
  color: #323131;
}

/* line 105, ../../sass/components/tabs.scss */
.tabs-nav-item a {
  color: #323131;
}

/* line 109, ../../sass/components/tabs.scss */
.tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  padding: 13px;
  border: solid 2px #323131;
  background: white;
}

/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-list {
  width: 100%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/video.gallery.scss */
.videoGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

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

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

/* line 15, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnails {
  position: relative;
  margin-top: 18px;
}

/* line 20, ../../sass/components/video.gallery.scss */
.videoGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

/* line 27, ../../sass/components/video.gallery.scss */
.videoGallery-arrow,
.videoGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  font: 0/0 serif;
}

/* line 38, ../../sass/components/video.gallery.scss */
.videoGallery-description {
  margin: 15px 0;
}

/* line 42, ../../sass/components/video.gallery.scss */
.videoGallery-arrow.is-disabled {
  opacity: 0.5;
}

/* line 46, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-left:hover {
  background-image: url(../../img/arrow-big-left-hover.png);
}

/* line 50, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-right:hover {
  background-image: url(../../img/arrow-big-right-hover.png);
}

/* line 55, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-left,
.videoGallery-arrow-left.is-disabled:hover {
  left: 0;
  background-image: url(../../img/arrow-big-left.png);
}

/* line 61, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-right,
.videoGallery-arrow-right.is-disabled:hover {
  right: 0;
  background-image: url(../../img/arrow-big-right.png);
}

/* line 66, ../../sass/components/video.gallery.scss */
.videoGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 77, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline;
  max-width: 100px;
}

/* line 89, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

/* line 97, ../../sass/components/video.gallery.scss */
.videoGallery .thumbnails-list li:hover .image,
.videoGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

/* line 102, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

/* line 108, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-overlay {
  opacity: 0.7;
  background: url(../../img/smallplay.png) no-repeat scroll left top transparent;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

/* line 119, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail.is-active .videoGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 129, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-image img {
  display: block;
  margin: 0 auto;
}

/* line 135, ../../sass/components/video.gallery.scss */
.js .videoGallery-nojs {
  display: none;
}

/*USIM10014521403 start*/
.page-cuidado-diario .aquafresh-carousel-pt{
    position: relative;
    bottom: -28px;
}

.page-cuidado-diario .carousel-first {
    position: relative;
    left: 52px;
}

.page-cuidado-diario .carousel-second {
    position: relative;
    left: 75px;
}
.page-cuidado-diario .carousel-nav li {
    display: inline-block;
    margin: -23px 2px;
}

.page-cuidado-diario .carousel-nav {
    display: block;
    text-align: center;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}
/*USIM10014521403 ends*/


/*USIM10014614597 starts*/
.ru-locale-box .find-out-more p a {
    top: 76.4%;
}

.ru-locale-box .aquafresh-box-background h3{
margin-top: 24px;
    margin-left: 20px;
	font-family: 'ComicSansMs';
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #014080;
}

.ru-locale-box .find-out-more a {
    background: url(../../img/AQ_BrandWebsite_Kids_Product_Landing_AW_arrow.png) no-repeat scroll 600px 0px transparent;
    margin-top: 22px;
    margin-left: -72px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 12px;
    padding-left: 73px;
    color: #014080;
    font-weight: bold;
    text-decoration: none;
}
	
/*USIM10014614597 ends*/
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/video.gallery.scss */
.videoGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

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

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

/* line 15, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnails {
  position: relative;
  margin-top: 18px;
}

/* line 20, ../../sass/components/video.gallery.scss */
.videoGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

/* line 27, ../../sass/components/video.gallery.scss */
.videoGallery-arrow,
.videoGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  font: 0/0 serif;
}

/* line 38, ../../sass/components/video.gallery.scss */
.videoGallery-description {
  margin: 15px 0;
}

/* line 42, ../../sass/components/video.gallery.scss */
.videoGallery-arrow.is-disabled {
  opacity: 0.5;
}

/* line 46, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-left:hover {
  background-image: url(../../img/arrow-big-left-hover.png);
}

/* line 50, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-right:hover {
  background-image: url(../../img/arrow-big-right-hover.png);
}

/* line 55, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-left,
.videoGallery-arrow-left.is-disabled:hover {
  left: 0;
  background-image: url(../../img/arrow-big-left.png);
}

/* line 61, ../../sass/components/video.gallery.scss */
.videoGallery-arrow-right,
.videoGallery-arrow-right.is-disabled:hover {
  right: 0;
  background-image: url(../../img/arrow-big-right.png);
}

/* line 66, ../../sass/components/video.gallery.scss */
.videoGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 77, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline;
  max-width: 100px;
}

/* line 89, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

/* line 97, ../../sass/components/video.gallery.scss */
.videoGallery .thumbnails-list li:hover .image,
.videoGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

/* line 102, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

/* line 108, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-overlay {
  opacity: 0.7;
  background: url(../../img/smallplay.png) no-repeat scroll left top transparent;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

/* line 119, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail.is-active .videoGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 129, ../../sass/components/video.gallery.scss */
.videoGallery-thumbnail-image img {
  display: block;
  margin: 0 auto;
}

/* line 135, ../../sass/components/video.gallery.scss */
.js .videoGallery-nojs {
  display: none;
}

/*USIM10014521403 start*/
.page-cuidado-diario .aquafresh-carousel-pt{
    position: relative;
    bottom: -28px;
}

.page-cuidado-diario .carousel-first {
    position: relative;
    left: 52px;
}

.page-cuidado-diario .carousel-second {
    position: relative;
    left: 75px;
}
.page-cuidado-diario .carousel-nav li {
    display: inline-block;
    margin: -23px 2px;
}

.page-cuidado-diario .carousel-nav {
    display: block;
    text-align: center;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}
/*USIM10014521403 ends*/


/*USIM10014614597 starts*/
.ru-locale-box .find-out-more p a {
    top: 76.4%;
}

.ru-locale-box .aquafresh-box-background h3{
margin-top: 24px;
    margin-left: 20px;
	font-family: 'ComicSansMs';
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #014080;
}

.ru-locale-box .find-out-more a {
    background: url(../../img/AQ_BrandWebsite_Kids_Product_Landing_AW_arrow.png) no-repeat scroll 600px 0px transparent;
    margin-top: 22px;
    margin-left: -72px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 12px;
    padding-left: 73px;
    color: #014080;
    font-weight: bold;
    text-decoration: none;
}
	
/*USIM10014614597 ends*/
.ratingsandreviews div.gig-comments-commentList-header-commentsCount,
.ratingsandreviews div.gig-comments-headerLinks{
padding-top:0;
}
.ratingsandreviews a.gig-comments-headerLinks-rss, 
.ratingsandreviews a.gig-comments-headerLinks-rss:hover, 
.ratingsandreviews a.gig-comments-headerLinks-rss:link, 
.ratingsandreviews a.gig-comments-headerLinks-rss:active,
.ratingsandreviews a.gig-comments-headerLinks-rss:visited,
.ratingsandreviews a.gig-comments-headerLinks-subscribe, 
.ratingsandreviews a.gig-comments-headerLinks-subscribe:hover,
.ratingsandreviews a.gig-comments-headerLinks-subscribe:link,
.ratingsandreviews a.gig-comments-headerLinks-subscribe:active, 
.ratingsandreviews a.gig-comments-headerLinks-subscribe:visited,
.ratingsandreviews span.gig-comments-replies-length{
text-decoration: none; 
}
.ratingsandreviews{background:#;padding:20px;border:solid 1px #D5D1CE;}
.ratingsandreviews .gig-rating-writeYourReview, 
.ratingsandreviews a.gig-comments-button, 
.ratingsandreviews a.gig-comments-button:link, 
.ratingsandreviews a.gig-comments-button:active,
.ratingsandreviews a.gig-comments-button:visited,
.ratingsandreviews .gig-rating-writeYourReview:link,
.ratingsandreviews .gig-rating-writeYourReview:active, 
.ratingsandreviews .gig-rating-writeYourReview:visited{
    background: #F36633;
    border: 1px solid #D5D1CE;
    border-radius: 0; 
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 3px 2px;      
}
.ratingsandreviews a.gig-comments-button.gig-comments-button-vote{
background:none;
padding: 5px;     
}
.ratingsandreviews a.gig-comments-button-post, 
.ratingsandreviews a.gig-comments-button-post:hover, 
.ratingsandreviews a.gig-comments-button-post:link, 
.ratingsandreviews a.gig-comments-button-post:active,
.ratingsandreviews a.gig-comments-button-post:visited, 
.ratingsandreviews a.gig-comments-button-ok, 
.ratingsandreviews a.gig-comments-button-ok:hover, 
.ratingsandreviews a.gig-comments-button-ok:link, 
.ratingsandreviews a.gig-comments-button-ok:active, 
.ratingsandreviews a.gig-comments-button-ok:visited, 
.ratingsandreviews .gig-comments-linksContainer li,
.ratingsandreviews .gig-composebox-post, 
        .gig-composebox-post:hover{
    background: #F36633;
    border: 1px solid #D5D1CE;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 2px 3px;
}
.ratingsandreviews .gig-composebox-post{
	padding: 3px 25px;
}
.ratingsandreviews .gig-comments-linksContainer li:after {
   background:none;
}



.ratingsandreviews .gig-comments-rss a:link, 
.ratingsandreviews .gig-comments-rss a:visited, 
.ratingsandreviews .gig-comment-repliesArrow-text{
    color: #fff;
}
.ratingsandreviews a.gig-comments-dropdown, 
.ratingsandreviews a.gig-comments-dropdown:link, 
.ratingsandreviews a.gig-comments-dropdown:active,
.ratingsandreviews a.gig-comments-dropdown:visited{ 
    padding:2px;
    background:none;
}

.ratingsandreviews span.gig-comments-username{color:#F36633;}
.ratingsandreviews div.gig-comments-dottedLine {
    background-image: none;   
    height: 1px;
    border-bottom:1px dotted #D5D1CE;
    margin-top: 5px;
}



.ratingsandreviews .gig-comments-container{width:auto!important;}
.ratingsandreviews div.gig-comments-commentBox-bottom{border-top:none;}
.ratingsandreviews div.gig-comments-comment-body{color:#635A54;}
.ratingsandreviews div.gig-comments-headerText{color: #F36633;font-weight:700;}
.ratingsandreviews textarea.gig-comments-textarea, .ratingsandreviews div.gig-comments-textarea-wrapper{height:180px;}
.ratingsandreviews div.gig-comments-commentBox-bottom{margin-top:10px;}
.ratingsandreviews div.gig-comments-star {background-image: url("../../img/review-and-ratings/star_grey.gif");}
.ratingsandreviews div.gig-comments-star-full,
.ratingsandreviews .gig-comment-rating-star-full, 
.ratingsandreviews .gig-composebox-rating-star-full, 
.ratingsandreviews .gig-selfreview-rating-star-full
{
    background-image: url("../../img/review-and-ratings/Favourite.gif");
}
.ratingsandreviews div.gig-comments-star {width:15px;height:14px;}
.ratingsandreviews div.gig-comments-providerIcons {background-image: url("../../img/review-and-ratings/ButtonLogin_Icons.png");}
.ratingsandreviews div.gig-comments-star-editable, 
.ratingsandreviews div.gig-comments-star-editable-empty, 
.ratingsandreviews div.gig-comments-addComment-ratings-error
.ratingsandreviews div.gig-comments-star-editable-empty,
.ratingsandreviews div.gig-comments-star-myRating {
                    background-image: url("../../img/review-and-ratings/star_icon_big.png"); 
}

.ratingsandreviews .gig-rating-star {
    background-image: url("../../img/review-and-ratings/star_gray_big.png");
}
.ratingsandreviews .gig-rating-star-full,
.ratingsandreviews .gig-selfreview-rating-star.gig-selfreview-rating-star-full{
    background-image: url("../../img/review-and-ratings/star_selected_big.png");
}
.ratingsandreviews .gig-rating-star-half{
background-image: url("../../img/review-and-ratings/Star_half_big.png");
}
.ratingsandreviews div.gig-comments-vote-up, .ratingsandreviews .gig-comment-vote-pos.gig-comment-vote-with-value{
background-image: url("../../img/review-and-ratings/thumbsup_hover.png");
}

.ratingsandreviews div.gig-comments-expand-arrow{
    background-image: url("../../img/review-and-ratings/icon_ExpandReply.png");
}
.ratingsandreviews div.gig-comments-collapse-arrow {
    background-image: url("../../img/review-and-ratings/icon_CollapsReply.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    vertical-align: bottom;
    width: 10px;
}
.ratingsandreviews div.gig-comments-close-icon{
    background-image: url("../../img/review-and-ratings/overlay-close-icon.png");
}

div.gig-comments-star-editable-full, div.gig-comments-star-myRating-full, 
div.gig-comments-addComment-ratings-error div.gig-comments-star-editable-full
{
    background-image: url("../../img/review-and-ratings/star_selected_big.png");
}

.ratingsandreviews div.gig-comments-star-editable-full, 
.ratingsandreviews div.gig-comments-star-myRating-full, 
.ratingsandreviews div.gig-comments-addComment-ratings-error, 
.ratingsandreviews div.gig-comments-star-editable-full, 
.ratingsandreviews .gig-composebox-rating-star.gig-composebox-rating-star-full{
    background-image: url("../../img/review-and-ratings/star_selected_big.png");
}

.ratingsandreviews .gig-rating-readReviewsLink,
.ratingsandreviews .gig-rating-readReviewsLink:link,
.ratingsandreviews .gig-rating-readReviewsLink:active,
.ratingsandreviews .gig-rating-readReviewsLink:visited, 
.ratingsandreviews .gig-rating-readReviewsLink:hover {
	color:#1A768D;text-decoration:none;
}
.ratingsandreviews textarea.gig-comments-textarea{
  background-image:none;
}
.ratingsandreviews .gig-comment{background:#fff;margin-bottom:10px;}

.ratingsandreviews .gig-comment-title, 
.ratingsandreviews .gig-comment-photo, 
.ratingsandreviews .gig-comment-data{padding:5px;}

.ratingsandreviews .reviewPageDetails.hideLikeLink .gig-comment-likeLink, 
.ratingsandreviews .reviewPageDetails.hideLikeLink .gig-comment-vote-posneg,  
.ratingsandreviews .hideCommentReply .gig-comment-replyLink, 
.ratingsandreviews .hideShareButton .gig-comment-shareLink,
.ratingsandreviews .hideOtherComments .gig-comments-comments,  
.ratingsandreviews .hideHeaderBar .gig-comments-header{display:none;}

.powerreviews {
border:solid 1px #e0e0e0;padding:5px 10px 0 10px;margin-bottom:5px;
}
.powerreviews .p-w-r .pr-header-title{
color:#f36633;
}
.powerreviews .p-w-r .pr-star-selected {
    background-color: #f36633;
}
.powerreviews .pr-snapshot-rating .pr-stars {
    background-image: url("../../img/stars.gif");
} 
.powerreviews .pr-review-rating .pr-stars-small, .powerreviews .pr-snippet-stars .pr-stars-small {
    background-image: url("../../img/stars_small.gif");
}
 .powerreviews.pr-base-modal a, .powerreviews .pr-pa-snippet a, .powerreviews .pr-review-engine a, .powerreviews .pr-snippet a, .powerreviews .prImageSnippet a {
    color: #f36633;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/html.scss */
.html .hints a {
  float: left;
  margin-right: 5px;
}
.html-video .component-content{
  margin-left: -10px;
}
span .video-display-text{
background: linear-gradient(to bottom, #EDEDED 0%, #FEFEFE 4%, #F4F4F4 52%, #D1D1D1 100%) repeat scroll 0 0 transparent;
color: #335568;
display: block;
font-weight: 600;
padding: 6px 0;
position: absolute;
font-family: 'Montserrat', sans-serif;
font-style: normal;
text-align: center;
}
.Content-box-font span .video-display-text{
font-family:"Helvetica LT W02 Light";
}
.html-video .component-content 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;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

/*.html-video .component-content{
  margin-left: 35px;
  height: 100%;
}*/


.html-video .component-content {
    display: block;
    height: 100%;
    width: 100%;
}
.html-video .component-content  iframe{
height:121px !important;
width: 100% !important;
}
/*
.html-video .component-content  iframe{
height: 100% !important;width: 100% !important;
}*/
.html-video .component-content p{width: 100% !important;}
}



@media only screen and (min-width: 360px) and (max-width: 959px) {
.html-video .component-content  iframe{
height:121px !important;
width: 100% !important;
}
	.html-video .component-content p{width: 100% !important;}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
		.html-video .component-content  iframe{
		height: 340px !important;width: 100% !important;
		}
		.html-video .component-content p{width: 100% !important;}
}

@media only screen and (min-width: 960px) and (max-width: 980px) {

		.html-video .component-content  iframe{
		height: 100% !important;width: 100% !important;
		}
		.html-video .component-content p{width: 100% !important;}
}

@media only screen and (max-width: 959px) {
	.aquafresh-appstore .component-content{
		margin-left: 20px;
	}
}

.aquafresh-sugar-game-video{
	margin-top: -88px;
	height: 346px;
}

@media only screen and (min-width: 990px){
	.sugaracid-game-video {
		transform: scale(0.715);
		-ms-transform: scale(0.715);
		-moz-transform: scale(0.715);
		-webkit-transform: scale(0.715);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

@media only screen and (min-width: 976px) and (max-width: 989px){
	.sugaracid-game-video {
		transform: scale(0.745);
		-ms-transform: scale(0.745);
		-moz-transform: scale(0.745);
		-webkit-transform: scale(0.745);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

@media only screen and (min-width: 960px) and (max-width: 975px){
	.sugaracid-game-video {
		transform: scale(0.73);
		-ms-transform: scale(0.73);
		-moz-transform: scale(0.73);
		-webkit-transform: scale(0.73);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

/*@media only screen and (min-width: 935px) and (max-width: 959px){
	.sugaracid-game-video {
		transform: scale(0.96);
		-ms-transform: scale(0.96);
		-moz-transform: scale(0.96);
		-webkit-transform: scale(0.96);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

@media only screen and (min-width: 900px) and (max-width: 934px){
	.sugaracid-game-video {
		transform: scale(0.93);
		-ms-transform: scale(0.93);
		-moz-transform: scale(0.93);
		-webkit-transform: scale(0.93);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

@media only screen and (min-width: 860px) and (max-width: 899px){
	.sugaracid-game-video {
		transform: scale(0.89);
		-ms-transform: scale(0.89);
		-moz-transform: scale(0.89);
		-webkit-transform: scale(0.89);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

@media only screen and (min-width: 820px) and (max-width: 859px){
	.sugaracid-game-video {
		transform: scale(0.86);
		-ms-transform: scale(0.86);
		-moz-transform: scale(0.86);
		-webkit-transform: scale(0.86);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}

@media only screen and (min-width: 769px) and (max-width: 819px){
	.sugaracid-game-video {
		transform: scale(0.80);
		-ms-transform: scale(0.80);
		-moz-transform: scale(0.80);
		-webkit-transform: scale(0.80);
		transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
		-webkit-transform-origin: left top;
	}
}*/

@media only screen and (max-width: 959px){
	.aquafresh-sugar-game-video{
		display: none !important;
	}
}

.page-night-care .html-video {
	margin-left: 0 !important;
}

.page-Mutli-action .html-video .component-content {
	display: none;
}

.page-search .panadol-search-results {
	margin-top: 25px;
}

.html-video .component-content 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;
}.readmessage .messageResultContainer ul{padding-left:0;}
.readmessage .messageResultContainer ul li{list-style-type:none;}
.readmessage .messageResultContainer ul li .msgTitle{min-width:130px;display:inline-block;font-size: 12px;}
.readmessage .readmessagaeContent .messageResultContainer ul.messageList li a{
background: #f36633;
    border: 1px solid #d5d1ce;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    font-weight:700;    

}
.readmessage .readmessagaeContent .messageResultContainer ul.messageList li.readMessageDone a{
		background: #e0e0e0;
        color:#f36633;
        font-weight:normal;
}
.readMessageOverlayContainer .overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
    text-align: center;
}
.readMessageOverlayContainer .overlay-content {
     background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #D5D1CE;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    display: inline-block;
    width: 40%;
    min-height: 80px;
    min-width: 80px;
    padding: 10px 10px 10px;
    position: relative;
    text-align: left;
    top: 150px;
    } 
.readMessageOverlayContainer .overlay-close {
    background: url("../../img/overlay-close-icon.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    font-size: 25px;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 20px;
    z-index: 9999;
    }
.readMessageOverlayContainer .close-btn:hover {
        background: #05abe0;
 }/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/* line 3, ../../sass/components/search.filter.scss */
.searchFilter {
	border: solid 1px #dfdfdf;
}

/* line 8, ../../sass/components/search.filter.scss */
.searchFilter-title {
	background-color: #fff;
	background: url("../../img/down_arrow_black.png") no-repeat 90% center;
	margin: 0;
	padding: 13px;
	cursor: pointer;
}

/* line 14, ../../sass/components/search.filter.scss */
.searchFilter-controls {
	border-top: solid 4px #f36533;
}

.searchFilter-controls .searchFilterContent {
	display: none;
}
/* line 21, ../../sass/components/search.filter.scss */
.searchFilter-selection,.searchFilter-checkbox,.searchFilter-phrase {
	overflow: hidden;
	margin: 5px 0;
}

/* line 27, ../../sass/components/search.filter.scss */
.searchFilter-label {
	float: left;
	margin-right: 10px;
	min-width: 85%;
}

/* line 33, ../../sass/components/search.filter.scss */
.searchFilter-checkbox .searchFilter-label {
	float: none;
	margin-right: 0;
}

/* line 38, ../../sass/components/search.filter.scss */
.searchFilter-submit {
	padding: 13px;
	margin: 5px 0;
	overflow: hidden;
	display: block;
}
/* line 42, ../../sass/components/search.filter.scss */
.searchFilter-submit button {
	float: right;
}

/* line 49, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-controls {
	float: left;
}
/* line 55, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-selection,.searchFilter-horizontal .searchFilter-checkbox,.searchFilter-horizontal .searchFilter-phrase
	{
	float: left;
	clear: none;
	margin-right: 10px;
}
/* line 61, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-label {
	min-width: 0;
}
/* line 64, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-control {
	float: left;
}

.tagRadioFilter fieldset,.metadataFilter fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tagRadioFilter .searchFilter-control,.metadataFilter .searchFilter-control
	{
	padding: 7px 5px;
	background: #f5f5f5;
	border-bottom: solid 1px #dfdfdd;
}

.tagRadioFilter fieldset legend,.metadataFilter fieldset legend,.searchFilter-sorting h4
	{
	background: url("../../img/filter-plus.png") no-repeat right center;
	color: #000;
	font-size: 16px; 1
	padding: 0 10px;
	display: block;
	width: 93%;
	cursor: pointer;
	margin: 7px 10px;
}

.tagRadioFilter input,.metadataFilter input[type="radio"] {
	float: right;
}

.tagRadioFilter fieldset legend.filter-active,.metadataFilter fieldset legend.filter-active
	{
	background: url("../../img/filter-minus.png") no-repeat right center;
}

.searchFilter-form .search-productFilter,.searchFilter-form .search-theraphyFilter,.searchFilter-form .search-indicationFilter
	{
	font-size: 1.2em;
	font-style: italic;
	padding: 0 20px;
}

.searchResults-number {
	display: none;
}

.searchFilter-content{
	display:none;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/sitemap.scss */
.sitemap-column {
  float: left;
}
/* line 5, ../../sass/components/sitemap.scss */
.sitemap-column > ul {
  margin: 0 5px;
}

/* line 10, ../../sass/components/sitemap.scss */
.sitemap-columns-1 .sitemap-column {
  width: 100%;
}

/* line 14, ../../sass/components/sitemap.scss */
.sitemap-columns-2 .sitemap-column {
  width: 50%;
}

/* line 18, ../../sass/components/sitemap.scss */
.sitemap-columns-3 .sitemap-column {
  width: 33.32%;
}

/* line 22, ../../sass/components/sitemap.scss */
.sitemap-columns-4 .sitemap-column {
  width: 25%;
}

/* line 26, ../../sass/components/sitemap.scss */
.sitemap-columns-5 .sitemap-column {
  width: 20%;
}

/* line 30, ../../sass/components/sitemap.scss */
.sitemap-columns-6 .sitemap-column {
  width: 16.64%;
}

/* line 34, ../../sass/components/sitemap.scss */
.sitemap-columns-7 .sitemap-column {
  width: 14.25%;
}

/* line 38, ../../sass/components/sitemap.scss */
.sitemap-columns-8 .sitemap-column {
  width: 12.49%;
}

/* line 42, ../../sass/components/sitemap.scss */
.sitemap-columns-9 .sitemap-column {
  width: 11.10%;
}

/* line 46, ../../sass/components/sitemap.scss */
.sitemap-columns-10 .sitemap-column {
  width: 10%;
}

/* line 50, ../../sass/components/sitemap.scss */
.sitemap-columns-11 .sitemap-column {
  width: 9.08%;
}

/* line 54, ../../sass/components/sitemap.scss */
.sitemap-columns-12 .sitemap-column {
  width: 8.32%;
}

/* line 60, ../../sass/components/sitemap.scss */
.sitemap-column ul {
  list-style: none;
  padding: 0;
}
/* line 65, ../../sass/components/sitemap.scss */
.sitemap-column a {
  text-decoration: none;
}
/* line 69, ../../sass/components/sitemap.scss */
.sitemap-column .component-content {
  overflow: hidden;
}
/* line 73, ../../sass/components/sitemap.scss */
.sitemap-column h3 {
  background-color: #e1e1e1;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}
/* line 80, ../../sass/components/sitemap.scss */
.sitemap-column ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 85, ../../sass/components/sitemap.scss */
.sitemap-column ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
}
/* line 92, ../../sass/components/sitemap.scss */
.sitemap-column ul ul li {
  background: url(../../img/arrow.gif) 0 6px no-repeat;
  font-weight: bold;
  padding-left: 12px;
  line-height: 150%;
}
/* line 99, ../../sass/components/sitemap.scss */
.sitemap-column ul ul ul {
  margin-top: 0;
}
/* line 103, ../../sass/components/sitemap.scss */
.sitemap-column ul ul ul li {
  font-weight: normal;
  margin-left: 10px;
}

/*************************** Sitemap media queries */
@media only screen and (max-width: 959px) {
  /* line 113, ../../sass/components/sitemap.scss */
  .component-content .sitemap-column {
    width: 100%;
    float: none;
  }

  /* line 118, ../../sass/components/sitemap.scss */
  .component-content .sitemap-column > ul {
    margin: 0 0 15px;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/search.box.scss */
.locationFinder .form .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px;
}

/* line 9, ../../sass/components/search.box.scss */
.locationFinder .form .form-content .formButton {
  display: inline;
  float: left;
}

/* line 14, ../../sass/components/search.box.scss */
.no-box.locationFinder .form .form-content .section {
  margin: 0 15px 0 0;
}

/* line 18, ../../sass/components/search.box.scss */
.no-box.locationFinder .form .form-content .formButton.section {
  margin: -1px 0 0;
}

/* line 22, ../../sass/components/search.box.scss */
.locationFinder input[type=text] {
font-family:arial;font-size:12px;border: 1px solid #D5D1CE;
display: inline;
float: left;
height: 12px;
padding:8px;
width: 252px;
}

/* line 26, ../../sass/components/search.box.scss */
.locationFinder-title {
  cursor: default;
}

/* line 31, ../../sass/components/search.box.scss */
.form-search.no-box,
.form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 36, ../../sass/components/search.box.scss */
.lt-ie8 .locationFinder .button {
  margin-left: 4px;
}
.locationFinder .button {padding: 8px;
background-image: url(../../img/Search-icon.png);
background-repeat: no-repeat;
text-indent: -9999px;
border: none;
border-radius: 0px;
width: 30px;
height: 30px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/results.list.scss */
 

/* line 9, ../../sass/components/results.list.scss */
.locationFinder-heading {
  display: block;
  color: #635A54;
  font-size: 24px;
  font-weight:normal;
  padding-bottom: 10px;
  border-bottom:solid 4px #D5D1CE;
}

/* line 13, ../../sass/components/results.list.scss */
.locationFinder-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 18, ../../sass/components/results.list.scss */
.locationFinder-results {
  margin:10px 0 16px 0;
  overflow: hidden;
  border-bottom:solid 1px #D5D1CE;
  padding-bottom:16px;
}
.locationFinder-selectOption{
width: 50px; 
font-Size: 12px; 
color: #635A54;
padding:5px 1px 2px 1px;
Border:1px solid #D5D1CE;
height:30px;
margin-left:10px;
}

/* line 23, ../../sass/components/results.list.scss */
.locationFinder-description {
  float:left;
  max-width:800px;
}

/* line 27, ../../sass/components/results.list.scss */
.locationFinder-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: normal;
}

/* line 31, ../../sass/components/results.list.scss */
.locationFinder-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 37, ../../sass/components/results.list.scss */
.locationFinder-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 43, ../../sass/components/results.list.scss */
.locationFinder-more {
  float: right;
}
/* line 45, ../../sass/components/results.list.scss */
.locationFinder-more:after {
 
  display: inline;
}

 
/* line 53, ../../sass/components/results.list.scss */
.no-generatedcontent .locationFinder-more-arrow {
  display: inline;
}

/* line 59, ../../sass/components/results.list.scss */
.locationFinder-results-wrapper {
  margin: 0;
  padding: 0;
}

/* line 65, ../../sass/components/results.list.scss */
.locationFinder-horizontal-2-columns .locationFinder-results,
.locationFinder-horizontal-3-columns .locationFinder-results {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 73, ../../sass/components/results.list.scss */
.locationFinder-horizontal-2-columns .locationFinder-results {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

/* line 80, ../../sass/components/results.list.scss */
.locationFinder-horizontal-3-columns .locationFinder-results {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

 
.map-find-store img{max-width:none;}
 
.locationFinder-pagination .next{float:right;}
.locationFinder-pagination .next, .locationFinder-pagination .prev, .locationFinder-loadMore .loadMore{background-color:#F36633;padding:7px 10px;text-decoration:none;font-weight:bold;color:#fff;border:solid 1px #F36633;display:none;}

.locationFinder-pagination .next.no-next, .locationFinder-pagination .prev.no-prev {background-color:#E0E0E0;padding:10px;text-decoration:none;font-weight:bold;color:#fff;}
.locationFinder-pagination .page_result{margin-left:300px;font-weight:bold;display:none;}

.locationFinder-description img{float:left;}

@media only screen and (max-width: 767px) {
  /* line 88, ../../sass/components/results.list.scss */
  .locationFinder-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  /* line 96, ../../sass/components/results.list.scss */
  .locationFinder-horizontal-2-columns .locationFinder-results,
  .locationFinder-horizontal-3-columns .locationFinder-results {
    display: block;
    width: 100%;
  }
}
/* line 103, ../../sass/components/results.list.scss */
.locationFinder-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

/* line 109, ../../sass/components/results.list.scss */
.locationFinder-tags-item {
  display: inline-block;
  margin: 0 2px;
}

/* line 114, ../../sass/components/results.list.scss */
.locationFinder-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.locationFinder h3 {
  color: #635A54;
  font-size: 18px;
  font-family: Georgia; 
  margin-bottom:5px;
}

.locationFinder img { 
  width: 110px;
  height: 62px;
  float:left;
  display:inline;
}

.locationFinder .locationFinder-description-content { 
 font-size: 12px;
 font-family: arial;
 color: #635A54;
 line-height: 14px;
 display:inline;
 float:left;
 width:500px;
}

.locationFinder .locationFinder-more:after
{
  display: none;
}

.locationFinder .locationFinder-more
{
background:url("../../img/arrows/carousel-arrow.png") no-repeat left center; height:20px; padding:6px 8px 6px 30px;font-family:Arial; font-size:12px; 
margin-bottom:10px;
color:#1A768D; 
float: right;
}

.locationFinder .locationFinder-more span
{
 font-size: 12px;
 font-family: arial;
 color: #1A768D;
}

.locationFinder .locationFinder-more span:hover
{
 color: #F36633; 
} 

.locationFinder-results .hidethumbnail{display:none;}
.locationFinder ul.locationFinder-tagSelectOption{padding-left:0;}
.locationFinder .locationFinder-tagSelectOption li{
    list-style-type:none;
    cursor:pointer;
    font-size:12px;
	background: url("../../img/boxlink-arrow.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    color: #1a768d;
    padding: 5px 0 6px 30px; 
}

@media only screen and (max-width: 420px) {

.locationFinder img{
float: left;
margin-right:10px;
}
}

@media only screen and (max-width: 767px) {

.locationFinder img{
float: left;
margin-right:10px;
}
} 




@media only screen and (max-width: 767px) {
.locationFinder input[type=text] {
height: 12px;
padding:8px;
width: 172px;
}
.locationFinder .locationFinder-description-content, .locationFinder .locationFinder-more {display:block;}
.locationFinder .locationFinder-more{float:left;margin-top:10px;}
}
@media only screen and (max-width: 480px) {
.locationFinder input[type=text] {
height: 18px;
padding: 5px;
width: 86px;
}
.locationFinder .locationFinder-description-content, .locationFinder .locationFinder-more {display:block;}
.locationFinder .locationFinder-more{float:left;margin-top:10px;}

}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/file.list.scss */
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/file.list.scss */
.fileList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 12, ../../sass/components/file.list.scss */
.fileList-file {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 17, ../../sass/components/file.list.scss */
.fileList-description {
  overflow: hidden;
}

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

/* line 25, ../../sass/components/file.list.scss */
.fileList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* line 37, ../../sass/components/file.list.scss */
.fileList-download {
  text-align: right;
}

/* line 41, ../../sass/components/file.list.scss */
.fileList-download-size {
  color: #868484;
  display: block;
}

@media only screen and (max-width: 959px) {
  /* line 47, ../../sass/components/file.list.scss */
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/share.this.scss */
.shareThis-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../../sass/components/share.this.scss */
.shareThis-list li {
  float: left;
  width: auto;
  height: 26px;
  margin: 0 10px 10px 0;
}

/* line 17, ../../sass/components/share.this.scss */
.shareThis-list li:last-child {
  margin-right: 0;
  margin-right: 0;
}

/* line 22, ../../sass/components/share.this.scss */
.shareThis-item a {
  display: block;
  height: 26px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

/* line 32, ../../sass/components/share.this.scss */
.shareThis-item img {
  opacity: 0.7;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

/* line 41, ../../sass/components/share.this.scss */
.shareThis-item a:hover img {
  opacity: 1;
}
.genericFormGroup{clear: both;}
.initialTabBasedFilter{
    background-color: #E1E1E1;
    border: 2px solid #323131;
    padding: 15px 60px;
    position: relative;
}
.tagBasedFilter .formControl-radio{
	float: left;
    margin: 0;
    padding: 0;
    width: 21px; 
 }
 .tagBasedFilter .genericFormGroup span input[type="radio"], .tagBasedFilter .genericFormGroup span input[type="checkbox"] {
    float: left; 
    margin: 2px 2px 0 0;
    padding: 0;
    width: 15px;
}
.tagBasedFilter .genericFormGroup label{
    float: left;
    padding: 1px 0 0;
    width: auto;
}


.tagBasedFilterResults-Information{
     border: 1px solid #C5C4C4;
     
}
.tagBasedFilterResults-Information .tagBasedFilterResults-productImage{
     border-bottom: 1px solid #C5C4C4; 
     text-align:center;
}
.tagBasedFilterResults-Information .tagBasedFilterResults-description{
    padding:20px;
    
}
.prd-category{
    border-bottom: 1px solid #C5C4C4;
    border-top: 1px solid #C5C4C4; 
    font-size: 11px; 
    display: block;
    padding: 5px 0;
    text-align: center;
}
.tagBasedFilterResults-Information .tagBasedFilterResults-description h2{
    font-size: 26px;
    margin: 16px 0 0;
    text-align: center;
}
.tagBasedFilterResults-Information .tagBasedFilterResults-description p{ 
        text-align: center;
}
.tagBasedFilterResults-box-content .product-button{ 
    border: 1px solid #C5C4C4;
    display: inline-block;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 10px;
}  
.tagbasedfilter .simpleTagFilter input[type="button"]{
    background-color: #f36633;
    border: 1px solid #d5d1ce;
    border-radius: 0;
    color: #fff; 
	padding: 5px 10px;
}

/*Multi Level Filter*/

.tagBasedFilter .multiLevelFilterContent input[type="button"]{
	background:url("../../img/quiz1_nrml.png") no-repeat scroll center center transparent;
    border:none;
    cursor: pointer;
    display: block;  
    padding: 95px 0 0 0; 
    min-width:100px; 

}
.tagBasedFilter .multiLevelFilterContent input[type="button"]:hover, .tagBasedFilter.multiLevelFilter .genericFormGroup span input[type="button"]:focus{
	background:url("../../img/quiz1_hover.png") no-repeat scroll center center;
}  
.tagBasedFilter .multiLevelFilterContent input[type="button"].selected{ 
	background: url("../../img/quiz_selected.png") no-repeat scroll 50% 50%; 
    width:100%;

}  
.multiLevelFilter-Container .multiLevelFilter-level1 {
	margin-left:25px; 
}
.multiLevelFilter-Container .multiLevelFilter-level2 {
	margin-left:45px; 
}
.multiLevelFilter-Container .multiLevelFilter-level3 {
	margin-left:65px; 
} 
.tagBasedFilter .multiLevelFilter-ContainerResults .tagBasedFilterResults{
	 overflow:hidden;margin-top:10px;padding-top:15px;
} 
.multiLevelFilter .genericFormGroup { 
    border-bottom: 1px dotted #e0e0e0;
    overflow: hidden;
    padding: 5px 0;
}
.tagBasedNoResult{color: #ff0000;font-weight: 700;}

.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level1, 
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level2, 
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level3, 
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level4 
{
	margin-left:0; 
}
.multiLevelFilter-Container .buttonTypeContent.multiLevelFilter-level0,  
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level1 input,  
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level2 input,  
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level3 input{float:left;} 
.tagbasedfilter-primary .multiLevelFilter-Container .multiLevelFilterContent{float:left;} 

/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*rename this to feed-provider*/
/* line 4, ../../sass/components/twitter.scss */
.twitter {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 10, ../../sass/components/twitter.scss */
.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px;
}

/* line 16, ../../sass/components/twitter.scss */
.feed-provider-description {
  border-bottom: 1px solid black;
  margin: 10px 0;
  padding: 10px 0;
}

/* line 22, ../../sass/components/twitter.scss */
.feed-provider-heading-image {
  float: left;
  width: 30px;
  height: 30px;
}

/* line 28, ../../sass/components/twitter.scss */
.feed-provider-feeds {
  padding: 0;
  margin: 0;
}

/*twitter template*/
/* line 37, ../../sass/components/twitter.scss */
.twitter-feed {
  list-style-type: none;
  padding-left: 55px;
  margin: 10px 0;
  display: block;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

/* line 46, ../../sass/components/twitter.scss */
.twitter-content a:hover strong {
  text-decoration: underline;
}

/* line 50, ../../sass/components/twitter.scss */
.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 56, ../../sass/components/twitter.scss */
.twitter-date {
  float: right;
}

/* line 60, ../../sass/components/twitter.scss */
.twitter-actions {
  padding: 0;
  margin: 0;
  float: right;
}

/* line 66, ../../sass/components/twitter.scss */
.twitter-action {
  list-style-type: none;
  display: inline;
}

