.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*! jQuery UI - v1.10.3 - 2013-10-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Helvetica%20Neue%22%2CHelvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23937c58&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23ffffff&iconColorHeader=%23222222&bgColorContent=%23f3efd4&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23cabf97&bgTextureDefault=highlight_soft&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23000000&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=highlight_hard&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ba1b00&bgTextureActive=highlight_soft&bgImgOpacityActive=50&borderColorActive=%23aaaaaa&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fbf9ee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=55&borderColorHighlight=%23773722&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=highlight_soft&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23cabf97&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.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}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.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}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.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}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("../Content/images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#f3efd4 url(../Content/images/ui-bg_flat_75_f3efd4_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#937c58 url(../Content/images/ui-bg_highlight-soft_75_937c58_1x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#cabf97 url(../Content/images/ui-bg_highlight-soft_75_cabf97_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#000}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#000;text-decoration:none}.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 #999;background:#dadada url(../Content/images/ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#ba1b00 url(../Content/images/ui-bg_highlight-soft_50_ba1b00_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #773722;background:#fbf9ee url(../Content/images/ui-bg_highlight-soft_55_fbf9ee_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../Content/images/ui-bg_highlight-soft_95_fef1ec_1x100.png) 50% top repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../Content/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../Content/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../Content/images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../Content/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../Content/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../Content/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../Content/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#cabf97 url(../Content/images/ui-bg_flat_0_cabf97_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../Content/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*
 * Default Layout Theme
 *
 * Created for jquery.layout 
 *
 * Copyright (c) 2010 
 *   Fabrizio Balliano (http://www.fabrizioballiano.net)
 *   Kevin Dalman (http://allpro.net)
 *
 * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
 * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
 *
 * Last Updated: 2010-02-10
 * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
 *
 * Updates 2013-01-23 by Jesse Hemstad
 * Removed styles not applicable to the HCOnline layout
 */


/*
 *	PANES & CONTENT-DIVs
 */
.ui-layout-pane { /* all 'panes' */
	/* -- removed /jah
	background:	#FFF; 
	border:		1px solid #BBB;
	padding:	10px; 
    */
	overflow:	auto;
	/* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	   - use ui-layout-wrapper class if pane has a content-div
	   - use ui-layout-container if pane has an inner-layout
	*/
	}
	/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
	.ui-layout-content {
		/* -- removed /jah
		padding:	10px;
        */
		position:	relative; /* contain floated or positioned elements */
		overflow:	auto; /* add scrolling to content-div */
	}

/*
 *	UTILITY CLASSES
 *	Must come AFTER pane-class above so will override
 *	These classes are NOT auto-generated and are NOT used by Layout
 */
.layout-child-container,
.layout-content-container {
	padding:	0;
	overflow:	hidden;
}
.layout-child-container {
	border:		0; /* remove border because inner-layout-panes probably have borders */
}
.layout-scroll {
	overflow:	auto;
}
.layout-hide {
	display:	none;
}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	background:		#DDD;
	border:			1px solid #BBB;
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
	.ui-layout-resizer-hover	{	/* affects both open and closed states */
	}
	/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
	.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border: 	 1px solid #BBB;
	}
	.ui-layout-resizer-north-dragging,
	.ui-layout-resizer-south-dragging {
		border-width:	1px 0;
	}
	.ui-layout-resizer-west-dragging,
	.ui-layout-resizer-east-dragging {
		border-width:	0 1px;
	}
	/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E1A4A4; /* red */
	}

	.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
		opacity: .10; /* show only a slight shadow */
		filter:  alpha(opacity=10);
		}
		.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
			opacity: 1.00; /* on-hover, show the resizer-bar normally */
			filter:  alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on-hover 
		 * this sample illustrates how to target specific panes and states */
		.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
	border: 1px solid #BBB; /* match pane-border */
	background-color: #BBB;
	}
	.ui-layout-resizer-hover .ui-layout-toggler {
		opacity: .60;
		filter:  alpha(opacity=60);
	}
	.ui-layout-toggler-hover , /* need when NOT resizable */
	.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
		background-color: #FC6;
		opacity: 1.00;
		filter:  alpha(opacity=100);
	}
	.ui-layout-toggler-north ,
	.ui-layout-toggler-south {
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-west ,
	.ui-layout-toggler-east {
		border-width: 1px 0; /* top/bottom borders */
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding  .ui-layout-toggler {
		display: none;
	}
	/*
	 *	style the text we put INSIDE the togglers
	 */
	.ui-layout-toggler .content {
		color:			#666;
		font-size:		12px;
		font-weight:	bold;
		width:			100%;
		padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
	}

/*
 *	PANE-MASKS
 *	these styles are hard-coded on mask elems, but are also 
 *	included here as !important to ensure will overrides any generic styles
 */
.ui-layout-mask {
	border:		none !important;
	padding:	0 !important;
	margin:		0 !important;
	overflow:	hidden !important;
	position:	absolute !important;
	opacity:	0 !important;
	filter:		Alpha(Opacity="0") !important;
}
.ui-layout-mask-inside-pane { /* masks always inside pane EXCEPT when pane is an iframe */
	top:		0 !important;
	left:		0 !important;
	width:		100% !important;
	height:		100% !important;
}
div.ui-layout-mask {}		/* standard mask for iframes */
iframe.ui-layout-mask {}	/* extra mask for objects/applets */

/*
 *	Default printing styles
 */
@media print {
	/*
	 *	Unless you want to print the layout as it appears onscreen,
	 *	these html/body styles are needed to allow the content to 'flow'
	 */
	html {
		height:		auto !important;
		overflow:	visible !important;
	}
	body.ui-layout-container {
		position:	static !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		/* only IE6 has container width & height set by Layout */
		_width:		auto !important;
		_height:	auto !important;
	}
	.ui-layout-resizer, .ui-layout-toggler {
		display:	none !important;
	}
	/*
	 *	Default pane print styles disables positioning, borders and backgrounds.
	 *	You can modify these styles however it suit your needs.
	 */
	.ui-layout-pane {
		border:		none !important;
		background:	 transparent !important;
		position:	relative !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		width:		auto !important;
		height:		auto !important;
		overflow:	visible !important;
	}
}



/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.unboxing{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important;}body{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;}body,select{color:#333;}.tab-content{border-top:2px;border-left:2px;border-right:2px;border-bottom:2px;border-color:#f7f7f7;border-radius:4px;border-style:solid;}.tabs-setup>li>a{background-color:#f7f7f7;border-color:#4a4a4a;font-weight:bolder;height:5rem;color:#333;display:block;padding:20px 24px !important;margin-left:2px;margin-right:2px;font-size:13px;text-align:center;border-radius:4px;}.tabs-setup>li>a:focus,.tabs-setup>li>a:hover,.tabs-setup>.active a{background-color:#ff5900;color:#fff;}a{cursor:pointer;color:#337ab7;}a:hover,a:focus{text-decoration:none;}label{font-weight:normal;}.row{margin:.5% 1% .5% 1% !important;}.navbar{margin-bottom:0 !important;}.form-group label{font-weight:bold;}.form-control{color:#333;padding:4px 8px;border-color:#9b9b9b;}.form-control-static{display:block;}.form-control[disabled],.form-control[readonly]{background-color:#cac6c6;opacity:1;}fieldset[disabled] .form-control{background-color:#cac6c6;opacity:1;}.panel{border:none;}.panel>.panel-heading{font-size:18px;}.panel-group .panel>.panel-heading{padding:0;}.panel>.panel-heading a{color:#333;}.panel>.panel-heading a:hover{text-decoration:underline;}.panel .panel-body>.panel{border:0;}.panel.panel-default{border-color:#9b9b9b;}.panel.panel-default>.panel-heading{color:#333;background-color:#e9e9e9;border-color:#9b9b9b;}.panel.panel-normal>.panel-heading{color:#393939;background-color:#fff;border-bottom:1px solid #393939;font-weight:bold;}.panel-group .panel.panel-normal>.panel-heading>a{display:block;padding:10px 15px;}.panel-group .panel.panel-normal>.panel-heading>a>.caret{float:right;margin-top:8px;border-width:8px;border-bottom-style:dashed;border-top-width:0;}.panel-group .panel.panel-normal>.panel-heading>a.collapsed>.caret{border-top-style:dashed;border-bottom-width:0;border-top-width:8px;}.panel.panel-titleless .panel-body{border:0;}.panel .panel-body.col-padded{padding-bottom:0;}.panel .panel-body>.table:last-child,.panel .panel-body .row:last-child [class*='col-']:last-child .form-group:last-child{margin-bottom:0;}.panel-table{padding:0;}.table.table-full tr:first-child th{border-top:0;}.table.table-full th:last-child,.table.table-full td:last-child{padding-right:15px;text-align:right;}.table.table-full tr{border:1px solid #9b9b9b;border-width:1px 0;}.table.table-full tr:first-child{border-top:0;}.table.table-full>tbody>tr>td{vertical-align:middle;}.table.table-full>tbody:first-child tr:first-child{border:0;background:none;}.table.table-striped{border-color:#9b9b9b;}.table.table-striped>thead>tr>th,.table.table-striped>tbody>tr>th,.table.table-striped>tfoot>tr>th,.table.table-striped>thead>tr>td,.table.table-striped>tbody>tr>td,.table.table-striped>tfoot>tr>td{border-color:#9b9b9b;}.table.table-striped>tbody>tr:nth-of-type(odd){background-color:#e7e7e7;}.table>thead>tr>th{border-bottom:1px solid #9b9b9b;}.input-group-addon{border-color:#9b9b9b;}.input-group-addon .ui-datepicker-trigger{padding:0;}.input-group-addon:not(:first-child):not(:last-child){border-width:1px 0;}.dropdown-menu.dropdown-menu-checkbox-list{width:100%;cursor:default;}.dropdown-menu.dropdown-menu-checkbox-list li{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;}.dropdown-menu.dropdown-menu-checkbox-list li input{margin-top:.2em;position:absolute;}.dropdown-menu.dropdown-menu-checkbox-list li label{cursor:pointer;margin-left:20px;width:100%;}.bg-success{background-color:#5cb85c;}.bg-success.bg-message{padding:10px 15px;color:#fff;display:block;border-radius:2px;margin-bottom:20px;}.radio-group>label{display:block;font-weight:bold;}.radio-group>.radio-inline{padding-top:6px;}.modal-backdrop.in{background:#000;opacity:.15;}[class^="col-"]{margin-top:1%;padding-left:1%;}@media(min-width:768px){.checkbox-inline{padding-left:2% !important;}.fixCheckBox .checkbox-group .checkbox-inline{padding-left:30px !important;}}@media(min-width:992px){.checkbox-group .checkbox-inline{padding-left:30px !important;margin-left:0 !important;}}.ui-widget{font-size:16px;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;}.ui-widget-header{color:#333;}.ui-widget-header,.ui-widget-header.ui-state-active{background:#fff;border:0;border-bottom:1px solid #393939;}.ui-widget-content{background:#fff;border-width:0;color:#333;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:2px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:2px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:2px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:2px;}.ui-widget-header.ui-state-default{font-weight:bold;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{font-weight:bold;}.ui-state-default .ui-icon{background-image:url(../Content/images/ui-icons_222222_256x240.png);}.ui-jqdialog-content .ui-state-default .ui-icon{background-image:url(../Content/images/ui-icons_222222_256x240.png);}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:0;background:#f5f5f5;}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{margin-right:15px;display:inline-block;position:initial;}.ui-jqgrid .ui-state-default,.ui-jqgrid .ui-widget-content .ui-state-default{border:1px solid #aaa;background:#fff;color:#333;}.ui-state-error{border:1px solid #aaa;}.ui-jqdialog-content .ui-state-default{border:1px solid #9b9b9b;background:#fff;color:#333;}.ui-widget-overlay{background:#000;opacity:.15;}.ui-datepicker-calendar .ui-state-default{border:1px solid #9b9b9b;background:#fff;font-weight:normal;color:#333;}.ui-jqdialog-title{color:#333;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:0;background:none;font-weight:bold;color:#333;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;}.ui-dialog.ui-widget{border:1px solid #9b9b9b;padding:0;overflow:auto;max-height:90%;}.ui-dialog .ui-dialog-titlebar{border-radius:0;border-color:#9b9b9b;padding:10px 15px;}.ui-dialog .ui-dialog-buttonpane button{border:1px solid #9b9b9b;}.ui-dialog .ui-dialog-buttonpane button .ui-button-text{padding:6px 12px;}.ui-dialog>.ui-dialog-content{padding:10px 15px;}.ui-dialog>.ui-resizable-handle{display:none !important;}.ui-jqgrid .ui-jqgrid-view{font-size:16px !important;}.ui-layout-content,.ui-jqgrid .ui-jqgrid-bdiv{font-size:14px !important;overflow-x:auto !important;}.ui-layout-resizer-west{background:transparent !important;border-width:0;padding:0 4px !important;}#Content-Minimal .ui-layout-resizer.ui-layout-resizer-west.ui-layout-resizer-open.ui-layout-resizer-west-open:hover,#Content-Minimal .ui-layout-resizer-west.ui-layout-resizer-drag{width:4px !important;background:#d9d9d9 !important;}#Content-Minimal .ui-layout-resizer-west-closed{display:none !important;}#Content-Minimal .ui-layout-resizer-dragging-limit{background-color:#937c58;}#gbox_GridMenu{border:0;}#GridMenu tr.jqgrow{cursor:pointer;border-right:0;border-color:transparent;}#GridMenu tr.jqgrow:hover{background:#d9d9d9;}#GridMenu tr.jqgrow td{border-right:0;padding:10px 20px 10px 28px !important;border-bottom:1px solid #fff;}#GridMenu .ui-state-highlight,.ui-widget-content .ui-state-highlight{background:#fff;}#GridMenu tr.jqgrow span.cell-wrapperleaf{font-size:16px;width:85%;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}#GridMenu tr.ui-state-highlight span.cell-wrapperleaf{font-weight:bold;}.dn2-menu-left #GridMenu tr.jqgrow td{padding:0;}.dn2-menu-left #GridMenu tr.jqgrow td .MenuItem{padding:10px 20px 10px 28px;display:block;font-size:14px;}.dn2-menu-left #GridMenu tr.jqgrow td .MenuItem-text{margin-top:3px;}.jqgrow.NewMenuRowAnchor{border-right:0;}.ui-layout-pane-west .ui-jqgrid-btable{border-collapse:collapse;}.desktop-navigation-2 #GridMenu tr.jqgrow td{padding:0;}.desktop-navigation-2 #GridMenu tr.jqgrow td a{padding:10px 20px 10px 28px;width:100%;display:block;}@media(min-width:768px){.ui-layout-content,.ui-jqgrid .ui-jqgrid-bdiv{font-size:14px !important;overflow-x:auto !important;}}@media(min-width:992px){.ui-layout-content,.ui-jqgrid .ui-jqgrid-bdiv{font-size:14px !important;overflow-x:hidden !important;}}@media(min-width:1200px){.ui-layout-content,.ui-jqgrid .ui-jqgrid-bdiv{font-size:14px !important;overflow-x:hidden !important;}}.ui-jqgrid .ui-jqgrid-view{font-size:11px;}.ui-jqgrid .ui-jqgrid-htable th{font-size:12px;}.ui-jqgrid tr.ui-row-ltr td,.ui-jqgrid .ui-jqgrid-htable th,.ui-jqgrid .ui-pager-control>.ui-pg-table>tbody>tr>td,.ui-jqgrid tr.footrow-ltr td{padding:8px;}.ui-jqgrid .ui-jqgrid-toppager{height:auto !important;background:#d9d9d9;color:#333;border-bottom:0;border-radius:2px 2px 0 0;font-size:12px;}.ui-jqgrid .ui-pg-input{border-radius:2px;border:1px solid #aaa;padding:2px 4px;height:auto;font-size:12px;}.ui-jqgrid .ui-pg-button span{border-color:#fff;}.ui-jqgrid .ui-pg-button span.ui-separator{display:none;}#SwitchboardViewContent .ui-jqgrid tr.ui-row-ltr td{text-align:left;}#SwitchboardViewContent .ui-jqgrid tr.jqgrow td,#SwitchboardViewContent .ui-jqgrid tr.ui-jqgrid-labels th{border:0;}#SwitchboardViewContent .ui-jqgrid tr.jqgrow{border-left:0;border-right:0;}#SwitchboardViewContent .ui-jqgrid tr:nth-child(even){background:#e7e7e7;}#SwitchboardViewContent .ui-jqgrid tr.jqgrow:last-child{border-bottom:0;}#SwitchboardViewContent .ui-jqgrid .ui-jqgrid-hdiv,#SwitchboardViewContent .ui-jqgrid tr.footrow-ltr td,#SwitchboardViewContent .ui-jqgrid-hbox .footrow.footrow-ltr{border:0;}.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span{display:inline-block;position:absolute;left:8px;top:8px;}.ui-jqgrid .ui-subgrid td.subgrid-data{border-right:0;border-left:0;}#SwitchboardViewContent .ui-jqgrid tr.jqgrow td{position:relative;white-space:normal;}#SwitchboardViewContent .ui-jqgrid tr.jqgrow:last-child{border-bottom:1px solid #aaa;}.ui-jqgrid-bdiv{height:auto !important;}.ui-pg-button.ui-state-disabled{opacity:1;}.ui-subgrid .ui-jqgrid-hdiv{display:none;}.ui-subgrid .subgrid-data .tablediv .ui-widget-content{border:0;}#SwitchboardViewContent .ui-subgrid .subgrid-data .tablediv .ui-widget-content .jqgrow:last-child{border-bottom:0;}.ui-subgrid tr.ui-row-ltr td{background-color:#fff;border-right-width:1px;border-right-color:#aaa;border-right-style:solid;border-bottom:1px solid #9b9b9b;}.ui-subgrid{background-color:#fff;}.ui-jqgrid .ui-subgrid td.subgrid-cell{background:none !important;border:0;}.ui-subgrid td.subgrid-cell span{display:none;}.ui-subgrid td.subgrid-data div.tablediv{background-color:#fff;}.ui-button-text-only .ui-button-text{padding:6px;}#gview_SearchResults .ui-jqgrid-htable,#SearchResults{width:100% !important;}table[id^=SearchResults_]{min-width:100%;}#gview_SearchResults .ui-jqgrid-hbox{float:none;padding-right:0;}.subgrid-data .ui-jqgrid-btable tr:last-child td{border-bottom-width:0;}.subgrid-data .ui-jqgrid-btable td:last-child{border-right-width:0;}.ui-jqgrid .ui-subgrid table{width:1px !important;}.ui-jqgrid .btn{padding:2px 6px;}.ui-jqgrid{border:0;}.ui-jqgrid .actions{font-size:14px;}.ui-jqgrid .actions .fa{color:#333;margin:0 2px;cursor:pointer;}.jqgrow.ui-state-highlight{border-color:#9b9b9b;}.ui-th-column,.ui-jqgrid .ui-jqgrid-htable th.ui-th-column{text-align:left;}#top-menu{font-size:16px !important;background:#f7f7f7;}#top-menu>li>a{outline:none;padding:.6em 1em;margin-top:6px;color:#393939;}#top-menu.MenuWrapper{background-color:#f7f7f7;overflow:hidden;font-size:16px;z-index:1 !important;}#top-menu.MenuWrapper>.left-icons .fa{color:#393939;font-size:20px;padding:16px 20px;cursor:pointer;}#top-menu.MenuWrapper>.tab-bar-container{height:100%;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container{float:left;background:#f7f7f7;border:0;padding:0;width:100%;height:100%;overflow:hidden;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container>.nav-tabs{padding:0;border:0;border-radius:0;height:100%;background:#f7f7f7;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container>.nav-tabs>li{height:100%;border-bottom-width:4px;font-size:16px;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container>.nav-tabs>li>a{padding:16px 20px !important;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container>.nav-tabs>li>a{outline:none;padding-top:16px;border:0;background:#f7f7f7;color:#393939;font-weight:normal;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container>.nav-tabs>li>a.selected{border:1px solid #9b9b9b;border-color:#ff5900;background:#f7f7f7;border-width:0 0 4px 0;font-weight:bold;color:#ff5900;}#top-menu.MenuWrapper>.tab-bar-container>.x-nav-container>.nav-tabs>li>a:hover{border:1px solid #9b9b9b;border-color:#ff5900;background:#f7f7f7;border-width:0 0 4px 0;}#top-menu.MenuWrapper>.right-tabs{margin-top:17px;}#top-menu.MenuWrapper>.right-tabs .right-tabs-box{margin-right:20px;display:inline-block;color:#393939;}#top-menu.MenuWrapper>.right-tabs .right-tabs-box a{color:#393939;}#top-menu.MenuWrapper>.right-tabs .right-tabs-box .fa{font-size:18px;}#BodyApp{background-color:#fff;margin:0 !important;padding-top:132px;}#BodyApp>#PrintArea>#GEMSelectorContainer{overflow:hidden;}#BodyApp>.leftMenu{overflow:hidden;background:#fff;}#NewLeftMenu>.clickable{padding:10px 20px 10px 10px !important;}#NewLeftMenu>.clickable .menuItemText{font-size:14px;}#NewLeftMenu>.clickable:hover{background:#d9d9d9;font-weight:bold;}#GridMenu{width:100%;table-layout:fixed;}#GridMenu td .fa{margin-top:6px;color:#ff5900;}#GridMenu .tree-wrap-ltr,#GridMenu .ui-jqgrid .tree-wrap{display:none;}.MenuItem-text,#GridMenu tr.jqgrow span.cell-wrapperleaf{font-size:14px;width:85%;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}[id$='_hlCompanyWebsite']{display:block;}[id$='_hlCompanyWebsite'] img{width:100%;max-width:200px;position:absolute;bottom:20px;padding:0 20px 0 15px;}#HiddenMenuPinButton{display:none !important;}#menuIcon{display:none;position:absolute;margin:0;padding:0;top:0;z-index:1;}#menuIcon li{cursor:pointer;float:right;list-style:none;background:#23c6c8;color:#fff;padding:0 8px;top:0;}#menuIcon li .ui-layout-button-pin{float:left;display:none;}.marginLeft20{margin-left:0;}i{color:#ff5900 !important;margin-right:.3em;margin-left:.3em;}.btn{border-width:1px;border-style:solid;border-radius:2px;}.btn.dropdown-toggle.form-control{border-radius:4px;font-weight:normal;text-align:left;background:#fff;}.btn.dropdown-toggle.form-control .caret.pull-right{margin-top:.5em;}.open .btn.dropdown-toggle.form-control:active,.open .btn.dropdown-toggle.form-control:hover,.open .btn.dropdown-toggle.form-control:focus,.open .btn.dropdown-toggle.form-control:active:hover,.btn.dropdown-toggle.form-control:active,.btn.dropdown-toggle.form-control:hover,.btn.dropdown-toggle.form-control:focus,.btn.dropdown-toggle.form-control:active:hover{background:#fff;border-color:#9b9b9b;}.btn.btn-default{border-color:#9b9b9b;background-color:#f7f7f7;font-weight:bold;position:relative;}.btn.btn-default:hover,.btn.btn-default:active,.btn.btn-default:active:hover{background-color:#e3e3e3;}.btn.btn-default .fa{color:#ff5900;margin-right:.3em;}.btn td:first-child{padding-right:4px;}.btn.btn-primary{background-color:#ff5900;border-color:#ff5900;}.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active,.btn.btn-primary.active,.btn.btn-primary:active:focus,.btn.btn-primary:active:hover,.btn.btn-primary.active:hover,.btn.btn-primary.active:focus{background-color:#cc4700;border-color:#c24400;}.ui-dialog-buttonset .btn .fa{padding-right:4px;}.ui-widget button.btn{font-size:14px;font-weight:bold;}.ui-jqdialog-content .fm-button{border:1px solid #9b9b9b;}.titleBar{color:#393939;background-color:#fff;border-bottom:1px solid #393939;font-weight:bold;text-align:center;font-size:18px;padding-top:15px;text-transform:uppercase;}.titleBar label,.titleBar span{font-weight:bold;}.subTitleBar{padding-top:10px;color:#333;text-transform:uppercase;padding-left:1em;}.subTitleBar label,.subTitleBar span{font-weight:bold;}.subTitleBarLevel3{padding-top:10px;}.oeEmpDataTab{margin-top:1em;margin-bottom:1em;}.titleBarBtn{float:right;}@media(min-width:992px){.subTitleBarLevel3{background-color:#fff;}}@media(min-width:1200px){.subTitleBarLevel3{background-color:#fff;}}fieldset{border:0;padding:0;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#cac6c6;opacity:1;}sub,sup{font-size:70% !important;}.number,.currency{text-align-last:right;}.text-underline{text-decoration:underline;}.bold{font-weight:bold;}.attention{text-align:center;color:#fff;background-color:#ff5900;border-color:#ff5900;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}a{cursor:pointer;}fieldset{border:0;padding:10px;}li,dd,blockquote{font-size:14px;margin-left:40px;margin-left:0;}.ui-accordion .ui-accordion-content{padding:initial;}.ui-widget button{font-size:14px;}.ui-datepicker-title{color:#222;font-weight:normal;}.form-control,.input-group-addon{border-color:#9b9b9b;}.spinner-overlay{width:100%;height:100%;opacity:.3;position:fixed;z-index:100;background:#222;}.ui-widget-overlay{background:#777;}.ui-dialog{z-index:101;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border-color:#aaa;}.ui-widget-content .ui-state-default{color:#222;}.ui-accordion .ui-accordion-header{margin-top:0;}.ui-widget-content a{color:#337ab7;}.tooltip-inner{max-width:300px;}.btn{background-color:#f7f7f7;border:1px solid #9b9b9b;color:#333;font-weight:bold;position:relative;}.btn:hover{background-color:#d8d8d8;border-color:#7c7c7c;}.marginTop5{margin-top:5px;}.pagination{margin:0;}.form-control{color:#222;}.ui-layout-center-full{left:0 !important;width:100% !important;}.invisible-icon:before{visibility:hidden;}.input-group-addon.fa{top:0;}.calendar-addon{cursor:pointer;}#GEMSelectorContainer{font-size:16px;}#GEMSelector .gem-label{width:105px;}#GEMSelector .row [class^='col']{padding-left:0;}#GEMSelector .MemberNumberContainer{margin-left:15px;}#member-actions{float:right;color:#444;}#member-actions .fa{cursor:pointer;}.ui-dialog{font-size:14px;}.ui-dialog ul{margin-top:10px;}#divCheckEnrollmentStatus .tabel th{min-width:150px;}#divCheckEnrollmentStatus .table-responsive{max-height:29em;padding:0;}#divCheckEnrollmentStatus .panel-collapse .panel-heading{font-weight:normal;}#divCheckEnrollmentStatus .panel-body .panel :last-child .panel-heading{border-bottom:0;}#divCheckEnrollmentStatus .panel-collapse{border-bottom:0;margin:0;}#divCheckEnrollmentStatus .panel-title .panel-button{display:block;text-decoration:none;padding:10px 15px;}#divCheckEnrollmentStatus .panel-group>.panel:first-child>.panel-heading{border-top:0;}#divCheckEnrollmentStatus .panel-group{margin-bottom:0;}#divCheckEnrollmentStatus .panel-body.table-responsive .table-bordered{border:1px solid #aaa;}#divCheckEnrollmentStatus .panel-body .table-bordered>tbody>tr:last-child>td{border-bottom:0;}#divCheckEnrollmentStatus .panel-body.table-responsive .table-bordered{border-width:1px 0 0 0;}#divCheckEnrollmentStatus .panel-body canvas{margin:0 auto;}#divCheckEnrollmentStatus .clickable{cursor:pointer;color:#337ab7;}.x-form-control-container{display:inline-block;}#Animation{margin-top:10px;}.ui-subgrid .ui-jqgrid-hdiv{display:none;}.ui-subgrid .subgrid-data .tablediv .ui-widget-content{border:0;}.ui-subgrid tr.ui-row-ltr td{background-color:#fbf9ee;border-bottom-width:1px;border-bottom-color:#aaa;border-bottom-style:solid;border-right-width:1px;border-right-color:#aaa;border-right-style:solid;}.ui-subgrid{background-color:#fbf9ee;}.ui-subgrid td.subgrid-cell{background:#fbf9ee;background-color:#fbf9ee !important;}.ui-subgrid td.subgrid-cell span{display:none;}.ui-subgrid td.subgrid-data div.tablediv{background-color:#fbf9ee;}.ui-button-text-only .ui-button-text{padding:6px;}#gview_SearchResults .ui-jqgrid-htable,#SearchResults{width:100% !important;}table[id^=SearchResults_]{min-width:100%;}#gview_SearchResults .ui-jqgrid-hbox{float:none;padding-right:0;}.subgrid-data .ui-jqgrid-btable tr:last-child td{border-bottom-width:0;}.subgrid-data .ui-jqgrid-btable td:last-child{border-right-width:0;}.ui-subgrid .jqgrow>*:first-child{padding-left:10px;}.ui-jqgrid .ui-subgrid table{width:1px !important;}#gbox_SearchResults.ui-jqgrid tr.jqgrow td{white-space:normal;line-height:1.3em;}#SearchButton .fa,#ClearButton .fa,.ui-button-icon-secondary.fa,.ui-button-icon-secondary.fa{color:#c62f2f;}#SearchButton.ui-state-active .fa,#ClearButton.ui-state-active .fa{color:#ccc;}#SearchButton.ui-state-active,#ClearButton.ui-state-active{border-color:transparent;color:#ccc;}.ui-dialog-buttonpane .ui-button-text-icon-primary .ui-button-text,.ui-dialog-buttonpane .ui-button-text-icons .ui-button-text{display:inline-block;padding-left:16px;}.ui-dialog-buttonpane .ui-button .ui-button-text{display:inline-block;}.ui-dialog-buttonpane .ui-state-default .ui-icon{background-image:none;width:initial;height:initial;text-indent:initial;}.ui-dialog .ui-dialog-buttonpane button{margin-left:0;margin-right:0;}#DivEffDate{text-align:center;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none;text-align:center;}img#print{visibility:visible;}#SwitchboardViewContent{font-size:14px;}#SwitchboardViewContent .ui-accordion-header{font-size:16px;}#SwitchboardViewContent .table-responsive.ui-widget-content{border:0;}#SwitchboardViewContent,#SwitchboardViewContent .helpful-hints,#SwitchboardViewContent .table-responsive .dataRow:last-child td{border-bottom-width:0;}#SwitchboardViewContent .helpful-hints:last-child{border-bottom-width:1px;border-radius:0 0 4px 4px;}#SwitchboardViewContent .ui-widget-content hr{margin-top:8px;margin-bottom:8px;border-color:#aaa;}#SwitchboardViewContent .form-group{margin:0;}#SwitchboardViewContent .fa-check,#SwitchboardViewContent .helpful-hints .colorkeys-list .fa-check,.colorkeys-list .fa-check{color:#5cb85c;}#SwitchboardViewContent .fa-exclamation-circle,#SwitchboardViewContent .helpful-hints .colorkeys-list .fa-exclamation-circle,.colorkeys-list .fa-exclamation-circle{color:#d9534f;}#SwitchboardViewContent .fa-exclamation-triangle,#SwitchboardViewContent .helpful-hints .colorkeys-list .fa-exclamation-triangle,.colorkeys-list .fa-exclamation-triangle{color:#f0ad4e;}#SwitchboardViewContent .reqField{margin-left:3px;color:#d9534f;font-weight:bold;vertical-align:top;font-size:50%;}#SwitchboardViewContent .row.ui-widget-header,#SwitchboardViewContent .ui-widget-header.header-hints,#SwitchboardViewContent .ui-widget-header.panel-title{border:#aaa 1px solid;border-bottom:0;color:#222;font-size:18px;padding:8px 0;text-align:center;position:relative;}#SwitchboardViewContent .ui-widget-header.panel-title{background:none;border:0;padding:8px 15px;text-align:left;font-weight:normal;}#SwitchboardViewContent .ui-widget-subheader{border:1px solid #aaa;border-bottom:0;}#SwitchboardViewContent .panel-title.ui-widget-subheader{border:0;}#SwitchboardViewContent .ui-widget-title *{margin:0;}#SwitchboardViewContent .ui-widget-header label,#SwitchboardViewContent .ui-widget-subheader label,#SwitchboardViewContent .ui-widget-title p{margin:0;}#SwitchboardViewContent .product-block>:last-child{border-bottom:0;}#SwitchboardViewContent .ui-widget-header.header-hints{font-size:16px;}#SwitchboardViewContent .helpful-hints .colorkeys-list li{margin:5px 0;list-style:none;}#SwitchboardViewContent .helpful-hints .fa-info-circle{color:#337ab7;}#SwitchboardViewContent .helpful-hints>*{padding:0 15px;margin:12px 0;}#SwitchboardViewContent .table{margin-bottom:0;}#SwitchboardViewContent .checkbox-group .checkbox-inline{border:1px solid #aaa;border-right:0;border-radius:4px 0 0 4px;background-color:#eee;padding:4px;padding-left:30px;display:table-cell;cursor:pointer;}#SwitchboardViewContent .checkbox-group.has-error .checkbox-inline{border-color:#a94442;}#SwitchboardViewContent .checkbox-group .checkbox-inline input{cursor:pointer;}#SwitchboardViewContent .checkbox-group .checkbox-inline label{cursor:pointer;margin-bottom:0;}#SwitchboardViewContent .checkbox-group .input-group-addon{display:table-cell;border-left:1px solid #aaa;}#SwitchboardViewContent .helpful-hints .colorkeys-list .colorkeys-keywrapper .text-info,#SwitchboardViewContent .definition{padding-bottom:1px;border-bottom:1px dashed #337ab7;cursor:help;color:#337ab7;}#SwitchboardViewContent .table-responsive.ui-widget-content{border:0;}#SwitchboardViewContent .table-bordered>thead>tr>th,#SwitchboardViewContent .table-bordered>tbody>tr>th,#SwitchboardViewContent .table-bordered>tfoot>tr>th,#SwitchboardViewContent .table-bordered>thead>tr>td,#SwitchboardViewContent .table-bordered>tbody>tr>td,#SwitchboardViewContent .table-bordered>tfoot>tr>td{border-color:#aaa;}#SwitchboardViewContent .action{z-index:1;text-align:center;}#SwitchboardViewContent .action:last-child{border-radius:0 0 4px 4px;}#SwitchboardViewContent .ui-corner-top{border-top-width:1px;}#SwitchboardViewContent .ui-corner-bottom{border-bottom-width:1px;}#SwitchboardViewContent .ui-widget-header.panel-title .fa,#SwitchboardViewContent .panel-title.ui-widget-subheader .fa{color:#c62f2f;}#SwitchboardViewContent .results-none{font-weight:bold;}#SwitchboardViewContent .next-hidden{border-bottom-width:1px;}#SwitchboardViewContent .ui-widget-header.header-enrollment .btn{position:absolute;top:6px;right:15px;font-size:14px;}#SwitchboardViewContent .helpful-hints .btn{font-size:12px;padding:3px 6px;cursor:default;}#SwitchboardViewContent .formError .formErrorContent,#SwitchboardViewContent .formError .formErrorArrow div{font-size:.85em;background-color:#a90400;border:0;box-shadow:none;}#SwitchboardViewContent .formError{top:inherit;left:inherit;}#SwitchboardViewContent .formError .formErrorArrow .line1{width:1px;}#SwitchboardViewContent .formError .formErrorArrow .line2{width:3px;}#SwitchboardViewContent .formError .formErrorArrow .line3{width:5px;}#SwitchboardViewContent .formError .formErrorArrow .line4{width:7px;}#SwitchboardViewContent .formError .formErrorArrow .line5{width:9px;}#SwitchboardViewContent .formError .formErrorArrow .line6{width:11px;}#SwitchboardViewContent .formError .formErrorArrow .line7{width:13px;}#SwitchboardViewContent .formError .formErrorArrow .line8{width:15px;}#SwitchboardViewContent .formError .formErrorArrow .line9{width:17px;}#SwitchboardViewContent .formError .formErrorArrow .line10{width:19px;}#SwitchboardViewContent .notification{border:1px solid #aaa;border-radius:4px;padding:15px;}#SwitchboardViewContent .bg-warning-2{background-color:#f5e78c;}#SwitchboardViewContent .ui-jqgrid{border:0;}#SwitchboardViewContent .panel-body .table-bordered>thead>tr>th,#SwitchboardViewContent .panel-body .table-bordered>thead>tr>td{border-bottom-width:0;}#SwitchboardViewContent .panel-body .table-bordered>thead>tr>th:first-child,#SwitchboardViewContent .panel-body .table-bordered>tbody>tr>td:first-child{border-left-width:0;}#SwitchboardViewContent .panel-body .table-bordered>thead>tr>th:last-child,#SwitchboardViewContent .panel-body .table-bordered>tbody>tr>td:last-child{border-right-width:0;}#SwitchboardViewContent .panel-group .panel+.panel{margin-top:0;}#SwitchboardViewContent .ui-widget-content .panel-body{padding:0;border:0;margin:0;}#SwitchboardViewContent .input-group .form-control:first-child:last-child{border-radius:4px;}#SwitchboardViewContent .bg-danger.text-danger{background-color:#a94442;color:#fff;border-radius:4px;padding:4px 8px;text-align:center;}#SwitchboardViewContent .bg-success.text-success{background-color:#5cb85c;color:#fff;border-radius:4px;padding:4px 8px;text-align:center;}#SwitchboardViewContent .message-top{margin-bottom:7.5px;}#SwitchboardViewContent .message-bottom{margin-top:7.5px;}body{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.red{color:#f00;}.spinner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);}.generalDisclaimer{list-style-type:decimal;}.generalAcknowledge{list-style-type:inherit;}.generalDisclaimer,.generalAcknowledge{font-size:.75rem;}#Content-Minimal{top:0 !important;}#Content-Minimal>.container-fluid{padding-top:10px;}fieldset{border:0;padding:0;}#GEMSelectorContainer,[id$='GEMSelectorContainer']{padding:10px 0;font-size:16px;}#GEMSelectorContainer a,[id$='GEMSelectorContainer'] a{color:#333;}#GEMSelector,[id$='GEMSelector']{padding:0;font-size:12px;border-left:0;}#GEMSelector select,[id$='GEMSelector'] select{font-size:16px;}#GEMSelector td,[id$='GEMSelector'] td{padding:2px;}#GEMSelector .gem-label,[id$='GEMSelector'] .gem-label{padding-left:0;white-space:nowrap !important;font-weight:bold;}#GEMSelector .MemberNumberContainer,[id$='GEMSelector'] .MemberNumberContainer{margin-left:15px;}.clickable{white-space:nowrap;cursor:pointer;}.dep-items{padding-top:1%;padding-bottom:1%;}.dep-items:nth-child(odd){background:#f7f7f7;}.table-header{background-color:#f7f7f7;}@media(max-width:991px){.CenterPane{left:0 !important;}}@media(min-width:768px){#Content-Minimal>.container-fluid{padding-top:10px;}#GEMSelectorContainer,[id$='GEMSelectorContainer']{padding:10px 0;font-size:16px;}#GEMSelectorContainer a,[id$='GEMSelectorContainer'] a{color:#333;}#GEMSelector,[id$='GEMSelector']{padding:0;font-size:16px;border-left:0;}#GEMSelector select,[id$='GEMSelector'] select{font-size:16px;}#GEMSelector td,[id$='GEMSelector'] td{padding:2px;}#GEMSelector .MemberNumberContainer,[id$='GEMSelector'] .MemberNumberContainer{margin-left:15px;}}.hco-overlay{flex:1 1 auto;flex-direction:column;align-items:center;position:absolute;top:0;left:0;height:100%;width:100%;padding:1.5625rem;background-color:rgba(0,0,0,.5);box-sizing:border-box;overflow-x:hidden;z-index:200;transition:.325s ease-in;}.hco-overlay,.hco-overlay>div{display:flex;min-width:.0625rem;}.hco-overlay>div{flex:none;margin:auto 0;}.hco-overlay-scale-in-center{-webkit-animation:scale-in-center .325s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center .325s cubic-bezier(.25,.46,.45,.94) both;}@-webkit-keyframes scale-in-center{0%{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;}}@keyframes scale-in-center{0%{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;}}@-webkit-keyframes scale-out-center{0%{transform:scale(1);opacity:1;}to{transform:scale(0);opacity:1;}}@keyframes scale-out-center{0%{transform:scale(1);opacity:1;}to{transform:scale(0);opacity:1;}}.hc-progress-spinner{transition:stroke-dashoffset .3s;transform:rotate(-90deg);transform-origin:50% 50%;height:.625rem;position:absolute;}.hc-progress-spinner-container{position:relative;height:4.6875rem;width:5.3125rem;padding:0 0 100%;}.hc-progress-spinner-text{font-weight:600;font-size:1.375rem;line-height:1.625rem;overflow:hidden;color:#ff5900;}.cdk-high-contrast-active .mat-ripple-element{display:none;}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%;}.cdk-overlay-container{position:fixed;z-index:1000;}.cdk-overlay-container:empty{display:none;}.cdk-global-overlay-wrapper,.cdk-overlay-pane{display:flex;position:absolute;z-index:1000;}.cdk-overlay-pane{pointer-events:auto;box-sizing:border-box;max-width:100%;max-height:100%;}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0;}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1;}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6;}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32);}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px;}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll;}@-webkit-keyframes cdk-text-field-autofill-start{/**/}@keyframes cdk-text-field-autofill-start{/**/}@-webkit-keyframes cdk-text-field-autofill-end{/**/}@keyframes cdk-text-field-autofill-end{/**/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms;}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms;}textarea.cdk-textarea-autosize{resize:none;}textarea.cdk-textarea-autosize-measuring{height:auto !important;overflow:hidden !important;padding:2px 0 !important;box-sizing:content-box !important;}.mat-ripple-element{background-color:rgba(0,0,0,.1);}.mat-option{color:rgba(0,0,0,.87);}.mat-option.mat-active,.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04);}.mat-option.mat-active{color:rgba(0,0,0,.87);}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38);}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ff5900;}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#3f3f3f;}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#ff5722;}.mat-optgroup-label{color:rgba(0,0,0,.54);}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38);}.mat-pseudo-checkbox{color:rgba(0,0,0,.54);}.mat-pseudo-checkbox:after{color:#fafafa;}.mat-pseudo-checkbox-disabled{color:#b0b0b0;}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#ff5900;}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#3f3f3f;}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#ff5722;}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0;}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);}.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);}.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87);}.mat-theme-loaded-marker{display:none;}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87);}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff;}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87);}.mat-badge-content{color:#000;background:#ff5900;}.cdk-high-contrast-active .mat-badge-content{outline:1px solid;border-radius:0;}.mat-badge-accent .mat-badge-content{background:#3f3f3f;color:#fff;}.mat-badge-warn .mat-badge-content{color:#fff;background:#ff5722;}.mat-badge{position:relative;}.mat-badge-hidden .mat-badge-content{display:none;}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38);}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;}.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{transition:none;}.mat-badge-content.mat-badge-active{transform:none;}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px;}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px;}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px;}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px;}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px;}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px;}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px;}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px;}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px;}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px;}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px;}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px;}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px;}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px;}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px;}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px;}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px;}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px;}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px;}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px;}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px;}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px;}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px;}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px;}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px;}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px;}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px;}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px;}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px;}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px;}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px;}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87);}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent;}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#ff5900;}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#3f3f3f;}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#ff5722;}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26);}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#ff5900;}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#3f3f3f;}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#ff5722;}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent;}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor;}.mat-button-focus-overlay{background:#000;}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12);}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff;}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#000;}.mat-fab.mat-accent,.mat-fab.mat-warn,.mat-flat-button.mat-accent,.mat-flat-button.mat-warn,.mat-mini-fab.mat-accent,.mat-mini-fab.mat-warn,.mat-raised-button.mat-accent,.mat-raised-button.mat-warn{color:#fff;}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(0,0,0,.26);}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#ff5900;}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#3f3f3f;}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#ff5722;}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{background-color:rgba(0,0,0,.12);}.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(0,0,0,.1);}.mat-fab.mat-accent .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:hsla(0,0%,100%,.1);}.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none;}.mat-button-toggle{color:rgba(0,0,0,.38);}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12);}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff;}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000;}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:1px solid rgba(0,0,0,.12);}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:1px solid rgba(0,0,0,.12);}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:1px solid rgba(0,0,0,.12);}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54);}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee;}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff;}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd;}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:1px solid rgba(0,0,0,.12);}.mat-card{background:#fff;color:rgba(0,0,0,.87);}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mat-card-subtitle{color:rgba(0,0,0,.54);}.mat-checkbox-frame{border-color:rgba(0,0,0,.54);}.mat-checkbox-checkmark{fill:#fafafa;}.mat-checkbox-checkmark-path{stroke:#fafafa !important;}.mat-checkbox-mixedmark{background-color:#fafafa;}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#ff5900;}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#3f3f3f;}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#ff5722;}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0;}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0;}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54);}.mat-checkbox .mat-ripple-element{background-color:#000;}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#ff5900;}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#3f3f3f;}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#ff5722;}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87);}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4;}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54;}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4;}.mat-chip.mat-standard-chip:after{background:#000;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#ff5900;color:#000;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#000;opacity:.4;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(0,0,0,.1);}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#ff5722;color:#fff;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:hsla(0,0%,100%,.1);}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#3f3f3f;color:#fff;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4;}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:hsla(0,0%,100%,.1);}.mat-table{background:#fff;}.mat-table-sticky,.mat-table tbody,.mat-table tfoot,.mat-table thead,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit;}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12);}.mat-header-cell{color:rgba(0,0,0,.54);}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87);}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54);}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:rgba(0,0,0,.54);}.mat-calendar-table-header{color:rgba(0,0,0,.38);}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12);}.mat-calendar-body-label{color:rgba(0,0,0,.54);}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent;}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38);}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(0,0,0,.04);}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38);}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18);}.mat-calendar-body-selected{background-color:#ff5900;color:#000;}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,89,0,.4);}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #000;}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87);}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#3f3f3f;color:#fff;}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,63,63,.4);}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff;}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#ff5722;color:#fff;}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,87,34,.4);}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff;}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);}.mat-datepicker-toggle-active{color:#ff5900;}.mat-datepicker-toggle-active.mat-accent{color:#3f3f3f;}.mat-datepicker-toggle-active.mat-warn{color:#ff5722;}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87);}.mat-divider{border-top-color:rgba(0,0,0,.12);}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12);}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87);}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);}.mat-action-row{border-top-color:rgba(0,0,0,.12);}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04);}@media(hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff;}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87);}.mat-expansion-indicator:after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54);}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26);}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit;}.mat-form-field-label,.mat-hint{color:rgba(0,0,0,.6);}.mat-form-field.mat-focused .mat-form-field-label{color:#ff5900;}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#3f3f3f;}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#ff5722;}.mat-focused .mat-form-field-required-marker{color:#3f3f3f;}.mat-form-field-ripple{background-color:rgba(0,0,0,.87);}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#ff5900;}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#3f3f3f;}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#ff5722;}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#ff5900;}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#3f3f3f;}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#ff5722;}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#ff5722;}.mat-error{color:#ff5722;}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54);}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42);}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x;}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42);}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x;}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04);}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02);}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:rgba(0,0,0,.42);}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38);}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent;}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12);}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87);}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#ff5900;}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#3f3f3f;}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#ff5722;}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38);}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06);}.mat-icon.mat-primary{color:#ff5900;}.mat-icon.mat-accent{color:#3f3f3f;}.mat-icon.mat-warn{color:#ff5722;}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:rgba(0,0,0,.54);}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,.mat-input-element:disabled{color:rgba(0,0,0,.38);}.mat-input-element{caret-color:#ff5900;}.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42);}.mat-input-element::placeholder{color:rgba(0,0,0,.42);}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42);}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42);}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42);}.mat-accent .mat-input-element{caret-color:#3f3f3f;}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#ff5722;}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#ff5722;}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:rgba(0,0,0,.87);}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54);}.mat-list-item-disabled{background-color:#eee;}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04);}.mat-list-single-selected-option,.mat-list-single-selected-option:focus,.mat-list-single-selected-option:hover{background:rgba(0,0,0,.12);}.mat-menu-panel{background:#fff;}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87);}.mat-menu-item[disabled],.mat-menu-item[disabled]:after{color:rgba(0,0,0,.38);}.mat-menu-item-submenu-trigger:after,.mat-menu-item .mat-icon-no-color{color:rgba(0,0,0,.54);}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04);}.mat-paginator{background:#fff;}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54);}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54);}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54);}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38);}.mat-progress-bar-background{fill:#ffcdb3;}.mat-progress-bar-buffer{background-color:#ffcdb3;}.mat-progress-bar-fill:after{background-color:#ff5900;}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#c5c5c5;}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#c5c5c5;}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#3f3f3f;}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffccbc;}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffccbc;}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#ff5722;}.mat-progress-spinner circle,.mat-spinner circle{stroke:#ff5900;}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#3f3f3f;}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#ff5722;}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54);}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#ff5900;}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#ff5900;}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#3f3f3f;}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#3f3f3f;}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#ff5722;}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#ff5722;}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38);}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38);}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38);}.mat-radio-button .mat-ripple-element{background-color:#000;}.mat-select-value{color:rgba(0,0,0,.87);}.mat-select-placeholder{color:rgba(0,0,0,.42);}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38);}.mat-select-arrow{color:rgba(0,0,0,.54);}.mat-select-panel{background:#fff;}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12);}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#ff5900;}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#3f3f3f;}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#ff5722;}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38);}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87);}.mat-drawer{color:rgba(0,0,0,.87);}.mat-drawer,.mat-drawer.mat-drawer-push{background-color:#fff;}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);}.mat-drawer-side{border-right:1px solid rgba(0,0,0,.12);}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:1px solid rgba(0,0,0,.12);border-right:none;}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:1px solid rgba(0,0,0,.12);}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6);}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#3f3f3f;}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,63,63,.54);}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#3f3f3f;}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#ff5900;}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,89,0,.54);}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#ff5900;}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#ff5722;}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,87,34,.54);}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#ff5722;}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000;}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#fafafa;}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38);}.mat-slider-track-background{background-color:rgba(0,0,0,.26);}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#ff5900;}.mat-primary .mat-slider-thumb-label-text{color:#000;}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#3f3f3f;}.mat-accent .mat-slider-thumb-label-text{color:#fff;}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#ff5722;}.mat-warn .mat-slider-thumb-label-text{color:#fff;}.mat-slider-focus-ring{background-color:rgba(63,63,63,.2);}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38);}.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26);}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12);}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87);}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26);}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent;}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38);}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26);}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:rgba(0,0,0,.7);}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04);}@media(hover:none){.mat-step-header:hover{background:none;}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54);}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#000;}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#ff5900;color:#000;}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#ff5722;}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87);}.mat-step-header .mat-step-label.mat-step-label-error{color:#ff5722;}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff;}.mat-stepper-vertical-line:before{border-left-color:rgba(0,0,0,.12);}.mat-horizontal-stepper-header:after,.mat-horizontal-stepper-header:before,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12);}.mat-sort-header-arrow{color:#757575;}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12);}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none;}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87);}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38);}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87);}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38);}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none;}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,179,.3);}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ff5900;}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#000;}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:hsla(0,0%,77.3%,.3);}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#3f3f3f;}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff;}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3);}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#ff5722;}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff;}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,179,.3);}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#ff5900;}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#000;}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4);}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#000;}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4);}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(0,0,0,.12);}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:hsla(0,0%,77.3%,.3);}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#3f3f3f;}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff;}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,100%,.4);}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff;}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,100%,.4);}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:hsla(0,0%,100%,.12);}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3);}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#ff5722;}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff;}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:hsla(0,0%,100%,.4);}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff;}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:hsla(0,0%,100%,.4);}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:hsla(0,0%,100%,.12);}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87);}.mat-toolbar.mat-primary{background:#ff5900;color:#000;}.mat-toolbar.mat-accent{background:#3f3f3f;color:#fff;}.mat-toolbar.mat-warn{background:#ff5722;color:#fff;}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor;}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit;}.mat-toolbar .mat-input-element{caret-color:currentColor;}.mat-tooltip{background:rgba(97,97,97,.9);}.mat-tree{background:#fff;}.mat-nested-tree-node,.mat-tree-node{color:rgba(0,0,0,.87);}.mat-snack-bar-container{color:hsla(0,0%,100%,.7);background:#323232;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);}.mat-simple-snackbar-action{color:#3f3f3f;}.mat-tooltip{font-size:12px;}mat-select.mat-select{display:flex;border-radius:2px;padding:.5rem 1rem;border:.0625rem solid #e5e5e5;background-color:#f7f7f7;}.mat-select .mat-select-trigger{flex:1 1 auto;}.mat-select .mat-select-value{font-size:1.4rem;line-height:1.25rem;color:#3f3f3f;padding-right:.3125rem;}.mat-select .mat-select-arrow-wrapper .mat-select-arrow{border-top-color:#ff5900;}mat-radio-group mat-radio-button{margin-right:1.25rem;margin-top:.3125rem;font-size:1.4rem;line-height:1.25rem;}.other-insurance-element-container{height:500px;width:100vw;}#OIElement .mat-badge-content{font-weight:600;font-size:12px;font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-badge-small .mat-badge-content{font-size:9px;}#OIElement .mat-badge-large .mat-badge-content{font-size:24px;}#OIElement .mat-h1,#OIElement .mat-headline,#OIElement .mat-typography h1{font:400 24px/32px Source Sans Pro,"sans-serif";letter-spacing:normal;margin:0 0 16px;}#OIElement .mat-h2,#OIElement .mat-title,#OIElement .mat-typography h2{font:500 20px/32px Source Sans Pro,"sans-serif";letter-spacing:normal;margin:0 0 16px;}#OIElement .mat-h3,#OIElement .mat-subheading-2,#OIElement .mat-typography h3{font:400 16px/28px Source Sans Pro,"sans-serif";letter-spacing:normal;margin:0 0 16px;}#OIElement .mat-h4,#OIElement .mat-subheading-1,#OIElement .mat-typography h4{font:400 15px/24px Source Sans Pro,"sans-serif";letter-spacing:normal;margin:0 0 16px;}#OIElement .mat-h5,#OIElement .mat-typography h5{font:400 11.62px/20px Source Sans Pro,"sans-serif";margin:0 0 12px;}#OIElement .mat-h6,#OIElement .mat-typography h6{font:400 9.38px/20px Source Sans Pro,"sans-serif";margin:0 0 12px;}#OIElement .mat-body-2,#OIElement .mat-body-strong{font:500 14px/24px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-body,#OIElement .mat-body-1,#OIElement .mat-typography{font:400 14px/20px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-body-1 p,#OIElement .mat-body p,#OIElement .mat-typography p{margin:0 0 12px;}#OIElement .mat-caption,#OIElement .mat-small{font:400 12px/20px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-display-4,#OIElement .mat-typography .mat-display-4{font:300 112px/112px Source Sans Pro,"sans-serif";letter-spacing:-.05em;margin:0 0 56px;}#OIElement .mat-display-3,#OIElement .mat-typography .mat-display-3{font:400 56px/56px Source Sans Pro,"sans-serif";letter-spacing:-.02em;margin:0 0 64px;}#OIElement .mat-display-2,#OIElement .mat-typography .mat-display-2{font:400 45px/48px Source Sans Pro,"sans-serif";letter-spacing:-.005em;margin:0 0 64px;}#OIElement .mat-display-1,#OIElement .mat-typography .mat-display-1{font:400 34px/40px Source Sans Pro,"sans-serif";letter-spacing:normal;margin:0 0 64px;}#OIElement .mat-bottom-sheet-container{font:400 14px/20px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-button,#OIElement .mat-fab,#OIElement .mat-flat-button,#OIElement .mat-icon-button,#OIElement .mat-mini-fab,#OIElement .mat-raised-button,#OIElement .mat-stroked-button{font-family:Source Sans Pro,"sans-serif";font-size:14px;font-weight:500;}#OIElement .mat-button-toggle,#OIElement .mat-card{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-card-title{font-size:24px;font-weight:500;}#OIElement .mat-card-header .mat-card-title{font-size:20px;}#OIElement .mat-card-content,#OIElement .mat-card-subtitle{font-size:14px;}#OIElement .mat-checkbox{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-checkbox-layout .mat-checkbox-label{line-height:24px;font-size:17px;}#OIElement .mat-chip{font-size:14px;font-weight:500;}#OIElement .mat-chip .mat-chip-remove.mat-icon,#OIElement .mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px;}#OIElement .mat-table{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-header-cell{font-size:12px;font-weight:500;}#OIElement .mat-cell,#OIElement .mat-footer-cell{font-size:14px;}#OIElement .mat-calendar{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-calendar-body{font-size:13px;}#OIElement .mat-calendar-body-label,#OIElement .mat-calendar-period-button{font-size:14px;font-weight:500;}#OIElement .mat-calendar-table-header th{font-size:11px;font-weight:400;}#OIElement .mat-dialog-title{font:500 20px/32px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-expansion-panel-header{font-family:Source Sans Pro,"sans-serif";font-size:15px;font-weight:400;}#OIElement .mat-expansion-panel-content{font:400 14px/20px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-form-field-wrapper{padding-bottom:1.34375em;}#OIElement .mat-form-field-prefix .mat-icon,#OIElement .mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125;}#OIElement .mat-form-field-prefix .mat-icon-button,#OIElement .mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em;}#OIElement .mat-form-field-prefix .mat-icon-button .mat-icon,#OIElement .mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125;}#OIElement .mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent;}#OIElement .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,#OIElement .mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.33333333%;}#OIElement .mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.33334333%;}#OIElement .mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em;}#OIElement .mat-form-field-label{top:1.34375em;}#OIElement .mat-form-field-underline{bottom:1.34375em;}#OIElement .mat-form-field-subscript-wrapper{font-size:75%;margin-top:.66666667em;top:calc(100% - 1.79167em);}#OIElement .mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em;}#OIElement .mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0;}#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.33333333%;}#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.33334333%;}#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.33335333%;}#OIElement .mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em;}#OIElement .mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em;}#OIElement .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.54166667em;top:calc(100% - 1.66667em);}@media print{#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75);}#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75);}#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75);}}#OIElement .mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em;}#OIElement .mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em;}#OIElement .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,#OIElement .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.33333333%;}#OIElement .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.33334333%;}#OIElement .mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0;}#OIElement .mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em;}#OIElement .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,#OIElement .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.33333333%;}#OIElement .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.33334333%;}#OIElement .mat-grid-tile-footer,#OIElement .mat-grid-tile-header{font-size:14px;}#OIElement .mat-grid-tile-footer .mat-line,#OIElement .mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box;}#OIElement .mat-grid-tile-footer .mat-line:nth-child(n+2),#OIElement .mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px;}#OIElement .hco-form-field.error button.mat-input-element,#OIElement .hco-form-field.error input.mat-input-element,#OIElement .hco-form-field>.mat-input-element.date-container.error,#OIElement input.mat-input-element{margin-top:-.0625em;}#OIElement .mat-menu-item{font-family:Source Sans Pro,"sans-serif";font-size:14px;font-weight:400;}#OIElement .mat-paginator,#OIElement .mat-paginator-page-size .mat-select-trigger{font-family:Source Sans Pro,"sans-serif";font-size:12px;}#OIElement .mat-radio-button,#OIElement .mat-select{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-select-trigger{height:1.125em;}#OIElement .mat-slide-toggle-content,#OIElement .mat-slider-thumb-label-text{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-slider-thumb-label-text{font-size:12px;font-weight:500;}#OIElement .mat-stepper-horizontal,#OIElement .mat-stepper-vertical{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-step-label{font-size:14px;font-weight:400;}#OIElement .mat-step-sub-label-error{font-weight:400;}#OIElement .mat-step-label-error{font-size:14px;}#OIElement .mat-step-label-selected{font-size:14px;font-weight:500;}#OIElement .mat-tab-group,#OIElement .mat-tab-label,#OIElement .mat-tab-link{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-tab-label,#OIElement .mat-tab-link{font-size:14px;font-weight:500;}#OIElement .mat-toolbar,#OIElement .mat-toolbar h1,#OIElement .mat-toolbar h2,#OIElement .mat-toolbar h3,#OIElement .mat-toolbar h4,#OIElement .mat-toolbar h5,#OIElement .mat-toolbar h6{font:500 20px/32px Source Sans Pro,"sans-serif";letter-spacing:normal;margin:0;}#OIElement .mat-tooltip{font-family:Source Sans Pro,"sans-serif";font-size:10px;padding-top:6px;padding-bottom:6px;}#OIElement .mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px;}#OIElement .mat-list-item,#OIElement .mat-list-option{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-list-base .mat-list-item{font-size:16px;}#OIElement .mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box;}#OIElement .mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px;}#OIElement .mat-list-base .mat-list-option{font-size:16px;}#OIElement .mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box;}#OIElement .mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px;}#OIElement .mat-list-base .mat-subheader{font-family:Source Sans Pro,"sans-serif";font-size:14px;font-weight:500;}#OIElement .mat-list-base[dense] .mat-list-item{font-size:12px;}#OIElement .mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box;}#OIElement .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),#OIElement .mat-list-base[dense] .mat-list-option{font-size:12px;}#OIElement .mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box;}#OIElement .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px;}#OIElement .mat-list-base[dense] .mat-subheader{font-family:Source Sans Pro,"sans-serif";font-size:12px;font-weight:500;}#OIElement .mat-option{font-family:Source Sans Pro,"sans-serif";font-size:16px;}#OIElement .mat-optgroup-label{font:500 14px/24px Source Sans Pro,"sans-serif";letter-spacing:normal;}#OIElement .mat-simple-snackbar{font-family:Source Sans Pro,"sans-serif";font-size:14px;}#OIElement .mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500;}#OIElement .mat-tree{font-family:Source Sans Pro,"sans-serif";}#OIElement .mat-nested-tree-node,#OIElement .mat-tree-node{font-weight:400;font-size:14px;}#OIElement .mat-ripple{overflow:hidden;position:relative;}#OIElement .mat-ripple:not(:empty){transform:translateZ(0);}#OIElement .mat-ripple.mat-ripple-unbounded{overflow:visible;}#OIElement .mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0);}#OIElement *.fa,#OIElement .fab,#OIElement .fad,#OIElement .fal,#OIElement .far,#OIElement .fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}#OIElement .fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em;}#OIElement .fa-xs{font-size:.75em;}#OIElement .fa-sm{font-size:.875em;}#OIElement .fa-1x{font-size:1em;}#OIElement .fa-2x{font-size:2em;}#OIElement .fa-3x{font-size:3em;}#OIElement .fa-4x{font-size:4em;}#OIElement .fa-5x{font-size:5em;}#OIElement .fa-6x{font-size:6em;}#OIElement .fa-7x{font-size:7em;}#OIElement .fa-8x{font-size:8em;}#OIElement .fa-9x{font-size:9em;}#OIElement .fa-10x{font-size:10em;}#OIElement .fa-fw{text-align:center;width:1.25em;}#OIElement .fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}#OIElement .fa-ul>li{position:relative;}#OIElement .fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}#OIElement .fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em;}#OIElement .fa-pull-left{float:left;}#OIElement .fa-pull-right{float:right;}#OIElement .fa.fa-pull-left,#OIElement .fab.fa-pull-left,#OIElement .fal.fa-pull-left,#OIElement .far.fa-pull-left,#OIElement .fas.fa-pull-left{margin-right:.3em;}#OIElement .fa.fa-pull-right,#OIElement .fab.fa-pull-right,#OIElement .fal.fa-pull-right,#OIElement .far.fa-pull-right,#OIElement .fas.fa-pull-right{margin-left:.3em;}#OIElement .fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;}#OIElement .fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite;}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}@keyframes fa-spin{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}#OIElement .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg);}#OIElement .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg);}#OIElement .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg);}#OIElement .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1);}#OIElement .fa-flip-vertical{transform:scaleY(-1);}#OIElement .fa-flip-both,#OIElement .fa-flip-horizontal.fa-flip-vertical,#OIElement .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";}#OIElement .fa-flip-both,#OIElement .fa-flip-horizontal.fa-flip-vertical{transform:scale(-1);}#OIElement :root .fa-flip-both,#OIElement :root .fa-flip-horizontal,#OIElement :root .fa-flip-vertical,#OIElement :root .fa-rotate-90,#OIElement :root .fa-rotate-180,#OIElement :root .fa-rotate-270{-webkit-filter:none;filter:none;}#OIElement .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}#OIElement .fa-stack-1x,#OIElement .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}#OIElement .fa-stack-1x{line-height:inherit;}#OIElement .fa-stack-2x{font-size:2em;}#OIElement .fa-inverse{color:#fff;}#OIElement .fa-500px:before{content:"";}#OIElement .fa-accessible-icon:before{content:"";}#OIElement .fa-accusoft:before{content:"";}#OIElement .fa-acquisitions-incorporated:before{content:"";}#OIElement .fa-ad:before{content:"";}#OIElement .fa-address-book:before{content:"";}#OIElement .fa-address-card:before{content:"";}#OIElement .fa-adjust:before{content:"";}#OIElement .fa-adn:before{content:"";}#OIElement .fa-adobe:before{content:"";}#OIElement .fa-adversal:before{content:"";}#OIElement .fa-affiliatetheme:before{content:"";}#OIElement .fa-air-freshener:before{content:"";}#OIElement .fa-airbnb:before{content:"";}#OIElement .fa-algolia:before{content:"";}#OIElement .fa-align-center:before{content:"";}#OIElement .fa-align-justify:before{content:"";}#OIElement .fa-align-left:before{content:"";}#OIElement .fa-align-right:before{content:"";}#OIElement .fa-alipay:before{content:"";}#OIElement .fa-allergies:before{content:"";}#OIElement .fa-amazon:before{content:"";}#OIElement .fa-amazon-pay:before{content:"";}#OIElement .fa-ambulance:before{content:"";}#OIElement .fa-american-sign-language-interpreting:before{content:"";}#OIElement .fa-amilia:before{content:"";}#OIElement .fa-anchor:before{content:"";}#OIElement .fa-android:before{content:"";}#OIElement .fa-angellist:before{content:"";}#OIElement .fa-angle-double-down:before{content:"";}#OIElement .fa-angle-double-left:before{content:"";}#OIElement .fa-angle-double-right:before{content:"";}#OIElement .fa-angle-double-up:before{content:"";}#OIElement .fa-angle-down:before{content:"";}#OIElement .fa-angle-left:before{content:"";}#OIElement .fa-angle-right:before{content:"";}#OIElement .fa-angle-up:before{content:"";}#OIElement .fa-angry:before{content:"";}#OIElement .fa-angrycreative:before{content:"";}#OIElement .fa-angular:before{content:"";}#OIElement .fa-ankh:before{content:"";}#OIElement .fa-app-store:before{content:"";}#OIElement .fa-app-store-ios:before{content:"";}#OIElement .fa-apper:before{content:"";}#OIElement .fa-apple:before{content:"";}#OIElement .fa-apple-alt:before{content:"";}#OIElement .fa-apple-pay:before{content:"";}#OIElement .fa-archive:before{content:"";}#OIElement .fa-archway:before{content:"";}#OIElement .fa-arrow-alt-circle-down:before{content:"";}#OIElement .fa-arrow-alt-circle-left:before{content:"";}#OIElement .fa-arrow-alt-circle-right:before{content:"";}#OIElement .fa-arrow-alt-circle-up:before{content:"";}#OIElement .fa-arrow-circle-down:before{content:"";}#OIElement .fa-arrow-circle-left:before{content:"";}#OIElement .fa-arrow-circle-right:before{content:"";}#OIElement .fa-arrow-circle-up:before{content:"";}#OIElement .fa-arrow-down:before{content:"";}#OIElement .fa-arrow-left:before{content:"";}#OIElement .fa-arrow-right:before{content:"";}#OIElement .fa-arrow-up:before{content:"";}#OIElement .fa-arrows-alt:before{content:"";}#OIElement .fa-arrows-alt-h:before{content:"";}#OIElement .fa-arrows-alt-v:before{content:"";}#OIElement .fa-artstation:before{content:"";}#OIElement .fa-assistive-listening-systems:before{content:"";}#OIElement .fa-asterisk:before{content:"";}#OIElement .fa-asymmetrik:before{content:"";}#OIElement .fa-at:before{content:"";}#OIElement .fa-atlas:before{content:"";}#OIElement .fa-atlassian:before{content:"";}#OIElement .fa-atom:before{content:"";}#OIElement .fa-audible:before{content:"";}#OIElement .fa-audio-description:before{content:"";}#OIElement .fa-autoprefixer:before{content:"";}#OIElement .fa-avianex:before{content:"";}#OIElement .fa-aviato:before{content:"";}#OIElement .fa-award:before{content:"";}#OIElement .fa-aws:before{content:"";}#OIElement .fa-baby:before{content:"";}#OIElement .fa-baby-carriage:before{content:"";}#OIElement .fa-backspace:before{content:"";}#OIElement .fa-backward:before{content:"";}#OIElement .fa-bacon:before{content:"";}#OIElement .fa-bahai:before{content:"";}#OIElement .fa-balance-scale:before{content:"";}#OIElement .fa-balance-scale-left:before{content:"";}#OIElement .fa-balance-scale-right:before{content:"";}#OIElement .fa-ban:before{content:"";}#OIElement .fa-band-aid:before{content:"";}#OIElement .fa-bandcamp:before{content:"";}#OIElement .fa-barcode:before{content:"";}#OIElement .fa-bars:before{content:"";}#OIElement .fa-baseball-ball:before{content:"";}#OIElement .fa-basketball-ball:before{content:"";}#OIElement .fa-bath:before{content:"";}#OIElement .fa-battery-empty:before{content:"";}#OIElement .fa-battery-full:before{content:"";}#OIElement .fa-battery-half:before{content:"";}#OIElement .fa-battery-quarter:before{content:"";}#OIElement .fa-battery-three-quarters:before{content:"";}#OIElement .fa-battle-net:before{content:"";}#OIElement .fa-bed:before{content:"";}#OIElement .fa-beer:before{content:"";}#OIElement .fa-behance:before{content:"";}#OIElement .fa-behance-square:before{content:"";}#OIElement .fa-bell:before{content:"";}#OIElement .fa-bell-slash:before{content:"";}#OIElement .fa-bezier-curve:before{content:"";}#OIElement .fa-bible:before{content:"";}#OIElement .fa-bicycle:before{content:"";}#OIElement .fa-biking:before{content:"";}#OIElement .fa-bimobject:before{content:"";}#OIElement .fa-binoculars:before{content:"";}#OIElement .fa-biohazard:before{content:"";}#OIElement .fa-birthday-cake:before{content:"";}#OIElement .fa-bitbucket:before{content:"";}#OIElement .fa-bitcoin:before{content:"";}#OIElement .fa-bity:before{content:"";}#OIElement .fa-black-tie:before{content:"";}#OIElement .fa-blackberry:before{content:"";}#OIElement .fa-blender:before{content:"";}#OIElement .fa-blender-phone:before{content:"";}#OIElement .fa-blind:before{content:"";}#OIElement .fa-blog:before{content:"";}#OIElement .fa-blogger:before{content:"";}#OIElement .fa-blogger-b:before{content:"";}#OIElement .fa-bluetooth:before{content:"";}#OIElement .fa-bluetooth-b:before{content:"";}#OIElement .fa-bold:before{content:"";}#OIElement .fa-bolt:before{content:"";}#OIElement .fa-bomb:before{content:"";}#OIElement .fa-bone:before{content:"";}#OIElement .fa-bong:before{content:"";}#OIElement .fa-book:before{content:"";}#OIElement .fa-book-dead:before{content:"";}#OIElement .fa-book-medical:before{content:"";}#OIElement .fa-book-open:before{content:"";}#OIElement .fa-book-reader:before{content:"";}#OIElement .fa-bookmark:before{content:"";}#OIElement .fa-bootstrap:before{content:"";}#OIElement .fa-border-all:before{content:"";}#OIElement .fa-border-none:before{content:"";}#OIElement .fa-border-style:before{content:"";}#OIElement .fa-bowling-ball:before{content:"";}#OIElement .fa-box:before{content:"";}#OIElement .fa-box-open:before{content:"";}#OIElement .fa-boxes:before{content:"";}#OIElement .fa-braille:before{content:"";}#OIElement .fa-brain:before{content:"";}#OIElement .fa-bread-slice:before{content:"";}#OIElement .fa-briefcase:before{content:"";}#OIElement .fa-briefcase-medical:before{content:"";}#OIElement .fa-broadcast-tower:before{content:"";}#OIElement .fa-broom:before{content:"";}#OIElement .fa-brush:before{content:"";}#OIElement .fa-btc:before{content:"";}#OIElement .fa-buffer:before{content:"";}#OIElement .fa-bug:before{content:"";}#OIElement .fa-building:before{content:"";}#OIElement .fa-bullhorn:before{content:"";}#OIElement .fa-bullseye:before{content:"";}#OIElement .fa-burn:before{content:"";}#OIElement .fa-buromobelexperte:before{content:"";}#OIElement .fa-bus:before{content:"";}#OIElement .fa-bus-alt:before{content:"";}#OIElement .fa-business-time:before{content:"";}#OIElement .fa-buy-n-large:before{content:"";}#OIElement .fa-buysellads:before{content:"";}#OIElement .fa-calculator:before{content:"";}#OIElement .fa-calendar:before{content:"";}#OIElement .fa-calendar-alt:before{content:"";}#OIElement .fa-calendar-check:before{content:"";}#OIElement .fa-calendar-day:before{content:"";}#OIElement .fa-calendar-minus:before{content:"";}#OIElement .fa-calendar-plus:before{content:"";}#OIElement .fa-calendar-times:before{content:"";}#OIElement .fa-calendar-week:before{content:"";}#OIElement .fa-camera:before{content:"";}#OIElement .fa-camera-retro:before{content:"";}#OIElement .fa-campground:before{content:"";}#OIElement .fa-canadian-maple-leaf:before{content:"";}#OIElement .fa-candy-cane:before{content:"";}#OIElement .fa-cannabis:before{content:"";}#OIElement .fa-capsules:before{content:"";}#OIElement .fa-car:before{content:"";}#OIElement .fa-car-alt:before{content:"";}#OIElement .fa-car-battery:before{content:"";}#OIElement .fa-car-crash:before{content:"";}#OIElement .fa-car-side:before{content:"";}#OIElement .fa-caravan:before{content:"";}#OIElement .fa-caret-down:before{content:"";}#OIElement .fa-caret-left:before{content:"";}#OIElement .fa-caret-right:before{content:"";}#OIElement .fa-caret-square-down:before{content:"";}#OIElement .fa-caret-square-left:before{content:"";}#OIElement .fa-caret-square-right:before{content:"";}#OIElement .fa-caret-square-up:before{content:"";}#OIElement .fa-caret-up:before{content:"";}#OIElement .fa-carrot:before{content:"";}#OIElement .fa-cart-arrow-down:before{content:"";}#OIElement .fa-cart-plus:before{content:"";}#OIElement .fa-cash-register:before{content:"";}#OIElement .fa-cat:before{content:"";}#OIElement .fa-cc-amazon-pay:before{content:"";}#OIElement .fa-cc-amex:before{content:"";}#OIElement .fa-cc-apple-pay:before{content:"";}#OIElement .fa-cc-diners-club:before{content:"";}#OIElement .fa-cc-discover:before{content:"";}#OIElement .fa-cc-jcb:before{content:"";}#OIElement .fa-cc-mastercard:before{content:"";}#OIElement .fa-cc-paypal:before{content:"";}#OIElement .fa-cc-stripe:before{content:"";}#OIElement .fa-cc-visa:before{content:"";}#OIElement .fa-centercode:before{content:"";}#OIElement .fa-centos:before{content:"";}#OIElement .fa-certificate:before{content:"";}#OIElement .fa-chair:before{content:"";}#OIElement .fa-chalkboard:before{content:"";}#OIElement .fa-chalkboard-teacher:before{content:"";}#OIElement .fa-charging-station:before{content:"";}#OIElement .fa-chart-area:before{content:"";}#OIElement .fa-chart-bar:before{content:"";}#OIElement .fa-chart-line:before{content:"";}#OIElement .fa-chart-pie:before{content:"";}#OIElement .fa-check:before{content:"";}#OIElement .fa-check-circle:before{content:"";}#OIElement .fa-check-double:before{content:"";}#OIElement .fa-check-square:before{content:"";}#OIElement .fa-cheese:before{content:"";}#OIElement .fa-chess:before{content:"";}#OIElement .fa-chess-bishop:before{content:"";}#OIElement .fa-chess-board:before{content:"";}#OIElement .fa-chess-king:before{content:"";}#OIElement .fa-chess-knight:before{content:"";}#OIElement .fa-chess-pawn:before{content:"";}#OIElement .fa-chess-queen:before{content:"";}#OIElement .fa-chess-rook:before{content:"";}#OIElement .fa-chevron-circle-down:before{content:"";}#OIElement .fa-chevron-circle-left:before{content:"";}#OIElement .fa-chevron-circle-right:before{content:"";}#OIElement .fa-chevron-circle-up:before{content:"";}#OIElement .fa-chevron-down:before{content:"";}#OIElement .fa-chevron-left:before{content:"";}#OIElement .fa-chevron-right:before{content:"";}#OIElement .fa-chevron-up:before{content:"";}#OIElement .fa-child:before{content:"";}#OIElement .fa-chrome:before{content:"";}#OIElement .fa-chromecast:before{content:"";}#OIElement .fa-church:before{content:"";}#OIElement .fa-circle:before{content:"";}#OIElement .fa-circle-notch:before{content:"";}#OIElement .fa-city:before{content:"";}#OIElement .fa-clinic-medical:before{content:"";}#OIElement .fa-clipboard:before{content:"";}#OIElement .fa-clipboard-check:before{content:"";}#OIElement .fa-clipboard-list:before{content:"";}#OIElement .fa-clock:before{content:"";}#OIElement .fa-clone:before{content:"";}#OIElement .fa-closed-captioning:before{content:"";}#OIElement .fa-cloud:before{content:"";}#OIElement .fa-cloud-download-alt:before{content:"";}#OIElement .fa-cloud-meatball:before{content:"";}#OIElement .fa-cloud-moon:before{content:"";}#OIElement .fa-cloud-moon-rain:before{content:"";}#OIElement .fa-cloud-rain:before{content:"";}#OIElement .fa-cloud-showers-heavy:before{content:"";}#OIElement .fa-cloud-sun:before{content:"";}#OIElement .fa-cloud-sun-rain:before{content:"";}#OIElement .fa-cloud-upload-alt:before{content:"";}#OIElement .fa-cloudscale:before{content:"";}#OIElement .fa-cloudsmith:before{content:"";}#OIElement .fa-cloudversify:before{content:"";}#OIElement .fa-cocktail:before{content:"";}#OIElement .fa-code:before{content:"";}#OIElement .fa-code-branch:before{content:"";}#OIElement .fa-codepen:before{content:"";}#OIElement .fa-codiepie:before{content:"";}#OIElement .fa-coffee:before{content:"";}#OIElement .fa-cog:before{content:"";}#OIElement .fa-cogs:before{content:"";}#OIElement .fa-coins:before{content:"";}#OIElement .fa-columns:before{content:"";}#OIElement .fa-comment:before{content:"";}#OIElement .fa-comment-alt:before{content:"";}#OIElement .fa-comment-dollar:before{content:"";}#OIElement .fa-comment-dots:before{content:"";}#OIElement .fa-comment-medical:before{content:"";}#OIElement .fa-comment-slash:before{content:"";}#OIElement .fa-comments:before{content:"";}#OIElement .fa-comments-dollar:before{content:"";}#OIElement .fa-compact-disc:before{content:"";}#OIElement .fa-compass:before{content:"";}#OIElement .fa-compress:before{content:"";}#OIElement .fa-compress-alt:before{content:"";}#OIElement .fa-compress-arrows-alt:before{content:"";}#OIElement .fa-concierge-bell:before{content:"";}#OIElement .fa-confluence:before{content:"";}#OIElement .fa-connectdevelop:before{content:"";}#OIElement .fa-contao:before{content:"";}#OIElement .fa-cookie:before{content:"";}#OIElement .fa-cookie-bite:before{content:"";}#OIElement .fa-copy:before{content:"";}#OIElement .fa-copyright:before{content:"";}#OIElement .fa-cotton-bureau:before{content:"";}#OIElement .fa-couch:before{content:"";}#OIElement .fa-cpanel:before{content:"";}#OIElement .fa-creative-commons:before{content:"";}#OIElement .fa-creative-commons-by:before{content:"";}#OIElement .fa-creative-commons-nc:before{content:"";}#OIElement .fa-creative-commons-nc-eu:before{content:"";}#OIElement .fa-creative-commons-nc-jp:before{content:"";}#OIElement .fa-creative-commons-nd:before{content:"";}#OIElement .fa-creative-commons-pd:before{content:"";}#OIElement .fa-creative-commons-pd-alt:before{content:"";}#OIElement .fa-creative-commons-remix:before{content:"";}#OIElement .fa-creative-commons-sa:before{content:"";}#OIElement .fa-creative-commons-sampling:before{content:"";}#OIElement .fa-creative-commons-sampling-plus:before{content:"";}#OIElement .fa-creative-commons-share:before{content:"";}#OIElement .fa-creative-commons-zero:before{content:"";}#OIElement .fa-credit-card:before{content:"";}#OIElement .fa-critical-role:before{content:"";}#OIElement .fa-crop:before{content:"";}#OIElement .fa-crop-alt:before{content:"";}#OIElement .fa-cross:before{content:"";}#OIElement .fa-crosshairs:before{content:"";}#OIElement .fa-crow:before{content:"";}#OIElement .fa-crown:before{content:"";}#OIElement .fa-crutch:before{content:"";}#OIElement .fa-css3:before{content:"";}#OIElement .fa-css3-alt:before{content:"";}#OIElement .fa-cube:before{content:"";}#OIElement .fa-cubes:before{content:"";}#OIElement .fa-cut:before{content:"";}#OIElement .fa-cuttlefish:before{content:"";}#OIElement .fa-d-and-d:before{content:"";}#OIElement .fa-d-and-d-beyond:before{content:"";}#OIElement .fa-dailymotion:before{content:"勒";}#OIElement .fa-dashcube:before{content:"";}#OIElement .fa-database:before{content:"";}#OIElement .fa-deaf:before{content:"";}#OIElement .fa-delicious:before{content:"";}#OIElement .fa-democrat:before{content:"";}#OIElement .fa-deploydog:before{content:"";}#OIElement .fa-deskpro:before{content:"";}#OIElement .fa-desktop:before{content:"";}#OIElement .fa-dev:before{content:"";}#OIElement .fa-deviantart:before{content:"";}#OIElement .fa-dharmachakra:before{content:"";}#OIElement .fa-dhl:before{content:"";}#OIElement .fa-diagnoses:before{content:"";}#OIElement .fa-diaspora:before{content:"";}#OIElement .fa-dice:before{content:"";}#OIElement .fa-dice-d20:before{content:"";}#OIElement .fa-dice-d6:before{content:"";}#OIElement .fa-dice-five:before{content:"";}#OIElement .fa-dice-four:before{content:"";}#OIElement .fa-dice-one:before{content:"";}#OIElement .fa-dice-six:before{content:"";}#OIElement .fa-dice-three:before{content:"";}#OIElement .fa-dice-two:before{content:"";}#OIElement .fa-digg:before{content:"";}#OIElement .fa-digital-ocean:before{content:"";}#OIElement .fa-digital-tachograph:before{content:"";}#OIElement .fa-directions:before{content:"";}#OIElement .fa-discord:before{content:"";}#OIElement .fa-discourse:before{content:"";}#OIElement .fa-divide:before{content:"";}#OIElement .fa-dizzy:before{content:"";}#OIElement .fa-dna:before{content:"";}#OIElement .fa-dochub:before{content:"";}#OIElement .fa-docker:before{content:"";}#OIElement .fa-dog:before{content:"";}#OIElement .fa-dollar-sign:before{content:"";}#OIElement .fa-dolly:before{content:"";}#OIElement .fa-dolly-flatbed:before{content:"";}#OIElement .fa-donate:before{content:"";}#OIElement .fa-door-closed:before{content:"";}#OIElement .fa-door-open:before{content:"";}#OIElement .fa-dot-circle:before{content:"";}#OIElement .fa-dove:before{content:"";}#OIElement .fa-download:before{content:"";}#OIElement .fa-draft2digital:before{content:"";}#OIElement .fa-drafting-compass:before{content:"";}#OIElement .fa-dragon:before{content:"";}#OIElement .fa-draw-polygon:before{content:"";}#OIElement .fa-dribbble:before{content:"";}#OIElement .fa-dribbble-square:before{content:"";}#OIElement .fa-dropbox:before{content:"";}#OIElement .fa-drum:before{content:"";}#OIElement .fa-drum-steelpan:before{content:"";}#OIElement .fa-drumstick-bite:before{content:"";}#OIElement .fa-drupal:before{content:"";}#OIElement .fa-dumbbell:before{content:"";}#OIElement .fa-dumpster:before{content:"";}#OIElement .fa-dumpster-fire:before{content:"";}#OIElement .fa-dungeon:before{content:"";}#OIElement .fa-dyalog:before{content:"";}#OIElement .fa-earlybirds:before{content:"";}#OIElement .fa-ebay:before{content:"";}#OIElement .fa-edge:before{content:"";}#OIElement .fa-edit:before{content:"";}#OIElement .fa-egg:before{content:"";}#OIElement .fa-eject:before{content:"";}#OIElement .fa-elementor:before{content:"";}#OIElement .fa-ellipsis-h:before{content:"";}#OIElement .fa-ellipsis-v:before{content:"";}#OIElement .fa-ello:before{content:"";}#OIElement .fa-ember:before{content:"";}#OIElement .fa-empire:before{content:"";}#OIElement .fa-envelope:before{content:"";}#OIElement .fa-envelope-open:before{content:"";}#OIElement .fa-envelope-open-text:before{content:"";}#OIElement .fa-envelope-square:before{content:"";}#OIElement .fa-envira:before{content:"";}#OIElement .fa-equals:before{content:"";}#OIElement .fa-eraser:before{content:"";}#OIElement .fa-erlang:before{content:"";}#OIElement .fa-ethereum:before{content:"";}#OIElement .fa-ethernet:before{content:"";}#OIElement .fa-etsy:before{content:"";}#OIElement .fa-euro-sign:before{content:"";}#OIElement .fa-evernote:before{content:"";}#OIElement .fa-exchange-alt:before{content:"";}#OIElement .fa-exclamation:before{content:"";}#OIElement .fa-exclamation-circle:before{content:"";}#OIElement .fa-exclamation-triangle:before{content:"";}#OIElement .fa-expand:before{content:"";}#OIElement .fa-expand-alt:before{content:"";}#OIElement .fa-expand-arrows-alt:before{content:"";}#OIElement .fa-expeditedssl:before{content:"";}#OIElement .fa-external-link-alt:before{content:"";}#OIElement .fa-external-link-square-alt:before{content:"";}#OIElement .fa-eye:before{content:"";}#OIElement .fa-eye-dropper:before{content:"";}#OIElement .fa-eye-slash:before{content:"";}#OIElement .fa-facebook:before{content:"";}#OIElement .fa-facebook-f:before{content:"";}#OIElement .fa-facebook-messenger:before{content:"";}#OIElement .fa-facebook-square:before{content:"";}#OIElement .fa-fan:before{content:"";}#OIElement .fa-fantasy-flight-games:before{content:"";}#OIElement .fa-fast-backward:before{content:"";}#OIElement .fa-fast-forward:before{content:"";}#OIElement .fa-fax:before{content:"";}#OIElement .fa-feather:before{content:"";}#OIElement .fa-feather-alt:before{content:"";}#OIElement .fa-fedex:before{content:"";}#OIElement .fa-fedora:before{content:"";}#OIElement .fa-female:before{content:"";}#OIElement .fa-fighter-jet:before{content:"";}#OIElement .fa-figma:before{content:"";}#OIElement .fa-file:before{content:"";}#OIElement .fa-file-alt:before{content:"";}#OIElement .fa-file-archive:before{content:"";}#OIElement .fa-file-audio:before{content:"";}#OIElement .fa-file-code:before{content:"";}#OIElement .fa-file-contract:before{content:"";}#OIElement .fa-file-csv:before{content:"";}#OIElement .fa-file-download:before{content:"";}#OIElement .fa-file-excel:before{content:"";}#OIElement .fa-file-export:before{content:"";}#OIElement .fa-file-image:before{content:"";}#OIElement .fa-file-import:before{content:"";}#OIElement .fa-file-invoice:before{content:"";}#OIElement .fa-file-invoice-dollar:before{content:"";}#OIElement .fa-file-medical:before{content:"";}#OIElement .fa-file-medical-alt:before{content:"";}#OIElement .fa-file-pdf:before{content:"";}#OIElement .fa-file-powerpoint:before{content:"";}#OIElement .fa-file-prescription:before{content:"";}#OIElement .fa-file-signature:before{content:"";}#OIElement .fa-file-upload:before{content:"";}#OIElement .fa-file-video:before{content:"";}#OIElement .fa-file-word:before{content:"";}#OIElement .fa-fill:before{content:"";}#OIElement .fa-fill-drip:before{content:"";}#OIElement .fa-film:before{content:"";}#OIElement .fa-filter:before{content:"";}#OIElement .fa-fingerprint:before{content:"";}#OIElement .fa-fire:before{content:"";}#OIElement .fa-fire-alt:before{content:"";}#OIElement .fa-fire-extinguisher:before{content:"";}#OIElement .fa-firefox:before{content:"";}#OIElement .fa-firefox-browser:before{content:"龜";}#OIElement .fa-first-aid:before{content:"";}#OIElement .fa-first-order:before{content:"";}#OIElement .fa-first-order-alt:before{content:"";}#OIElement .fa-firstdraft:before{content:"";}#OIElement .fa-fish:before{content:"";}#OIElement .fa-fist-raised:before{content:"";}#OIElement .fa-flag:before{content:"";}#OIElement .fa-flag-checkered:before{content:"";}#OIElement .fa-flag-usa:before{content:"";}#OIElement .fa-flask:before{content:"";}#OIElement .fa-flickr:before{content:"";}#OIElement .fa-flipboard:before{content:"";}#OIElement .fa-flushed:before{content:"";}#OIElement .fa-fly:before{content:"";}#OIElement .fa-folder:before{content:"";}#OIElement .fa-folder-minus:before{content:"";}#OIElement .fa-folder-open:before{content:"";}#OIElement .fa-folder-plus:before{content:"";}#OIElement .fa-font:before{content:"";}#OIElement .fa-font-awesome:before{content:"";}#OIElement .fa-font-awesome-alt:before{content:"";}#OIElement .fa-font-awesome-flag:before{content:"";}#OIElement .fa-font-awesome-logo-full:before{content:"";}#OIElement .fa-fonticons:before{content:"";}#OIElement .fa-fonticons-fi:before{content:"";}#OIElement .fa-football-ball:before{content:"";}#OIElement .fa-fort-awesome:before{content:"";}#OIElement .fa-fort-awesome-alt:before{content:"";}#OIElement .fa-forumbee:before{content:"";}#OIElement .fa-forward:before{content:"";}#OIElement .fa-foursquare:before{content:"";}#OIElement .fa-free-code-camp:before{content:"";}#OIElement .fa-freebsd:before{content:"";}#OIElement .fa-frog:before{content:"";}#OIElement .fa-frown:before{content:"";}#OIElement .fa-frown-open:before{content:"";}#OIElement .fa-fulcrum:before{content:"";}#OIElement .fa-funnel-dollar:before{content:"";}#OIElement .fa-futbol:before{content:"";}#OIElement .fa-galactic-republic:before{content:"";}#OIElement .fa-galactic-senate:before{content:"";}#OIElement .fa-gamepad:before{content:"";}#OIElement .fa-gas-pump:before{content:"";}#OIElement .fa-gavel:before{content:"";}#OIElement .fa-gem:before{content:"";}#OIElement .fa-genderless:before{content:"";}#OIElement .fa-get-pocket:before{content:"";}#OIElement .fa-gg:before{content:"";}#OIElement .fa-gg-circle:before{content:"";}#OIElement .fa-ghost:before{content:"";}#OIElement .fa-gift:before{content:"";}#OIElement .fa-gifts:before{content:"";}#OIElement .fa-git:before{content:"";}#OIElement .fa-git-alt:before{content:"";}#OIElement .fa-git-square:before{content:"";}#OIElement .fa-github:before{content:"";}#OIElement .fa-github-alt:before{content:"";}#OIElement .fa-github-square:before{content:"";}#OIElement .fa-gitkraken:before{content:"";}#OIElement .fa-gitlab:before{content:"";}#OIElement .fa-gitter:before{content:"";}#OIElement .fa-glass-cheers:before{content:"";}#OIElement .fa-glass-martini:before{content:"";}#OIElement .fa-glass-martini-alt:before{content:"";}#OIElement .fa-glass-whiskey:before{content:"";}#OIElement .fa-glasses:before{content:"";}#OIElement .fa-glide:before{content:"";}#OIElement .fa-glide-g:before{content:"";}#OIElement .fa-globe:before{content:"";}#OIElement .fa-globe-africa:before{content:"";}#OIElement .fa-globe-americas:before{content:"";}#OIElement .fa-globe-asia:before{content:"";}#OIElement .fa-globe-europe:before{content:"";}#OIElement .fa-gofore:before{content:"";}#OIElement .fa-golf-ball:before{content:"";}#OIElement .fa-goodreads:before{content:"";}#OIElement .fa-goodreads-g:before{content:"";}#OIElement .fa-google:before{content:"";}#OIElement .fa-google-drive:before{content:"";}#OIElement .fa-google-play:before{content:"";}#OIElement .fa-google-plus:before{content:"";}#OIElement .fa-google-plus-g:before{content:"";}#OIElement .fa-google-plus-square:before{content:"";}#OIElement .fa-google-wallet:before{content:"";}#OIElement .fa-gopuram:before{content:"";}#OIElement .fa-graduation-cap:before{content:"";}#OIElement .fa-gratipay:before{content:"";}#OIElement .fa-grav:before{content:"";}#OIElement .fa-greater-than:before{content:"";}#OIElement .fa-greater-than-equal:before{content:"";}#OIElement .fa-grimace:before{content:"";}#OIElement .fa-grin:before{content:"";}#OIElement .fa-grin-alt:before{content:"";}#OIElement .fa-grin-beam:before{content:"";}#OIElement .fa-grin-beam-sweat:before{content:"";}#OIElement .fa-grin-hearts:before{content:"";}#OIElement .fa-grin-squint:before{content:"";}#OIElement .fa-grin-squint-tears:before{content:"";}#OIElement .fa-grin-stars:before{content:"";}#OIElement .fa-grin-tears:before{content:"";}#OIElement .fa-grin-tongue:before{content:"";}#OIElement .fa-grin-tongue-squint:before{content:"";}#OIElement .fa-grin-tongue-wink:before{content:"";}#OIElement .fa-grin-wink:before{content:"";}#OIElement .fa-grip-horizontal:before{content:"";}#OIElement .fa-grip-lines:before{content:"";}#OIElement .fa-grip-lines-vertical:before{content:"";}#OIElement .fa-grip-vertical:before{content:"";}#OIElement .fa-gripfire:before{content:"";}#OIElement .fa-grunt:before{content:"";}#OIElement .fa-guitar:before{content:"";}#OIElement .fa-gulp:before{content:"";}#OIElement .fa-h-square:before{content:"";}#OIElement .fa-hacker-news:before{content:"";}#OIElement .fa-hacker-news-square:before{content:"";}#OIElement .fa-hackerrank:before{content:"";}#OIElement .fa-hamburger:before{content:"";}#OIElement .fa-hammer:before{content:"";}#OIElement .fa-hamsa:before{content:"";}#OIElement .fa-hand-holding:before{content:"";}#OIElement .fa-hand-holding-heart:before{content:"";}#OIElement .fa-hand-holding-usd:before{content:"";}#OIElement .fa-hand-lizard:before{content:"";}#OIElement .fa-hand-middle-finger:before{content:"";}#OIElement .fa-hand-paper:before{content:"";}#OIElement .fa-hand-peace:before{content:"";}#OIElement .fa-hand-point-down:before{content:"";}#OIElement .fa-hand-point-left:before{content:"";}#OIElement .fa-hand-point-right:before{content:"";}#OIElement .fa-hand-point-up:before{content:"";}#OIElement .fa-hand-pointer:before{content:"";}#OIElement .fa-hand-rock:before{content:"";}#OIElement .fa-hand-scissors:before{content:"";}#OIElement .fa-hand-spock:before{content:"";}#OIElement .fa-hands:before{content:"";}#OIElement .fa-hands-helping:before{content:"";}#OIElement .fa-handshake:before{content:"";}#OIElement .fa-hanukiah:before{content:"";}#OIElement .fa-hard-hat:before{content:"";}#OIElement .fa-hashtag:before{content:"";}#OIElement .fa-hat-cowboy:before{content:"";}#OIElement .fa-hat-cowboy-side:before{content:"";}#OIElement .fa-hat-wizard:before{content:"";}#OIElement .fa-hdd:before{content:"";}#OIElement .fa-heading:before{content:"";}#OIElement .fa-headphones:before{content:"";}#OIElement .fa-headphones-alt:before{content:"";}#OIElement .fa-headset:before{content:"";}#OIElement .fa-heart:before{content:"";}#OIElement .fa-heart-broken:before{content:"";}#OIElement .fa-heartbeat:before{content:"";}#OIElement .fa-helicopter:before{content:"";}#OIElement .fa-highlighter:before{content:"";}#OIElement .fa-hiking:before{content:"";}#OIElement .fa-hippo:before{content:"";}#OIElement .fa-hips:before{content:"";}#OIElement .fa-hire-a-helper:before{content:"";}#OIElement .fa-history:before{content:"";}#OIElement .fa-hockey-puck:before{content:"";}#OIElement .fa-holly-berry:before{content:"";}#OIElement .fa-home:before{content:"";}#OIElement .fa-hooli:before{content:"";}#OIElement .fa-hornbill:before{content:"";}#OIElement .fa-horse:before{content:"";}#OIElement .fa-horse-head:before{content:"";}#OIElement .fa-hospital:before{content:"";}#OIElement .fa-hospital-alt:before{content:"";}#OIElement .fa-hospital-symbol:before{content:"";}#OIElement .fa-hot-tub:before{content:"";}#OIElement .fa-hotdog:before{content:"";}#OIElement .fa-hotel:before{content:"";}#OIElement .fa-hotjar:before{content:"";}#OIElement .fa-hourglass:before{content:"";}#OIElement .fa-hourglass-end:before{content:"";}#OIElement .fa-hourglass-half:before{content:"";}#OIElement .fa-hourglass-start:before{content:"";}#OIElement .fa-house-damage:before{content:"";}#OIElement .fa-houzz:before{content:"";}#OIElement .fa-hryvnia:before{content:"";}#OIElement .fa-html5:before{content:"";}#OIElement .fa-hubspot:before{content:"";}#OIElement .fa-i-cursor:before{content:"";}#OIElement .fa-ice-cream:before{content:"";}#OIElement .fa-icicles:before{content:"";}#OIElement .fa-icons:before{content:"";}#OIElement .fa-id-badge:before{content:"";}#OIElement .fa-id-card:before{content:"";}#OIElement .fa-id-card-alt:before{content:"";}#OIElement .fa-ideal:before{content:"邏";}#OIElement .fa-igloo:before{content:"";}#OIElement .fa-image:before{content:"";}#OIElement .fa-images:before{content:"";}#OIElement .fa-imdb:before{content:"";}#OIElement .fa-inbox:before{content:"";}#OIElement .fa-indent:before{content:"";}#OIElement .fa-industry:before{content:"";}#OIElement .fa-infinity:before{content:"";}#OIElement .fa-info:before{content:"";}#OIElement .fa-info-circle:before{content:"";}#OIElement .fa-instagram:before{content:"";}#OIElement .fa-instagram-square:before{content:"凌";}#OIElement .fa-intercom:before{content:"";}#OIElement .fa-internet-explorer:before{content:"";}#OIElement .fa-invision:before{content:"";}#OIElement .fa-ioxhost:before{content:"";}#OIElement .fa-italic:before{content:"";}#OIElement .fa-itch-io:before{content:"";}#OIElement .fa-itunes:before{content:"";}#OIElement .fa-itunes-note:before{content:"";}#OIElement .fa-java:before{content:"";}#OIElement .fa-jedi:before{content:"";}#OIElement .fa-jedi-order:before{content:"";}#OIElement .fa-jenkins:before{content:"";}#OIElement .fa-jira:before{content:"";}#OIElement .fa-joget:before{content:"";}#OIElement .fa-joint:before{content:"";}#OIElement .fa-joomla:before{content:"";}#OIElement .fa-journal-whills:before{content:"";}#OIElement .fa-js:before{content:"";}#OIElement .fa-js-square:before{content:"";}#OIElement .fa-jsfiddle:before{content:"";}#OIElement .fa-kaaba:before{content:"";}#OIElement .fa-kaggle:before{content:"";}#OIElement .fa-key:before{content:"";}#OIElement .fa-keybase:before{content:"";}#OIElement .fa-keyboard:before{content:"";}#OIElement .fa-keycdn:before{content:"";}#OIElement .fa-khanda:before{content:"";}#OIElement .fa-kickstarter:before{content:"";}#OIElement .fa-kickstarter-k:before{content:"";}#OIElement .fa-kiss:before{content:"";}#OIElement .fa-kiss-beam:before{content:"";}#OIElement .fa-kiss-wink-heart:before{content:"";}#OIElement .fa-kiwi-bird:before{content:"";}#OIElement .fa-korvue:before{content:"";}#OIElement .fa-landmark:before{content:"";}#OIElement .fa-language:before{content:"";}#OIElement .fa-laptop:before{content:"";}#OIElement .fa-laptop-code:before{content:"";}#OIElement .fa-laptop-medical:before{content:"";}#OIElement .fa-laravel:before{content:"";}#OIElement .fa-lastfm:before{content:"";}#OIElement .fa-lastfm-square:before{content:"";}#OIElement .fa-laugh:before{content:"";}#OIElement .fa-laugh-beam:before{content:"";}#OIElement .fa-laugh-squint:before{content:"";}#OIElement .fa-laugh-wink:before{content:"";}#OIElement .fa-layer-group:before{content:"";}#OIElement .fa-leaf:before{content:"";}#OIElement .fa-leanpub:before{content:"";}#OIElement .fa-lemon:before{content:"";}#OIElement .fa-less:before{content:"";}#OIElement .fa-less-than:before{content:"";}#OIElement .fa-less-than-equal:before{content:"";}#OIElement .fa-level-down-alt:before{content:"";}#OIElement .fa-level-up-alt:before{content:"";}#OIElement .fa-life-ring:before{content:"";}#OIElement .fa-lightbulb:before{content:"";}#OIElement .fa-line:before{content:"";}#OIElement .fa-link:before{content:"";}#OIElement .fa-linkedin:before{content:"";}#OIElement .fa-linkedin-in:before{content:"";}#OIElement .fa-linode:before{content:"";}#OIElement .fa-linux:before{content:"";}#OIElement .fa-lira-sign:before{content:"";}#OIElement .fa-list:before{content:"";}#OIElement .fa-list-alt:before{content:"";}#OIElement .fa-list-ol:before{content:"";}#OIElement .fa-list-ul:before{content:"";}#OIElement .fa-location-arrow:before{content:"";}#OIElement .fa-lock:before{content:"";}#OIElement .fa-lock-open:before{content:"";}#OIElement .fa-long-arrow-alt-down:before{content:"";}#OIElement .fa-long-arrow-alt-left:before{content:"";}#OIElement .fa-long-arrow-alt-right:before{content:"";}#OIElement .fa-long-arrow-alt-up:before{content:"";}#OIElement .fa-low-vision:before{content:"";}#OIElement .fa-luggage-cart:before{content:"";}#OIElement .fa-lyft:before{content:"";}#OIElement .fa-magento:before{content:"";}#OIElement .fa-magic:before{content:"";}#OIElement .fa-magnet:before{content:"";}#OIElement .fa-mail-bulk:before{content:"";}#OIElement .fa-mailchimp:before{content:"";}#OIElement .fa-male:before{content:"";}#OIElement .fa-mandalorian:before{content:"";}#OIElement .fa-map:before{content:"";}#OIElement .fa-map-marked:before{content:"";}#OIElement .fa-map-marked-alt:before{content:"";}#OIElement .fa-map-marker:before{content:"";}#OIElement .fa-map-marker-alt:before{content:"";}#OIElement .fa-map-pin:before{content:"";}#OIElement .fa-map-signs:before{content:"";}#OIElement .fa-markdown:before{content:"";}#OIElement .fa-marker:before{content:"";}#OIElement .fa-mars:before{content:"";}#OIElement .fa-mars-double:before{content:"";}#OIElement .fa-mars-stroke:before{content:"";}#OIElement .fa-mars-stroke-h:before{content:"";}#OIElement .fa-mars-stroke-v:before{content:"";}#OIElement .fa-mask:before{content:"";}#OIElement .fa-mastodon:before{content:"";}#OIElement .fa-maxcdn:before{content:"";}#OIElement .fa-mdb:before{content:"";}#OIElement .fa-medal:before{content:"";}#OIElement .fa-medapps:before{content:"";}#OIElement .fa-medium:before{content:"";}#OIElement .fa-medium-m:before{content:"";}#OIElement .fa-medkit:before{content:"";}#OIElement .fa-medrt:before{content:"";}#OIElement .fa-meetup:before{content:"";}#OIElement .fa-megaport:before{content:"";}#OIElement .fa-meh:before{content:"";}#OIElement .fa-meh-blank:before{content:"";}#OIElement .fa-meh-rolling-eyes:before{content:"";}#OIElement .fa-memory:before{content:"";}#OIElement .fa-mendeley:before{content:"";}#OIElement .fa-menorah:before{content:"";}#OIElement .fa-mercury:before{content:"";}#OIElement .fa-meteor:before{content:"";}#OIElement .fa-microblog:before{content:"駱";}#OIElement .fa-microchip:before{content:"";}#OIElement .fa-microphone:before{content:"";}#OIElement .fa-microphone-alt:before{content:"";}#OIElement .fa-microphone-alt-slash:before{content:"";}#OIElement .fa-microphone-slash:before{content:"";}#OIElement .fa-microscope:before{content:"";}#OIElement .fa-microsoft:before{content:"";}#OIElement .fa-minus:before{content:"";}#OIElement .fa-minus-circle:before{content:"";}#OIElement .fa-minus-square:before{content:"";}#OIElement .fa-mitten:before{content:"";}#OIElement .fa-mix:before{content:"";}#OIElement .fa-mixcloud:before{content:"";}#OIElement .fa-mixer:before{content:"稜";}#OIElement .fa-mizuni:before{content:"";}#OIElement .fa-mobile:before{content:"";}#OIElement .fa-mobile-alt:before{content:"";}#OIElement .fa-modx:before{content:"";}#OIElement .fa-monero:before{content:"";}#OIElement .fa-money-bill:before{content:"";}#OIElement .fa-money-bill-alt:before{content:"";}#OIElement .fa-money-bill-wave:before{content:"";}#OIElement .fa-money-bill-wave-alt:before{content:"";}#OIElement .fa-money-check:before{content:"";}#OIElement .fa-money-check-alt:before{content:"";}#OIElement .fa-monument:before{content:"";}#OIElement .fa-moon:before{content:"";}#OIElement .fa-mortar-pestle:before{content:"";}#OIElement .fa-mosque:before{content:"";}#OIElement .fa-motorcycle:before{content:"";}#OIElement .fa-mountain:before{content:"";}#OIElement .fa-mouse:before{content:"";}#OIElement .fa-mouse-pointer:before{content:"";}#OIElement .fa-mug-hot:before{content:"";}#OIElement .fa-music:before{content:"";}#OIElement .fa-napster:before{content:"";}#OIElement .fa-neos:before{content:"";}#OIElement .fa-network-wired:before{content:"";}#OIElement .fa-neuter:before{content:"";}#OIElement .fa-newspaper:before{content:"";}#OIElement .fa-nimblr:before{content:"";}#OIElement .fa-node:before{content:"";}#OIElement .fa-node-js:before{content:"";}#OIElement .fa-not-equal:before{content:"";}#OIElement .fa-notes-medical:before{content:"";}#OIElement .fa-npm:before{content:"";}#OIElement .fa-ns8:before{content:"";}#OIElement .fa-nutritionix:before{content:"";}#OIElement .fa-object-group:before{content:"";}#OIElement .fa-object-ungroup:before{content:"";}#OIElement .fa-odnoklassniki:before{content:"";}#OIElement .fa-odnoklassniki-square:before{content:"";}#OIElement .fa-oil-can:before{content:"";}#OIElement .fa-old-republic:before{content:"";}#OIElement .fa-om:before{content:"";}#OIElement .fa-opencart:before{content:"";}#OIElement .fa-openid:before{content:"";}#OIElement .fa-opera:before{content:"";}#OIElement .fa-optin-monster:before{content:"";}#OIElement .fa-orcid:before{content:"";}#OIElement .fa-osi:before{content:"";}#OIElement .fa-otter:before{content:"";}#OIElement .fa-outdent:before{content:"";}#OIElement .fa-page4:before{content:"";}#OIElement .fa-pagelines:before{content:"";}#OIElement .fa-pager:before{content:"";}#OIElement .fa-paint-brush:before{content:"";}#OIElement .fa-paint-roller:before{content:"";}#OIElement .fa-palette:before{content:"";}#OIElement .fa-palfed:before{content:"";}#OIElement .fa-pallet:before{content:"";}#OIElement .fa-paper-plane:before{content:"";}#OIElement .fa-paperclip:before{content:"";}#OIElement .fa-parachute-box:before{content:"";}#OIElement .fa-paragraph:before{content:"";}#OIElement .fa-parking:before{content:"";}#OIElement .fa-passport:before{content:"";}#OIElement .fa-pastafarianism:before{content:"";}#OIElement .fa-paste:before{content:"";}#OIElement .fa-patreon:before{content:"";}#OIElement .fa-pause:before{content:"";}#OIElement .fa-pause-circle:before{content:"";}#OIElement .fa-paw:before{content:"";}#OIElement .fa-paypal:before{content:"";}#OIElement .fa-peace:before{content:"";}#OIElement .fa-pen:before{content:"";}#OIElement .fa-pen-alt:before{content:"";}#OIElement .fa-pen-fancy:before{content:"";}#OIElement .fa-pen-nib:before{content:"";}#OIElement .fa-pen-square:before{content:"";}#OIElement .fa-pencil-alt:before{content:"";}#OIElement .fa-pencil-ruler:before{content:"";}#OIElement .fa-penny-arcade:before{content:"";}#OIElement .fa-people-carry:before{content:"";}#OIElement .fa-pepper-hot:before{content:"";}#OIElement .fa-percent:before{content:"";}#OIElement .fa-percentage:before{content:"";}#OIElement .fa-periscope:before{content:"";}#OIElement .fa-person-booth:before{content:"";}#OIElement .fa-phabricator:before{content:"";}#OIElement .fa-phoenix-framework:before{content:"";}#OIElement .fa-phoenix-squadron:before{content:"";}#OIElement .fa-phone:before{content:"";}#OIElement .fa-phone-alt:before{content:"";}#OIElement .fa-phone-slash:before{content:"";}#OIElement .fa-phone-square:before{content:"";}#OIElement .fa-phone-square-alt:before{content:"";}#OIElement .fa-phone-volume:before{content:"";}#OIElement .fa-photo-video:before{content:"";}#OIElement .fa-php:before{content:"";}#OIElement .fa-pied-piper:before{content:"";}#OIElement .fa-pied-piper-alt:before{content:"";}#OIElement .fa-pied-piper-hat:before{content:"";}#OIElement .fa-pied-piper-pp:before{content:"";}#OIElement .fa-pied-piper-square:before{content:"爛";}#OIElement .fa-piggy-bank:before{content:"";}#OIElement .fa-pills:before{content:"";}#OIElement .fa-pinterest:before{content:"";}#OIElement .fa-pinterest-p:before{content:"";}#OIElement .fa-pinterest-square:before{content:"";}#OIElement .fa-pizza-slice:before{content:"";}#OIElement .fa-place-of-worship:before{content:"";}#OIElement .fa-plane:before{content:"";}#OIElement .fa-plane-arrival:before{content:"";}#OIElement .fa-plane-departure:before{content:"";}#OIElement .fa-play:before{content:"";}#OIElement .fa-play-circle:before{content:"";}#OIElement .fa-playstation:before{content:"";}#OIElement .fa-plug:before{content:"";}#OIElement .fa-plus:before{content:"";}#OIElement .fa-plus-circle:before{content:"";}#OIElement .fa-plus-square:before{content:"";}#OIElement .fa-podcast:before{content:"";}#OIElement .fa-poll:before{content:"";}#OIElement .fa-poll-h:before{content:"";}#OIElement .fa-poo:before{content:"";}#OIElement .fa-poo-storm:before{content:"";}#OIElement .fa-poop:before{content:"";}#OIElement .fa-portrait:before{content:"";}#OIElement .fa-pound-sign:before{content:"";}#OIElement .fa-power-off:before{content:"";}#OIElement .fa-pray:before{content:"";}#OIElement .fa-praying-hands:before{content:"";}#OIElement .fa-prescription:before{content:"";}#OIElement .fa-prescription-bottle:before{content:"";}#OIElement .fa-prescription-bottle-alt:before{content:"";}#OIElement .fa-print:before{content:"";}#OIElement .fa-procedures:before{content:"";}#OIElement .fa-product-hunt:before{content:"";}#OIElement .fa-project-diagram:before{content:"";}#OIElement .fa-pushed:before{content:"";}#OIElement .fa-puzzle-piece:before{content:"";}#OIElement .fa-python:before{content:"";}#OIElement .fa-qq:before{content:"";}#OIElement .fa-qrcode:before{content:"";}#OIElement .fa-question:before{content:"";}#OIElement .fa-question-circle:before{content:"";}#OIElement .fa-quidditch:before{content:"";}#OIElement .fa-quinscape:before{content:"";}#OIElement .fa-quora:before{content:"";}#OIElement .fa-quote-left:before{content:"";}#OIElement .fa-quote-right:before{content:"";}#OIElement .fa-quran:before{content:"";}#OIElement .fa-r-project:before{content:"";}#OIElement .fa-radiation:before{content:"";}#OIElement .fa-radiation-alt:before{content:"";}#OIElement .fa-rainbow:before{content:"";}#OIElement .fa-random:before{content:"";}#OIElement .fa-raspberry-pi:before{content:"";}#OIElement .fa-ravelry:before{content:"";}#OIElement .fa-react:before{content:"";}#OIElement .fa-reacteurope:before{content:"";}#OIElement .fa-readme:before{content:"";}#OIElement .fa-rebel:before{content:"";}#OIElement .fa-receipt:before{content:"";}#OIElement .fa-record-vinyl:before{content:"";}#OIElement .fa-recycle:before{content:"";}#OIElement .fa-red-river:before{content:"";}#OIElement .fa-reddit:before{content:"";}#OIElement .fa-reddit-alien:before{content:"";}#OIElement .fa-reddit-square:before{content:"";}#OIElement .fa-redhat:before{content:"";}#OIElement .fa-redo:before{content:"";}#OIElement .fa-redo-alt:before{content:"";}#OIElement .fa-registered:before{content:"";}#OIElement .fa-remove-format:before{content:"";}#OIElement .fa-renren:before{content:"";}#OIElement .fa-reply:before{content:"";}#OIElement .fa-reply-all:before{content:"";}#OIElement .fa-replyd:before{content:"";}#OIElement .fa-republican:before{content:"";}#OIElement .fa-researchgate:before{content:"";}#OIElement .fa-resolving:before{content:"";}#OIElement .fa-restroom:before{content:"";}#OIElement .fa-retweet:before{content:"";}#OIElement .fa-rev:before{content:"";}#OIElement .fa-ribbon:before{content:"";}#OIElement .fa-ring:before{content:"";}#OIElement .fa-road:before{content:"";}#OIElement .fa-robot:before{content:"";}#OIElement .fa-rocket:before{content:"";}#OIElement .fa-rocketchat:before{content:"";}#OIElement .fa-rockrms:before{content:"";}#OIElement .fa-route:before{content:"";}#OIElement .fa-rss:before{content:"";}#OIElement .fa-rss-square:before{content:"";}#OIElement .fa-ruble-sign:before{content:"";}#OIElement .fa-ruler:before{content:"";}#OIElement .fa-ruler-combined:before{content:"";}#OIElement .fa-ruler-horizontal:before{content:"";}#OIElement .fa-ruler-vertical:before{content:"";}#OIElement .fa-running:before{content:"";}#OIElement .fa-rupee-sign:before{content:"";}#OIElement .fa-sad-cry:before{content:"";}#OIElement .fa-sad-tear:before{content:"";}#OIElement .fa-safari:before{content:"";}#OIElement .fa-salesforce:before{content:"";}#OIElement .fa-sass:before{content:"";}#OIElement .fa-satellite:before{content:"";}#OIElement .fa-satellite-dish:before{content:"";}#OIElement .fa-save:before{content:"";}#OIElement .fa-schlix:before{content:"";}#OIElement .fa-school:before{content:"";}#OIElement .fa-screwdriver:before{content:"";}#OIElement .fa-scribd:before{content:"";}#OIElement .fa-scroll:before{content:"";}#OIElement .fa-sd-card:before{content:"";}#OIElement .fa-search:before{content:"";}#OIElement .fa-search-dollar:before{content:"";}#OIElement .fa-search-location:before{content:"";}#OIElement .fa-search-minus:before{content:"";}#OIElement .fa-search-plus:before{content:"";}#OIElement .fa-searchengin:before{content:"";}#OIElement .fa-seedling:before{content:"";}#OIElement .fa-sellcast:before{content:"";}#OIElement .fa-sellsy:before{content:"";}#OIElement .fa-server:before{content:"";}#OIElement .fa-servicestack:before{content:"";}#OIElement .fa-shapes:before{content:"";}#OIElement .fa-share:before{content:"";}#OIElement .fa-share-alt:before{content:"";}#OIElement .fa-share-alt-square:before{content:"";}#OIElement .fa-share-square:before{content:"";}#OIElement .fa-shekel-sign:before{content:"";}#OIElement .fa-shield-alt:before{content:"";}#OIElement .fa-ship:before{content:"";}#OIElement .fa-shipping-fast:before{content:"";}#OIElement .fa-shirtsinbulk:before{content:"";}#OIElement .fa-shoe-prints:before{content:"";}#OIElement .fa-shopify:before{content:"綾";}#OIElement .fa-shopping-bag:before{content:"";}#OIElement .fa-shopping-basket:before{content:"";}#OIElement .fa-shopping-cart:before{content:"";}#OIElement .fa-shopware:before{content:"";}#OIElement .fa-shower:before{content:"";}#OIElement .fa-shuttle-van:before{content:"";}#OIElement .fa-sign:before{content:"";}#OIElement .fa-sign-in-alt:before{content:"";}#OIElement .fa-sign-language:before{content:"";}#OIElement .fa-sign-out-alt:before{content:"";}#OIElement .fa-signal:before{content:"";}#OIElement .fa-signature:before{content:"";}#OIElement .fa-sim-card:before{content:"";}#OIElement .fa-simplybuilt:before{content:"";}#OIElement .fa-sistrix:before{content:"";}#OIElement .fa-sitemap:before{content:"";}#OIElement .fa-sith:before{content:"";}#OIElement .fa-skating:before{content:"";}#OIElement .fa-sketch:before{content:"";}#OIElement .fa-skiing:before{content:"";}#OIElement .fa-skiing-nordic:before{content:"";}#OIElement .fa-skull:before{content:"";}#OIElement .fa-skull-crossbones:before{content:"";}#OIElement .fa-skyatlas:before{content:"";}#OIElement .fa-skype:before{content:"";}#OIElement .fa-slack:before{content:"";}#OIElement .fa-slack-hash:before{content:"";}#OIElement .fa-slash:before{content:"";}#OIElement .fa-sleigh:before{content:"";}#OIElement .fa-sliders-h:before{content:"";}#OIElement .fa-slideshare:before{content:"";}#OIElement .fa-smile:before{content:"";}#OIElement .fa-smile-beam:before{content:"";}#OIElement .fa-smile-wink:before{content:"";}#OIElement .fa-smog:before{content:"";}#OIElement .fa-smoking:before{content:"";}#OIElement .fa-smoking-ban:before{content:"";}#OIElement .fa-sms:before{content:"";}#OIElement .fa-snapchat:before{content:"";}#OIElement .fa-snapchat-ghost:before{content:"";}#OIElement .fa-snapchat-square:before{content:"";}#OIElement .fa-snowboarding:before{content:"";}#OIElement .fa-snowflake:before{content:"";}#OIElement .fa-snowman:before{content:"";}#OIElement .fa-snowplow:before{content:"";}#OIElement .fa-socks:before{content:"";}#OIElement .fa-solar-panel:before{content:"";}#OIElement .fa-sort:before{content:"";}#OIElement .fa-sort-alpha-down:before{content:"";}#OIElement .fa-sort-alpha-down-alt:before{content:"";}#OIElement .fa-sort-alpha-up:before{content:"";}#OIElement .fa-sort-alpha-up-alt:before{content:"";}#OIElement .fa-sort-amount-down:before{content:"";}#OIElement .fa-sort-amount-down-alt:before{content:"";}#OIElement .fa-sort-amount-up:before{content:"";}#OIElement .fa-sort-amount-up-alt:before{content:"";}#OIElement .fa-sort-down:before{content:"";}#OIElement .fa-sort-numeric-down:before{content:"";}#OIElement .fa-sort-numeric-down-alt:before{content:"";}#OIElement .fa-sort-numeric-up:before{content:"";}#OIElement .fa-sort-numeric-up-alt:before{content:"";}#OIElement .fa-sort-up:before{content:"";}#OIElement .fa-soundcloud:before{content:"";}#OIElement .fa-sourcetree:before{content:"";}#OIElement .fa-spa:before{content:"";}#OIElement .fa-space-shuttle:before{content:"";}#OIElement .fa-speakap:before{content:"";}#OIElement .fa-speaker-deck:before{content:"";}#OIElement .fa-spell-check:before{content:"";}#OIElement .fa-spider:before{content:"";}#OIElement .fa-spinner:before{content:"";}#OIElement .fa-splotch:before{content:"";}#OIElement .fa-spotify:before{content:"";}#OIElement .fa-spray-can:before{content:"";}#OIElement .fa-square:before{content:"";}#OIElement .fa-square-full:before{content:"";}#OIElement .fa-square-root-alt:before{content:"";}#OIElement .fa-squarespace:before{content:"";}#OIElement .fa-stack-exchange:before{content:"";}#OIElement .fa-stack-overflow:before{content:"";}#OIElement .fa-stackpath:before{content:"";}#OIElement .fa-stamp:before{content:"";}#OIElement .fa-star:before{content:"";}#OIElement .fa-star-and-crescent:before{content:"";}#OIElement .fa-star-half:before{content:"";}#OIElement .fa-star-half-alt:before{content:"";}#OIElement .fa-star-of-david:before{content:"";}#OIElement .fa-star-of-life:before{content:"";}#OIElement .fa-staylinked:before{content:"";}#OIElement .fa-steam:before{content:"";}#OIElement .fa-steam-square:before{content:"";}#OIElement .fa-steam-symbol:before{content:"";}#OIElement .fa-step-backward:before{content:"";}#OIElement .fa-step-forward:before{content:"";}#OIElement .fa-stethoscope:before{content:"";}#OIElement .fa-sticker-mule:before{content:"";}#OIElement .fa-sticky-note:before{content:"";}#OIElement .fa-stop:before{content:"";}#OIElement .fa-stop-circle:before{content:"";}#OIElement .fa-stopwatch:before{content:"";}#OIElement .fa-store:before{content:"";}#OIElement .fa-store-alt:before{content:"";}#OIElement .fa-strava:before{content:"";}#OIElement .fa-stream:before{content:"";}#OIElement .fa-street-view:before{content:"";}#OIElement .fa-strikethrough:before{content:"";}#OIElement .fa-stripe:before{content:"";}#OIElement .fa-stripe-s:before{content:"";}#OIElement .fa-stroopwafel:before{content:"";}#OIElement .fa-studiovinari:before{content:"";}#OIElement .fa-stumbleupon:before{content:"";}#OIElement .fa-stumbleupon-circle:before{content:"";}#OIElement .fa-subscript:before{content:"";}#OIElement .fa-subway:before{content:"";}#OIElement .fa-suitcase:before{content:"";}#OIElement .fa-suitcase-rolling:before{content:"";}#OIElement .fa-sun:before{content:"";}#OIElement .fa-superpowers:before{content:"";}#OIElement .fa-superscript:before{content:"";}#OIElement .fa-supple:before{content:"";}#OIElement .fa-surprise:before{content:"";}#OIElement .fa-suse:before{content:"";}#OIElement .fa-swatchbook:before{content:"";}#OIElement .fa-swift:before{content:"";}#OIElement .fa-swimmer:before{content:"";}#OIElement .fa-swimming-pool:before{content:"";}#OIElement .fa-symfony:before{content:"";}#OIElement .fa-synagogue:before{content:"";}#OIElement .fa-sync:before{content:"";}#OIElement .fa-sync-alt:before{content:"";}#OIElement .fa-syringe:before{content:"";}#OIElement .fa-table:before{content:"";}#OIElement .fa-table-tennis:before{content:"";}#OIElement .fa-tablet:before{content:"";}#OIElement .fa-tablet-alt:before{content:"";}#OIElement .fa-tablets:before{content:"";}#OIElement .fa-tachometer-alt:before{content:"";}#OIElement .fa-tag:before{content:"";}#OIElement .fa-tags:before{content:"";}#OIElement .fa-tape:before{content:"";}#OIElement .fa-tasks:before{content:"";}#OIElement .fa-taxi:before{content:"";}#OIElement .fa-teamspeak:before{content:"";}#OIElement .fa-teeth:before{content:"";}#OIElement .fa-teeth-open:before{content:"";}#OIElement .fa-telegram:before{content:"";}#OIElement .fa-telegram-plane:before{content:"";}#OIElement .fa-temperature-high:before{content:"";}#OIElement .fa-temperature-low:before{content:"";}#OIElement .fa-tencent-weibo:before{content:"";}#OIElement .fa-tenge:before{content:"";}#OIElement .fa-terminal:before{content:"";}#OIElement .fa-text-height:before{content:"";}#OIElement .fa-text-width:before{content:"";}#OIElement .fa-th:before{content:"";}#OIElement .fa-th-large:before{content:"";}#OIElement .fa-th-list:before{content:"";}#OIElement .fa-the-red-yeti:before{content:"";}#OIElement .fa-theater-masks:before{content:"";}#OIElement .fa-themeco:before{content:"";}#OIElement .fa-themeisle:before{content:"";}#OIElement .fa-thermometer:before{content:"";}#OIElement .fa-thermometer-empty:before{content:"";}#OIElement .fa-thermometer-full:before{content:"";}#OIElement .fa-thermometer-half:before{content:"";}#OIElement .fa-thermometer-quarter:before{content:"";}#OIElement .fa-thermometer-three-quarters:before{content:"";}#OIElement .fa-think-peaks:before{content:"";}#OIElement .fa-thumbs-down:before{content:"";}#OIElement .fa-thumbs-up:before{content:"";}#OIElement .fa-thumbtack:before{content:"";}#OIElement .fa-ticket-alt:before{content:"";}#OIElement .fa-times:before{content:"";}#OIElement .fa-times-circle:before{content:"";}#OIElement .fa-tint:before{content:"";}#OIElement .fa-tint-slash:before{content:"";}#OIElement .fa-tired:before{content:"";}#OIElement .fa-toggle-off:before{content:"";}#OIElement .fa-toggle-on:before{content:"";}#OIElement .fa-toilet:before{content:"";}#OIElement .fa-toilet-paper:before{content:"";}#OIElement .fa-toolbox:before{content:"";}#OIElement .fa-tools:before{content:"";}#OIElement .fa-tooth:before{content:"";}#OIElement .fa-torah:before{content:"";}#OIElement .fa-torii-gate:before{content:"";}#OIElement .fa-tractor:before{content:"";}#OIElement .fa-trade-federation:before{content:"";}#OIElement .fa-trademark:before{content:"";}#OIElement .fa-traffic-light:before{content:"";}#OIElement .fa-trailer:before{content:"論";}#OIElement .fa-train:before{content:"";}#OIElement .fa-tram:before{content:"";}#OIElement .fa-transgender:before{content:"";}#OIElement .fa-transgender-alt:before{content:"";}#OIElement .fa-trash:before{content:"";}#OIElement .fa-trash-alt:before{content:"";}#OIElement .fa-trash-restore:before{content:"";}#OIElement .fa-trash-restore-alt:before{content:"";}#OIElement .fa-tree:before{content:"";}#OIElement .fa-trello:before{content:"";}#OIElement .fa-tripadvisor:before{content:"";}#OIElement .fa-trophy:before{content:"";}#OIElement .fa-truck:before{content:"";}#OIElement .fa-truck-loading:before{content:"";}#OIElement .fa-truck-monster:before{content:"";}#OIElement .fa-truck-moving:before{content:"";}#OIElement .fa-truck-pickup:before{content:"";}#OIElement .fa-tshirt:before{content:"";}#OIElement .fa-tty:before{content:"";}#OIElement .fa-tumblr:before{content:"";}#OIElement .fa-tumblr-square:before{content:"";}#OIElement .fa-tv:before{content:"";}#OIElement .fa-twitch:before{content:"";}#OIElement .fa-twitter:before{content:"";}#OIElement .fa-twitter-square:before{content:"";}#OIElement .fa-typo3:before{content:"";}#OIElement .fa-uber:before{content:"";}#OIElement .fa-ubuntu:before{content:"";}#OIElement .fa-uikit:before{content:"";}#OIElement .fa-umbraco:before{content:"";}#OIElement .fa-umbrella:before{content:"";}#OIElement .fa-umbrella-beach:before{content:"";}#OIElement .fa-underline:before{content:"";}#OIElement .fa-undo:before{content:"";}#OIElement .fa-undo-alt:before{content:"";}#OIElement .fa-uniregistry:before{content:"";}#OIElement .fa-unity:before{content:"雷";}#OIElement .fa-universal-access:before{content:"";}#OIElement .fa-university:before{content:"";}#OIElement .fa-unlink:before{content:"";}#OIElement .fa-unlock:before{content:"";}#OIElement .fa-unlock-alt:before{content:"";}#OIElement .fa-untappd:before{content:"";}#OIElement .fa-upload:before{content:"";}#OIElement .fa-ups:before{content:"";}#OIElement .fa-usb:before{content:"";}#OIElement .fa-user:before{content:"";}#OIElement .fa-user-alt:before{content:"";}#OIElement .fa-user-alt-slash:before{content:"";}#OIElement .fa-user-astronaut:before{content:"";}#OIElement .fa-user-check:before{content:"";}#OIElement .fa-user-circle:before{content:"";}#OIElement .fa-user-clock:before{content:"";}#OIElement .fa-user-cog:before{content:"";}#OIElement .fa-user-edit:before{content:"";}#OIElement .fa-user-friends:before{content:"";}#OIElement .fa-user-graduate:before{content:"";}#OIElement .fa-user-injured:before{content:"";}#OIElement .fa-user-lock:before{content:"";}#OIElement .fa-user-md:before{content:"";}#OIElement .fa-user-minus:before{content:"";}#OIElement .fa-user-ninja:before{content:"";}#OIElement .fa-user-nurse:before{content:"";}#OIElement .fa-user-plus:before{content:"";}#OIElement .fa-user-secret:before{content:"";}#OIElement .fa-user-shield:before{content:"";}#OIElement .fa-user-slash:before{content:"";}#OIElement .fa-user-tag:before{content:"";}#OIElement .fa-user-tie:before{content:"";}#OIElement .fa-user-times:before{content:"";}#OIElement .fa-users:before{content:"";}#OIElement .fa-users-cog:before{content:"";}#OIElement .fa-usps:before{content:"";}#OIElement .fa-ussunnah:before{content:"";}#OIElement .fa-utensil-spoon:before{content:"";}#OIElement .fa-utensils:before{content:"";}#OIElement .fa-vaadin:before{content:"";}#OIElement .fa-vector-square:before{content:"";}#OIElement .fa-venus:before{content:"";}#OIElement .fa-venus-double:before{content:"";}#OIElement .fa-venus-mars:before{content:"";}#OIElement .fa-viacoin:before{content:"";}#OIElement .fa-viadeo:before{content:"";}#OIElement .fa-viadeo-square:before{content:"";}#OIElement .fa-vial:before{content:"";}#OIElement .fa-vials:before{content:"";}#OIElement .fa-viber:before{content:"";}#OIElement .fa-video:before{content:"";}#OIElement .fa-video-slash:before{content:"";}#OIElement .fa-vihara:before{content:"";}#OIElement .fa-vimeo:before{content:"";}#OIElement .fa-vimeo-square:before{content:"";}#OIElement .fa-vimeo-v:before{content:"";}#OIElement .fa-vine:before{content:"";}#OIElement .fa-vk:before{content:"";}#OIElement .fa-vnv:before{content:"";}#OIElement .fa-voicemail:before{content:"";}#OIElement .fa-volleyball-ball:before{content:"";}#OIElement .fa-volume-down:before{content:"";}#OIElement .fa-volume-mute:before{content:"";}#OIElement .fa-volume-off:before{content:"";}#OIElement .fa-volume-up:before{content:"";}#OIElement .fa-vote-yea:before{content:"";}#OIElement .fa-vr-cardboard:before{content:"";}#OIElement .fa-vuejs:before{content:"";}#OIElement .fa-walking:before{content:"";}#OIElement .fa-wallet:before{content:"";}#OIElement .fa-warehouse:before{content:"";}#OIElement .fa-water:before{content:"";}#OIElement .fa-wave-square:before{content:"";}#OIElement .fa-waze:before{content:"";}#OIElement .fa-weebly:before{content:"";}#OIElement .fa-weibo:before{content:"";}#OIElement .fa-weight:before{content:"";}#OIElement .fa-weight-hanging:before{content:"";}#OIElement .fa-weixin:before{content:"";}#OIElement .fa-whatsapp:before{content:"";}#OIElement .fa-whatsapp-square:before{content:"";}#OIElement .fa-wheelchair:before{content:"";}#OIElement .fa-whmcs:before{content:"";}#OIElement .fa-wifi:before{content:"";}#OIElement .fa-wikipedia-w:before{content:"";}#OIElement .fa-wind:before{content:"";}#OIElement .fa-window-close:before{content:"";}#OIElement .fa-window-maximize:before{content:"";}#OIElement .fa-window-minimize:before{content:"";}#OIElement .fa-window-restore:before{content:"";}#OIElement .fa-windows:before{content:"";}#OIElement .fa-wine-bottle:before{content:"";}#OIElement .fa-wine-glass:before{content:"";}#OIElement .fa-wine-glass-alt:before{content:"";}#OIElement .fa-wix:before{content:"";}#OIElement .fa-wizards-of-the-coast:before{content:"";}#OIElement .fa-wolf-pack-battalion:before{content:"";}#OIElement .fa-won-sign:before{content:"";}#OIElement .fa-wordpress:before{content:"";}#OIElement .fa-wordpress-simple:before{content:"";}#OIElement .fa-wpbeginner:before{content:"";}#OIElement .fa-wpexplorer:before{content:"";}#OIElement .fa-wpforms:before{content:"";}#OIElement .fa-wpressr:before{content:"";}#OIElement .fa-wrench:before{content:"";}#OIElement .fa-x-ray:before{content:"";}#OIElement .fa-xbox:before{content:"";}#OIElement .fa-xing:before{content:"";}#OIElement .fa-xing-square:before{content:"";}#OIElement .fa-y-combinator:before{content:"";}#OIElement .fa-yahoo:before{content:"";}#OIElement .fa-yammer:before{content:"";}#OIElement .fa-yandex:before{content:"";}#OIElement .fa-yandex-international:before{content:"";}#OIElement .fa-yarn:before{content:"";}#OIElement .fa-yelp:before{content:"";}#OIElement .fa-yen-sign:before{content:"";}#OIElement .fa-yin-yang:before{content:"";}#OIElement .fa-yoast:before{content:"";}#OIElement .fa-youtube:before{content:"";}#OIElement .fa-youtube-square:before{content:"";}#OIElement .fa-zhihu:before{content:"";}#OIElement .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}#OIElement .sr-only-focusable:active,#OIElement .sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:auto;src:url(less/fa-brands-400.eot?);src:url(less/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(less/fa-brands-400.woff2) format("woff2"),url(less/fa-brands-400.woff) format("woff"),url(less/fa-brands-400.ttf) format("truetype"),url(less/fa-brands-400.svg#fontawesome) format("svg");}#OIElement .fab{font-family:Font Awesome\ 5 Brands;}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:auto;src:url(less/fa-regular-400.eot?);src:url(less/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(less/fa-regular-400.woff2) format("woff2"),url(less/fa-regular-400.woff) format("woff"),url(less/fa-regular-400.ttf) format("truetype"),url(less/fa-regular-400.svg#fontawesome) format("svg");}#OIElement .fab,#OIElement .far{font-weight:400;}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:auto;src:url(less/fa-solid-900.eot?);src:url(less/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(less/fa-solid-900.woff2) format("woff2"),url(less/fa-solid-900.woff) format("woff"),url(less/fa-solid-900.ttf) format("truetype"),url(less/fa-solid-900.svg#fontawesome) format("svg");}#OIElement .fa,#OIElement .far,#OIElement .fas{font-family:Font Awesome\ 5 Free;}#OIElement .fa,#OIElement .fas{font-weight:900;}#OIElement html{line-height:1.15;}#OIElement hr{box-sizing:content-box;}#OIElement abbr[title]{border-bottom:none;}#OIElement sub,#OIElement sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}#OIElement sub{bottom:-.25em;}#OIElement sup{top:-.5em;}#OIElement .hco-form-field.error .hco-form-field>button.date-container,#OIElement .hco-form-field.error .hco-form-field>input.date-container,#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button,#OIElement input,#OIElement optgroup,#OIElement select,#OIElement textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}#OIElement .hco-form-field.error .hco-form-field>button.date-container,#OIElement .hco-form-field.error .hco-form-field>input.date-container,#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button,#OIElement input{overflow:visible;}#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button,#OIElement select{text-transform:none;}#OIElement .hco-form-row.submission-buttons>button::-moz-focus-inner,#OIElement .hco-oi-form-upload-signature-section>button::-moz-focus-inner,#OIElement [type=button]::-moz-focus-inner,#OIElement [type=reset]::-moz-focus-inner,#OIElement [type=submit]::-moz-focus-inner,#OIElement button::-moz-focus-inner{border-style:none;padding:0;}#OIElement .hco-form-row.submission-buttons>button:-moz-focusring,#OIElement .hco-oi-form-upload-signature-section>button:-moz-focusring,#OIElement [type=button]:-moz-focusring,#OIElement [type=reset]:-moz-focusring,#OIElement [type=submit]:-moz-focusring,#OIElement button:-moz-focusring{outline:1px dotted ButtonText;}#OIElement legend{padding:0;}#OIElement [type=checkbox],#OIElement [type=radio],#OIElement legend{box-sizing:border-box;}#OIElement [type=number]::-webkit-inner-spin-button,#OIElement [type=number]::-webkit-outer-spin-button{height:auto;}#OIElement [type=search]::-webkit-search-decoration{-webkit-appearance:none;}#OIElement *,#OIElement :after,#OIElement :before{box-sizing:border-box;}#OIElement :after,#OIElement :before{text-decoration:inherit;vertical-align:inherit;}#OIElement html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word;}#OIElement body{margin:0;}#OIElement h1{font-size:2em;margin:.67em 0;}#OIElement dl dl,#OIElement dl ol,#OIElement dl ul,#OIElement ol dl,#OIElement ol ol,#OIElement ol ul,#OIElement ul dl,#OIElement ul ol,#OIElement ul ul{margin:0;}#OIElement hr{height:0;overflow:visible;}#OIElement main{display:block;}#OIElement nav ol,#OIElement nav ul{list-style:none;padding:0;}#OIElement pre{font-family:monospace,monospace;font-size:1em;}#OIElement a{background-color:transparent;}#OIElement abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}#OIElement b,#OIElement strong{font-weight:bolder;}#OIElement code,#OIElement kbd,#OIElement samp{font-family:monospace,monospace;font-size:1em;}#OIElement small{font-size:80%;}#OIElement audio,#OIElement canvas,#OIElement iframe,#OIElement img,#OIElement svg,#OIElement video{vertical-align:middle;}#OIElement audio,#OIElement video{display:inline-block;}#OIElement audio:not([controls]){display:none;height:0;}#OIElement iframe,#OIElement img{border-style:none;}#OIElement svg:not([fill]){fill:currentColor;}#OIElement svg:not(:root){overflow:hidden;}#OIElement table{border-collapse:collapse;}#OIElement .hco-form-field.error .hco-form-field>button.date-container,#OIElement .hco-form-field.error .hco-form-field>input.date-container,#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button,#OIElement input,#OIElement select{margin:0;}#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button{overflow:visible;text-transform:none;}#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement [type=button],#OIElement [type=reset],#OIElement [type=submit],#OIElement button{-webkit-appearance:button;}#OIElement fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em;}#OIElement .hco-form-field.error .hco-form-field>button.date-container,#OIElement .hco-form-field.error .hco-form-field>input.date-container,#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement input{overflow:visible;}#OIElement legend{color:inherit;display:table;max-width:100%;white-space:normal;}#OIElement progress{display:inline-block;vertical-align:baseline;}#OIElement select{text-transform:none;}#OIElement textarea{margin:0;overflow:auto;resize:vertical;}#OIElement [type=checkbox],#OIElement [type=radio]{padding:0;}#OIElement [type=search]{-webkit-appearance:textfield;outline-offset:-2px;}#OIElement ::-webkit-inner-spin-button,#OIElement ::-webkit-outer-spin-button{height:auto;}#OIElement ::-webkit-input-placeholder{color:inherit;opacity:.54;}#OIElement ::-webkit-search-decoration{-webkit-appearance:none;}#OIElement ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}#OIElement ::-moz-focus-inner{border-style:none;padding:0;}#OIElement :-moz-focusring{outline:1px dotted ButtonText;}#OIElement :-moz-ui-invalid{box-shadow:none;}#OIElement details,#OIElement dialog{display:block;}#OIElement dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;}#OIElement dialog:not([open]){display:none;}#OIElement summary{display:list-item;}#OIElement canvas{display:inline-block;}#OIElement template{display:none;}#OIElement .hco-form-field.error .hco-form-field>button.date-container,#OIElement .hco-form-field.error .hco-form-field>input.date-container,#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement [tabindex],#OIElement a,#OIElement area,#OIElement button,#OIElement input,#OIElement label,#OIElement select,#OIElement summary,#OIElement textarea{touch-action:manipulation;}#OIElement [hidden]{display:none;}#OIElement [aria-busy=true]{cursor:progress;}#OIElement [aria-controls]{cursor:pointer;}#OIElement [aria-disabled=true],#OIElement [disabled]{cursor:not-allowed;}#OIElement [aria-hidden=false][hidden]{display:initial;}#OIElement [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute;}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(/assets/fonts/source-sans-pro-v11-latin-300.woff2) format("woff2"),url(/assets/fonts/source-sans-pro-v11-latin-300.woff) format("woff");}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(/assets/fonts/source-sans-pro-v11-latin-400.woff2) format("woff2"),url(/assets/fonts/source-sans-pro-v11-latin-400.woff) format("woff");}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(/assets/fonts/source-sans-pro-v11-latin-600.woff2) format("woff2"),url(/assets/fonts/source-sans-pro-v11-latin-600.woff) format("woff");}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(/assets/fonts/source-sans-pro-v11-latin-700.woff2) format("woff2"),url(/assets/fonts/source-sans-pro-v11-latin-700.woff) format("woff");}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:local("Material Icons"),local("MaterialIcons-Regular"),url(/assets/fonts/MaterialIcons-Regular.woff2) format("woff2"),url(/assets/fonts/MaterialIcons-Regular.woff) format("woff");}#OIElement .material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";}#OIElement .hco-print-icon{color:#ff5900;height:1.25rem;width:1.25rem;}#OIElement .hco-print-icon:hover{cursor:pointer;fill:#ff5900;transition:all .25s;}#OIElement body,#OIElement html{width:100%;height:100%;min-width:360px;min-height:100%;margin:0;padding:0;color:#3f3f3f;background-color:#f0f0f0;font-family:Source Sans Pro,"sans-serif" !important;font-size:16px;font-weight:300;line-height:100%;overflow:hidden;}@-webkit-keyframes spin-keyframes{0%{transform:rotate(0deg);}to{transform:rotate(-1turn);}}@keyframes spin-keyframes{0%{transform:rotate(0deg);}to{transform:rotate(-1turn);}}@-webkit-keyframes slideDown{0%{opacity:0;max-height:0;overflow:hidden;}to{opacity:1;max-height:800px;overflow:hidden;}}@keyframes slideDown{0%{opacity:0;max-height:0;overflow:hidden;}to{opacity:1;max-height:800px;overflow:hidden;}}#OIElement .container,#OIElement .loading{display:flex;flex:none;min-width:.0625rem;flex-direction:column;font-size:1.45rem;line-height:1.25rem;overflow:auto;width:100%;height:100%;min-width:100%;min-height:100%;margin:0;padding:0;}#OIElement .hide{display:none;}#OIElement .shadow{box-shadow:.0625rem .0625rem .3125rem .0625rem rgba(0,0,0,.3);}#OIElement .loading{align-items:center;justify-content:center;font-size:2rem;line-height:2.25rem;}#OIElement ng-component{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;margin:0;padding:0;}#OIElement .hco-grid{flex:none;flex-direction:row;flex-wrap:wrap;margin:0;overflow:hidden;}#OIElement .hco-grid,#OIElement .hco-grid-col{display:flex;min-width:.0625rem;}#OIElement .hco-grid-col{padding:0;}#OIElement .hco-grid-col,#OIElement .hco-grid-row{flex:none;flex-direction:row;box-sizing:border-box;}#OIElement .hco-grid-row{display:flex;min-width:.0625rem;width:100%;}#OIElement .hco-grid-row>.hco-grid-col{display:flex;flex:1 1 auto;min-width:.0625rem;flex-basis:0;}#OIElement .hco-grid-col.d-1{width:8.33333333%;}#OIElement .hco-grid-col.d-2{width:16.66666667%;}#OIElement .hco-grid-col.d-3{width:25%;}#OIElement .hco-grid-col.d-4{width:33.33333333%;}#OIElement .hco-grid-col.d-5{width:41.66666667%;}#OIElement .hco-grid-col.d-6{width:50%;}#OIElement .hco-grid-col.d-7{width:58.33333333%;}#OIElement .hco-grid-col.d-8{width:66.66666667%;}#OIElement .hco-grid-col.d-9{width:75%;}#OIElement .hco-grid-col.d-10{width:83.33333333%;}#OIElement .hco-grid-col.d-11{width:91.66666667%;}#OIElement .hco-grid-col.d-12{width:100%;}@media screen and (min-width:320px){#OIElement .hco-grid-col.xs-hidden{display:none;}#OIElement .hco-grid-col.xs-1{width:8.33333333%;}#OIElement .hco-grid-col.xs-2{width:16.66666667%;}#OIElement .hco-grid-col.xs-3{width:25%;}#OIElement .hco-grid-col.xs-4{width:33.33333333%;}#OIElement .hco-grid-col.xs-5{width:41.66666667%;}#OIElement .hco-grid-col.xs-6{width:50%;}#OIElement .hco-grid-col.xs-7{width:58.33333333%;}#OIElement .hco-grid-col.xs-8{width:66.66666667%;}#OIElement .hco-grid-col.xs-9{width:75%;}#OIElement .hco-grid-col.xs-10{width:83.33333333%;}#OIElement .hco-grid-col.xs-11{width:91.66666667%;}#OIElement .hco-grid-col.xs-12{width:100%;}}@media screen and (min-width:480px){#OIElement .hco-grid-col.sm-hidden{display:none;}#OIElement .hco-grid-col.sm-1{width:8.33333333%;}#OIElement .hco-grid-col.sm-2{width:16.66666667%;}#OIElement .hco-grid-col.sm-3{width:25%;}#OIElement .hco-grid-col.sm-4{width:33.33333333%;}#OIElement .hco-grid-col.sm-5{width:41.66666667%;}#OIElement .hco-grid-col.sm-6{width:50%;}#OIElement .hco-grid-col.sm-7{width:58.33333333%;}#OIElement .hco-grid-col.sm-8{width:66.66666667%;}#OIElement .hco-grid-col.sm-9{width:75%;}#OIElement .hco-grid-col.sm-10{width:83.33333333%;}#OIElement .hco-grid-col.sm-11{width:91.66666667%;}#OIElement .hco-grid-col.sm-12{width:100%;}}@media screen and (min-width:768px){#OIElement .hco-grid-col.md-hidden{display:none;}#OIElement .hco-grid-col.md-1{width:8.33333333%;}#OIElement .hco-grid-col.md-2{width:16.66666667%;}#OIElement .hco-grid-col.md-3{width:25%;}#OIElement .hco-grid-col.md-4{width:33.33333333%;}#OIElement .hco-grid-col.md-5{width:41.66666667%;}#OIElement .hco-grid-col.md-6{width:50%;}#OIElement .hco-grid-col.md-7{width:58.33333333%;}#OIElement .hco-grid-col.md-8{width:66.66666667%;}#OIElement .hco-grid-col.md-9{width:75%;}#OIElement .hco-grid-col.md-10{width:83.33333333%;}#OIElement .hco-grid-col.md-11{width:91.66666667%;}#OIElement .hco-grid-col.md-12{width:100%;}}@media screen and (min-width:1024px){#OIElement .hco-grid-col.lg-hidden{display:none;}#OIElement .hco-grid-col.lg-1{width:8.33333333%;}#OIElement .hco-grid-col.lg-2{width:16.66666667%;}#OIElement .hco-grid-col.lg-3{width:25%;}#OIElement .hco-grid-col.lg-4{width:33.33333333%;}#OIElement .hco-grid-col.lg-5{width:41.66666667%;}#OIElement .hco-grid-col.lg-6{width:50%;}#OIElement .hco-grid-col.lg-7{width:58.33333333%;}#OIElement .hco-grid-col.lg-8{width:66.66666667%;}#OIElement .hco-grid-col.lg-9{width:75%;}#OIElement .hco-grid-col.lg-10{width:83.33333333%;}#OIElement .hco-grid-col.lg-11{width:91.66666667%;}#OIElement .hco-grid-col.lg-12{width:100%;}}@media screen and (min-width:1441px){#OIElement .hco-grid-col.xl-hidden{display:none;}#OIElement .hco-grid-col.xl-1{width:8.33333333%;}#OIElement .hco-grid-col.xl-2{width:16.66666667%;}#OIElement .hco-grid-col.xl-3{width:25%;}#OIElement .hco-grid-col.xl-4{width:33.33333333%;}#OIElement .hco-grid-col.xl-5{width:41.66666667%;}#OIElement .hco-grid-col.xl-6{width:50%;}#OIElement .hco-grid-col.xl-7{width:58.33333333%;}#OIElement .hco-grid-col.xl-8{width:66.66666667%;}#OIElement .hco-grid-col.xl-9{width:75%;}#OIElement .hco-grid-col.xl-10{width:83.33333333%;}#OIElement .hco-grid-col.xl-11{width:91.66666667%;}#OIElement .hco-grid-col.xl-12{width:100%;}}#OIElement .hco-grid-cell{flex:1 1 auto;flex-direction:row;align-items:center;justify-content:center;height:3.125rem;background-color:#ff5900;}#OIElement .hco-container,#OIElement .hco-grid-cell{display:flex;min-width:.0625rem;}#OIElement .hco-container{flex:none;flex-direction:row;flex-wrap:wrap;margin:-.625rem;}#OIElement .hco-container,#OIElement .hco-date-container{overflow:hidden;}#OIElement .hco-form-field>.date-container>button.reset-input{background-color:transparent;border:none;border-left:.0625rem solid #ababab;color:#ff5900;display:none;}#OIElement .hco-container-box{flex:none;flex-direction:row;box-sizing:border-box;display:flex;flex:0 1 auto;min-width:.0625rem;flex-direction:column;width:100%;padding:.625rem;}#OIElement .hco-container-box.no-padding{padding:0;}#OIElement .hco-container-header{flex-direction:row;display:flex;flex:0 1 auto;min-width:.0625rem;background-color:#f7f7f7;justify-content:space-around;padding:1.25rem 0;max-height:5rem;}#OIElement .hco-container-header>span{font-size:1.5rem;line-height:1.75rem;font-weight:300;white-space:nowrap;padding:0 1.875rem;}#OIElement .hco-container-header>span:first-child{width:100%;}#OIElement .hco-container-title>span{font-weight:600;}#OIElement .hco-header-sub-container{display:flex;flex:1 1 auto;min-width:.0625rem;padding:0 .9375rem;align-items:center;justify-content:flex-start;}#OIElement .hco-header-sub-container:not(:first-child){display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-end;}#OIElement .hco-header-sub-container>mat-select{display:flex;flex:0 1 auto;min-width:.0625rem;margin:0;}#OIElement .hco-header-sub-container>mat-select .mat-select-value-text>span{font-size:.875rem;line-height:1.125rem;}#OIElement .hco-header-sub-container>mat-select:last-child{margin-left:auto;}#OIElement .hco-header-sub-container>span{font-size:1.5rem;line-height:1.75rem;font-weight:300;white-space:nowrap;padding-right:.9375rem;padding-left:.9375rem;}#OIElement .hco-header-sub-container>.hco-container-icon{align-items:center;justify-content:flex-start;padding-left:.625rem;}#OIElement .hco-header-sub-container>.hco-container-icon>svg{height:1.4375rem;fill:#b3b3b3;}#OIElement .hco-header-sub-container>.hco-container-body{display:flex;flex:1 1 auto;min-width:.0625rem;background-color:#f7f7f7;}#OIElement .hco-container-icon{display:flex;align-items:center;justify-content:flex-start;}#OIElement .hco-container-icon>svg{height:1.875rem;width:1.875rem;fill:#ff5900;}#OIElement .hco-container-row-right{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-end;padding-bottom:1.25rem;}#OIElement .hco-container-row-right>button,#OIElement .hco-form-row.submission-buttons.hco-container-row-right>button,#OIElement .hco-oi-form-upload-signature-section.hco-container-row-right>button{margin-right:.9375rem;padding:.5rem .625rem;background-color:#f7f7f7;border-color:#e5e5e5;}#OIElement .hco-container-row-right>button:hover>span{color:#fff;}#OIElement .hco-container-row-right>button>span,#OIElement .hco-form-row.submission-buttons.hco-container-row-right>button>span,#OIElement .hco-oi-form-upload-signature-section.hco-container-row-right>button>span{color:#000;padding:0 .625rem;font-size:.875rem;line-height:1.125rem;}#OIElement .hco-container-body{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;background-color:#fff;}#OIElement .hco-form-field.error>mat-select{background-color:#fbf3f3;border:1px solid #b31610;}#OIElement .hco-form-field.error>mat-select .mat-select-value{background-color:#fbf3f3 !important;}@media screen and (max-width:767px){#OIElement .hco-container-header{flex-direction:row;display:flex;flex:0 1 auto;min-width:.0625rem;background-color:#f7f7f7;justify-content:space-around;max-height:5rem;padding:.9375rem 0;}#OIElement .hco-container-header span{font-size:1.125rem;line-height:1.375rem;font-weight:300;white-space:nowrap;}#OIElement .hco-container-header>.hco-header-sub-container>mat-select{padding-left:.9375rem;}#OIElement .hco-container-header>.hco-header-sub-container>mat-select .mat-select-value-text>span{font-size:.75rem;line-height:1rem;font-weight:400;}}@media screen and (max-width:479px){#OIElement .hco-container-header{flex-direction:row;display:flex;flex:0 1 auto;min-width:.0625rem;background-color:#f7f7f7;justify-content:space-around;max-height:5rem;padding:.9375rem 0;}#OIElement .hco-container-header span{font-size:1rem;line-height:1.25rem;font-weight:300;white-space:nowrap;padding:0 .3125rem;}#OIElement .hco-container-header>.hco-header-sub-container>mat-select{padding:.1875rem;max-width:auto;margin-left:auto;}#OIElement .hco-container-header>.hco-header-sub-container>mat-select .mat-select-value-text>span{font-size:.6875rem;line-height:.9375rem;}#OIElement .hco-container-header>.hco-header-sub-container>mat-select .mat-option-text{font-size:.75rem;line-height:1rem;}}#OIElement .hco-prompt-container{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;position:relative;width:auto;background:#fff;color:#3f3f3f;padding:0 1.25rem 1.25rem;}#OIElement .hco-prompt-close-header{background-color:#f1f3f4;max-height:56px;display:flex;flex:0 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-end;padding:.9375rem 0;}#OIElement .hco-prompt-close-header>span{padding:0 1.25rem;}#OIElement .hco-prompt-close-header>span.close-header{width:100%;color:#ff5900;font-weight:300;font-size:1.3125rem;line-height:1.5625rem;}#OIElement .hco-prompt-close-header>span.dismiss:hover{color:#ff5900;font-weight:600;cursor:pointer;transition:.125s linear;}#OIElement .hco-prompt-header{font-size:1.25rem;line-height:1.5rem;align-items:center;justify-content:center;display:flex;font-weight:400;margin-top:.625rem;}#OIElement .hco-prompt-header.primary-color{font-weight:400;color:#ff5900;}#OIElement .hco-prompt-header.header-only{padding:1.25rem 0;}#OIElement .hco-prompt-message{display:flex;align-items:center;justify-content:center;text-align:center;padding-top:1.25rem;}#OIElement .hco-prompt-buttons{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;margin-top:1.25rem;}#OIElement .hco-form-row.submission-buttons.hco-prompt-buttons>button,#OIElement .hco-oi-form-upload-signature-section.hco-prompt-buttons>button,#OIElement .hco-prompt-buttons>button{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;width:100%;height:2.375rem;white-space:nowrap;padding:.4375rem 2.5rem;}#OIElement .hco-prompt-buttons>button.cancel{margin-left:1.25rem;}#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button{padding:.625rem;color:#fff;background-color:#ff5900;border:.0625rem solid #ff5900;border-radius:2;transition:all .25s;}#OIElement .hco-form-row.submission-buttons>button:hover,#OIElement .hco-oi-form-upload-signature-section>button:hover,#OIElement button:hover{color:#fff;background:#cc4700;border-color:#cc4700;cursor:pointer;}#OIElement .hco-form-row.submission-buttons>button:focus,#OIElement .hco-oi-form-upload-signature-section>button:focus,#OIElement button:focus{color:#fff;background:#cc4700;border-color:#cc4700;outline:none;}#OIElement .hco-form-row.submission-buttons>button:active,#OIElement .hco-oi-form-upload-signature-section>button:active,#OIElement button:active{color:#fff;background-color:#993500;border-color:#993500;}#OIElement .hco-form-row.submission-buttons>button:disabled,#OIElement .hco-oi-form-upload-signature-section>button:disabled,#OIElement button:disabled{color:#cdcdcd;background-color:#ddd;border-color:#ddd;cursor:default;pointer-events:none;}#OIElement .hco-form-row.submission-buttons>button::-moz-focus-border,#OIElement .hco-oi-form-upload-signature-section>button::-moz-focus-border,#OIElement button::-moz-focus-border{border:0;}#OIElement .hco-form-row.submission-buttons>button.simple,#OIElement .hco-oi-form-upload-signature-section>button.simple,#OIElement button.simple{color:#ff5900;background-color:transparent;}#OIElement button.simple:focus,#OIElement button.simple:hover{color:#cc4700;}#OIElement button.simple:active{color:#993500;}#OIElement button.simple:disabled{color:#ddd;}#OIElement .hco-form-row.submission-buttons>button.unset,#OIElement .hco-oi-form-upload-signature-section>button.unset,#OIElement button.unset{padding:0;color:inherit;background-color:transparent;border:0;border-radius:0;border-color:transparent;transition:none;}#OIElement button.unset:active,#OIElement button.unset:disabled,#OIElement button.unset:focus,#OIElement button.unset:hover{color:inherit;background-color:transparent;border-color:transparent;}#OIElement .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement button.approve-deny{display:flex;flex:0 1 auto;min-width:.0625rem;padding:.75rem 5rem;align-items:center;justify-content:center;}#OIElement .hco-form-row.submission-buttons>button>svg,#OIElement .hco-oi-form-upload-signature-section>button>svg,#OIElement button.approve-deny>svg{margin-top:.1875rem;max-height:1.6125rem;max-width:1.6125rem;width:1.6125rem;fill:#fff;fill-opacity:.5;}#OIElement .hco-form-row.submission-buttons>button>svg.hco-valid,#OIElement .hco-oi-form-upload-signature-section>button>svg.hco-valid,#OIElement button.approve-deny>svg.hco-valid{fill-opacity:1;}#OIElement .hco-form-row.submission-buttons>button>svg.hco-invalid,#OIElement .hco-oi-form-upload-signature-section>button>svg.hco-invalid,#OIElement button.approve-deny>svg.hco-invalid{fill-opacity:.4;}#OIElement .hco-form-row.submission-buttons>button>span,#OIElement .hco-oi-form-upload-signature-section>button>span,#OIElement button.approve-deny>span{margin-left:.625rem;}#OIElement .hco-form-row.submission-buttons>button:hover>svg:not(.hco-invalid),#OIElement .hco-oi-form-upload-signature-section>button:hover>svg:not(.hco-invalid),#OIElement button.approve-deny:hover>svg:not(.hco-invalid){fill-opacity:1;transition:.5s;}#OIElement .hco-form-row.submission-buttons>button:not(:last-child),#OIElement .hco-oi-form-upload-signature-section>button:not(:last-child),#OIElement button.approve-deny:not(:last-child){margin-right:2.5rem;}#OIElement .hco-form-field>input{padding:1rem;}#OIElement .hco-back-to-button{display:flex;flex:0 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-start;margin-bottom:.625rem;padding:.4375rem 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#b3b3b3;z-index:99;transition:.25s;}#OIElement .hco-back-to-button:hover{color:#ff5900;cursor:pointer;transition:.25s;}#OIElement .hco-back-to-button:hover svg{fill:#ff5900;transition:.25s;}#OIElement .hco-back-to-button>svg{fill:#b3b3b3;height:1.0625rem;width:1.0625rem;margin-right:.3125rem;transition:.25s;}#OIElement .hco-back-to-link{display:flex;flex:0 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-start;margin-bottom:.625rem;margin-left:.625rem;color:#ababab;text-decoration:none;max-width:9.6875rem;}#OIElement .hco-back-to-link>svg{height:1.25rem;width:1.25rem;margin-right:.3125rem;color:#b3b3b3;}#OIElement .hco-back-to-link>strong{font-size:1.25rem;line-height:1.5rem;}#OIElement .hco-back-to-link:hover{cursor:pointer;color:#ff5900;}#OIElement .hco-back-to-link:hover>svg{color:#ff5900;}#OIElement .hco-dependent-header-message{font-size:15px;font-weight:300;padding-left:3px;}#OIElement .hco-form-sub-header{margin-top:5px;margin-bottom:10px;}#OIElement .hco-add-remove-button{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;white-space:nowrap;max-height:3.75rem;padding:.4375rem 3.75rem;border-radius:2;}#OIElement .hco-add-remove-button>span{padding-bottom:0 !important;}#OIElement .hco-add-remove-button>span:first-child{display:flex;flex:0 1 auto;min-width:.0625rem;align-items:center;justify-content:center;font-size:1.375rem;}#OIElement .hco-add-remove-button>span:last-child{margin-left:.625rem;}#OIElement .hco-add-remove-button.form-style{background-color:#f7f7f7;color:#ff5900;border:.0625rem solid #ff5900;border-radius:.125rem;}#OIElement .hco-add-remove-button.form-style:hover{background-color:#ff5900;color:#fff;}@media screen and (max-width:767px){#OIElement .hco-add-remove-button{margin:0;}}#OIElement .hco-form-field.error .hco-form-field>button.date-container,#OIElement .hco-form-field.error .hco-form-field>input.date-container,#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement input{color:#000;border:.0625rem solid #ababab;border-radius:.125rem;transition:all .25s;}#OIElement .hco-form-field.error .hco-form-field>button.date-container::-webkit-input-placeholder,#OIElement .hco-form-field.error .hco-form-field>input.date-container::-webkit-input-placeholder,#OIElement .hco-form-field.error button::-webkit-input-placeholder,#OIElement .hco-form-field.error input::-webkit-input-placeholder,#OIElement .hco-form-field>.date-container.error::-webkit-input-placeholder,#OIElement .hco-form-field>.hco-form-field.date-container.error button::-webkit-input-placeholder,#OIElement .hco-form-field>.hco-form-field.date-container.error input::-webkit-input-placeholder,#OIElement input::-webkit-input-placeholder{color:#ababab;-webkit-transition:all .25s;transition:all .25s;}#OIElement .hco-form-field.error button:focus,#OIElement .hco-form-field.error input:focus,#OIElement .hco-form-field>.date-container.error:focus,#OIElement input:focus{outline:none;border-color:#ff5900;box-shadow:0 0 3px 1px #ffdecc;}#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement input.error{color:#b31610;background-color:#fbf3f3 !important;border-color:#b31610;}#OIElement .hco-form-field.error button:focus,#OIElement .hco-form-field.error input:focus,#OIElement .hco-form-field>.date-container.error:focus,#OIElement input.error:focus{box-shadow:0 0 3px 1px #ecc5c3;}#OIElement .hco-form-field.error button::-webkit-input-placeholder,#OIElement .hco-form-field.error input::-webkit-input-placeholder,#OIElement .hco-form-field>.date-container.error::-webkit-input-placeholder,#OIElement .hco-form-field>.hco-form-field.date-container.error button::-webkit-input-placeholder,#OIElement .hco-form-field>.hco-form-field.date-container.error input::-webkit-input-placeholder,#OIElement input.error::-webkit-input-placeholder{color:#b31610;}#OIElement .hco-form-field.error button.disable,#OIElement .hco-form-field.error input.disable,#OIElement .hco-form-field>.disable.date-container.error,#OIElement input.disable{cursor:not-allowed;background-color:#ebebe4;}#OIElement textarea{padding:.4375rem;min-height:6.25rem;transition:all .25s;}#OIElement textarea::-webkit-input-placeholder{color:#ababab;-webkit-transition:all .25s;transition:all .25s;}#OIElement textarea:focus{outline:none;border:.0625rem solid #ff5900;box-shadow:0 0 3px 1px #ffdecc;}#OIElement .hco-form-field>textarea.date-container.error,#OIElement textarea.error{color:#b31610;background-color:#fbf3f3;border-color:#b31610;}#OIElement .hco-form-field>textarea.date-container.error:focus,#OIElement textarea.error:focus{box-shadow:0 0 3px 1px #ecc5c3;}#OIElement .hco-form-field>textarea.date-container.error::-webkit-input-placeholder,#OIElement textarea.error::-webkit-input-placeholder{color:#b31610;}@media print{@page{max-height:100%;max-width:100%;size:auto;margin:1.25rem 0;}#OIElement body,#OIElement html{width:210mm;height:297mm;background-color:#fff;margin:0;}#OIElement footer,#OIElement header,#OIElement nav{display:none;}#OIElement body{height:auto;}#OIElement .hco-shell-body{width:100%;max-width:100%;}#OIElement .hco-shell{display:flex;flex:0 1 auto;min-width:.0625rem;background-color:none !important;}#OIElement .hco-form-container.actions{display:none;visibility:hidden;}#OIElement .hco-form-field.with-button{display:none !important;visibility:hidden !important;}#OIElement .hco-attachment-container,#OIElement .hco-oif-form-container.action-buttons,#OIElement .hco-shell-header-container,#OIElement .material-icons.print{display:none;visibility:hidden;}#OIElement #content p{font-size:11pt;color:#000;}#OIElement #content img{page-break-after:avoid;}#OIElement #content img,#OIElement #content ul,#OIElement li{display:block;page-break-inside:avoid;}#OIElement #comments,#OIElement #footer,#OIElement #header,#OIElement #sidebar,#OIElement .site-description,#OIElement .site-title{display:none;}}#OIElement .hco-form-header{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;justify-content:space-between;padding-bottom:.625rem;transition:all 5s ease-in;}#OIElement .hco-form-header>span{font-size:1.4125rem;line-height:1.375rem;color:#ff5900;font-weight:600;}#OIElement .hco-form-header.no-pad{padding-bottom:0;}#OIElement .hco-form-header.top{justify-content:space-between;align-items:center;background-color:#f7f7f7;padding:1.25rem;}#OIElement .hco-form-header.top>i{font-size:1.875rem;line-height:2.125rem;color:#3f3f3f;}#OIElement .hco-form-header.top>span{font-size:2rem;line-height:1.625rem;font-weight:400;color:#000;}#OIElement .hco-form-container{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;background-color:#fff;padding:1.25rem;border-bottom:1px solid rgba(0,0,0,.2);}#OIElement .hco-form-container .hco-form-row:not(:last-child),#OIElement .hco-form-container .hco-oi-form-upload-signature-section:not(:last-child){margin-bottom:1.25rem;}#OIElement .hco-form-container .hco-form-row>.hco-form-field:not(:last-child),#OIElement .hco-form-container .hco-oi-form-upload-signature-section>.hco-form-field:not(:last-child){padding-right:3.125rem;}#OIElement .hco-form-container>span:first-child{padding-bottom:1.25rem;}#OIElement .hco-form-container.no-border{border-bottom:none;}#OIElement .hco-form-container.side-padding{padding:0 1.25rem;}#OIElement .hco-form-container.no-padding{padding:0;}#OIElement .hco-form{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;flex-wrap:wrap;}#OIElement .hco-form-row,#OIElement .hco-oi-form-upload-signature-section{display:flex;flex:none;min-width:.0625rem;flex-direction:row;width:100%;box-sizing:border-box;}#OIElement .hco-form-row>.hco-form-field,#OIElement .hco-oi-form-upload-signature-section>.hco-form-field{display:flex;flex:1 1 auto;min-width:.0625rem;flex-basis:0;}#OIElement .hco-form-row .no-padding,#OIElement .hco-oi-form-upload-signature-section .no-padding{padding:0;}#OIElement .hco-form-row .no-margin,#OIElement .hco-oi-form-upload-signature-section .no-margin{margin:0;}#OIElement .hco-form-row.submission-buttons,#OIElement .hco-oi-form-upload-signature-section{display:flex;flex:1 1 auto;min-width:.0625rem;margin-bottom:0;padding:.625rem 0;background-color:#fff;}#OIElement .hco-form-field{display:flex;flex:none;min-width:.0625rem;flex-direction:column;padding:.3125rem;box-sizing:border-box;}#OIElement .hco-form-field span:first-child{padding-bottom:.653125rem;}#OIElement .hco-form-field>mat-select{border-color:#ababab;height:37px;align-items:center;}#OIElement .hco-form-field>mat-select .mat-select-arrow-wrapper,#OIElement .hco-form-field>mat-select .mat-select-value{background-color:#f7f7f7;}#OIElement .hco-form-field.error button,#OIElement .hco-form-field.error input,#OIElement .hco-form-field>.date-container.error,#OIElement .hco-form-field>.hco-form-field.date-container.error button,#OIElement .hco-form-field>.hco-form-field.date-container.error input,#OIElement .hco-form-field input,#OIElement .hco-form-field textarea{background-color:#f7f7f7;color:#000;}#OIElement .hco-form-field textarea:focus{border:1px solid #ff5900;}#OIElement .hco-form-field.error,#OIElement .hco-form-field.error button.hco-form-field,#OIElement .hco-form-field.error input.hco-form-field,#OIElement .hco-form-field>.hco-form-field.date-container.error{color:#b31610;}#OIElement .hco-form-field.error span:last-child{padding-top:.3125rem;}#OIElement .hco-form-field.submit{margin-top:.625rem;}#OIElement .hco-form-field.no-padding{padding:0;}#OIElement .hco-form-field>.date-container{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:row;overflow:hidden;border:.0625rem solid #ababab;border-radius:.125rem;max-height:40px;background-color:#fff;color:#3f3f3f;}#OIElement .hco-form-field.error .hco-form-field>.date-container>button,#OIElement .hco-form-field.error .hco-form-field>.date-container>input,#OIElement .hco-form-field>.date-container>input,#OIElement .hco-form-field>.hco-form-field.date-container>.date-container.error{display:flex;flex:1 1 auto;min-width:.0625rem;border:none;color:#000;padding-left:10px;}#OIElement .hco-form-field>.date-container span:first-child{padding-bottom:.3125rem;}#OIElement .hco-form-field>date-container,#OIElement .signature-date{flex:0 1 auto !important;}#OIElement .hco-form-field>.date-container>button,#OIElement .calendar{display:flex;flex:none;min-width:.0625rem;flex-direction:column;align-items:center;justify-content:center;border:none;border-radius:0;color:#ff5900;padding:.5rem 1.4rem;background-color:hsla(0,0%,88.6%,.959);}#OIElement .hco-form-field>.date-container>button:disabled{cursor:not-allowed;}#OIElement .hco-form-field>.date-container>button:focus{background:#ababab;border-color:none;color:#ff5900;}#OIElement .hco-form-field>.date-container>button:hover>svg{fill:#fff;transition:all .2s;}#OIElement .hco-form-field>.date-container>button>svg{max-height:2.3125rem;align-items:center;justify-content:center;width:1.65rem;max-width:1.65rem;}#OIElement .hco-form-field.error .hco-form-field>button.date-container:focus,#OIElement .hco-form-field.error .hco-form-field>input.date-container:focus,#OIElement .hco-form-field>.date-container.error:focus{box-shadow:0 0 3px 1px #ecc5c3;}#OIElement .hco-form-field.error .hco-form-field>button.date-container::-webkit-input-placeholder,#OIElement .hco-form-field.error .hco-form-field>input.date-container::-webkit-input-placeholder,#OIElement .hco-form-field>.date-container.error::-webkit-input-placeholder{color:#b31610;}#OIElement .hco-form-field.error .hco-form-field>.date-container.error>button,#OIElement .hco-form-field.error .hco-form-field>.date-container.error>input,#OIElement .hco-form-field.error .hco-form-field>button.date-container>button,#OIElement .hco-form-field.error .hco-form-field>button.date-container>input,#OIElement .hco-form-field.error .hco-form-field>button.hco-form-field.date-container>.date-container.error,#OIElement .hco-form-field.error .hco-form-field>input.date-container>button,#OIElement .hco-form-field.error .hco-form-field>input.date-container>input,#OIElement .hco-form-field.error .hco-form-field>input.hco-form-field.date-container>.date-container.error,#OIElement .hco-form-field>.date-container.error>input,#OIElement .hco-form-field>.hco-form-field.date-container.error>.date-container.error{border:none;color:#b31610;background-color:#fbf3f3;}#OIElement .hco-form-field>.date-container.error{border:1px solid #b31610 !important;}#OIElement .hco-radio-group-container{display:flex;flex:0 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-start;padding:0 .4375rem;}#OIElement .hco-radio-group-container>span{font-size:1.4rem;line-height:1.125rem;margin-right:1.25rem;font-weight:600;}#OIElement .hco-radio-group-container.right,#OIElement .hco-radio-group-container.right>span,#OIElement .hco-radio-group-container>span{display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-radio-group-container.right>span{font-weight:500;font-size:.875rem;line-height:1.125rem;}#OIElement .hco-radio-group-container.right>div.radio-group.medical{display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-form-field.d-1{width:8.33333333%;}#OIElement .hco-form-field.d-2{width:16.66666667%;}#OIElement .hco-form-field.d-3{width:25%;}#OIElement .hco-form-field.d-4{width:33.33333333%;}#OIElement .hco-form-field.d-5{width:41.66666667%;}#OIElement .hco-form-field.d-6{width:50%;}#OIElement .hco-form-field.d-7{width:58.33333333%;}#OIElement .hco-form-field.d-8{width:66.66666667%;}#OIElement .hco-form-field.d-9{width:75%;}#OIElement .hco-form-field.d-10{width:83.33333333%;}#OIElement .hco-form-field.d-11{width:91.66666667%;}#OIElement .hco-form-field.d-12{width:100%;}@media screen and (min-width:768px){#OIElement .hco-form-field.xs-1{width:8.33333333%;}#OIElement .hco-form-field.xs-2{width:16.66666667%;}#OIElement .hco-form-field.xs-3{width:25%;}#OIElement .hco-form-field.xs-4{width:33.33333333%;}#OIElement .hco-form-field.xs-5{width:41.66666667%;}#OIElement .hco-form-field.xs-6{width:50%;}#OIElement .hco-form-field.xs-7{width:58.33333333%;}#OIElement .hco-form-field.xs-8{width:66.66666667%;}#OIElement .hco-form-field.xs-9{width:75%;}#OIElement .hco-form-field.xs-10{width:83.33333333%;}#OIElement .hco-form-field.xs-11{width:91.66666667%;}#OIElement .hco-form-field.xs-12{width:100%;}}@media screen and (max-width:767px){#OIElement .hco-radio-group-container{flex-direction:column;align-items:flex-start;justify-content:center;}#OIElement .hco-radio-group-container>span{padding-bottom:.625rem;}#OIElement .hco-form-row,#OIElement .hco-oi-form-upload-signature-section{flex-direction:column;}#OIElement .hco-form-row.submission-buttons button:first-child,#OIElement .hco-oi-form-upload-signature-section button:first-child{margin-right:0 !important;margin-bottom:.625rem;}#OIElement .hco-form-row>.hco-form-field,#OIElement .hco-oi-form-upload-signature-section>.hco-form-field{display:flex;flex:none;min-width:.0625rem;padding-right:0 !important;padding-left:0;width:100%;}#OIElement .hco-form-row>.hco-form-field .date-container button svg,#OIElement .hco-oi-form-upload-signature-section>.hco-form-field .date-container button svg{height:1.25rem;width:1.25rem;}}#OIElement mat-radio-group{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:flex-start;flex-wrap:wrap;padding-left:.3125rem;}#OIElement mat-radio-group>mat-radio-button{margin-right:.9375rem;}#OIElement .mat-calendar-body-selected{color:#fff;}#OIElement .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.57) !important;}#OIElement .hco-datatable-header{display:flex;flex:1 1 auto;min-width:.0625rem;color:rgba(0,0,0,.4);font-weight:400;}#OIElement .hco-datatable-header>span{white-space:nowrap;}#OIElement .hco-datatable-header.right{display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-datatable-header-carets{display:flex;flex:none;min-width:.0625rem;}#OIElement .hco-datatable-column.description-info,#OIElement .hco-datatable-column.description-name{overflow:hidden;text-overflow:ellipsis;}#OIElement .hco-datatable-column.center{justify-content:center;}#OIElement .hco-datatable-column.center,#OIElement .hco-datatable-column.right{display:flex;flex:none;min-width:.0625rem;align-items:center;}#OIElement .hco-datatable-column.right{justify-content:flex-end;}#OIElement .hco-datatable-column.description-name{font-size:1rem;line-height:1.25rem;}#OIElement .hco-datatable-column.description-name.short{font-size:1.5rem;line-height:1.75rem;}#OIElement .hco-datatable-column.description-info{font-size:.875rem;line-height:1.125rem;color:rgba(0,0,0,.4);font-weight:400;}#OIElement .hco-datatable-column.responsibility{font-size:1.25rem;line-height:1.5rem;}#OIElement .hco-datatable-column.vertical{flex-direction:column;display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-datatable-column.hide-mobile{visibility:visible;display:inline-block;}#OIElement .hco-datatable-column.day{font-size:1.25rem;line-height:1.5rem;color:#000;}#OIElement .hco-datatable-column.month{font-size:.875rem;line-height:1.125rem;color:#808080;font-weight:600;}#OIElement .hco-datatable-column>svg{width:1.25rem;min-width:1.25rem;}#OIElement .hco-claims-column-date{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:row;align-items:center;justify-content:flex-start;}#OIElement .hco-claims-column-date>div{display:flex;flex:0 1 auto;min-width:.0625rem;flex-direction:column;align-items:flex-start;justify-content:center;font-size:1.25rem;line-height:1.5rem;min-width:unset;}#OIElement .hco-claims-column-date>div>:first-child{margin-bottom:.3125rem;}#OIElement .hco-claims-column-date>div>:last-child{font-size:.875rem;line-height:1.125rem;color:#808080;font-weight:400;}#OIElement .hco-claims-column-date>svg{width:1.5625rem;min-width:1.5625rem;margin-left:.625rem;color:#ff5900;}#OIElement .hco-long-grid>div{font-size:.875rem;line-height:1.125rem;}#OIElement .hco-long-grid>div>svg{max-height:1.875rem;max-width:1.875rem;}#OIElement .hco-long-grid>div>span,#OIElement .hco-long-grid>span{font-size:.875rem;line-height:1.125rem;}#OIElement .hco-long-grid>svg{max-height:1.875rem;max-width:1.875rem;width:1.5625rem;height:1.5625rem;}#OIElement .hco-status-green{color:#1dc97e;}#OIElement .hco-status-green,#OIElement .hco-status-red{font-size:.9375rem;margin-right:.3125rem;}#OIElement .hco-status-red{color:#f00;}#OIElement .hco-status-orange{font-size:.9375rem;margin-right:.3125rem;color:#ff5900;}#OIElement .hco-claims-svg-status{color:#1dc97e;min-width:.9375rem;min-height:.9375rem;height:.9375rem;width:.9375rem;}#OIElement .hco-claims-svg{max-width:1.5625rem;max-height:1.5625rem;color:#ff5900;}#OIElement .hco-claims-svg.gray{color:#b3b3b3;}@media screen and (max-width:1269px){#OIElement .hco-datatable-column.status{flex-direction:column-reverse;}}@media screen and (max-width:1023px){#OIElement .hco-datatable-column{font-size:1rem;line-height:1.25rem;}#OIElement .hco-datatable-column.status{flex-direction:row;}}@media screen and (max-width:767px){#OIElement .hco-datatable-column.description-name,#OIElement .hco-datatable-column.description-name.short{font-size:1rem;line-height:1.25rem;}#OIElement .hco-datatable-column.hide-mobile{visibility:hidden;display:none;}#OIElement .hco-datatable-column.responsibility{font-size:1rem;line-height:1.25rem;white-space:normal;}#OIElement .hco-claims-datatable * .hco-datatable-header>span{font-size:1rem;line-height:1.25rem;}#OIElement .hco-claims-column-date>div>:first-child{font-size:.875rem;line-height:1.125rem;}#OIElement .hco-claims-column-date>div>:last-child{font-size:.75rem;line-height:1rem;}#OIElement .hco-claims-column-date>svg{width:1.375rem;min-width:1.375rem;margin:auto;}#OIElement .hco-claims-svg-status{min-width:1rem;min-height:1rem;height:1rem;width:1rem;}#OIElement span.hco-status-green,#OIElement span.hco-status-orange,#OIElement span.hco-status-red{display:none;}#OIElement .hco-claims-svg{max-width:1.375rem;max-height:1.375rem;}}@media screen and (max-width:479px){#OIElement .hco-claims-column-date>div{padding-right:.625rem;}#OIElement .hco-claims-column-date>svg{width:1.375rem;min-width:1.375rem;margin-left:auto;margin-right:.625rem;}#OIElement .hco-claims-svg-status{min-width:.875rem;min-height:.875rem;height:.875rem;width:.875rem;}#OIElement .hco-claims-svg{max-width:.875rem;max-height:.875rem;height:.875rem;width:.875rem;}#OIElement .hco-claims-datatable * .hco-datatable-header>span{font-size:.8125rem;line-height:1.0625rem;}#OIElement .hco-datatable-column.description-name{font-size:1rem;line-height:1.25rem;white-space:normal;padding-left:.5rem;}#OIElement .hco-datatable-column.description-name.short{font-size:1rem;line-height:1.25rem;}#OIElement .hco-claim-status-text,#OIElement .hco-datatable-column.description-info{display:none;visibility:hidden;}}@media screen and (max-width:369px){#OIElement .hco-claims-datatable * .hco-datatable-header>span{font-size:.75rem;line-height:1rem;}#OIElement .hco-claims-svg{height:.9375rem;width:.9375rem;}#OIElement .hco-claims-column-date>div{padding-right:0;}}#OIElement .gu-mirror{position:fixed !important;margin:0 !important;z-index:9999 !important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);pointer-events:none;}#OIElement .gu-hide{left:-9999px !important;}#OIElement .gu-unselectable{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;}#OIElement .gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20);}#OIElement .hco-modal{flex:1 1 auto;flex-direction:column;background-color:#fff;width:31.25rem;max-width:90vw;margin:0 5vw;padding:1.875rem;}#OIElement .hco-modal,#OIElement .hco-modal-header{display:flex;min-width:.0625rem;}#OIElement .hco-modal-header{font-size:1.25rem;line-height:1.5rem;flex:1 1 auto;justify-content:space-between;align-items:center;margin-bottom:1.875rem;}#OIElement .hco-modal-header-close{width:20px;height:20px;cursor:pointer;}#OIElement .hco-modal-footer{margin-top:1.875rem;}#OIElement .attachments.hco-oi-form-upload-signature-section,#OIElement .hco-form-row.attachments{flex-wrap:wrap;margin-bottom:0 !important;}#OIElement .hco-file-icon{flex-direction:column;display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;background-color:transparent;border:none;color:#ff5900;max-width:12.5rem;overflow:hidden;z-index:1;}#OIElement .hco-file-icon>i{font-size:7.8125rem;line-height:8.0625rem;color:#ff5900;}#OIElement .hco-file-icon:hover{background-color:transparent;color:#ababab;}#OIElement .hco-file-icon:hover>i{color:#ababab;}#OIElement .hco-file-icon:focus{background-color:transparent;color:#ababab;}#OIElement .hco-file-icon:focus>i{color:#ababab;}#OIElement button.mat-menu-item:hover:not([disabled]){background:#ff5900;}#OIElement .mat-menu-content>div>.mat-menu-item:focus{background-color:#f7f7f7;color:#000;}#OIElement .mat-menu-content>div>.mat-menu-item:hover{background-color:#ff5900;color:#fff;}#OIElement .hco-oif-section-attachments{flex-direction:row;width:100%;margin:.625rem 0;}#OIElement .hco-oif-section-attachments-file{display:flex;flex:none;min-width:.0625rem;align-items:center;padding-right:3.125rem;flex-direction:column;}#OIElement .hco-oif-section-attachments-file :first-child{justify-content:flex-end;}#OIElement .hco-oif-section-attachments-file>span{padding-left:.3125rem;}#OIElement .hco-oif-section-attachments-file>svg{max-height:2.5rem;max-width:2.5rem;}#OIElement .hco-oif-attachment-delete{color:#fff;margin-bottom:-2.5rem;margin-left:5rem;justify-self:flex-end;display:flex;z-index:999999;padding:0;border:none;background-color:transparent;}#OIElement .hco-oif-attachment-delete>.material-icons{font-size:1.25rem;line-height:1.5rem;padding:0;color:#ff5900;}#OIElement .hco-oif-attachment-delete>.material-icons:hover{color:#ababab;}#OIElement .hco-oif-attachment-delete:hover{background-color:transparent;}#OIElement .hco-busy-overlay{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;align-items:center;justify-content:center;position:relative;max-width:28.125rem;padding:4.6875rem 3.125rem;color:#fff;border-radius:.3125rem;}#OIElement .hco-busy-overlay>i{margin-bottom:1.25rem;color:#ff5900;font-size:8rem;line-height:8.25rem;-webkit-animation:spin-keyframes 1s linear infinite;animation:spin-keyframes 1s linear infinite;}#OIElement .hco-busy-overlay>span{font-size:2rem;line-height:2.25rem;}#OIElement .hco-dropzone{display:flex;flex:1 1 auto;min-width:.0625rem;border:2px dotted #000;background-color:rgba(233,249,255,.5);min-height:12.5rem;}#OIElement .hco-dropzone-centered{font-size:1.5625rem;line-height:1.8125rem;font-weight:300;}#OIElement .hco-dropzone-centered-icon{font-weight:700;font-size:3.125rem;}#OIElement .hco-dropzone-container{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;}#OIElement .hco-dropzone.has-file{border-color:#ff5900;}#OIElement .hco-file-zone{height:100%;justify-content:space-around;background-color:#fff;}#OIElement .hco-file-zone,#OIElement .hco-file-zone-container{flex-direction:column;display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-file-zone-header{display:flex;min-height:2.5rem;background-color:#f7f7f7;border-bottom:1px solid rgba(1,1,1,.15);}#OIElement .hco-file-zone-header>span{align-items:center;justify-content:center;display:flex;flex:1 1 auto;min-width:.0625rem;width:100%;text-align:center;font-size:1rem;line-height:1.25rem;font-weight:600;}#OIElement .hco-file-zone-header-actions{align-items:center;justify-content:flex-end;display:flex;padding-right:.625rem;}#OIElement .hco-file-zone-header-actions>i{color:#ababab;font-size:1.5625rem;}#OIElement .hco-file-zone-header-actions>i:hover{color:#ff3e00;cursor:pointer;}#OIElement .hco-file-zone-header-actions>i.add{color:#ababab;cursor:pointer;}#OIElement .hco-file-zone-header-actions>i.add:hover{color:#ff5900;}#OIElement .hco-file{flex-direction:column;align-items:center;justify-content:center;margin:1.25rem;height:12.5rem;width:10rem;z-index:1;}#OIElement .hco-file,#OIElement .hco-file>svg{display:block;position:relative;}#OIElement .hco-file>svg{top:-1.25rem;left:-2.5rem;height:15rem;width:15rem;fill:#ff5900;float:left;}#OIElement .hco-file>svg>use{fill:#ff5900;}#OIElement .hco-file-row{background-color:#f0f4ff;overflow-x:auto;}#OIElement .hco-file-row,#OIElement .hco-file-row-alerts{flex-direction:row;display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-file-row-alerts{align-items:center;justify-content:center;position:absolute;top:48%;width:100%;z-index:2;}#OIElement .hco-file-row-alerts-container{background-color:#f0f4ff;text-align:center;}#OIElement .hco-file-actions{display:flex;flex:0 1 auto;min-width:.0625rem;position:absolute;justify-content:flex-end;color:#ff5900;margin-left:.975rem;width:100%;z-index:2;}#OIElement .hco-file-deletion{z-index:2;font-size:18px;margin:0;}#OIElement .hco-file-deletion:hover{cursor:pointer;color:#ff3e00;}#OIElement .hco-file-download{display:flex;flex:0 1 auto;font-size:18px;margin:0;min-width:.0625rem;z-index:2;justify-content:flex-end;color:#ff5900;width:100%;}#OIElement .hco-file-download:hover{cursor:pointer;color:#008000;}#OIElement .hco-file-name{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;width:100%;position:absolute;bottom:0;color:#fff;margin-bottom:.1875rem;white-space:nowrap;overflow:hidden;z-index:2;}#OIElement .hco-file-retry{width:6.25rem;font-size:3.75rem;line-height:4rem;color:#ff5900;z-index:2;}#OIElement .hco-file-retry:hover{cursor:pointer;color:#ff3e00;}#OIElement .hco-row-select-input{display:flex;flex:none;min-width:.0625rem;flex-direction:row;width:100%;justify-content:flex-end;}#OIElement .hco-row-cloud-download{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:column;width:100%;align-items:center;}#OIElement .hco-row-cloud-download>i{font-size:4.375rem;line-height:4.625rem;color:#ababab;}#OIElement .hco-row-cloud-download>i.has-file{color:#ff5900;}#OIElement .hco-file-zone-header-initial{display:flex;min-height:2.5rem;}#OIElement .hco-file-zone-header-initial>span{align-items:center;justify-content:center;display:flex;flex:1 1 auto;min-width:.0625rem;width:100%;text-align:center;font-size:1rem;line-height:1.25rem;font-weight:600;}#OIElement .hco-file-zone-header-initial-actions{align-items:center;justify-content:flex-end;display:flex;padding-right:.625rem;}#OIElement .hco-file-zone-header-initial-actions>i{padding-right:.9375rem;color:#ababab;font-size:1.25rem;}#OIElement .hco-file-zone-header-initial-actions>i:hover{color:#ff3e00;cursor:pointer;}#OIElement .hco-file-zone-header-initial-actions>i.add{color:#ababab;cursor:pointer;}#OIElement .hco-file-zone-header-initial-actions>i.add:hover{color:#ff5900;}#OIElement .hco-message,#OIElement .hco-message-error,#OIElement .hco-message-success,#OIElement .hco-message-warning{display:flex;flex:1 1 auto;min-width:.0625rem;flex-direction:row;align-items:center;justify-content:flex-start;padding:.625rem;border:.0625rem solid;border-radius:.125rem;opacity:1;transition:opacity 1s ease-in-out;}#OIElement .hco-message-error i,#OIElement .hco-message-success i,#OIElement .hco-message-warning i,#OIElement .hco-message i{font-size:1.875rem;line-height:2.125rem;margin-right:.625rem;}#OIElement .fade.hco-message-error,#OIElement .fade.hco-message-success,#OIElement .fade.hco-message-warning,#OIElement .hco-message.fade{opacity:0;}#OIElement .hco-message-spaced{margin:1.25rem;}#OIElement .hco-message-success{color:#13a555;background-color:#f3fbf7;border-color:#13a555;}#OIElement .hco-message-warning{color:#ff9100;background-color:#fffaf2;border-color:#ff9100;}#OIElement .hco-message-error{color:#b31610;background-color:#fbf3f3;border-color:#b31610;}#OIElement .hco-form-row.with-button-field>.hco-form-field:last-child,#OIElement .with-button-field.hco-oi-form-upload-signature-section>.hco-form-field:last-child{justify-content:flex-end;}#OIElement .hco-medicare-section{display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-medicare-section>span:first-child{padding-bottom:.3125rem;}#OIElement .hco-medicare-section>.checkbox-container{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;margin-left:.4375rem;}#OIElement .hco-medicare-section>.checkbox-container>.mat-checkbox{margin-right:.9375rem;}#OIElement .hco-medicare-section>.checkbox-container>.mat-checkbox .mat-checkbox-inner-container{height:2.1875rem !important;width:2.1875rem !important;margin-right:.3125rem !important;}#OIElement .hco-remove-carrier-button{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;max-height:2.375rem;padding:.4375rem 3.75rem;}#OIElement .hco-remove-carrier-button>span:first-child{font-size:1.375rem;}#OIElement .hco-remove-carrier-button>span:last-child{margin-left:.625rem;}#OIElement .hco-add-remove-button.remove-carrier{display:flex;flex:0 1 auto;min-width:.0625rem;width:30%;margin:0 .4375rem;padding:.4375rem .625rem;}#OIElement .hco-form-field.carrier-crud-buttons{justify-content:flex-end;margin-top:.625rem;}#OIElement .hco-form-field.carrier-crud-buttons>div{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:flex-end;}#OIElement .hco-form-field.carrier-crud-buttons>div>button{height:3.75rem;min-height:3.75rem;}#OIElement .hco-remove-dependent-button{display:flex;flex:0 1 auto;min-width:.0625rem;align-items:center;justify-content:center;margin-left:.625rem;}#OIElement .hco-oi-form{background-color:#fff;}#OIElement .hco-add-carrier-button{display:flex;flex:1 1 auto;min-width:.0625rem;align-items:center;justify-content:center;padding:.4375rem 5rem;max-height:3.375rem;height:3.375rem;white-space:nowrap;}#OIElement .hco-add-carrier-button>span:first-child{font-size:1.125rem;line-height:1.375rem;padding-bottom:0 !important;}#OIElement .hco-add-carrier-button>span:last-child{margin-left:.4375rem;}#OIElement .hco-form-signature{color:#ff5900;font-weight:600;}#OIElement .hco-oif-body-container{background-color:#fff;}#OIElement .hco-add-remove-button.add-carrier{max-width:18.75rem;}#OIElement .hco-form-bottom-margin{margin-bottom:1.25rem;}#OIElement .hco-attachment-container,#OIElement .hco-oif-upload-form-container{display:flex;flex:1 1 auto;min-width:.0625rem;}#OIElement .hco-attachment-container{flex-direction:column;}#OIElement .hco-submission-error{margin:10px 0;color:#b31610;}#OIElement .hco-oi-form-upload-signature-section{display:flex;flex:1 1 auto;flex-direction:column;min-width:.0625rem;padding-top:1.25rem;border:none;background-color:#fff;}#OIElement .hco-oi-form-upload-signature-section>button{max-width:400px;}@media screen and (max-width:1023px){#OIElement .hco-oi-form-upload-signature-section .hco-form-row.submission-buttons>button,#OIElement .hco-oi-form-upload-signature-section>button,#OIElement .hco-oi-form-upload-signature-section button{display:flex;flex:1 1 auto;min-width:.0625rem;padding:.5rem 0;}}.oe-has-oi-form{display:flex;flex:auto;}@media(min-width:992px){#Content-Minimal>.container-fluid{padding-top:10px;}#GEMSelectorContainer,[id$='GEMSelectorContainer']{padding:10px 0;font-size:16px;}#GEMSelectorContainer a,[id$='GEMSelectorContainer'] a{color:#333;}#GEMSelector,[id$='GEMSelector']{padding:0;font-size:16px;border-left:0;}#GEMSelector select,[id$='GEMSelector'] select{font-size:16px;}#GEMSelector td,[id$='GEMSelector'] td{padding:2px;}#GEMSelector .MemberNumberContainer,[id$='GEMSelector'] .MemberNumberContainer{margin-left:15px;}}@media(min-width:1200px){#Content-Minimal>.container-fluid{padding-top:10px;}#GEMSelectorContainer,[id$='GEMSelectorContainer']{padding:10px 0;font-size:16px;}#GEMSelectorContainer a,[id$='GEMSelectorContainer'] a{color:#333;}#GEMSelector,[id$='GEMSelector']{padding:0;font-size:16px;border-left:0;}#GEMSelector select,[id$='GEMSelector'] select{font-size:16px;}#GEMSelector td,[id$='GEMSelector'] td{padding:2px;}#GEMSelector .MemberNumberContainer,[id$='GEMSelector'] .MemberNumberContainer{margin-left:15px;}}#member-actions{float:right;color:#393939;padding-bottom:0;}#member-actions .fa{cursor:pointer;font-size:18px;}.btn .fa,.btnHelpfulHints .fa{margin-top:4px;color:#ff5900;}.fa-Color{color:#ff5900;}#footer-minimal{background:#ff5900;color:#fff;position:fixed !important;overflow-y:hidden;text-align:center;font-size:12px;}#footer-minimal a{color:#fff;text-decoration:underline;transition:.25s color;}#footer-minimal a:hover{color:#f7f7f7;}#copyright{margin:2px 0 2px 0;}#SwitchboardViewContent{padding:10px 10px 20px 10px;font-size:14px;}#SwitchboardViewContent .ui-widget-header{padding:10px 15px;font-size:18px;color:#333;}.line-break{display:inline-block;}.dn2-content{padding:15px;}.form-internal{padding-left:15px;}.bold14{font-size:14px;font-weight:bold;}.small12{font-size:12px;}#divWaveMM{margin-top:25px;}#divWaveMM .noticeTitle{font-size:16px;font-weight:bold;}[id$='PasswordStrengthMeter']{display:inline-block;width:300px;border:1px solid #9b9b9b;background-color:#fff;border-radius:4px;border-collapse:separate;margin-left:16px;}[id$='PasswordStrengthMeter'] td{padding:.15em .3em;}.link-underline{color:#333;text-decoration:underline;}ul.list-unstyled.list-spaced>li{margin-bottom:8px;}.modal-content{border:1px solid rgba(0,0,0,0);border-color:#9b9b9b;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.3);}.spinner-overlay{background:#000;opacity:.15;width:100%;height:100%;position:fixed;z-index:100;}canvas{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.reqField .fa-asterisk{font-size:.5em;margin-left:.5em;vertical-align:top;color:#c62f2f;}.input-group-addon.fa{display:table-cell;}hr{border-top-color:#9b9b9b;}#GoToTop{display:none;position:fixed;bottom:20px;right:0;z-index:9999;border:none;outline:none;cursor:pointer;}#GoToTop:hover{background-color:#c62f2f;}#GoToTop:hover>i{color:#fff !important;}.CenterPane{margin-left:0;z-index:0;}.CenterPane.transition{transition:margin-left .25s ease 0s;}@media(min-width:768px){.CenterPane.open{z-index:1;margin-left:250px;}}body{-ms-overflow-style:scrollbar;}
