/* 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, div.agree-msg {
  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: 93px !important;
    padding-top: 5px;
    text-align: left;
  }
  /* line 717, ../../sass/components/wsform.scss */
  .wsform .wsform-controls,
  .wsform .controls {
    margin-left: 0;
	width: 58% !important;
  }
  /* 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-sleep #SRVAA00019{display:none}
.poll-sleep .cfButton{ background: transparent url("../../img/Learn-more-button_blue.png") no-repeat scroll -33px center;
    border-radius: 7px 0;
	font-size: 1.2em;
    font-weight: bold;
	}
    
.poll-sleep .label{color: #007ABE;
font-size: 1.25em;}

.poll-sleep .genericPollGroup {
    color: #007abe;
    float: left;
    font-size: 1.5em;
    margin-top: 1%;
    width: 17%;
}
.poll-sleep .pollOptionsContainer :nth-child(2) {
    margin-left: 29%;
}

.poll-sleep .pollOptionsContainer :nth-child(4) {
                margin-right: 19%;
}
.poll-sleep .showPollResult {
    margin-bottom: 1%;
     margin-left: 47%;
    margin-top: 2%;
}
.poll-sleep .poll-option-label{    

margin-left: 4px !important;
}

.poll-sleep .pollResultsContainer {
    margin-left: 28%;
    width: 103%;
	margin-bottom: 12%;
	 padding-top: 1%;
  padding-bottom: 1%;}
	
	
.pollResultsContainer > h4 {
    float: left;
    width: 17%;
	font-size: 1.4em;
}

.poll-sleep .pollTitle.grid_2 {
       margin-left: 6px;
    position: relative;
	width: 71%;
}


.poll-sleep .pollResultValue {
      float: left;
    margin-left: -46%;
    margin-top: -18%;
	 font-size: 1.4em;
}
/*poll-better*/
.poll-better #SRVAA00033{display:none;}
.poll-better .pollOptionsContainer {
    margin-left: 21.1%;
	padding-bottom: 10%;
	padding-top: 1%;
}

.poll-better .poll-option-label{
color: #337098;
 font-weight: bold;
 line-height: 1.05em;
 font-size: 12px;
 
 }
 
 
 .poll-better .cfButton{  background: transparent url("../../img/Learn-more-button_blue.png") no-repeat scroll -33px center;
    border-radius: 7px 0;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    height: 2.5em;
    margin-left: 43%;
    margin-top: -3%;
    width: 8.5em;
	}
	.poll-better .pollOptionsContainer :nth-child(2){
	 float: left; 
	 margin-left:0px;
	 max-width:95%;
	 }
	.poll-better .pollOptionsContainer :nth-child(3) {
    margin-left: 54px;
      width: 12.5%;
	 float: left;
	 margin-left: 54px \9;
	 
}
.poll-better .pollOptionsContainer :nth-child(4) {
    margin-left: 65px;
	float: left;
    width: 20.894%;
}
.poll-better .pollOptionsContainer :nth-child(5) {
    margin-left: 12px;
	float: left;
    width: 15%;
	   margin-left: 0px \9;
}
.poll-better .pollOptionsContainer :nth-child(2) .pollControl-radio{margin-left: -104%;
margin-left: -106% \9;}
.poll-better .pollOptionsContainer :nth-child(3) .pollControl-radio{margin-left: -95%;
margin-left: -102% \9;}
.poll-better .pollOptionsContainer :nth-child(4) .pollControl-radio{margin-left: -81%;
margin-left: -86% \9;}
.poll-better .pollOptionsContainer :nth-child(5) .pollControl-radio{
	height: auto;
    margin-left: -17px; 
	display:flex; 
	text-align: center; 
	margin-left: -105% \9;
	}
	
	
.poll-better .pollOptionsContainer *:nth-child(5) .poll-option-label {
	left: -6px;
    position: relative;
    top: -12px;
	text-align: center;
	top: 0px \9;
	left: 3px \9;
}

.poll-better .pollControl-radio	{
	
	vertical-align: middle;
	}

.poll-better .pollParentDiv {
    padding-bottom: 3%;
}


.poll-better .pollTitle.grid_2 {
    font-size: 14px;
}

.poll-better .pollResultsContainer {
    color:#337098;
    margin-left: 20%;
    padding-bottom: 13%;
    width: 104%;
}

.poll-better .pollError {
    color: #337098;
    font-size: 18px;
    font-weight: bold;
   left: 35.5%;
    position: relative;
    top: 135px !important;
}

.poll-better .pollResultsContainer *:last-child .pollResultValue {
    margin-left: -80px;
}

.poll-better .pollResultsContainer *:last-child .pollTitle  {
  width: 60%;
  position: relative;
  left: -11px;
}
.poll-better .pollResultsContainer *:nth-child(1) .pollTitle{
 margin-left: -7% ;
  margin-left: -17% \9;
 
}
.poll-better .pollResultsContainer *:nth-child(1) .pollResultValue{
 margin-left: -50%;
 margin-left: -43% \9;
}
.poll-better .pollResultsContainer *:nth-child(2) .pollResultValue {
    margin-left: -96px;
	margin-left: -72px \9;
}
.poll-better .pollResultsContainer *:nth-child(2) .pollTitle{
 margin-left: -2% ;
 margin-left: -19% \9;
}
.poll-better .pollResultsContainer *:nth-child(3) .pollResultValue {
    margin-left: -45%;
}
.poll-better .pollResultsContainer *:nth-child(3) .pollTitle{
 margin-left: -16% !important;
}

.poll-better .pollTitle.grid_2 > sup{

	font-size: 75%;
    left: 0 px;
    position: relative;
    top: 7px;
    left: 0px \9;
	top : -5px \9;
}


.white-bg-box .poll-better h4{
color: #337098;
}
    
	
	
	
.poll-better .pollTitle.grid_2 {
     display: flex;
    left: 7%;
    margin-top: 20%;
    position: relative;
    text-align: center;
    width: 75%;
}



.poll-better .pollResultValue {
     font-size: 1em;
    margin-left: -56%;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.poll-better .pollOptionsContainer :nth-child(5) .pollControl-radio{ height: auto;
    margin-left: -15px; display:flex;
	 margin-left: -124px \9;
	} 
.poll-better .pollOptionsContainer *:nth-child(5) .poll-option-label {
  left: -1px;
    position: relative;
    top: -12px;
  top: 0px \9;
}

.poll-better .pollOptionsContainer :nth-child(3) {
    margin-left: 69px;
	
}

.poll-better .pollTitle.grid_2 {
    display:inline;
    left: 7%;
    margin-left: -13% !important;
    margin-top: 20%;
    position: relative;
    text-align: center;
    width: 76%;
}

.poll-better .pollTitle.grid_2 > sup{

	font-size: 73%;
	left: -0px;
    position: relative;
    top: -5px;
    left: 0px \9;
	top : -5px \9;
}
.poll-better .pollOptionsContainer :nth-child(2){
	 float: left; margin-left:-2px;
	     max-width:108%;
		 }
		 
 .poll-better .pollOptionsContainer :nth-child(2) .pollControl-radio{margin-left: -112px;}
.poll-better .pollOptionsContainer :nth-child(3) .pollControl-radio{margin-left: -101%;}
.poll-better .pollOptionsContainer :nth-child(4) .pollControl-radio{margin-left: -87%;}
.poll-better .pollOptionsContainer :nth-child(5) {
    margin-left: 4px;
	float: left;
    width: 15%;
}

.poll-better .pollResultsContainer *:nth-child(1) .pollTitle{
 margin-left: -17% !important;
}
.poll-better .pollResultsContainer *:nth-child(1) .pollResultValue{
 margin-left: -43%;
}
.poll-better .pollResultsContainer *:nth-child(2) .pollResultValue {
    margin-left: -74px;
}
.poll-better .pollResultsContainer *:nth-child(2) .pollTitle{
 margin-left: -19% !important;
}
.poll-better .pollResultsContainer *:last-child .pollResultValue {
    margin-left: -65px;
}

.poll-better .pollResultsContainer *:last-child .pollTitle  {
  width: 60%;
  position: relative;
  left: 4px;
}

}


@media screen and (-webkit-min-device-pixel-ratio:0) { 

.poll-better .pollOptionsContainer :nth-child(3) .pollControl-radio {
  margin-left: -99%;
}
.poll-better .pollOptionsContainer :nth-child(3) {
  margin-left: 50px;
  width: 12.5%;
  float: left;
  margin-left: 63px \9;
}
.poll-better .pollOptionsContainer :nth-child(4) .pollControl-radio {
  margin-left: -86%;
}
.poll-better .pollOptionsContainer :nth-child(4) {
  margin-left: 63px;
  float: left;
  width: 20.894%;
}
}.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(../../../../wireframe/desktop/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(../../../../wireframe/desktop/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: 0 13px;
  background: #e1e1e1;
  padding: 7px 0;
  cursor: pointer;
  height: 21px;
  top: 4px;
}
/* line 75, ../../sass/components/tabs.scss */


/* line 81, ../../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 87, ../../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 {

  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 {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #323131;
  padding: 13px;
  position: relative;
  top: 18px;
  z-index: 100;
  min-height:280px;
}

/* 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 132, ../../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;
}

.sleep-better-tabs .tabs  > .component-content{
padding-top:0px;
}



.sleep-better-tabs  .tabs-nav {
    left: 0;
    overflow: hidden;
    position: initial;
    top: 0;
    width: 100%;
    z-index: 150;
	background:none;
	height:193px;
}

.sleep-better-tabs .tabs-nav-list{

    max-width:100%;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: 17px;


}

.sleep-better-tabs .tabs-nav-item{

width:312px;
height:179px;
margin:0;
}


.sleep-better-tabs .tabs-content{
border-right: 5px solid #007ABE;
border-left: 5px solid #007ABE;
border-bottom: 5px solid #007ABE;
top:-1px;
position:relative;
}



.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(1) {
    background-image: url("../../img/BRB1_SleepCheck_morning_off.png");
   background-repeat: no-repeat;
}

.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(1).is-active,.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(1).is-active:hover  {
    background-image: url("../../img/BRB1_SleepCheck_morning_on.png"); 
	background-repeat: no-repeat;
}

.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(2) {
    background-image: url("../../img/BRB1_SleepCheck_afternoon_off.png");
   background-repeat: no-repeat;
}

.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(2).is-active,.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(2).is-active:hover  {
    background-image: url("../../img/BRB1_SleepCheck_afternoon_on.png");   
	background-repeat: no-repeat;
}

.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(3) {
    background-image: url("../../img/BRB1_SleepCheck_evening_off.png");
	background-repeat: no-repeat;
   
}

.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(3).is-active,.sleep-better-tabs .tabs-nav-list .tabs-nav-item:nth-child(3).is-active:hover  {
    background-image: url("../../img/BRB1_SleepCheck_evening_on.png");  
	background-repeat: no-repeat;
}

@media screen and (min-width:0\0) {
.sleep-better-tabs .tabs  > .component-content{
padding-top:175px;
}
.sleep-better-tabs .tabs-nav-list .is-active.tabs-nav-item, .is-active.tabs-nav-item:hover{
border-top-style:none;
}
}
ul.carousel-nav li {display:none;}
ul.carousel-nav li.carousel-nav-prev, ul.carousel-nav li.carousel-nav-next {display:block;}

/* Added below for Article Carousel - Starts */
.carousel-article .carousel-slides li.carousel-slide:first-child{display:block;}
.carousel-article .carousel-slides{min-height:0px !important;margin-left:13px;}
.carousel-article .carousel-nav-prev{
  background-image: url(../../img/Article_Page_Carousel_Arrow_left.png);
  background-repeat: no-repeat;
}
.carousel-article .carousel-nav-next {
background-image: url(../../img/Article_Page_Carousel_Arrow_Right.png);
background-repeat: no-repeat;
}

.carousel-article .carousel-nav-prev
{
    /*border: medium none;*/
    height: 39px;
    position: absolute;
    top: 21%;
	left:1%;
    width: 11px;
}
.carousel-article .carousel-nav-next {
    /*border: medium none;*/
    height: 39px;
    position: absolute;
    top: 21%;
	right:1%;
    width: 11px;
}
.carousel-article  .carousel-slide .carousel-content  .richText p
{
color:#012d62;
font-family: "Helvetica W02 Light";
font-size: 14px;
line-height: 18px;
}
/* Added above for Article Carousel - Ends */


/*tabs-image*/

.tabs-image ul li:first-child {
  background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/Article_What_You_Lose_0000_Physically_Off.jpg");
  background-repeat: no-repeat;
  
  margin-left: 0;
}

.tabs-image ul li:first-child.is-active{
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/Article_What_You_Lose_0005_Physically_On.jpg");

}


.tabs-image ul li:nth-child(2) {
    background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/Article_What_You_Lose_0001_Mentally_Off.jpg");
  background-repeat: no-repeat;
 
  margin-left: 0;
}

.tabs-image ul li:nth-child(2).is-active{
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/Article_What_You_Lose_0004_Mentally_On.jpg");

}


.tabs-image ul li:nth-child(3) {
  background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/Article_What_You_Lose_0002_Emotionally_Off.jpg");
  background-repeat: no-repeat;
  
  margin-left: 0;
}

.tabs-image ul li:nth-child(3).is-active{
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/Article_What_You_Lose_0003_Emotionally_On.jpg");

}

.tabs-image .tabs-nav-item.is-active, .tabs-image .tabs-nav-item.is-active:hover{
 border-style: none;


}


.tabs-image .tabs-nav-item {
    background: none;
    border-style: none;
 height: 263px;
    width: 288px;
}

.tabs-image .tabs-content{
border:none;
background-color:#CEE5F4;
width: 95.1%;
}
.tabs-image .tabs-nav-item a{
display:none
}



.tabs-image .tabs-nav {
    background: #fff none repeat scroll 0 0;
    height: 277px;
}

.tabs-image {
width:96.7022%;
margin:10px 0px 0px 22px;
}

.tabs-image{

min-height:481px;
}

.tabs-image .right-txt{
  margin-top: -11px;
  padding-left: 12px !important;
  }
/*Ends*/





/*tabs-sleep*/

.tabs-sleep .tabs-nav{
background:none;
}
.tabs-sleep .tabs-nav-item{
border:none;
background:none;
width:78px;
height:234px;
}

.tabs-sleep .tabs-nav-item.is-active, .tabs-sleep .tabs-nav-item.is-active:hover, .tabs-sleep .tabs-nav-item:hover{
border:none;
padding:none;
background:none;
}

.tabs-sleep .tabs-nav-item a{
color: #A8E9FF;
margin-top: 10px;
text-transform: none;
  font-size: 12px;
background:none;
  font-family: "Helvetica W02";
  white-space: nowrap;
}
.tabs-sleep .tabs-nav-list{
background: rgba(0, 0, 0, 0) url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/blue_Background.png") repeat scroll 0 0;
    height: 293px;
}
.tabs-sleep ul li:first-child {
  background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/newborn.png") !important;
    background-position: 0 120px !important;
    background-repeat: no-repeat !important;
	margin-left: 10px;
    width: 112px;
}

.tabs-sleep ul li:nth-child(2){

background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/infant.png") !important;
    background-position: 0 196px !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    width: 68px;
}
.tabs-sleep ul li:nth-child(3){

background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/toddler.png") !important;
    background-position: 0 154px !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    width: 40px;
}
.tabs-sleep ul li:nth-child(4){
 background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/preschool.png") !important;
    background-position: 0 131px !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    width: 51px;
}

.tabs-sleep ul li:nth-child(5){

background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/schoolage.png") !important;
background-repeat: no-repeat !important;
background-position: 0px 107px !important;
background-size: 100% auto !important;
width: 85px;
}
.tabs-sleep ul li:nth-child(6){
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/teens.png") !important;
background-repeat: no-repeat !important;
background-position: 0px 85px !important;
background-size: 100% auto !important;
width: 77px;

}
.tabs-sleep ul li:nth-child(7){
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/youngadults.png") !important;
background-repeat: no-repeat !important;
background-position: 0px 70px !important;
background-size: 100% auto !important;
width: 78px;
}
.tabs-sleep ul li:nth-child(8){
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/adult.png") !important;
background-repeat: no-repeat !important;
background-position: 0px 55px !important;
background-size: 100% auto !important;
width: 99px;

}

.tabs-sleep ul li:nth-child(9){
background-image: url("/content/dam/global/CF_ConsumerHealthcare/BreatheRight/Images/olderadult.png") !important;
background-repeat: no-repeat !important;
background-position: 0px 70px !important;
background-size: 100% auto !important;
width: 77px;

}

.tabs-sleep .tabs-content{
padding:none;
margin-top: 98px;
min-height: 128px;
}

.tabs-sleep ul li.is-active::after{

  box-sizing: content-box;
  content: '';
  display: block;
 position: relative;
  bottom: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  top: 96%;
}
.tabs-sleep ul li:first-child::after{
left: 41%;

}
.tabs-sleep ul li:nth-child(2)::after{
left: 32%;

}
.tabs-sleep ul li:nth-child(3)::after{
left: -4%;

}
.tabs-sleep ul li:nth-child(4)::after{
left: 8%;

}
.tabs-sleep ul li:nth-child(5)::after{
left: 32%;

}.tabs-sleep ul li:nth-child(6)::after{
left: 21%;

}.tabs-sleep ul li:nth-child(7)::after{
left: 23%;

}
.tabs-sleep ul li:nth-child(8)::after{
left: 32%;

}
.tabs-sleep ul li:nth-child(9)::after{
left: 13%;

}
.tabs-sleep{
min-height:300px;
}
.tabs-sleep ul li:nth-child(5) a{
left:8px;
}
.tabs-sleep ul li:nth-child(6) a{
left:8px;
}
.tabs-sleep ul li:nth-child(9) a{
right:14px;
}
.tabs-sleep ul li:first-child a{
  left: 7px;

}
/*Ends*/

/*second hand snoring*/
.tabs-sleep-secnts{
height: 407px;
}

.tabs-sleep-secnts .tabs-nav{
height: 39px;
background:none;
}
.tabs-sleep-secnts .tabs-nav-list{
height: 39px;
}

.tabs-sleep-secnts  .tabs-nav-item{
    height: 21px;
	    width: 297px;
	margin:0px;
	margin-left:1px;
	    
}

.tabs-sleep-secnts .tabs-content{
border: none;
padding-top:0px;
padding: 0px;
height: 400px;
top: 34px;
}

.tabs-sleep-secnts.tabs > .component-content{
padding-top:0;
}

.tabs-sleep-secnts .tabs-nav-item:hover{

background-color:#005288;
}
.tabs-sleep-secnts .tabs-nav-item.is-active,.tabs-sleep-secnts .tabs-nav-item.is-active:hover{
background-color:#005288;
border:none;

}
.tabs-sleep-secnts .tabs-nav-item{
background-color:#8AC5E8;
}

.tabs-sleep-secnts .tabs-nav-item a{
color:#FFF;
display: inline;
font-size: 17px;
}

.tabs-sleep-secnts .tabs-nav-item.is-active a{
background:none;

}
.tabs-sleep-secnts ul li:first-child a{
padding-left: 110px;
}
.tabs-sleep-secnts ul li:nth-child(2) a{
    padding-left: 76px;
}
.tabs-sleep-secnts ul li:nth-child(3) a{
    padding-left: 76px;
}

.tabs-sleep-secnts .item1 ,.tabs-sleep-secnts .item2 ,.tabs-sleep-secnts .item3{
padding:0px;
}

.tabs-sleep-secnts #tabs-0 .item_1,.tabs-sleep-secnts  #tabs-1 .item_2,.tabs-sleep-secnts  #tabs-2 .item_3,.tabs-sleep-secnts  #tabs-3 .item_4, .tabs-sleep-secnts #tabs-4 .item_5, #tabs-5 .item_6{
padding:0px;
padding-left: 1px;
}
.tabs-sleep-secnts .second-hand-snoring-rt2 {
color: #012D62;
padding-bottom: 12px;


}

.second-hand-snoring-rt{
padding-top: 12px;
}

.second-hand-snoring-rt h3{
font-size: 23px;
}

.second-hand-snoring-rt p{
color:#012D62;
font-size: 13px;
}

.second-hand-snoring-rt2 p{
color:#012D62;
font-size: 13px;
}
.tabs-sleep-secnts img{
width: 893px;
}

.rt-health-risk{
    width: 22%;
    float: right;
    top: -243px;
    position: relative;
    left: -101px;
    color: #012D62;
    font-size: 14px;
}
/*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;
}

/* line 142, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-container .mejs-controls {
  z-index: 25;
  height: 47px;
  background: #d6d6d6;
  border-top: 2px solid #303030;
}

/* line 149, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-button {
  width: 20px;
  height: 20px;
  margin: 4px 6px;
}

/* line 155, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-button button {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../../../../wireframe/desktop/img/controls.png);
  background-repeat: no-repeat;
}

/* line 168, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-playpause-button button {
  background-position: 3px -130px;
}

/* line 172, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-playpause-button button:hover {
  background-position: -19px -130px;
}

/* line 176, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-pause button {
  background-position: 0px -83px;
  width: 15px;
}

/* line 181, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-pause button:hover {
  background-position: 0px -109px;
  width: 15px;
}

/* line 190, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-fullscreen-button button {
  background-position: 0 0;
}

/* line 194, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-fullscreen-button button:hover {
  background-position: 0 0;
}

/* line 202, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-share-button button {
  background-position: -2px -39px;
}

/* line 206, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-share-button button:hover {
  background-position: -2px -3px;
}

/* line 210, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-volume-button {
  margin: 4px 6px;
}

/* line 214, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-volume-button button {
  background-position: -2px -219px;
}

/* line 218, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-mute button {
  background-position: 0 -26px;
}

/* line 222, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-mute button:hover {
  background-position: 0 -26px;
}

/* line 226, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-unmute button {
  background-position: 1px -54px;
}

/* line 230, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-unmute button:hover {
  background-position: 1px -54px;
}

/* line 234, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-horizontal-volume-slider {
  background: url(../../../../wireframe/desktop/img/controls.png) 0 -83px no-repeat;
  display: block !important;
  width: 34px;
  height: 21px;
  margin-top: 12px;
  position: relative;
}

/* line 243, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 34px;
}

/* line 247, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: url(../../../../wireframe/desktop/img/controls.png) 0 -108px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 21px;
}

/* line 255, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none;
}

/* line 259, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-time-rail {
  height: 20px;
  padding-top: 8px;
  margin-left: 2px;
}

/* line 265, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #303030;
}

/* line 275, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 6px;
  background-color: transparent;
  filter: none;
  background-image: none;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 288, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 3px;
  background-color: #303030;
  filter: none;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 300, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #fff;
  border: 1px solid #303030;
  height: 14px;
  width: 14px;
  top: -6px;
  display: block;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 315, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-container .mejs-controls .mejs-time {
  width: 100px;
  margin: 15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 12px;
}

/* line 324, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-container .mejs-controls .mejs-time span {
  float: left;
  color: #303030;
  font-size: 14px;
}

/* line 335, ../../sass/components/video.gallery.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  z-index: 10;
}

/* line 339, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-container-fullscreen {
  z-index: 10000 !important;
}

/* line 343, ../../sass/components/video.gallery.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1;
}

/* line 348, ../../sass/components/video.gallery.scss */
.mejs-overlay-loading {
  background: url(../../../../wireframe/desktop/img/loader.gif) center center no-repeat;
}

/* Share overlay */
/* line 353, ../../sass/components/video.gallery.scss */
.videoGallery .share {
  display: none;
}

/* line 357, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-container {
  overflow: hidden;
}

/* line 361, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-share {
  position: absolute;
  z-index: 20;
}

/* line 366, ../../sass/components/video.gallery.scss */
.videoGallery .share-container {
  width: 90%;
  margin: auto;
  padding: 10px 10px 60px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
}

/* line 381, ../../sass/components/video.gallery.scss */
.videoGallery .share-container td {
  width: 30px;
  height: 30px;
}

/* line 386, ../../sass/components/video.gallery.scss */
.videoGallery .share-container td, .videoGallery .share-container td a {
  color: #437cc4;
  text-decoration: none;
  font-size: 10px;
}

/* line 392, ../../sass/components/video.gallery.scss */
.videoGallery .share-container td a:hover {
  text-decoration: underline;
}

/* line 396, ../../sass/components/video.gallery.scss */
.videoGallery .share-container td img {
  vertical-align: middle;
}

/* grid classes for sharing*/
/* line 401, ../../sass/components/video.gallery.scss */
.grid_3 .share-container a + a, .grid_4 .share-container a + a, .grid_5 .share-container a + a {
  display: none;
}

/* line 405, ../../sass/components/video.gallery.scss */
.videoGallery .share-container table {
  width: 100%;
}

/* line 409, ../../sass/components/video.gallery.scss */
.videoGallery .share-container th {
  width: 50px;
}

/* line 413, ../../sass/components/video.gallery.scss */
.videoGallery .share-container td {
  width: auto;
  max-width: 70%;
}

/* line 418, ../../sass/components/video.gallery.scss */
.videoGallery .share-container td input {
  width: 90%;
  font-size: .9em;
}

/* Related content */
/* line 424, ../../sass/components/video.gallery.scss */
.videoGallery .related {
  display: none;
}

/* line 428, ../../sass/components/video.gallery.scss */
.videoGallery .mejs-related {
  position: absolute;
  z-index: 15;
  display: none;
  background: #333;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
}

/* line 437, ../../sass/components/video.gallery.scss */
.videoGallery .related-container {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 100%;
}

/* line 449, ../../sass/components/video.gallery.scss */
.videoGallery .related-container .column {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 261px;
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 11px;
  color: #787878;
  height: 100%;
  line-height: 1.5em;
}

/* line 462, ../../sass/components/video.gallery.scss */
.videoGallery .related-container .button {
  /* font-size: .9em; */
}

/* line 467, ../../sass/components/video.gallery.scss */
.grid_4 .videoGallery .related-container, .grid_5 .videoGallery .related-container, .grid_6 .videoGallery .related-container {
  height: -moz-calc(100% -35px);
  overflow: auto;
}

/* line 472, ../../sass/components/video.gallery.scss */
.grid_4 .videoGallery .related-container .column, .grid_5 .videoGallery .related-container .column, .grid_6 .videoGallery .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(100% -22px);
}

/* line 477, ../../sass/components/video.gallery.scss */
.grid_7 .videoGallery .related-container .column, .grid_8 .videoGallery .related-container .column, .grid_9 .videoGallery .related-container .column, .grid_10 .videoGallery .related-container .column, .grid_11 .videoGallery .related-container .column, .grid_12 .videoGallery .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(50% -22px);
}

/* line 482, ../../sass/components/video.gallery.scss */
.grid_7 .videoGallery .related-container .column.wide, .grid_8 .videoGallery .related-container .column.wide, .grid_9 .videoGallery .related-container .column.wide, .grid_10 .videoGallery .related-container .column.wide, .grid_11 .videoGallery .related-container .column.wide, .grid_12 .videoGallery .related-container .column.wide {
  float: none;
  width: auto;
}

/* line 487, ../../sass/components/video.gallery.scss */
.videoGallery .related-container h4 {
  font-size: 14px;
  padding: 10px;
  margin: 0 -10px 10px;
  background-color: #efefef;
  display: block;
}

/* line 495, ../../sass/components/video.gallery.scss */
.videoGallery .related-container .img {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  max-height: 180px;
}

/* line 502, ../../sass/components/video.gallery.scss */
.videoGallery .related-container .img img {
  max-width: 100%;
  max-height: 80px;
}

/* line 507, ../../sass/components/video.gallery.scss */
.videoGallery .related-container li .excerpt a {
  background: url(../../../../wireframe/desktop/img/arrow-blue-right.png) no-repeat scroll right 50% transparent;
  padding-right: 8px;
}

/* line 512, ../../sass/components/video.gallery.scss */
.videoGallery .related-container li .subtitle {
  color: #444;
}

/* line 516, ../../sass/components/video.gallery.scss */
.videoGallery .related-container li {
  clear: left;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

/* line 524, ../../sass/components/video.gallery.scss */
.videoGallery .related-container li:last-child {
  border-bottom: none;
}

/* line 528, ../../sass/components/video.gallery.scss */
.videoGallery .related-container .contact, .videoGallery .related-container .contact .fn, .videoGallery .related-container .contact .title {
  font-size: 11px;
}

/* line 532, ../../sass/components/video.gallery.scss */
.videoGallery .related-container .contact .fn {
  margin-left: 95px;
  color: #444;
  font-weight: normal;
  font-size: 11px;
}

