/*! M2-frontend -  - 2025-12-04
* Copyright Zeis Group (c) 2025 */
@charset "UTF-8";
/*! jQuery UI - v1.10.4 - 2014-02-18
* 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
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
.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;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.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: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.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: 0.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: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.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: 0.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: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.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 0.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;
}

/* RTL support */
.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 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.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: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.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%;
  /* support: IE10, see #8844 */
  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 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  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: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

/* right-aligned */
.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("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: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  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;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, 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: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  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 #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% 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(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% 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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.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;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

datepicker a, [datepicker] a, .datepicker a {
  color: inherit;
  text-decoration: none;
}

datepicker a:hover, [datepicker] a:hover, .datepicker a:hover {
  text-decoration: none;
}

datepicker select, datepicker select:focus, datepicker select:hover,
.datepicker select, .datepicker select:focus, .datepicker select:hover,
[datepicker] select, [datepicker] select:focus, [datepicker] select:hover {
  width: 100%;
  overflow: hidden;
  background: none;
  color: #fff;
  background-color: #138EFA;
  border-radius: 2px;
  border: 0;
  margin-top: 5px;
}

datepicker, .datepicker, [datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative;
}

._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow: hidden;
  margin-left: -0.5%;
  padding: 0 0 2% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

._720kb-datepicker-calendar._720kb-datepicker-open, ._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible;
}

._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #138EFA;
}

._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC;
}

._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left;
}

._720kb-datepicker-calendar-header-middle {
  width: 70%;
}

._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " ▾";
}

._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " ▾";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center;
}

._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin: 5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03);
}

._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {
  text-decoration: none;
  padding: 3% 9% 4% 9%;
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

._720kb-datepicker-calendar-header a:hover {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45);
}

._720kb-datepicker-calendar-month {
  color: #fff;
}

._720kb-datepicker-calendar-month span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

._720kb-datepicker-calendar-month a span i {
  font-style: normal;
  font-size: 15px;
}

._720kb-datepicker-calendar-month a, ._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left: 1%;
}

._720kb-datepicker-calendar-years-pagination {
  padding: 2% 0 0 0;
  float: left;
  clear: right;
  width: 100%;
}

._720kb-datepicker-calendar-years-pagination a, ._720kb-datepicker-calendar-years-pagination a:hover {
  font-size: 12px;
  padding: 0 7px;
  font-weight: normal;
  margin: 3px 1% 0 1%;
  line-height: 20px;
  display: inline-block;
}

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45);
}

._720kb-datepicker-calendar-years-pagination-pages a, ._720kb-datepicker-calendar-years-pagination-pages a:hover {
  padding: 5px 10px;
}

._720kb-datepicker-calendar-days-header {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

._720kb-datepicker-calendar-days-header div {
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding: 10px 0;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

._720kb-datepicker-calendar-days ._720kb-datepicker-default-button {
  font-size: 18.5px;
  position: relative;
  bottom: -0.5px;
}

._720kb-datepicker-default-button {
  padding: 0 4.5px;
}

._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item {
  width: 95%;
  float: none;
  margin: 0 auto;
}

._720kb-datepicker-item-hidden {
  visibility: hidden;
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(25, 2, 0, 0.02);
  cursor: default;
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav a#sb-nav-close {
  width: 55px;
}

#sb-nav-close {
  background-image: url(close.png);
}

#sb-nav-next {
  background-image: url(next.png);
}

#sb-nav-previous {
  background-image: url(previous.png);
}

#sb-nav-play {
  background-image: url(play.png);
}

#sb-nav-pause {
  background-image: url(pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.state-dropdown,
.state-dropdown div,
.state-dropdown li,
.state-dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after,
.state-dropdown .selected::after,
.state-dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */
.dropdown,
.state-dropdown {
  position: relative;
  width: 280px;
  cursor: pointer;
  margin: 0 0 10px;
  background: url(https://d1czitqz2sc9h2.cloudfront.net/sprite.png) top right;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.dropdown.open,
.state-dropdown.open {
  z-index: 2;
}

.dropdown:hover,
.state-dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.dropdown.focus,
.state-dropdown.focus {
  box-shadow: 0 0 5px rgba(51, 102, 248, 0.4);
}

/* CARAT */
.dropdown .carat,
.state-dropdown .carat {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  background: url(https://d1czitqz2sc9h2.cloudfront.net/sprite_carat.png);
  width: 38px;
  height: 19px;
}

.dropdown.open .carat,
.state-dropdown.open .carat {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  background: url(https://d1czitqz2sc9h2.cloudfront.net/sprite_carat.png) left -19px;
  width: 38px;
  height: 19px;
}

.dropdown.disabled .carat,
.state-dropdown.disabled .carat {
  border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */
.dropdown .old,
.state-dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.dropdown select,
.state-dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.dropdown.touch .old,
.state-dropdown.touch .old {
  width: 100%;
  height: 100%;
}

.dropdown.touch select,
.state-dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li,
.state-dropdown .selected,
.state-dropdown li {
  display: block;
  line-height: 22px;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  font-family: Oxygen, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.dropdown.disabled .selected,
.state-dropdown.disabled .selected {
  color: #999;
}

.dropdown .selected::after,
.state-dropdown .selected::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}

/* DROP DOWN WRAPPER */
.dropdown div,
.state-dropdown div {
  position: absolute;
  height: 0;
  top: 100%;
  margin-top: 0px;
  background: #FFF;
  border: 1px solid #58585A;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
  width: 225px;
  margin-left: 3px;
  border-top: none;
}

/* Height is adjusted by JS on open */
.dropdown.open div,
.state-dropdown.open div {
  opacity: 1;
  z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after,
.state-dropdown.scrollable div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #666;
  display: none;
  /* hidding because of issues with selecting last option in IE 10 - CL */
}

.dropdown.scrollable.bottom div::after,
.state-dropdown.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */
.dropdown ul,
.state-dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
}

.dropdown.scrollable.open ul,
.state-dropdown.scrollable.open ul {
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */
.dropdown li,
.state-dropdown li {
  background: #a7a9ac;
  list-style: none;
  padding: 8px 12px;
}

/* .focus class is also added on hover */
.dropdown li.focus,
.state-dropdown li.focus {
  background: #70ccf1;
  position: relative;
  z-index: 3;
  color: #fff;
}

.dropdown li.active,
.state-dropdown li.active {
  background: #70ccf1;
  font-weight: 700;
}

/* -- Modifications by CL -- */
.dropdown,
.state-dropdown {
  margin: 0 0 10px 45px;
  width: 260px;
}

.dropdown .selected,
.dropdown li,
.state-dropdown .selected,
.state-dropdown li {
  font-size: 14px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  line-height: 34px;
  line-height: 1.428571429 \0 ;
}
input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
.input-group-sm > input[type=date].input-group-addon,
.input-group-sm > .input-group-btn > input[type=date].btn, .form-horizontal .form-group-sm input[type=date].form-control,
input[type=time].input-sm,
.input-group-sm > input[type=time].form-control,
.input-group-sm > input[type=time].input-group-addon,
.input-group-sm > .input-group-btn > input[type=time].btn,
.form-horizontal .form-group-sm input[type=time].form-control,
input[type=datetime-local].input-sm,
.input-group-sm > input[type=datetime-local].form-control,
.input-group-sm > input[type=datetime-local].input-group-addon,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
input[type=month].input-sm,
.input-group-sm > input[type=month].form-control,
.input-group-sm > input[type=month].input-group-addon,
.input-group-sm > .input-group-btn > input[type=month].btn,
.form-horizontal .form-group-sm input[type=month].form-control {
  line-height: 30px;
}
input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
.input-group-lg > input[type=date].input-group-addon,
.input-group-lg > .input-group-btn > input[type=date].btn, .form-horizontal .form-group-lg input[type=date].form-control,
input[type=time].input-lg,
.input-group-lg > input[type=time].form-control,
.input-group-lg > input[type=time].input-group-addon,
.input-group-lg > .input-group-btn > input[type=time].btn,
.form-horizontal .form-group-lg input[type=time].form-control,
input[type=datetime-local].input-lg,
.input-group-lg > input[type=datetime-local].form-control,
.input-group-lg > input[type=datetime-local].input-group-addon,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
input[type=month].input-lg,
.input-group-lg > input[type=month].form-control,
.input-group-lg > input[type=month].input-group-addon,
.input-group-lg > .input-group-btn > input[type=month].btn,
.form-horizontal .form-group-lg input[type=month].form-control {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-horizontal .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-horizontal .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 25px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b7b7b7;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #F27474;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #F8BB86;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.success {
  border-color: #A5DC86;
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

/* UI Overrides */
.ui-accordion .ui-accordion-icons {
  /*padding-left: 2.2em;*/
  padding-left: 2.4em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  font-family: Oxygen, sans-serif;
  padding: 1em 2.6em;
  border-top: 0;
  overflow: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.ui-accordion .ui-accordion-content p {
  margin: 0 0 10px 0;
}

.ui-autocomplete {
  position: absolute;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: none;
  background: #fafafa;
  color: #333333;
}

.ui-widget-content a {
  color: #428BCA;
  cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #A7CEE0;
  background: none;
  font-weight: 700;
  color: #666666;
  font-family: Oxygen, sans-serif;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #A7CEE0;
  background: none;
  font-weight: 700;
  color: #666666;
  font-family: Oxygen, sans-serif;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #A7CEE0;
  background: none;
  font-weight: 700;
  color: #666666;
  font-family: Oxygen, sans-serif;
}

.ui-state-active a,
.ui-state-active a:link {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ui-icons_228ef1_256x240.png);
}

/****************************************/
/*              Mixins                  */
/****************************************/
/****************************************/
/*             Variables                */
/****************************************/
/****************************************/
/*           Desktop Styles             */
/****************************************/
#view.AMAIA {
  -webkit-font-smoothing: antialiased;
  /* After the transition this will be the only class remaining */
  /* Initial state when showing */
  /* Will transition towards this state */
  /************** transactional email styles ************/
}
#view.AMAIA #container {
  width: 960px;
}
#view.AMAIA #header {
  background: none;
  background-color: #fff;
}
#view.AMAIA #logo-amaia {
  float: left;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/amaia-logo.png);
  background-repeat: no-repeat;
  background-size: 270px 36px;
  height: 36px;
  width: 270px;
  margin: 33px 0 20px 15px;
}
#view.AMAIA .nav-tabs li a {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  background-color: #fcb614;
  border: none;
  color: #000;
  text-shadow: none;
}
#view.AMAIA #panel_findYourCost {
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
}
#view.AMAIA .btn {
  background-color: #fcb614;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
  text-align: center;
}
#view.AMAIA a.btn {
  color: #000;
}
#view.AMAIA .btn-primary,
#view.AMAIA .btn-getstarted {
  background-color: #00396f;
  font-size: 20px;
  line-height: 1.6em;
  color: #fff;
  border: none;
}
#view.AMAIA .btn-getstarted {
  background-color: #016938;
  line-height: inherit;
  padding: 5px 0 10px;
  margin: 5px auto 0;
}
#view.AMAIA .btn-getstarted span {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
#view.AMAIA .btn-getstarted:hover {
  background-color: #11803C;
}
#view.AMAIA a.btn-getstarted {
  color: white;
  text-decoration: none;
  padding: 5px 10px 10px;
}
#view.AMAIA .btn-reminder {
  font-size: 16px;
  margin-top: 5px;
  padding: 5px 0;
  background-color: #FDCA53;
  color: #000;
  border: 1px solid #AF8630;
}
#view.AMAIA .btn-reminder span {
  display: block;
  font-size: 12px;
  line-height: 1.3em;
}
#view.AMAIA .btn-reminder:hover {
  background-color: #F9D278;
}
#view.AMAIA h2 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0px;
  padding: 10px 0px;
}
#view.AMAIA .cta-group {
  width: 240px;
  background-color: #FDCA53;
  border: 1px solid #AF8630;
  padding: 15px 0;
  margin: 0 auto 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#view.AMAIA .cta-group p {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#view.AMAIA .btn .ama-btn {
  font-size: 19px;
  width: 210px;
  margin: 3px auto 20px;
  padding: 6px 0 10px;
  display: block !important;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  opacity: 1;
}
#view.AMAIA .btn .ama-btn span {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.75;
  line-height: 0.9em;
}
#view.AMAIA .call-now::before {
  content: "";
  display: inline-block;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/phone.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin: 2px 5px -5px 0;
}
#view.AMAIA .asterisk {
  top: -0.75em;
  font-size: 0.5em;
}
#view.AMAIA #cost-container .footnote {
  color: #414141;
  font-size: 11px;
  line-height: 1.2em;
  margin: 15px 0 0;
  font-family: Helvetica, sans-serif;
  text-align: center;
  display: block;
}
#view.AMAIA #cost-container .footnote sup {
  top: 0.05em;
  font-size: 1.2em;
}
#view.AMAIA .fadein {
  opacity: 1;
  /* Default value but added for clarity */
}
#view.AMAIA .fadein.ng-hide-remove {
  opacity: 0;
}
#view.AMAIA .fadein.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  opacity: 1;
}
#view.AMAIA .features .wrap {
  display: table-cell;
  vertical-align: middle;
}
#view.AMAIA .features h3 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
}
#view.AMAIA .features ul {
  padding-left: 15px;
}
#view.AMAIA .features p,
#view.AMAIA .features li {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 0 12px;
  padding: 0;
  color: #e2eaee;
}
#view.AMAIA .features .one {
  width: 66.6%;
  float: left;
  padding: 0 40px;
  border-right: 1px solid #e2eaee;
}
#view.AMAIA .features .two {
  width: 33.3%;
  float: left;
  padding: 0 40px;
  text-align: center;
}
#view.AMAIA .features .btn {
  margin: 0 auto 20px;
}
#view.AMAIA .features:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#view.AMAIA #calculator_wrapper {
  float: right;
  width: 320px;
  background: none;
  background-color: #fcb614;
  margin: 0;
  padding: 20px 29px 20px 28px;
  height: 470px;
}
#view.AMAIA #calculator_wrapper h2 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0px;
}
#view.AMAIA .dropdown {
  margin: 0;
  height: 30px;
  margin: 0px auto 10px;
  background: url(https://d1czitqz2sc9h2.cloudfront.net/sprite-amaia.png) top right;
  background-color: #fff;
}
#view.AMAIA .dropdown .carat {
  right: 5px;
  margin-top: -6px;
  background: url(https://d1czitqz2sc9h2.cloudfront.net/sprite_carat-amaia.png);
  width: 20px;
  height: 13px;
}
#view.AMAIA .dropdown div {
  width: 240px;
  margin-left: 0px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#view.AMAIA .dropdown li {
  background-color: #fff;
}
#view.AMAIA .dropdown li:hover {
  background-color: #dfdfdf;
}
#view.AMAIA .dropdown .selected,
#view.AMAIA .dropdown li {
  padding: 5px 9px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  color: #000;
}
#view.AMAIA .dropdown {
  width: 240px;
}
#view.AMAIA label[for=age] {
  float: left;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 30px;
  margin: 0 8px 0 0;
}
#view.AMAIA #age {
  padding: 5px 9px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  float: left;
  border: none;
  height: 30px;
}
#view.AMAIA .form-group .dropdown {
  float: right;
  width: 160px;
}
#view.AMAIA .form-group .dropdown div {
  width: 160px;
}
#view.AMAIA .form-group {
  width: 240px;
  margin: 0 auto;
}
#view.AMAIA .cost-placeholder {
  width: 220px;
  margin: 20px auto 0;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  font-size: 14px;
  color: #3A3A3A;
}
#view.AMAIA .cost-completed {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
}
#view.AMAIA .cost-completed .cost-leadin, #view.AMAIA .cost-completed .cost-rate {
  display: block;
  width: 240px;
  color: #221f1f;
  margin: 0 auto;
  font-size: 10px;
}
#view.AMAIA .cost-completed .cost {
  display: block;
  color: #221f1f;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 30px;
  float: none;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
#view.AMAIA .cost-completed .timetocall {
  color: #414141;
  font-size: 10px;
  line-height: 1.3em;
  margin: 10px 0 0;
}
#view.AMAIA .cost-completed .timetocall span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
}
#view.AMAIA .column.two p.timetocall {
  color: #ffffff;
  font-size: 15px;
  margin: 0 0 20px;
}
#view.AMAIA .column.two p.timetocall span {
  display: block;
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
#view.AMAIA .form-disclaimer {
  font-size: 10px;
}
#view.AMAIA .amaMemberBox {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-10.png);
  padding: 5px 10px;
  width: 240px;
  margin: 0px auto 10px;
}
#view.AMAIA .amaMemberBox .radio-label {
  font-size: 13px;
  float: left;
}
#view.AMAIA .amaMemberBox .radios {
  float: right;
}
#view.AMAIA .amaMemberBox .radios .radioContainer {
  font-size: 13px;
  display: inline;
}
#view.AMAIA .amaMemberBox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#view.AMAIA input[type=checkbox]:not(old),
#view.AMAIA input[type=radio]:not(old) {
  width: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
#view.AMAIA input[type=checkbox]:not(old) + label,
#view.AMAIA input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -25px;
  padding-left: 34px;
  background: url("https://d1czitqz2sc9h2.cloudfront.net/radio.png") no-repeat 0 0;
  line-height: 30px;
}
#view.AMAIA input[type=checkbox]:checked:not(old) + label {
  background-position: 0 -30px;
}
#view.AMAIA input[type=radio]:not(old):checked + label {
  background-position: 0 -30px;
}
#view.AMAIA #panel_overview,
#view.AMAIA #panel_faq,
#view.AMAIA #panel_HowtoEnroll {
  width: 600px;
  float: left;
}
#view.AMAIA #panel_findYourCost {
  width: 640px;
  float: left;
}
#view.AMAIA #panel_overview,
#view.AMAIA #panel_faq,
#view.AMAIA #panel_HowtoEnroll {
  margin: 0px;
  padding: 30px 0 30px 40px;
}
#view.AMAIA #panel_overview p, #view.AMAIA #panel_overview li,
#view.AMAIA #panel_faq p,
#view.AMAIA #panel_faq li,
#view.AMAIA #panel_HowtoEnroll p,
#view.AMAIA #panel_HowtoEnroll li {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
}
#view.AMAIA #panel_overview li,
#view.AMAIA #panel_faq li,
#view.AMAIA #panel_HowtoEnroll li {
  line-height: 20px;
}
#view.AMAIA #panel_overview h2,
#view.AMAIA #panel_faq h2,
#view.AMAIA #panel_HowtoEnroll h2 {
  font-size: 18px;
  padding: 0;
}
#view.AMAIA .tab-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#view.AMAIA .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
#view.AMAIA .ui-accordion .ui-accordion-header {
  font-size: 14px;
}
#view.AMAIA .ui-accordion .ui-accordion-icons {
  padding: 5px 15px;
}
#view.AMAIA .ui-accordion .ui-accordion-content {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: normal;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#view.AMAIA .closeEmail {
  text-decoration: underline;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
}
#view.AMAIA p.footnote {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px !important;
}
#view.AMAIA #footer_left p,
#view.AMAIA #footer_right p {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
#view.AMAIA #footer_left p a,
#view.AMAIA #footer_right p a {
  cursor: pointer;
}
#view.AMAIA .hidden-clr {
  clear: both;
  font-size: 0px;
}
#view.AMAIA .control-label {
  width: 240px;
  margin: 100px auto 10px;
  display: block;
}
#view.AMAIA #toEmail {
  width: 242px;
  margin: 0 auto 10px;
  padding: 6px 9px 5px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  color: #000;
  display: block;
}
#view.AMAIA .emailer-copy, #view.AMAIA .alert-success {
  width: 240px;
  text-align: center;
  margin: 5px auto;
}
#view.AMAIA #calculator_wrapper h2.email-thank-you {
  width: 240px;
  margin: 0px auto 10px;
  display: block;
}
#view.AMAIA .get-started-note {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 13px;
  color: #555555;
  margin: 5px 0 15px;
}

/****************************************/
/*              DIP Styles              */
/****************************************/
#view.AMAIA-DIP .product-wrapper {
  float: right;
  text-indent: 9999px;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/amaia-dip-logo.png);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  height: 40px;
  width: 170px;
  margin: 33px 15px 20px 10px;
}
#view.AMAIA-DIP .control-label {
  margin: 10px auto;
}
#view.AMAIA-DIP #toEmail {
  width: 210px;
}
#view.AMAIA-DIP #age {
  width: 35px;
}
#view.AMAIA-DIP .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-DIP .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-DIP .features.LTL.clr {
  display: none;
}
#view.AMAIA-DIP .features.DIP.clr {
  display: block;
  background-color: #4b9cb4;
  padding: 40px 0;
}
#view.AMAIA-DIP h2 {
  color: #4b9cb4;
}
#view.AMAIA-DIP .nav-tabs {
  border-bottom: 8px solid #4b9cb4;
}
#view.AMAIA-DIP .nav-tabs li.active a,
#view.AMAIA-DIP .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #4b9cb4;
  border: none;
}
#view.AMAIA-DIP .nav-tabs li a:hover {
  background-color: #4b9cb4;
  color: #FFF;
}
#view.AMAIA-DIP #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/151811734.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 470px;
  position: relative;
}
#view.AMAIA-DIP #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-DIP #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#view.AMAIA-DIP .ui-state-default,
#view.AMAIA-DIP .ui-widget-content .ui-state-default,
#view.AMAIA-DIP .ui-widget-header,
#view.AMAIA-DIP .ui-state-default,
#view.AMAIA-DIP .ui-state-default a,
#view.AMAIA-DIP .ui-state-default a:link,
#view.AMAIA-DIP .ui-state-focus,
#view.AMAIA-DIP .ui-widget-content .ui-state-focus,
#view.AMAIA-DIP .ui-widget-header .ui-state-focus,
#view.AMAIA-DIP .ui-state-hover a,
#view.AMAIA-DIP .ui-state-hover a:hover,
#view.AMAIA-DIP .ui-state-active,
#view.AMAIA-DIP .ui-widget-content .ui-state-active,
#view.AMAIA-DIP .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #4b9cb4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #4b9cb4;
}
#view.AMAIA-DIP .ui-widget-content {
  border: 1px solid #4b9cb4;
}
#view.AMAIA-DIP .column.one {
  border: none;
}
#view.AMAIA-DIP .column.two {
  border-left: 1px solid #e2eaee;
}

/*********************************************************/
/*              Young Physicians DIP Styles              */
/*********************************************************/
#view.AMAIA-YDIP .product-wrapper {
  float: right;
  text-indent: 9999px;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/amaia-dip-logo.png);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  height: 40px;
  width: 170px;
  margin: 33px 15px 20px 10px;
}
#view.AMAIA-YDIP .column.two .wrap {
  padding: 25px 0;
}
#view.AMAIA-YDIP .features.YDIP.clr {
  display: block;
  background-color: #00396f;
  padding: 40px 0;
}
#view.AMAIA-YDIP h2 {
  color: #00396f;
}
#view.AMAIA-YDIP .nav-tabs {
  border-bottom: 8px solid #00396f;
}
#view.AMAIA-YDIP .nav-tabs li.active a,
#view.AMAIA-YDIP .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #00396f;
  border: none;
}
#view.AMAIA-YDIP .nav-tabs li a:hover {
  background-color: #00396f;
  color: #FFF;
}
#view.AMAIA-YDIP #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/184132086.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 470px;
  position: relative;
}
#view.AMAIA-YDIP #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 40px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-YDIP #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}
#view.AMAIA-YDIP .ui-state-default,
#view.AMAIA-YDIP .ui-widget-content .ui-state-default,
#view.AMAIA-YDIP .ui-widget-header,
#view.AMAIA-YDIP .ui-state-default,
#view.AMAIA-YDIP .ui-state-default a,
#view.AMAIA-YDIP .ui-state-default a:link,
#view.AMAIA-YDIP .ui-state-focus,
#view.AMAIA-YDIP .ui-widget-content .ui-state-focus,
#view.AMAIA-YDIP .ui-widget-header .ui-state-focus,
#view.AMAIA-YDIP .ui-state-hover a,
#view.AMAIA-YDIP .ui-state-hover a:hover,
#view.AMAIA-YDIP .ui-state-active,
#view.AMAIA-YDIP .ui-widget-content .ui-state-active,
#view.AMAIA-YDIP .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #00396f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #00396f;
}
#view.AMAIA-YDIP .ui-widget-content {
  border: 1px solid #00396f;
}
#view.AMAIA-YDIP .column.one {
  border: none;
}
#view.AMAIA-YDIP .column.two {
  border-left: 1px solid #e2eaee;
}

/****************************************/
/*           LIFEPACE Styles            */
/****************************************/
#view.AMAIA-LIFEPACE .product-wrapper {
  float: right;
  text-indent: 9999px;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/amaia-lifepace-logo.png);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  height: 40px;
  width: 170px;
  margin: 33px 15px 20px 10px;
}
#view.AMAIA-LIFEPACE .control-label {
  margin: 10px auto;
}
#view.AMAIA-LIFEPACE #toEmail {
  width: 210px;
}
#view.AMAIA-LIFEPACE .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-LIFEPACE .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-LIFEPACE .sweet-alert h2 {
  font-size: 28px;
  line-height: 1.25em;
}
#view.AMAIA-LIFEPACE #leadin sup {
  font-size: 0.5em;
  top: -1em;
}
#view.AMAIA-LIFEPACE .features.clr {
  display: block;
  background-color: #315575;
  padding: 40px 0;
}
#view.AMAIA-LIFEPACE h2 {
  color: #315575;
}
#view.AMAIA-LIFEPACE .nav-tabs {
  border-bottom: 8px solid #315575;
}
#view.AMAIA-LIFEPACE .nav-tabs li.active a,
#view.AMAIA-LIFEPACE .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #315575;
  border: none;
}
#view.AMAIA-LIFEPACE .nav-tabs li a:hover {
  background-color: #315575;
  color: #FFF;
}
#view.AMAIA-LIFEPACE .table.table-striped {
  margin: 15px 0;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  color: #000000;
}
#view.AMAIA-LIFEPACE .table.table-striped td {
  vertical-align: middle;
  border: none;
  text-align: center;
  padding: 5px 10px;
  background-color: #fbc039;
}
#view.AMAIA-LIFEPACE .table.table-striped tr:nth-child(odd) > td {
  background-color: #fccb5c;
}
#view.AMAIA-LIFEPACE .table.table-striped th {
  color: #ffffff;
  background-color: #e19b1e;
  vertical-align: middle;
  text-align: center;
  border: none;
  padding: 5px 10px;
}
#view.AMAIA-LIFEPACE .table.table-striped th:nth-child(1),
#view.AMAIA-LIFEPACE .table.table-striped td:nth-child(1) {
  text-align: left;
}
#view.AMAIA-LIFEPACE #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/168360331.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 470px;
  position: relative;
}
#view.AMAIA-LIFEPACE #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-LIFEPACE #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}
#view.AMAIA-LIFEPACE .ui-state-default,
#view.AMAIA-LIFEPACE .ui-widget-content .ui-state-default,
#view.AMAIA-LIFEPACE .ui-widget-header,
#view.AMAIA-LIFEPACE .ui-state-default,
#view.AMAIA-LIFEPACE .ui-state-default a,
#view.AMAIA-LIFEPACE .ui-state-default a:link,
#view.AMAIA-LIFEPACE .ui-state-focus,
#view.AMAIA-LIFEPACE .ui-widget-content .ui-state-focus,
#view.AMAIA-LIFEPACE .ui-widget-header .ui-state-focus,
#view.AMAIA-LIFEPACE .ui-state-hover a,
#view.AMAIA-LIFEPACE .ui-state-hover a:hover,
#view.AMAIA-LIFEPACE .ui-state-active,
#view.AMAIA-LIFEPACE .ui-widget-content .ui-state-active,
#view.AMAIA-LIFEPACE .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #315575;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #315575;
}
#view.AMAIA-LIFEPACE .ui-widget-content {
  border: 1px solid #315575;
}
#view.AMAIA-LIFEPACE .cost-completed .timetocall span {
  font-size: 19px;
  color: #0C582A;
}
#view.AMAIA-LIFEPACE .cost-completed .timetocall span:before {
  display: inline-block;
  font-size: 0;
  content: "div";
  width: 17px;
  height: 18px;
  margin: 0 5px 0 0;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/telephone-icon.png);
}

/****************************************/
/*              LTL Styles              */
/****************************************/
#view.AMAIA-LTL .product-wrapper {
  float: right;
  width: 430px;
  margin: 0px 15px 0px 0px;
}
#view.AMAIA-LTL .product-wrapper h3 {
  font-size: 16px;
  color: #00396f;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0em;
  margin-top: 35px;
}
#view.AMAIA-LTL .control-label {
  margin: 10px auto;
}
#view.AMAIA-LTL #toEmail {
  width: 210px;
}
#view.AMAIA-LTL .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-LTL .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-LTL .features.LTL.clr {
  display: block;
  background-color: #8393ca;
  padding: 40px 0;
}
#view.AMAIA-LTL .features.DIP.clr {
  display: none;
}
#view.AMAIA-LTL h2 {
  color: #8393ca;
}
#view.AMAIA-LTL .nav-tabs {
  border-bottom: 6px solid #8393ca;
}
#view.AMAIA-LTL .nav-tabs li.active a,
#view.AMAIA-LTL .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #8393ca;
  border: none;
}
#view.AMAIA-LTL .nav-tabs li a:hover {
  background-color: #8393ca;
  color: #FFF;
}
#view.AMAIA-LTL #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/135538326.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 495px;
  position: relative;
}
#view.AMAIA-LTL #calculator_wrapper {
  padding: 10px 29px 20px 28px;
  height: 495px;
}
#view.AMAIA-LTL #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-LTL #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#view.AMAIA-LTL .ui-state-default,
#view.AMAIA-LTL .ui-widget-content .ui-state-default,
#view.AMAIA-LTL .ui-widget-header,
#view.AMAIA-LTL .ui-state-default,
#view.AMAIA-LTL .ui-state-default a,
#view.AMAIA-LTL .ui-state-default a:link,
#view.AMAIA-LTL .ui-state-focus,
#view.AMAIA-LTL .ui-widget-content .ui-state-focus,
#view.AMAIA-LTL .ui-widget-header .ui-state-focus,
#view.AMAIA-LTL .ui-state-hover a,
#view.AMAIA-LTL .ui-state-hover a:hover,
#view.AMAIA-LTL .ui-state-active,
#view.AMAIA-LTL .ui-widget-content .ui-state-active,
#view.AMAIA-LTL .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #8393ca;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #8393ca;
}
#view.AMAIA-LTL .ui-widget-content {
  border: 1px solid #8393ca;
}
#view.AMAIA-LTL #age {
  width: 100%;
}

/****************************************/
/*              TL50 Styles              */
/****************************************/
#view.AMAIA-AMATL50 .product-wrapper {
  float: right;
  width: 430px;
  margin: 0px 15px 0px 0px;
}
#view.AMAIA-AMATL50 .product-wrapper h3 {
  font-size: 16px;
  color: #00396f;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0em;
  margin-top: 35px;
}
#view.AMAIA-AMATL50 .control-label {
  margin: 10px auto;
}
#view.AMAIA-AMATL50 #toEmail {
  width: 210px;
}
#view.AMAIA-AMATL50 .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-AMATL50 .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-AMATL50 .features.AMATL50.clr {
  display: block;
  background-color: #4b626d;
  padding: 40px 0;
}
#view.AMAIA-AMATL50 .features.AMATL50.clr h3 {
  font-size: 19px;
  line-height: 1.4em;
}
#view.AMAIA-AMATL50 .features.DIP.clr {
  display: none;
}
#view.AMAIA-AMATL50 h2 {
  color: #4b626d;
}
#view.AMAIA-AMATL50 .nav-tabs {
  border-bottom: 6px solid #4b626d;
}
#view.AMAIA-AMATL50 .nav-tabs li.active a,
#view.AMAIA-AMATL50 .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #4b626d;
  border: none;
}
#view.AMAIA-AMATL50 .nav-tabs li a:hover {
  background-color: #4b626d;
  color: #FFF;
}
#view.AMAIA-AMATL50 #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/518885910.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 495px;
  position: relative;
}
#view.AMAIA-AMATL50 #calculator_wrapper {
  padding: 10px 29px 20px 28px;
  height: 495px;
}
#view.AMAIA-AMATL50 #calculator_wrapper h2 {
  margin: 50px 0 20px 0;
}
#view.AMAIA-AMATL50 #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-AMATL50 #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#view.AMAIA-AMATL50 .ui-state-default,
#view.AMAIA-AMATL50 .ui-widget-content .ui-state-default,
#view.AMAIA-AMATL50 .ui-widget-header,
#view.AMAIA-AMATL50 .ui-state-default,
#view.AMAIA-AMATL50 .ui-state-default a,
#view.AMAIA-AMATL50 .ui-state-default a:link,
#view.AMAIA-AMATL50 .ui-state-focus,
#view.AMAIA-AMATL50 .ui-widget-content .ui-state-focus,
#view.AMAIA-AMATL50 .ui-widget-header .ui-state-focus,
#view.AMAIA-AMATL50 .ui-state-hover a,
#view.AMAIA-AMATL50 .ui-state-hover a:hover,
#view.AMAIA-AMATL50 .ui-state-active,
#view.AMAIA-AMATL50 .ui-widget-content .ui-state-active,
#view.AMAIA-AMATL50 .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #4b626d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #4b626d;
}
#view.AMAIA-AMATL50 .ui-widget-content {
  border: 1px solid #4b626d;
}
#view.AMAIA-AMATL50 #age {
  width: 100%;
}

/****************************************/
/*            PTL Styles             */
/****************************************/
#view.AMAIA-PTL .product-wrapper {
  float: right;
  text-indent: 9999px;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ptl-logo-text.png);
  background-repeat: no-repeat;
  background-size: 270px 40px;
  height: 40px;
  width: 270px;
  margin: 33px 15px 20px 10px;
}
#view.AMAIA-PTL h3 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
#view.AMAIA-PTL h4 {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 20px;
}
#view.AMAIA-PTL .control-label {
  margin: 10px auto;
}
#view.AMAIA-PTL #toEmail {
  width: 210px;
}
#view.AMAIA-PTL .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-PTL .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-PTL .features.PTL.clr {
  display: block;
  background-color: #fff;
  padding: 40px 0;
}
#view.AMAIA-PTL .features.PTL.clr h3, #view.AMAIA-PTL .features.PTL.clr li {
  color: #1f81aa;
}
#view.AMAIA-PTL .features.PTL.clr h3 {
  margin-bottom: 30px;
}
#view.AMAIA-PTL .features.PTL.clr li {
  list-style: none;
  margin-bottom: 30px;
}
#view.AMAIA-PTL .features.PTL.clr li:before {
  content: " ";
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#view.AMAIA-PTL .features.PTL.clr li:nth-child(1):before {
  background: url(https://d160mojjx9yhiu.cloudfront.net/assets/ptl-briefcase.svg);
}
#view.AMAIA-PTL .features.PTL.clr li:nth-child(2):before {
  background: url(https://d160mojjx9yhiu.cloudfront.net/assets/ptl-drop.svg);
}
#view.AMAIA-PTL .features.PTL.clr li:nth-child(3):before {
  background: url(https://d160mojjx9yhiu.cloudfront.net/assets/ptl-phone.svg);
}
#view.AMAIA-PTL h2 {
  color: #1f81aa;
}
#view.AMAIA-PTL .nav-tabs {
  border-bottom: 6px solid #1f81aa;
}
#view.AMAIA-PTL .nav-tabs li.active a,
#view.AMAIA-PTL .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #1f81aa;
  border: none;
}
#view.AMAIA-PTL .nav-tabs li a:hover {
  background-color: #1f81aa;
  color: #FFF;
}
#view.AMAIA-PTL #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/180408124.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 495px;
  position: relative;
}
#view.AMAIA-PTL #calculator_wrapper {
  padding: 10px 29px 20px 28px;
  height: 495px;
}
#view.AMAIA-PTL #calculator_wrapper h2 {
  margin: 40px 0 10px 0;
}
#view.AMAIA-PTL #calculator_wrapper #cost-container .cost-array {
  height: 0px;
}
#view.AMAIA-PTL #calculator_wrapper #cost-container .cost-array .cost-column {
  opacity: 0;
  margin: 0 0 15px;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#view.AMAIA-PTL #calculator_wrapper #cost-container .cost-array .cost-column .benefit {
  line-height: 2em;
  font-size: 16px;
}
#view.AMAIA-PTL #calculator_wrapper #cost-container .cost-array .cost-column .cost {
  line-height: 0.3em;
  font-size: 18px;
}
#view.AMAIA-PTL #calculator_wrapper #cost-container p {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  text-align: center;
  margin-bottom: 8px;
}
#view.AMAIA-PTL #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/1f81aa-80.png);
}
#view.AMAIA-PTL #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#view.AMAIA-PTL .ui-state-default,
#view.AMAIA-PTL .ui-widget-content .ui-state-default,
#view.AMAIA-PTL .ui-widget-header,
#view.AMAIA-PTL .ui-state-default,
#view.AMAIA-PTL .ui-state-default a,
#view.AMAIA-PTL .ui-state-default a:link,
#view.AMAIA-PTL .ui-state-focus,
#view.AMAIA-PTL .ui-widget-content .ui-state-focus,
#view.AMAIA-PTL .ui-widget-header .ui-state-focus,
#view.AMAIA-PTL .ui-state-hover a,
#view.AMAIA-PTL .ui-state-hover a:hover,
#view.AMAIA-PTL .ui-state-active,
#view.AMAIA-PTL .ui-widget-content .ui-state-active,
#view.AMAIA-PTL .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #3F6198;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #3F6198;
}
#view.AMAIA-PTL .ui-widget-content {
  border: 1px solid #3F6198;
}
#view.AMAIA-PTL #age {
  width: 100%;
}

/****************************************/
/*            PTL SI Styles             */
/****************************************/
#view.AMAIA-PTLSI .product-wrapper {
  float: right;
  text-indent: 9999px;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ptl-logo-text.png);
  background-repeat: no-repeat;
  background-size: 270px 40px;
  height: 40px;
  width: 270px;
  margin: 33px 15px 20px 10px;
}
#view.AMAIA-PTLSI .control-label {
  margin: 10px auto;
}
#view.AMAIA-PTLSI #toEmail {
  width: 210px;
}
#view.AMAIA-PTLSI .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-PTLSI .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-PTLSI .features.PTLSI.clr {
  display: block;
  background-color: #3F6198;
  padding: 40px 0;
}
#view.AMAIA-PTLSI h2 {
  color: #8393ca;
}
#view.AMAIA-PTLSI .nav-tabs {
  border-bottom: 6px solid #3F6198;
}
#view.AMAIA-PTLSI .nav-tabs li.active a,
#view.AMAIA-PTLSI .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #3F6198;
  border: none;
}
#view.AMAIA-PTLSI .nav-tabs li a:hover {
  background-color: #3F6198;
  color: #FFF;
}
#view.AMAIA-PTLSI #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/463028795.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 495px;
  position: relative;
}
#view.AMAIA-PTLSI #calculator_wrapper {
  padding: 10px 29px 20px 28px;
  height: 495px;
}
#view.AMAIA-PTLSI #calculator_wrapper h2 {
  margin: 40px 0 10px 0;
}
#view.AMAIA-PTLSI #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-PTLSI #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}
#view.AMAIA-PTLSI .ui-state-default,
#view.AMAIA-PTLSI .ui-widget-content .ui-state-default,
#view.AMAIA-PTLSI .ui-widget-header,
#view.AMAIA-PTLSI .ui-state-default,
#view.AMAIA-PTLSI .ui-state-default a,
#view.AMAIA-PTLSI .ui-state-default a:link,
#view.AMAIA-PTLSI .ui-state-focus,
#view.AMAIA-PTLSI .ui-widget-content .ui-state-focus,
#view.AMAIA-PTLSI .ui-widget-header .ui-state-focus,
#view.AMAIA-PTLSI .ui-state-hover a,
#view.AMAIA-PTLSI .ui-state-hover a:hover,
#view.AMAIA-PTLSI .ui-state-active,
#view.AMAIA-PTLSI .ui-widget-content .ui-state-active,
#view.AMAIA-PTLSI .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #3F6198;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #3F6198;
}
#view.AMAIA-PTLSI .ui-widget-content {
  border: 1px solid #3F6198;
}
#view.AMAIA-PTLSI #age {
  width: 100%;
}

/****************************************/
/*            PTL GI Styles             */
/****************************************/
#view.AMAIA-PTLGI .product-wrapper {
  float: right;
  text-indent: 9999px;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/ptl-logo-text.png);
  background-repeat: no-repeat;
  background-size: 270px 40px;
  height: 40px;
  width: 270px;
  margin: 33px 15px 20px 10px;
}
#view.AMAIA-PTLGI a.btn {
  background-color: #3F6198;
  color: #fff;
}
#view.AMAIA-PTLGI .btn-getstarted {
  background-color: #016938;
}
#view.AMAIA-PTLGI #panel_findYourCost {
  width: 960px;
}
#view.AMAIA-PTLGI #panel_findYourCost #main-image {
  background-size: 960px;
}
#view.AMAIA-PTLGI .tab-content {
  position: relative;
}
#view.AMAIA-PTLGI .control-label {
  margin: 10px auto;
}
#view.AMAIA-PTLGI #toEmail {
  width: 210px;
}
#view.AMAIA-PTLGI .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-PTLGI .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-PTLGI .features.PTLGI.clr {
  display: block;
  background-color: #E6E7E8;
  padding: 40px 0;
}
#view.AMAIA-PTLGI .features.PTLGI.clr li {
  color: #000;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}
#view.AMAIA-PTLGI h2 {
  color: #8393ca;
}
#view.AMAIA-PTLGI .nav-tabs {
  border-bottom: 6px solid #3F6198;
}
#view.AMAIA-PTLGI .nav-tabs li a {
  color: #fff;
  background-color: rgba(63, 97, 152, 0.6);
}
#view.AMAIA-PTLGI .nav-tabs li.active a,
#view.AMAIA-PTLGI .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #3F6198;
  border: none;
}
#view.AMAIA-PTLGI .nav-tabs li a:hover {
  background-color: #3F6198;
  color: #FFF;
}
#view.AMAIA-PTLGI #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/463028795-960.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 495px;
  position: relative;
}
#view.AMAIA-PTLGI #calculator_wrapper {
  background: none;
  float: none;
  position: absolute;
  right: 0;
  top: 310px;
  padding: 10px 29px 20px 28px;
  height: 495px;
  width: 360px;
}
#view.AMAIA-PTLGI #calculator_wrapper h2 {
  margin: 40px 0 10px 0;
}
#view.AMAIA-PTLGI #calculator_wrapper .cost {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: none;
  background-color: #fcb614;
  width: 100%;
  padding: 20px 30px 30px;
  clear: both;
  margin-bottom: 40px;
}
#view.AMAIA-PTLGI #calculator_wrapper .cost .lineone {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 0;
}
#view.AMAIA-PTLGI #calculator_wrapper .cost .linetwo {
  font-size: 46px;
  color: #000;
  text-align: center;
  margin: 0 0 25px;
}
#view.AMAIA-PTLGI #calculator_wrapper .tab {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 49.5%;
  text-align: center;
  background-color: #E3E3E3;
  padding: 2px;
  font-size: 20px;
  cursor: pointer;
}
#view.AMAIA-PTLGI #calculator_wrapper .tab:hover {
  font-weight: bold;
}
#view.AMAIA-PTLGI #calculator_wrapper .tab.active {
  background-color: #fcb614;
}
#view.AMAIA-PTLGI #calculator_wrapper .tab.male {
  float: left;
}
#view.AMAIA-PTLGI #calculator_wrapper .tab.female {
  float: right;
}
#view.AMAIA-PTLGI #leadin h2 {
  display: block;
  font-size: 60px;
  color: #FFF;
  float: none;
  padding: 10px 0 0;
  letter-spacing: -0.02em;
}
#view.AMAIA-PTLGI #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/3D6098-75.png);
}
#view.AMAIA-PTLGI #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}
#view.AMAIA-PTLGI .ui-state-default,
#view.AMAIA-PTLGI .ui-widget-content .ui-state-default,
#view.AMAIA-PTLGI .ui-widget-header,
#view.AMAIA-PTLGI .ui-state-default,
#view.AMAIA-PTLGI .ui-state-default a,
#view.AMAIA-PTLGI .ui-state-default a:link,
#view.AMAIA-PTLGI .ui-state-focus,
#view.AMAIA-PTLGI .ui-widget-content .ui-state-focus,
#view.AMAIA-PTLGI .ui-widget-header .ui-state-focus,
#view.AMAIA-PTLGI .ui-state-hover a,
#view.AMAIA-PTLGI .ui-state-hover a:hover,
#view.AMAIA-PTLGI .ui-state-active,
#view.AMAIA-PTLGI .ui-widget-content .ui-state-active,
#view.AMAIA-PTLGI .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #3F6198;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #3F6198;
}
#view.AMAIA-PTLGI .ui-widget-content {
  border: 1px solid #3F6198;
}
#view.AMAIA-PTLGI #age {
  width: 100%;
}

/****************************************/
/*             AD&D Styles              */
/****************************************/
#view.AMAIA-ADD .product-wrapper {
  float: right;
  width: 430px;
  margin: 0px 15px 0px 0px;
}
#view.AMAIA-ADD .product-wrapper h3 {
  font-size: 16px;
  color: #00396f;
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0em;
  margin-top: 35px;
}
#view.AMAIA-ADD .control-label {
  margin: 10px auto;
}
#view.AMAIA-ADD #toEmail {
  width: 210px;
}
#view.AMAIA-ADD .leadform button {
  background-color: #1c75bc;
  font-size: 19px;
  width: 210px;
  margin-bottom: 5px;
}
#view.AMAIA-ADD .alert-success {
  color: #1c75bc;
  font-weight: bold;
  margin: 15px auto 0;
}
#view.AMAIA-ADD .features.ADD.clr {
  display: block;
  background-color: #427e7e;
  padding: 40px 0;
}
#view.AMAIA-ADD .features li {
  color: #ffffff;
}
#view.AMAIA-ADD h2 {
  color: #427e7e;
}
#view.AMAIA-ADD .nav-tabs {
  border-bottom: 6px solid #427e7e;
}
#view.AMAIA-ADD .nav-tabs li.active a,
#view.AMAIA-ADD .nav-tabs li.active a:hover {
  color: #ffffff;
  background-color: #427e7e;
  border: none;
}
#view.AMAIA-ADD .nav-tabs li a:hover {
  background-color: #427e7e;
  color: #FFF;
}
#view.AMAIA-ADD #main-image {
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/463029217.jpg);
  background-size: 640px;
  background-repeat: no-repeat;
  height: 480px;
  position: relative;
}
#view.AMAIA-ADD #calculator_wrapper {
  height: 480px;
}
#view.AMAIA-ADD #offset {
  position: absolute;
  bottom: 0px;
  margin-left: 0px;
  margin-top: auto;
  padding: 30px;
  width: 100%;
  background-image: url(https://d1czitqz2sc9h2.cloudfront.net/000000-60.png);
}
#view.AMAIA-ADD #offset h1 {
  font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 26px;
  line-height: 1.3em;
  text-align: center;
}
#view.AMAIA-ADD .ui-state-default,
#view.AMAIA-ADD .ui-widget-content .ui-state-default,
#view.AMAIA-ADD .ui-widget-header,
#view.AMAIA-ADD .ui-state-default,
#view.AMAIA-ADD .ui-state-default a,
#view.AMAIA-ADD .ui-state-default a:link,
#view.AMAIA-ADD .ui-state-focus,
#view.AMAIA-ADD .ui-widget-content .ui-state-focus,
#view.AMAIA-ADD .ui-widget-header .ui-state-focus,
#view.AMAIA-ADD .ui-state-hover a,
#view.AMAIA-ADD .ui-state-hover a:hover,
#view.AMAIA-ADD .ui-state-active,
#view.AMAIA-ADD .ui-widget-content .ui-state-active,
#view.AMAIA-ADD .ui-widget-header .ui-state-active {
  color: #ffffff;
  background: none;
  font-size: 18px;
  background-color: #427e7e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  border: 1px solid #427e7e;
}
#view.AMAIA-ADD .ui-widget-content {
  border: 1px solid #427e7e;
}

@media (max-width: 955px) {
  /****************************************/
  /*            Tablet Styles             */
  /****************************************/
  #view.AMAIA #container {
    width: 100%;
  }
  #view.AMAIA #panel_findYourCost {
    width: 100%;
    float: none;
  }
  #view.AMAIA #main-image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 470px;
    position: relative;
  }
  #view.AMAIA #container > div > div > div:nth-child(5) {
    background-color: #fcb614;
  }
  #view.AMAIA #calculator_wrapper {
    float: left;
  }
  #view.AMAIA .features .wrap {
    display: block;
  }
  #view.AMAIA .features .one {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0 40px 20px;
  }
  #view.AMAIA .features .two {
    width: 100%;
    float: none;
    border-left: none;
    padding: 20px 40px 0;
  }
  #view.AMAIA #panel_overview,
#view.AMAIA #panel_faq,
#view.AMAIA #panel_HowtoEnroll {
    width: 100%;
    float: none;
    padding: 30px 80px;
  }
  #view.AMAIA .hide-in-tablet {
    display: none;
  }

  /****************************************/
  /*          DIP Tablet Styles           */
  /****************************************/
  #view.AMAIA-DIP .features.DIP.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }

  /*********************************************************/
  /*          Young Physicians DIP Tablet Styles           */
  /*********************************************************/
  #view.AMAIA-YDIP .features.YDIP.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }

  /****************************************/
  /*        LIFEPACE Tablet Styles        */
  /****************************************/
  #view.AMAIA-LIFEPACE .features.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }
  #view.AMAIA-LIFEPACE .nav-tabs li a {
    padding: 0;
    border-top: 1px solid #315575;
    border-right: 1px solid #315575;
  }

  /****************************************/
  /*          LTL Tablet Styles           */
  /****************************************/
  #view.AMAIA-LTL .product-wrapper {
    width: 50%;
  }
  #view.AMAIA-LTL .product-wrapper h3 {
    line-height: 22px;
  }
  #view.AMAIA-LTL .features.LTL.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }

  /****************************************/
  /*          TL50 Tablet Styles           */
  /****************************************/
  #view.AMAIA-AMATL50 .product-wrapper {
    width: 50%;
  }
  #view.AMAIA-AMATL50 .product-wrapper h3 {
    line-height: 22px;
  }
  #view.AMAIA-AMATL50 .features.AMATL50.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }

  /****************************************/
  /*        PTL  Tablet Styles          */
  /****************************************/
  #view.AMAIA-PTL .features.PTL.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }
  #view.AMAIA-PTL .features.PTL.clr h3 {
    text-align: center;
  }
  #view.AMAIA-PTL .features.PTL.clr ul {
    padding: 0;
  }
  #view.AMAIA-PTL .features.PTL.clr li {
    list-style: none;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  #view.AMAIA-PTL .features.PTL.clr li:before {
    content: " ";
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
    vertical-align: middle;
    text-align: center;
  }

  /****************************************/
  /*        PTL SI Tablet Styles          */
  /****************************************/
  #view.AMAIA-PTLSI .features.PTLSI.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }

  /****************************************/
  /*            PTL GI Styles             */
  /****************************************/
  #view.AMAIA-PTLGI #offset h1 {
    width: 60%;
    font-size: 18px;
  }
  #view.AMAIA-PTLGI .features.PTLGI.clr .one {
    width: 50%;
  }
  #view.AMAIA-PTLGI .features.PTLGI.clr li {
    font-size: 18px;
    line-height: 1.2em;
  }

  /****************************************/
  /*         AD&D Tablet Styles           */
  /****************************************/
  #view.AMAIA-ADD .product-wrapper {
    width: 50%;
  }
  #view.AMAIA-ADD .product-wrapper h3 {
    line-height: 22px;
  }
  #view.AMAIA-ADD .features.ADD.clr {
    clear: none;
    display: block;
    padding: 40px 0;
    overflow: auto;
  }
}
@media (max-width: 770px) {
  /****************************************/
  /*            PTL GI Styles             */
  /****************************************/
  #view.AMAIA-PTLGI #leadin h2 {
    font-size: 48px;
  }
  #view.AMAIA-PTLGI #offset h1 {
    width: 45%;
  }
  #view.AMAIA-PTLGI .features .one {
    width: 40%;
  }
  #view.AMAIA-PTLGI .features .two {
    display: none;
  }
}
@media (max-width: 640px) {
  /****************************************/
  /*          Handheld Styles             */
  /****************************************/
  #view.AMAIA #header {
    padding: 10px 10px 0;
  }
  #view.AMAIA #logo-amaia {
    float: none;
    background-size: 200px 27px;
    height: 27px;
    width: 200px;
    margin: 0 auto 15px;
  }
  #view.AMAIA .product-wrapper {
    float: none;
    margin: 5px auto;
  }
  #view.AMAIA .product-wrapper h3 {
    margin-top: 0;
  }
  #view.AMAIA #container {
    width: 100%;
  }
  #view.AMAIA .nav-tabs li a {
    padding: 0;
  }
  #view.AMAIA #main-image {
    background: none;
    height: auto;
  }
  #view.AMAIA #offset {
    position: relative;
    text-align: center;
  }
  #view.AMAIA #offset h1 {
    width: 75%;
    margin: 0 auto;
  }
  #view.AMAIA #calculator_wrapper {
    float: none;
    margin: 0 !important;
    width: 100%;
    padding: 25px 40px 40px;
  }
  #view.AMAIA #calculator_wrapper h2 {
    padding: 0;
  }
  #view.AMAIA #calculator_wrapper .amaMemberBox {
    width: 240px;
  }
  #view.AMAIA #calculator_wrapper {
    height: auto;
  }
  #view.AMAIA .getStartedText {
    margin-top: 20px;
    color: #2C64A3;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
  }
  #view.AMAIA .column.two {
    padding: 0 20px 20px;
  }
  #view.AMAIA .features.DIP.clr {
    background: none;
    padding: 0;
  }
  #view.AMAIA .features .column {
    float: none;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  #view.AMAIA .features .column .wrap {
    display: block;
    height: auto;
  }
  #view.AMAIA .features .column h3 {
    font-family: "HelveticaNeueW01 53 Ext", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
  }
  #view.AMAIA .features .column p {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0;
  }
  #view.AMAIA .alert-success {
    padding: 0 10px;
  }
  #view.AMAIA #panel_findYourCost,
#view.AMAIA #panel_overview,
#view.AMAIA #panel_faq,
#view.AMAIA #panel_HowtoEnroll {
    width: 100%;
    float: none;
  }
  #view.AMAIA #panel_overview,
#view.AMAIA #panel_faq,
#view.AMAIA #panel_HowtoEnroll {
    padding: 10px;
  }
  #view.AMAIA .print-friendly {
    text-align: right;
    float: right;
  }

  /****************************************/
  /*        DIP Handheld Styles           */
  /****************************************/
  #view.AMAIA-DIP #offset {
    background: none;
    background-color: #4b9cb4;
  }
  #view.AMAIA-DIP #offset h1 {
    font-size: 18px;
    width: 95%;
  }
  #view.AMAIA-DIP .one {
    background-color: #4b9cb4;
  }
  #view.AMAIA-DIP .two,
#view.AMAIA-DIP .three {
    background-color: #4b9cb4;
  }
  #view.AMAIA-DIP .product-wrapper {
    text-indent: -9999px;
    float: none;
    margin: 5px auto;
    background-size: 122px 28px;
    height: 28px;
    width: 122px;
  }

  /*********************************************************/
  /*        Young Physicians DIP Handheld Styles           */
  /*********************************************************/

  /****************************************/
  /*      LIFEPACE Handheld Styles        */
  /****************************************/

  /****************************************/
  /*        LTL Handheld Styles           */
  /****************************************/

  /****************************************/
  /*        TL50 Handheld Styles           */
  /****************************************/

  /****************************************/
  /*       PTL Handheld Styles         */
  /****************************************/

  /****************************************/
  /*       PTL SI Handheld Styles         */
  /****************************************/

  /****************************************/
  /*            PTL GI Styles             */
  /****************************************/

  /****************************************/
  /*        AD&D Handheld Styles          */
  /****************************************/
}
@media (max-width: 640px) and (max-width: 640px) {
  #view.AMA-1169 #calculator_wrapper,
#view.AMA-1187 #calculator_wrapper {
    height: auto;
  }
  #view.AMA-1169 .getStartedText,
#view.AMA-1187 .getStartedText {
    margin-top: 20px;
    color: #2C64A3;
    font-size: 14px;
    line-height: 1.2em;
    display: block;
  }
  #view.AMA-1169 .column.two,
#view.AMA-1187 .column.two {
    padding: 0 20px 20px;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-YDIP #offset {
    background: none;
    background-color: #00396f;
  }
  #view.AMAIA-YDIP #offset h1 {
    font-size: 18px;
    width: 95%;
  }
  #view.AMAIA-YDIP .one {
    background-color: #00396f;
  }
  #view.AMAIA-YDIP .two,
#view.AMAIA-YDIP .three {
    background-color: #00396f;
  }
  #view.AMAIA-YDIP .product-wrapper {
    text-indent: -9999px;
    float: none;
    margin: 5px auto;
    background-size: 122px 28px;
    height: 28px;
    width: 122px;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-LIFEPACE #offset {
    background: none;
    background-color: #315575;
    padding: 15px 15px 20px;
  }
  #view.AMAIA-LIFEPACE #offset h1 {
    font-size: 14px;
    width: 100%;
  }
  #view.AMAIA-LIFEPACE .one {
    background-color: #315575;
  }
  #view.AMAIA-LIFEPACE .two,
#view.AMAIA-LIFEPACE .three {
    background-color: #315575;
  }
  #view.AMAIA-LIFEPACE .product-wrapper {
    text-indent: -9999px;
    background-size: 122px 28px;
    height: 28px;
  }
  #view.AMAIA-LIFEPACE #calculator_wrapper {
    height: auto;
    padding: 15px;
  }
  #view.AMAIA-LIFEPACE .features .column {
    padding: 20px;
  }
  #view.AMAIA-LIFEPACE .features.clr {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-LTL #offset {
    background: none;
    background-color: #8393ca;
  }
  #view.AMAIA-LTL .one {
    padding: 0 40px;
    background-color: #8393ca;
  }
  #view.AMAIA-LTL .two,
#view.AMAIA-LTL .three {
    padding: 0 40px;
    background-color: #8393ca;
  }
  #view.AMAIA-LTL .product-wrapper {
    float: none;
    margin: 5px auto;
  }
  #view.AMAIA-LTL .product-wrapper h3 {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-AMATL50 #offset {
    background: none;
    background-color: #4b626d;
  }
  #view.AMAIA-AMATL50 .one {
    padding: 0 40px;
    background-color: #4b626d;
  }
  #view.AMAIA-AMATL50 .two,
#view.AMAIA-AMATL50 .three {
    padding: 0 40px;
    background-color: #4b626d;
  }
  #view.AMAIA-AMATL50 .product-wrapper {
    float: none;
    margin: 5px auto;
  }
  #view.AMAIA-AMATL50 .product-wrapper h3 {
    text-align: center;
  }
  #view.AMAIA-AMATL50 #calculator_wrapper h2 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-PTL #offset {
    background: none;
    background-color: #1f81aa;
  }
  #view.AMAIA-PTL .one {
    padding: 0 40px;
  }
  #view.AMAIA-PTL .two,
#view.AMAIA-PTL .three {
    padding: 0 40px;
  }
  #view.AMAIA-PTL .product-wrapper {
    text-indent: -9999px;
    float: none;
    margin: 5px auto;
    background-size: 189px 28px;
    height: 28px;
    width: 189px;
  }
  #view.AMAIA-PTL #calculator_wrapper h2 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-PTLSI #offset {
    background: none;
    background-color: #3F6198;
  }
  #view.AMAIA-PTLSI .one {
    padding: 0 40px;
    background-color: #3F6198;
  }
  #view.AMAIA-PTLSI .two,
#view.AMAIA-PTLSI .three {
    padding: 0 40px;
    background-color: #3F6198;
  }
  #view.AMAIA-PTLSI .product-wrapper {
    text-indent: -9999px;
    float: none;
    margin: 5px auto;
    background-size: 189px 28px;
    height: 28px;
    width: 189px;
  }
  #view.AMAIA-PTLSI #calculator_wrapper h2 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-PTLGI #container > div > div > div:nth-child(5) {
    background-color: #ffffff;
  }
  #view.AMAIA-PTLGI #calculator_wrapper {
    position: relative;
    top: 0;
    padding: 0;
    margin: 30px auto !important;
    width: 280px;
  }
  #view.AMAIA-PTLGI #leadin h2 {
    font-size: 40px;
  }
  #view.AMAIA-PTLGI .product-wrapper h3 {
    text-indent: -9999px;
  }
  #view.AMAIA-PTLGI .features.PTLGI.clr {
    padding: 0;
  }
  #view.AMAIA-PTLGI .features.PTLGI.clr .one {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #view.AMAIA-ADD #offset {
    background: none;
    background-color: #427e7e;
  }
  #view.AMAIA-ADD .one {
    padding: 0 40px;
    background-color: #427e7e;
  }
  #view.AMAIA-ADD .two,
#view.AMAIA-ADD .three {
    padding: 0 40px;
    background-color: #427e7e;
  }
  #view.AMAIA-ADD .product-wrapper {
    float: none;
    margin: 5px auto;
  }
  #view.AMAIA-ADD .product-wrapper h3 {
    text-align: center;
  }
  #view.AMAIA-ADD .features.ADD.clr {
    padding: 0;
  }
  #view.AMAIA-ADD .features .column.one {
    padding: 40px 40px 0;
  }
  #view.AMAIA-ADD .features .column h3 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
.loadingModal {
  background: #CCC;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#loading {
  list-style: none;
  margin: 250px auto;
  text-align: center;
  width: 100%;
  padding: 0;
}

@media (max-width: 640px) {
  .loadingModal {
    z-index: -1;
  }
}
/* Loading animation inspired by http://codepen.io/joni/details/FiKsd */
@keyframes loader {
  50% {
    height: 6px;
    margin-top: 74px;
    opacity: 0.1;
  }
}
.bar {
  height: 80px;
  width: 6px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  margin: 0 2px;
  animation: loader 1.3s infinite;
}

.bar:nth-child(1) {
  animation-delay: 0.1s;
}

.bar:nth-child(2) {
  animation-delay: 0.2s;
}

.bar:nth-child(4) {
  animation-delay: 0.4s;
}

.bar:nth-child(5) {
  animation-delay: 0.5s;
}

.bar:nth-child(6) {
  animation-delay: 0.6s;
}

.bar:nth-child(7) {
  animation-delay: 0.7s;
}

.bar:nth-child(8) {
  animation-delay: 0.8s;
}

.bar:nth-child(9) {
  animation-delay: 0.9s;
}

.bar:nth-child(10) {
  animation-delay: 1s;
}

.dropdown.touch select,
.state-dropdown.touch select {
  font-size: 16px;
}

/*# sourceMappingURL=main.css.map */