/*!
 * IRESS Bootstrap v3.2.0 - overrides
 *
 * Copyright (c)2015 IRESS UK Ltd.
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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,
.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,
.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;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].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: #3A1C46;
  border-color: #2b1534;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c0d22;
  border-color: #070308;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3A1C46;
  border-color: #2b1534;
}
.btn-primary .badge {
  color: #3A1C46;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].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.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].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.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].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: #b9332f;
  border-color: #a52d2a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #902825;
  border-color: #74201d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #b9332f;
  border-color: #a52d2a;
}
.btn-danger .badge {
  color: #b9332f;
  background-color: #fff;
}
.btn-link {
  color: #317ab9;
  font-weight: normal;
  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: #21527d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
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: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 0.85714286em;
  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%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
}
/*
@iress-sidebar-link-color: inherit;
@iress-sidebar-active-link-color: #f5f5f5;
@iress-sidebar-active-link-bg: #555;
*/
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *   width: calc(100vw - 10em);
 *
 * with:
 *
 *   .viewport-unit(height, 50vh);
 *   .viewport-unit(font-size, 5vmin);
 *   .viewport-unit(width, 100vw, -10em);
 */
/*
// Variables
@black: #000000;
@grey: #999999;
@light-grey: #CCCCCC;
@white: #FFFFFF;
@near-black: #030303;
@green: #51A351;
@red: #BD362F;
@blue: #2F96B4;
@orange: #F89406;
*/
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a {
  text-decoration: underline;
}
.toast-message a:hover {
  text-decoration: underline;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-validation-summary {
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAIAAADZ8fBYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAT9JREFUSEuV1aEOAjEMBuB7IxwKhUOhUDgMEoNEYBFYBE9BgkYgEBAQCEJAIJEYHgB+sktvdF3bu5ClIc133dbbio/ved+uu24Hoy/9U3jywG3brU2zgdFJ2y6hcP204TLUT2uuiDrprKugHlp2Gbrv917HQ/ghDq6+1oKbVnoaDqhtEJOr0NwVp6+4OfrPza2p7op05SobZbopXbr67ntcRv9cs6WcbkwXJopsv0t0cZ/P4r4R41ouBJi/dbhMJzpdy4UGs9w3kzbnFBICWrmeqk2a0D9Xp7EUj+WCfcTxm2KUuzn6PB7R+YA4LZyhgivSOMbIRczcFJXdlH6uV+QiVqZPadlzPe4QXJehZIzhAmW7n16+2j2kN584fbvekJGjdTS7vvG8UtpEXS6r2oN6XaKdaA0XqXG3pQ3A/vkCLmcu8cKoyjAAAAAASUVORK5CYII=") !important;
  color: #bd362f;
  border: #bd362f solid 3px;
  border-radius: 6px;
}
#toast-container > .toast-validation-summary .toast-message a {
  color: #bd362f;
  text-decoration: underline;
}
#toast-container > .toast-validation-summary .toast-message a:hover {
  color: #C0908F;
  text-decoration: none;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #3c763d;
  color: #fff !important;
  border: 3px solid #305e31;
}
.toast-error {
  background-color: #a94442;
  color: #fff !important;
  border: 3px solid #8f3a38;
}
.toast-info {
  background-color: #31708f;
  color: #fff !important;
  border: 3px solid #285b74;
}
.toast-warning {
  background-color: #8a6d3b;
  color: #fff !important;
  border: 3px solid #715930;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* NB: combined and optimised from the 1.10.4 .LESS source */
/* Layout helpers
----------------------------------*/
.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 (Uses font-icons)
----------------------------------*/
.ui-icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
  padding: 0;
  top: 0;
}
/* states and images */
.ui-widget-header .ui-icon,
h3 > .ui-icon,
div > .ui-icon,
span > .ui-icon,
td > .ui-icon {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
  line-height: normal!important;
}
.ui-widget-header .ui-icon:focus,
h3 > .ui-icon:focus,
div > .ui-icon:focus,
span > .ui-icon:focus,
td > .ui-icon:focus,
.ui-widget-header .ui-icon:active:focus,
h3 > .ui-icon:active:focus,
div > .ui-icon:active:focus,
span > .ui-icon:active:focus,
td > .ui-icon:active:focus,
.ui-widget-header .ui-icon.active:focus,
h3 > .ui-icon.active:focus,
div > .ui-icon.active:focus,
span > .ui-icon.active:focus,
td > .ui-icon.active:focus,
.ui-widget-header .ui-icon.focus,
h3 > .ui-icon.focus,
div > .ui-icon.focus,
span > .ui-icon.focus,
td > .ui-icon.focus,
.ui-widget-header .ui-icon:active.focus,
h3 > .ui-icon:active.focus,
div > .ui-icon:active.focus,
span > .ui-icon:active.focus,
td > .ui-icon:active.focus,
.ui-widget-header .ui-icon.active.focus,
h3 > .ui-icon.active.focus,
div > .ui-icon.active.focus,
span > .ui-icon.active.focus,
td > .ui-icon.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-widget-header .ui-icon:hover,
h3 > .ui-icon:hover,
div > .ui-icon:hover,
span > .ui-icon:hover,
td > .ui-icon:hover,
.ui-widget-header .ui-icon:focus,
h3 > .ui-icon:focus,
div > .ui-icon:focus,
span > .ui-icon:focus,
td > .ui-icon:focus,
.ui-widget-header .ui-icon.focus,
h3 > .ui-icon.focus,
div > .ui-icon.focus,
span > .ui-icon.focus,
td > .ui-icon.focus {
  color: #333;
  text-decoration: none;
}
.ui-widget-header .ui-icon:active,
h3 > .ui-icon:active,
div > .ui-icon:active,
span > .ui-icon:active,
td > .ui-icon:active,
.ui-widget-header .ui-icon.active,
h3 > .ui-icon.active,
div > .ui-icon.active,
span > .ui-icon.active,
td > .ui-icon.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);
}
.ui-widget-header .ui-icon.disabled,
h3 > .ui-icon.disabled,
div > .ui-icon.disabled,
span > .ui-icon.disabled,
td > .ui-icon.disabled,
.ui-widget-header .ui-icon[disabled],
h3 > .ui-icon[disabled],
div > .ui-icon[disabled],
span > .ui-icon[disabled],
td > .ui-icon[disabled],
fieldset[disabled] .ui-widget-header .ui-icon,
fieldset[disabled] h3 > .ui-icon,
fieldset[disabled] div > .ui-icon,
fieldset[disabled] span > .ui-icon,
fieldset[disabled] td > .ui-icon {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-widget-header .ui-icon:hover,
h3 > .ui-icon:hover,
div > .ui-icon:hover,
span > .ui-icon:hover,
td > .ui-icon:hover,
.ui-widget-header .ui-icon:focus,
h3 > .ui-icon:focus,
div > .ui-icon:focus,
span > .ui-icon:focus,
td > .ui-icon:focus,
.ui-widget-header .ui-icon.focus,
h3 > .ui-icon.focus,
div > .ui-icon.focus,
span > .ui-icon.focus,
td > .ui-icon.focus,
.ui-widget-header .ui-icon:active,
h3 > .ui-icon:active,
div > .ui-icon:active,
span > .ui-icon:active,
td > .ui-icon:active,
.ui-widget-header .ui-icon.active,
h3 > .ui-icon.active,
div > .ui-icon.active,
span > .ui-icon.active,
td > .ui-icon.active,
.open > .dropdown-toggle.ui-widget-header .ui-icon,
.open > .dropdown-toggleh3 > .ui-icon,
.open > .dropdown-togglediv > .ui-icon,
.open > .dropdown-togglespan > .ui-icon,
.open > .dropdown-toggletd > .ui-icon {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ui-widget-header .ui-icon:active,
h3 > .ui-icon:active,
div > .ui-icon:active,
span > .ui-icon:active,
td > .ui-icon:active,
.ui-widget-header .ui-icon.active,
h3 > .ui-icon.active,
div > .ui-icon.active,
span > .ui-icon.active,
td > .ui-icon.active,
.open > .dropdown-toggle.ui-widget-header .ui-icon,
.open > .dropdown-toggleh3 > .ui-icon,
.open > .dropdown-togglediv > .ui-icon,
.open > .dropdown-togglespan > .ui-icon,
.open > .dropdown-toggletd > .ui-icon {
  background-image: none;
}
.ui-widget-header .ui-icon.disabled,
h3 > .ui-icon.disabled,
div > .ui-icon.disabled,
span > .ui-icon.disabled,
td > .ui-icon.disabled,
.ui-widget-header .ui-icon[disabled],
h3 > .ui-icon[disabled],
div > .ui-icon[disabled],
span > .ui-icon[disabled],
td > .ui-icon[disabled],
fieldset[disabled] .ui-widget-header .ui-icon,
fieldset[disabled] h3 > .ui-icon,
fieldset[disabled] div > .ui-icon,
fieldset[disabled] span > .ui-icon,
fieldset[disabled] td > .ui-icon,
.ui-widget-header .ui-icon.disabled:hover,
h3 > .ui-icon.disabled:hover,
div > .ui-icon.disabled:hover,
span > .ui-icon.disabled:hover,
td > .ui-icon.disabled:hover,
.ui-widget-header .ui-icon[disabled]:hover,
h3 > .ui-icon[disabled]:hover,
div > .ui-icon[disabled]:hover,
span > .ui-icon[disabled]:hover,
td > .ui-icon[disabled]:hover,
fieldset[disabled] .ui-widget-header .ui-icon:hover,
fieldset[disabled] h3 > .ui-icon:hover,
fieldset[disabled] div > .ui-icon:hover,
fieldset[disabled] span > .ui-icon:hover,
fieldset[disabled] td > .ui-icon:hover,
.ui-widget-header .ui-icon.disabled:focus,
h3 > .ui-icon.disabled:focus,
div > .ui-icon.disabled:focus,
span > .ui-icon.disabled:focus,
td > .ui-icon.disabled:focus,
.ui-widget-header .ui-icon[disabled]:focus,
h3 > .ui-icon[disabled]:focus,
div > .ui-icon[disabled]:focus,
span > .ui-icon[disabled]:focus,
td > .ui-icon[disabled]:focus,
fieldset[disabled] .ui-widget-header .ui-icon:focus,
fieldset[disabled] h3 > .ui-icon:focus,
fieldset[disabled] div > .ui-icon:focus,
fieldset[disabled] span > .ui-icon:focus,
fieldset[disabled] td > .ui-icon:focus,
.ui-widget-header .ui-icon.disabled.focus,
h3 > .ui-icon.disabled.focus,
div > .ui-icon.disabled.focus,
span > .ui-icon.disabled.focus,
td > .ui-icon.disabled.focus,
.ui-widget-header .ui-icon[disabled].focus,
h3 > .ui-icon[disabled].focus,
div > .ui-icon[disabled].focus,
span > .ui-icon[disabled].focus,
td > .ui-icon[disabled].focus,
fieldset[disabled] .ui-widget-header .ui-icon.focus,
fieldset[disabled] h3 > .ui-icon.focus,
fieldset[disabled] div > .ui-icon.focus,
fieldset[disabled] span > .ui-icon.focus,
fieldset[disabled] td > .ui-icon.focus,
.ui-widget-header .ui-icon.disabled:active,
h3 > .ui-icon.disabled:active,
div > .ui-icon.disabled:active,
span > .ui-icon.disabled:active,
td > .ui-icon.disabled:active,
.ui-widget-header .ui-icon[disabled]:active,
h3 > .ui-icon[disabled]:active,
div > .ui-icon[disabled]:active,
span > .ui-icon[disabled]:active,
td > .ui-icon[disabled]:active,
fieldset[disabled] .ui-widget-header .ui-icon:active,
fieldset[disabled] h3 > .ui-icon:active,
fieldset[disabled] div > .ui-icon:active,
fieldset[disabled] span > .ui-icon:active,
fieldset[disabled] td > .ui-icon:active,
.ui-widget-header .ui-icon.disabled.active,
h3 > .ui-icon.disabled.active,
div > .ui-icon.disabled.active,
span > .ui-icon.disabled.active,
td > .ui-icon.disabled.active,
.ui-widget-header .ui-icon[disabled].active,
h3 > .ui-icon[disabled].active,
div > .ui-icon[disabled].active,
span > .ui-icon[disabled].active,
td > .ui-icon[disabled].active,
fieldset[disabled] .ui-widget-header .ui-icon.active,
fieldset[disabled] h3 > .ui-icon.active,
fieldset[disabled] div > .ui-icon.active,
fieldset[disabled] span > .ui-icon.active,
fieldset[disabled] td > .ui-icon.active {
  background-color: #fff;
  border-color: #ccc;
}
.ui-widget-header .ui-icon .badge,
h3 > .ui-icon .badge,
div > .ui-icon .badge,
span > .ui-icon .badge,
td > .ui-icon .badge {
  color: #fff;
  background-color: #333;
}
/* 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!important;
  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!important;
  top: auto!important;
}
.ui-resizable-se.ui-icon {
  padding: 0!important;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: 0;
  transform: rotate(0deg);
  font-size: 9px;
}
.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-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .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: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .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: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* 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;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  font-family: FontAwesome;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
  top: 0;
  border: 0;
}
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:active:focus,
.ui-datepicker .ui-datepicker-next:active:focus,
.ui-datepicker .ui-datepicker-prev.active:focus,
.ui-datepicker .ui-datepicker-next.active:focus,
.ui-datepicker .ui-datepicker-prev.focus,
.ui-datepicker .ui-datepicker-next.focus,
.ui-datepicker .ui-datepicker-prev:active.focus,
.ui-datepicker .ui-datepicker-next:active.focus,
.ui-datepicker .ui-datepicker-prev.active.focus,
.ui-datepicker .ui-datepicker-next.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev.focus,
.ui-datepicker .ui-datepicker-next.focus {
  color: #333;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev.active,
.ui-datepicker .ui-datepicker-next.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);
}
.ui-datepicker .ui-datepicker-prev.disabled,
.ui-datepicker .ui-datepicker-next.disabled,
.ui-datepicker .ui-datepicker-prev[disabled],
.ui-datepicker .ui-datepicker-next[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-prev,
fieldset[disabled] .ui-datepicker .ui-datepicker-next {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev.focus,
.ui-datepicker .ui-datepicker-next.focus,
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev.active,
.ui-datepicker .ui-datepicker-next.active,
.open > .dropdown-toggle.ui-datepicker .ui-datepicker-prev,
.open > .dropdown-toggle.ui-datepicker .ui-datepicker-next {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev.active,
.ui-datepicker .ui-datepicker-next.active,
.open > .dropdown-toggle.ui-datepicker .ui-datepicker-prev,
.open > .dropdown-toggle.ui-datepicker .ui-datepicker-next {
  background-image: none;
}
.ui-datepicker .ui-datepicker-prev.disabled,
.ui-datepicker .ui-datepicker-next.disabled,
.ui-datepicker .ui-datepicker-prev[disabled],
.ui-datepicker .ui-datepicker-next[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-prev,
fieldset[disabled] .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev.disabled:hover,
.ui-datepicker .ui-datepicker-next.disabled:hover,
.ui-datepicker .ui-datepicker-prev[disabled]:hover,
.ui-datepicker .ui-datepicker-next[disabled]:hover,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev:hover,
fieldset[disabled] .ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev.disabled:focus,
.ui-datepicker .ui-datepicker-next.disabled:focus,
.ui-datepicker .ui-datepicker-prev[disabled]:focus,
.ui-datepicker .ui-datepicker-next[disabled]:focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev:focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev.disabled.focus,
.ui-datepicker .ui-datepicker-next.disabled.focus,
.ui-datepicker .ui-datepicker-prev[disabled].focus,
.ui-datepicker .ui-datepicker-next[disabled].focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev.focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-next.focus,
.ui-datepicker .ui-datepicker-prev.disabled:active,
.ui-datepicker .ui-datepicker-next.disabled:active,
.ui-datepicker .ui-datepicker-prev[disabled]:active,
.ui-datepicker .ui-datepicker-next[disabled]:active,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev:active,
fieldset[disabled] .ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev.disabled.active,
.ui-datepicker .ui-datepicker-next.disabled.active,
.ui-datepicker .ui-datepicker-prev[disabled].active,
.ui-datepicker .ui-datepicker-next[disabled].active,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev.active,
fieldset[disabled] .ui-datepicker .ui-datepicker-next.active {
  background-color: #fff;
  border-color: #ccc;
}
.ui-datepicker .ui-datepicker-prev .badge,
.ui-datepicker .ui-datepicker-next .badge {
  color: #fff;
  background-color: #333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left !important;
  margin-left: 4px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-next {
  float: right !important;
  margin-right: 4px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* 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 .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-datepicker-div {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default {
  color: #444;
  border: 1px solid #ccc;
  background-color: #eee;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default:hover {
  border: 1px solid #b3b3b3;
  background-color: transparent;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default.ui-state-highlight {
  color: #444;
  border: 1px solid #ff0;
  background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default.ui-state-active {
  color: #444;
  border: 1px solid #b3b3b3;
  background-color: #ddd;
}
/* NOT IN USE
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

// 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: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
*/
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  padding-right: 2em;
}
.ui-spinner-button {
  width: 3em;
  height: 50%;
  font-size: .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;
  border-left: 1px solid #ccc;
  background-color: #eeeeee;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 0.5em;
  left: 0.375em;
}
.ie .ui-spinner .ui-icon {
  left: 0;
}
.ui-spinner-up {
  top: 1px;
  right: 1px;
  border-top-right-radius: 4px;
}
.ui-spinner-down {
  bottom: 1px;
  right: 1px;
  border-bottom-right-radius: 4px;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-spinner-button .ui-icon {
  font-size: 2em;
  color: transparent;
}
.ui-spinner-button .ui-icon:before {
  color: #555555;
}
.input-group .ui-spinner-button {
  z-index: 3;
}
.input-group .input-group-addon + .ui-spinner .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/**
 * bootstrap-multiselect.less
 * https://github.com/davidstutz/bootstrap-multiselect
 *
 * Copyright 2012 - 2014 David Stutz
 *
 * Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
/* IRESS Bootstrap v3.20
 * helper styles
 */
.splash {
  text-align: center;
  margin: 10% 0 0 0;
  font-size: 5em;
  line-height: 1.5em;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  position: fixed;
  width: 100%;
}
.simple-splash {
  text-align: center;
  margin: 10% 0 0 0;
  font-size: 3em;
  line-height: 1.5em;
}
.splash-absolute {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  z-index: 2001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash-absolute .fa-spin {
  color: #fff;
}
dd.force-overflow,
h4.force-overflow,
h2.force-overflow,
p.force-overflow,
td.force-overflow {
  word-wrap: break-word;
}
.loading {
  text-align: center;
  font-size: 1.2em;
}
.loading .glyphicon {
  font-size: 1.8em;
}
.action-plan h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.action-plan dl {
  margin-bottom: 0;
  margin-top: 3px;
}
.data-icon {
  color: #444;
}
.non-semantic-protector {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
a:hover {
  cursor: pointer;
}
/* NOT IN USE
.iress-breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: none;

  a {
    color: #222222;

    &:hover,
    &:focus {
      color: #444444;
      text-decoration: none;
    }

  }

  > li + li:before {
    padding: 0 5px;
    content: ">";
  }
}
*/
.iress-expand-collapse {
  position: relative;
}
.iress-expand-collapse:hover {
  text-decoration: none;
}
.gutter-left {
  margin-left: 15px !important;
}
.gutter-right {
  margin-right: 15px !important;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.ring {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  height: 1em;
  width: 1em;
  color: transparent;
  background-color: transparent;
  border: 0.4em solid;
}
.sr-only {
  color: #000 !important;
  background: #fff !important;
}
.cannot-view {
  height: 100%;
  width: 100%;
  font-size: large;
  color: black;
  text-align: center;
}
.height100 {
  height: 100% !important;
}
.width100 {
  width: 100% !important;
}
.width50 {
  width: 50% !important;
}
.widthAuto {
  width: auto !important;
}
.text-after,
.right-margin,
.margin-right {
  margin-right: 0.375em !important;
}
.text-before,
.left-margin,
.margin-left {
  margin-left: 0.375em !important;
}
.top-margin,
.margin-top {
  margin-top: .5em !important;
}
.top-margin-med,
.margin-top-med {
  margin-top: 1em !important;
}
.bottom-margin,
.margin-bottom {
  margin-bottom: .5em !important;
}
.margin-centre {
  margin: 0 auto !important;
}
.margin-right-large {
  margin-right: 1em !important;
}
.margin-left-large {
  margin-left: 1em !important;
}
.top-margin-large,
.margin-top-large {
  margin-top: 2em !important;
}
.bottom-margin-large,
.margin-bottom-large {
  margin-bottom: 2em !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.indent-left {
  margin-left: -15px;
}
.flush {
  padding: 0 !important;
}
.flush-left {
  padding-left: 0 !important;
}
.flush-right {
  padding-right: 0 !important;
}
.flush-top {
  padding-top: 0 !important;
}
.flush-bottom {
  padding-bottom: 0 !important;
}
.underline {
  text-decoration: underline;
}
ul.horizontal > li {
  float: left;
}
.rotate90 {
  width: 100vh;
  height: 44px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg) translateY(-44px);
  -moz-transform: rotate(90deg) translateY(-44px);
  -o-transform: rotate(90deg) translateY(-44px);
  -ms-transform: rotate(90deg) translateY(-44px);
  transform: rotate(90deg) translateY(-44px);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .rotate90 {
    width: calc(1024px);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .rotate90 {
    width: calc(768px);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .rotate90 {
    width: calc(480px);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .rotate90 {
    width: calc(320px);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .rotate90 {
    width: calc(568px);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .rotate90 {
    width: calc(320px);
  }
}
.rotate90 ul {
  height: 100%;
}
.rotate90 ul li {
  height: 100%;
  border-right: 1px solid rgba(68, 68, 68, 0.35);
}
.rotate90 ul li.next-steps {
  border-right: 0;
}
.safari .rotate90 {
  width: 2000px;
}
.normal-weight {
  font-weight: normal !important;
}
.pointer {
  cursor: pointer !important;
}
.invisible {
  visibility: hidden !important;
}
.no-top-border {
  border-top: 0 !important;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.wrap-limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 3.25em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-align-left {
  text-align: left;
}
.text-align-center,
.text-align-centre {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
a.mail-home-icon:before,
span.mail-home-icon:before,
a.mail-work-icon:before,
span.mail-work-icon:before,
a.mail-other-icon:before,
span.mail-other-icon:before,
a.phone-home-icon:before,
span.phone-home-icon:before,
a.phone-work-icon:before,
span.phone-work-icon:before,
a.phone-mobile-icon:before,
span.phone-mobile-icon:before,
a.phone-other-icon:before,
span.phone-other-icon:before {
  font-family: FontAwesome;
  margin-right: 0.375em;
  color: #444;
  display: inline;
  width: 1.28571429em;
  text-align: center;
}
a.mail-home-icon:before,
span.mail-home-icon:before,
a.phone-home-icon:before,
span.phone-home-icon:before {
  content: "\f015";
}
a.mail-work-icon:before,
span.mail-work-icon:before,
a.phone-work-icon:before,
span.phone-work-icon:before {
  content: "\f1ad";
}
a.phone-mobile-icon:before,
span.phone-mobile-icon:before {
  content: "\f10b";
}
a.phone-other-icon:before,
span.phone-other-icon:before {
  content: "\f095";
}
a.mail-other-icon:before,
span.mail-other-icon:before {
  content: "\f0e0";
}
.no-min-height {
  min-height: 0 !important;
}
.no-max-height {
  max-height: none !important;
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.no-shadow.panel {
  border: 1px solid #e3e3e3;
}
/*
//noinspection LessResolvedByNameOnly
@media (min-width: @screen-lg) {

  .max-lg-80 {
    max-width: 80% !important;
  }

}
*/
@media (min-width: 1366px) {
  .stress-test-col-height {
    min-height: 33.92857143em;
  }
}
@media (min-width: 992px) {
  .stress-test-col-height {
    min-height: 35.71428571em;
  }
}
.row-top-right {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 5px 0 0 0;
}
.row-top-right > .btn-group {
  margin: 0;
}
.application-date {
  font-size: 0.92857143em;
}
.absolute-right {
  position: absolute;
  right: 0;
}
.phantom-js *,
.chrome-webdriver *,
html[webdriver='true'] * {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -ms-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  animation-duration: 0s !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -ms-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
.indent-column {
  padding-left: 2em !important;
}
/*
tr.nested-table-wrapper:hover {
  background-color: transparent !important;
  color: inherit !important;
}
*/
tr.nested-table-wrapper > td {
  padding: 0 !important;
}
tr.nested-table-wrapper table .compare-column {
  padding-left: 2em;
}
tr.nested-table-wrapper table > thead > tr {
  background-color: transparent !important;
}
.position-relative {
  position: relative;
}
.selected-product-label {
  position: absolute;
  top: .75em;
  right: 3em;
  font-weight: bold;
  font-size: 1.25em;
}
.i-faded-text {
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
.locale-au {
  display: inline-block;
  background-image: url("images/locale/au.png");
  width: 16px;
  height: 11px;
}
.locale-nz {
  display: inline-block;
  background-image: url("images/locale/nz.png");
  width: 16px;
  height: 11px;
}
.locale-gb {
  display: inline-block;
  background-image: url("images/locale/gb.png");
  width: 16px;
  height: 11px;
}
.locale-fr {
  display: inline-block;
  background-image: url("images/locale/fr.png");
  width: 16px;
  height: 11px;
}
.i-fade-visibility {
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.i-spinner-hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.i-spinner-show {
  visibility: visible;
  opacity: 1;
  cursor: wait !important;
  position: fixed;
  z-index: 10000;
  top: 50px;
  right: 25px;
}
.i-column-xs-6 {
  -moz-column-count: 6;
  /* Firefox */
  -webkit-column-count: 6;
  /* Safari and Chrome */
  column-count: 6;
}
.i-column-xs-5 {
  -moz-column-count: 5;
  /* Firefox */
  -webkit-column-count: 5;
  /* Safari and Chrome */
  column-count: 5;
}
.i-column-xs-4 {
  -moz-column-count: 4;
  /* Firefox */
  -webkit-column-count: 4;
  /* Safari and Chrome */
  column-count: 4;
}
.i-column-xs-3 {
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-count: 3;
}
.i-column-xs-2 {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
}
.i-column-xs-1 {
  -moz-column-count: 1;
  /* Firefox */
  -webkit-column-count: 1;
  /* Safari and Chrome */
  column-count: 1;
}
.panel.i-column-xs-break-after,
.i-panel.i-column-xs-break-after,
.well.i-column-xs-break-after,
.i-well.i-column-xs-break-after,
.i-column-group.i-column-xs-break-after {
  page-break-after: always;
  -webkit-column-break-after: always;
}
.panel.i-column-xs-break-before,
.i-panel.i-column-xs-break-before,
.well.i-column-xs-break-before,
.i-well.i-column-xs-break-before,
.i-column-group.i-column-xs-break-before {
  page-break-before: always;
  -webkit-column-break-before: always;
}
@media (min-width: 768px) {
  .i-column-sm-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-sm-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-sm-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-sm-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-sm-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-sm-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-sm-break-after,
  .i-panel.i-column-sm-break-after,
  .well.i-column-sm-break-after,
  .i-well.i-column-sm-break-after,
  .i-column-group.i-column-sm-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-sm-break-before,
  .i-panel.i-column-sm-break-before,
  .well.i-column-sm-break-before,
  .i-well.i-column-sm-break-before,
  .i-column-group.i-column-sm-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
@media (min-width: 992px) {
  .i-column-md-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-md-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-md-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-md-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-md-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-md-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-md-break-after,
  .i-panel.i-column-md-break-after,
  .well.i-column-md-break-after,
  .i-well.i-column-md-break-after,
  .i-column-group.i-column-md-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-md-break-before,
  .i-panel.i-column-md-break-before,
  .well.i-column-md-break-before,
  .i-well.i-column-md-break-before,
  .i-column-group.i-column-md-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
@media (min-width: 1024px) {
  .i-column-xga-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-xga-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-xga-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-xga-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-xga-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-xga-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-xga-break-after,
  .i-panel.i-column-xga-break-after,
  .well.i-column-xga-break-after,
  .i-well.i-column-xga-break-after,
  .i-column-group.i-column-xga-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-xga-break-before,
  .i-panel.i-column-xga-break-before,
  .well.i-column-xga-break-before,
  .i-well.i-column-xga-break-before,
  .i-column-group.i-column-xga-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
@media (min-width: 1280px) {
  .i-column-sxga-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-sxga-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-sxga-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-sxga-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-sxga-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-sxga-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-sxga-break-after,
  .i-panel.i-column-sxga-break-after,
  .well.i-column-sxga-break-after,
  .i-well.i-column-sxga-break-after,
  .i-column-group.i-column-sxga-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-sxga-break-before,
  .i-panel.i-column-sxga-break-before,
  .well.i-column-sxga-break-before,
  .i-well.i-column-sxga-break-before,
  .i-column-group.i-column-sxga-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
/*
// WXGA grid
//
// minimum of 1366px wide

//noinspection LessUnresolvedMixin,LessResolvedByNameOnly
@media (min-width: 1366px) {
  .make-css-columns(wxga);

  .panel, .i-panel,
  .well, .i-well,
  .i-column-group {

      &.i-column-wxga-break-after {
        .page-break-after();
      }

      &.i-column-wxga-break-before {
        .page-break-before();
      }

  }

}
*/
@media (min-width: 1366px) {
  .i-column-lg-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-lg-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-lg-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-lg-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-lg-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-lg-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-lg-break-after,
  .i-panel.i-column-lg-break-after,
  .well.i-column-lg-break-after,
  .i-well.i-column-lg-break-after,
  .i-column-group.i-column-lg-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-lg-break-before,
  .i-panel.i-column-lg-break-before,
  .well.i-column-lg-break-before,
  .i-well.i-column-lg-break-before,
  .i-column-group.i-column-lg-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
@media (min-width: 1367px) {
  .i-column-above-wxga-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-above-wxga-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-above-wxga-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-above-wxga-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-above-wxga-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-above-wxga-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-above-wxga-break-after,
  .i-panel.i-column-above-wxga-break-after,
  .well.i-column-above-wxga-break-after,
  .i-well.i-column-above-wxga-break-after,
  .i-column-group.i-column-above-wxga-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-above-wxga-break-before,
  .i-panel.i-column-above-wxga-break-before,
  .well.i-column-above-wxga-break-before,
  .i-well.i-column-above-wxga-break-before,
  .i-column-group.i-column-above-wxga-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
@media (min-width: 1918px) {
  .i-column-xl-6 {
    -moz-column-count: 6;
    /* Firefox */
    -webkit-column-count: 6;
    /* Safari and Chrome */
    column-count: 6;
  }
  .i-column-xl-5 {
    -moz-column-count: 5;
    /* Firefox */
    -webkit-column-count: 5;
    /* Safari and Chrome */
    column-count: 5;
  }
  .i-column-xl-4 {
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari and Chrome */
    column-count: 4;
  }
  .i-column-xl-3 {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .i-column-xl-2 {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .i-column-xl-1 {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .panel.i-column-xl-break-after,
  .i-panel.i-column-xl-break-after,
  .well.i-column-xl-break-after,
  .i-well.i-column-xl-break-after,
  .i-column-group.i-column-xl-break-after {
    page-break-after: always;
    -webkit-column-break-after: always;
  }
  .panel.i-column-xl-break-before,
  .i-panel.i-column-xl-break-before,
  .well.i-column-xl-break-before,
  .i-well.i-column-xl-break-before,
  .i-column-group.i-column-xl-break-before {
    page-break-before: always;
    -webkit-column-break-before: always;
  }
}
.i-column {
  column-fill: balance;
  height: 100%;
}
.i-column.row {
  margin-left: 0;
  margin-right: 0;
}
.i-column .panel,
.i-column .i-panel,
.i-column .well,
.i-column .i-well,
.i-column .i-column-group {
  page-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.i-column .panel.i-column-break-after,
.i-column .i-panel.i-column-break-after,
.i-column .well.i-column-break-after,
.i-column .i-well.i-column-break-after,
.i-column .i-column-group.i-column-break-after {
  page-break-after: always;
  -webkit-column-break-after: always;
}
.i-column .panel.i-column-break-before,
.i-column .i-panel.i-column-break-before,
.i-column .well.i-column-break-before,
.i-column .i-well.i-column-break-before,
.i-column .i-column-group.i-column-break-before {
  page-break-before: always;
  -webkit-column-break-before: always;
}
/* IRESS Bootstrap v3.20
 * grid styling
 *
 * based on the original Twitter Bootstrap grid.less / grid-framework.less, with 0.5-width column variants
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1312px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1366px) {
  .container-fluid {
    width: 1312px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .container-fluid.full-width,
  .container-fluid.full-width-with-menu {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1366px) {
  body.nav-left .container-fluid {
    width: 95%;
  }
  body.nav-left .container-fluid.full-width,
  body.nav-left .container-fluid.full-width-with-menu {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-0-5, .col-xs-1, .col-sm-0-5, .col-sm-0, .col-md-0-5, .col-md-1, .col-lg-0-5, .col-lg-1, .col-xs-1-5, .col-xs-2, .col-sm-1-5, .col-sm-2, .col-md-1-5, .col-md-2, .col-lg-1-5, .col-lg-2, .col-xs-2-5, .col-xs-3, .col-sm-2-5, .col-sm-3, .col-md-2-5, .col-md-3, .col-lg-2-5, .col-lg-3, .col-xs-3-5, .col-xs-4, .col-sm-3-5, .col-sm-4, .col-md-3-5, .col-md-4, .col-lg-3-5, .col-lg-4, .col-xs-4-5, .col-xs-5, .col-sm-4-5, .col-sm-5, .col-md-4-5, .col-md-5, .col-lg-4-5, .col-lg-5, .col-xs-5-5, .col-xs-6, .col-sm-5-5, .col-sm-6, .col-md-5-5, .col-md-6, .col-lg-5-5, .col-lg-6, .col-xs-6-5, .col-xs-7, .col-sm-6-5, .col-sm-7, .col-md-6-5, .col-md-7, .col-lg-6-5, .col-lg-7, .col-xs-7-5, .col-xs-8, .col-sm-7-5, .col-sm-8, .col-md-7-5, .col-md-8, .col-lg-7-5, .col-lg-8, .col-xs-8-5, .col-xs-9, .col-sm-8-5, .col-sm-9, .col-md-8-5, .col-md-9, .col-lg-8-5, .col-lg-9, .col-xs-9-5, .col-xs-10, .col-sm-9-5, .col-sm-10, .col-md-9-5, .col-md-10, .col-lg-9-5, .col-lg-10, .col-xs-10-5, .col-xs-11, .col-sm-10-5, .col-sm-11, .col-md-10-5, .col-md-11, .col-lg-10-5, .col-lg-11, .col-xs-11-5, .col-xs-12, .col-sm-11-5, .col-sm-12, .col-md-11-5, .col-md-12, .col-lg-11-5, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-0-5, .col-xs-2, .col-xs-1-5, .col-xs-3, .col-xs-2-5, .col-xs-4, .col-xs-3-5, .col-xs-5, .col-xs-4-5, .col-xs-6, .col-xs-5-5, .col-xs-7, .col-xs-6-5, .col-xs-8, .col-xs-7-5, .col-xs-9, .col-xs-8-5, .col-xs-10, .col-xs-9-5, .col-xs-11, .col-xs-10-5, .col-xs-12, .col-xs-11-5 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11-5 {
  width: 95.83333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10-5 {
  width: 87.5%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9-5 {
  width: 79.16666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8-5 {
  width: 70.83333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7-5 {
  width: 62.5%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6-5 {
  width: 54.16666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5-5 {
  width: 45.83333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4-5 {
  width: 37.5%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3-5 {
  width: 29.16666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2-5 {
  width: 20.83333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1-5 {
  width: 12.5%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-0-5 {
  width: 4.16666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11-5 {
  left: 95.83333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10-5 {
  left: 87.5%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9-5 {
  left: 79.16666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8-5 {
  left: 70.83333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7-5 {
  left: 62.5%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6-5 {
  left: 54.16666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5-5 {
  left: 45.83333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4-5 {
  left: 37.5%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3-5 {
  left: 29.16666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2-5 {
  left: 20.83333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1-5 {
  left: 12.5%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0-5 {
  left: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11-5 {
  left: 95.83333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10-5 {
  left: 87.5%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9-5 {
  left: 79.16666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8-5 {
  left: 70.83333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7-5 {
  left: 62.5%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6-5 {
  left: 54.16666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5-5 {
  left: 45.83333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4-5 {
  left: 37.5%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3-5 {
  left: 29.16666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2-5 {
  left: 20.83333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1-5 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0-5 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-0-5 {
  margin-left: 95.83333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-0-5 {
  margin-left: 87.5%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-0-5 {
  margin-left: 79.16666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-0-5 {
  margin-left: 70.83333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-0-5 {
  margin-left: 62.5%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-0-5 {
  margin-left: 54.16666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-0-5 {
  margin-left: 45.83333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-0-5 {
  margin-left: 37.5%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-0-5 {
  margin-left: 29.16666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-0-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-0-5 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0-5 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-0-5 {
  margin-left: -4.16666667%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-0-5, .col-sm-2, .col-sm-1-5, .col-sm-3, .col-sm-2-5, .col-sm-4, .col-sm-3-5, .col-sm-5, .col-sm-4-5, .col-sm-6, .col-sm-5-5, .col-sm-7, .col-sm-6-5, .col-sm-8, .col-sm-7-5, .col-sm-9, .col-sm-8-5, .col-sm-10, .col-sm-9-5, .col-sm-11, .col-sm-10-5, .col-sm-12, .col-sm-11-5 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11-5 {
    width: 95.83333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10-5 {
    width: 87.5%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9-5 {
    width: 79.16666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8-5 {
    width: 70.83333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7-5 {
    width: 62.5%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6-5 {
    width: 54.16666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5-5 {
    width: 45.83333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4-5 {
    width: 37.5%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3-5 {
    width: 29.16666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2-5 {
    width: 20.83333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1-5 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-0-5 {
    width: 4.16666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11-5 {
    left: 95.83333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10-5 {
    left: 87.5%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9-5 {
    left: 79.16666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8-5 {
    left: 70.83333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7-5 {
    left: 62.5%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6-5 {
    left: 54.16666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5-5 {
    left: 45.83333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4-5 {
    left: 37.5%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3-5 {
    left: 29.16666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2-5 {
    left: 20.83333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1-5 {
    left: 12.5%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0-5 {
    left: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11-5 {
    left: 95.83333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10-5 {
    left: 87.5%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9-5 {
    left: 79.16666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8-5 {
    left: 70.83333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7-5 {
    left: 62.5%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6-5 {
    left: 54.16666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5-5 {
    left: 45.83333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4-5 {
    left: 37.5%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3-5 {
    left: 29.16666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2-5 {
    left: 20.83333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1-5 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0-5 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-0-5, .col-md-2, .col-md-1-5, .col-md-3, .col-md-2-5, .col-md-4, .col-md-3-5, .col-md-5, .col-md-4-5, .col-md-6, .col-md-5-5, .col-md-7, .col-md-6-5, .col-md-8, .col-md-7-5, .col-md-9, .col-md-8-5, .col-md-10, .col-md-9-5, .col-md-11, .col-md-10-5, .col-md-12, .col-md-11-5 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11-5 {
    width: 95.83333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10-5 {
    width: 87.5%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9-5 {
    width: 79.16666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8-5 {
    width: 70.83333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7-5 {
    width: 62.5%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6-5 {
    width: 54.16666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5-5 {
    width: 45.83333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4-5 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3-5 {
    width: 29.16666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2-5 {
    width: 20.83333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1-5 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-0-5 {
    width: 4.16666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11-5 {
    left: 95.83333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10-5 {
    left: 87.5%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9-5 {
    left: 79.16666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8-5 {
    left: 70.83333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7-5 {
    left: 62.5%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6-5 {
    left: 54.16666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5-5 {
    left: 45.83333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4-5 {
    left: 37.5%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3-5 {
    left: 29.16666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2-5 {
    left: 20.83333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1-5 {
    left: 12.5%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0-5 {
    left: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11-5 {
    left: 95.83333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10-5 {
    left: 87.5%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9-5 {
    left: 79.16666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8-5 {
    left: 70.83333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7-5 {
    left: 62.5%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6-5 {
    left: 54.16666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5-5 {
    left: 45.83333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4-5 {
    left: 37.5%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3-5 {
    left: 29.16666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2-5 {
    left: 20.83333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1-5 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0-5 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
@media (min-width: 1024px) {
  .col-xga-1, .col-xga-0-5, .col-xga-2, .col-xga-1-5, .col-xga-3, .col-xga-2-5, .col-xga-4, .col-xga-3-5, .col-xga-5, .col-xga-4-5, .col-xga-6, .col-xga-5-5, .col-xga-7, .col-xga-6-5, .col-xga-8, .col-xga-7-5, .col-xga-9, .col-xga-8-5, .col-xga-10, .col-xga-9-5, .col-xga-11, .col-xga-10-5, .col-xga-12, .col-xga-11-5 {
    float: left;
  }
  .col-xga-12 {
    width: 100%;
  }
  .col-xga-11-5 {
    width: 95.83333333%;
  }
  .col-xga-11 {
    width: 91.66666667%;
  }
  .col-xga-10-5 {
    width: 87.5%;
  }
  .col-xga-10 {
    width: 83.33333333%;
  }
  .col-xga-9-5 {
    width: 79.16666667%;
  }
  .col-xga-9 {
    width: 75%;
  }
  .col-xga-8-5 {
    width: 70.83333333%;
  }
  .col-xga-8 {
    width: 66.66666667%;
  }
  .col-xga-7-5 {
    width: 62.5%;
  }
  .col-xga-7 {
    width: 58.33333333%;
  }
  .col-xga-6-5 {
    width: 54.16666667%;
  }
  .col-xga-6 {
    width: 50%;
  }
  .col-xga-5-5 {
    width: 45.83333333%;
  }
  .col-xga-5 {
    width: 41.66666667%;
  }
  .col-xga-4-5 {
    width: 37.5%;
  }
  .col-xga-4 {
    width: 33.33333333%;
  }
  .col-xga-3-5 {
    width: 29.16666667%;
  }
  .col-xga-3 {
    width: 25%;
  }
  .col-xga-2-5 {
    width: 20.83333333%;
  }
  .col-xga-2 {
    width: 16.66666667%;
  }
  .col-xga-1-5 {
    width: 12.5%;
  }
  .col-xga-1 {
    width: 8.33333333%;
  }
  .col-xga-0-5 {
    width: 4.16666667%;
  }
  .col-xga-pull-12 {
    right: 100%;
  }
  .col-xga-pull-11-5 {
    left: 95.83333333%;
  }
  .col-xga-pull-11 {
    right: 91.66666667%;
  }
  .col-xga-pull-10-5 {
    left: 87.5%;
  }
  .col-xga-pull-10 {
    right: 83.33333333%;
  }
  .col-xga-pull-9-5 {
    left: 79.16666667%;
  }
  .col-xga-pull-9 {
    right: 75%;
  }
  .col-xga-pull-8-5 {
    left: 70.83333333%;
  }
  .col-xga-pull-8 {
    right: 66.66666667%;
  }
  .col-xga-pull-7-5 {
    left: 62.5%;
  }
  .col-xga-pull-7 {
    right: 58.33333333%;
  }
  .col-xga-pull-6-5 {
    left: 54.16666667%;
  }
  .col-xga-pull-6 {
    right: 50%;
  }
  .col-xga-pull-5-5 {
    left: 45.83333333%;
  }
  .col-xga-pull-5 {
    right: 41.66666667%;
  }
  .col-xga-pull-4-5 {
    left: 37.5%;
  }
  .col-xga-pull-4 {
    right: 33.33333333%;
  }
  .col-xga-pull-3-5 {
    left: 29.16666667%;
  }
  .col-xga-pull-3 {
    right: 25%;
  }
  .col-xga-pull-2-5 {
    left: 20.83333333%;
  }
  .col-xga-pull-2 {
    right: 16.66666667%;
  }
  .col-xga-pull-1-5 {
    left: 12.5%;
  }
  .col-xga-pull-1 {
    right: 8.33333333%;
  }
  .col-xga-pull-0-5 {
    left: 4.16666667%;
  }
  .col-xga-pull-0 {
    right: auto;
  }
  .col-xga-push-12 {
    left: 100%;
  }
  .col-xga-push-11-5 {
    left: 95.83333333%;
  }
  .col-xga-push-11 {
    left: 91.66666667%;
  }
  .col-xga-push-10-5 {
    left: 87.5%;
  }
  .col-xga-push-10 {
    left: 83.33333333%;
  }
  .col-xga-push-9-5 {
    left: 79.16666667%;
  }
  .col-xga-push-9 {
    left: 75%;
  }
  .col-xga-push-8-5 {
    left: 70.83333333%;
  }
  .col-xga-push-8 {
    left: 66.66666667%;
  }
  .col-xga-push-7-5 {
    left: 62.5%;
  }
  .col-xga-push-7 {
    left: 58.33333333%;
  }
  .col-xga-push-6-5 {
    left: 54.16666667%;
  }
  .col-xga-push-6 {
    left: 50%;
  }
  .col-xga-push-5-5 {
    left: 45.83333333%;
  }
  .col-xga-push-5 {
    left: 41.66666667%;
  }
  .col-xga-push-4-5 {
    left: 37.5%;
  }
  .col-xga-push-4 {
    left: 33.33333333%;
  }
  .col-xga-push-3-5 {
    left: 29.16666667%;
  }
  .col-xga-push-3 {
    left: 25%;
  }
  .col-xga-push-2-5 {
    left: 20.83333333%;
  }
  .col-xga-push-2 {
    left: 16.66666667%;
  }
  .col-xga-push-1-5 {
    left: 12.5%;
  }
  .col-xga-push-1 {
    left: 8.33333333%;
  }
  .col-xga-push-0-5 {
    left: 4.16666667%;
  }
  .col-xga-push-0 {
    left: auto;
  }
  .col-xga-offset-12 {
    margin-left: 100%;
  }
  .col-xga-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-xga-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xga-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-xga-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xga-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-xga-offset-9 {
    margin-left: 75%;
  }
  .col-xga-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-xga-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xga-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-xga-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xga-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-xga-offset-6 {
    margin-left: 50%;
  }
  .col-xga-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-xga-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xga-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-xga-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xga-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-xga-offset-3 {
    margin-left: 25%;
  }
  .col-xga-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-xga-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xga-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-xga-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xga-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-xga-offset-0 {
    margin-left: 0%;
  }
  .col-xga-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
@media (min-width: 1280px) {
  .col-sxga-1, .col-sxga-0-5, .col-sxga-2, .col-sxga-1-5, .col-sxga-3, .col-sxga-2-5, .col-sxga-4, .col-sxga-3-5, .col-sxga-5, .col-sxga-4-5, .col-sxga-6, .col-sxga-5-5, .col-sxga-7, .col-sxga-6-5, .col-sxga-8, .col-sxga-7-5, .col-sxga-9, .col-sxga-8-5, .col-sxga-10, .col-sxga-9-5, .col-sxga-11, .col-sxga-10-5, .col-sxga-12, .col-sxga-11-5 {
    float: left;
  }
  .col-sxga-12 {
    width: 100%;
  }
  .col-sxga-11-5 {
    width: 95.83333333%;
  }
  .col-sxga-11 {
    width: 91.66666667%;
  }
  .col-sxga-10-5 {
    width: 87.5%;
  }
  .col-sxga-10 {
    width: 83.33333333%;
  }
  .col-sxga-9-5 {
    width: 79.16666667%;
  }
  .col-sxga-9 {
    width: 75%;
  }
  .col-sxga-8-5 {
    width: 70.83333333%;
  }
  .col-sxga-8 {
    width: 66.66666667%;
  }
  .col-sxga-7-5 {
    width: 62.5%;
  }
  .col-sxga-7 {
    width: 58.33333333%;
  }
  .col-sxga-6-5 {
    width: 54.16666667%;
  }
  .col-sxga-6 {
    width: 50%;
  }
  .col-sxga-5-5 {
    width: 45.83333333%;
  }
  .col-sxga-5 {
    width: 41.66666667%;
  }
  .col-sxga-4-5 {
    width: 37.5%;
  }
  .col-sxga-4 {
    width: 33.33333333%;
  }
  .col-sxga-3-5 {
    width: 29.16666667%;
  }
  .col-sxga-3 {
    width: 25%;
  }
  .col-sxga-2-5 {
    width: 20.83333333%;
  }
  .col-sxga-2 {
    width: 16.66666667%;
  }
  .col-sxga-1-5 {
    width: 12.5%;
  }
  .col-sxga-1 {
    width: 8.33333333%;
  }
  .col-sxga-0-5 {
    width: 4.16666667%;
  }
  .col-sxga-pull-12 {
    right: 100%;
  }
  .col-sxga-pull-11-5 {
    left: 95.83333333%;
  }
  .col-sxga-pull-11 {
    right: 91.66666667%;
  }
  .col-sxga-pull-10-5 {
    left: 87.5%;
  }
  .col-sxga-pull-10 {
    right: 83.33333333%;
  }
  .col-sxga-pull-9-5 {
    left: 79.16666667%;
  }
  .col-sxga-pull-9 {
    right: 75%;
  }
  .col-sxga-pull-8-5 {
    left: 70.83333333%;
  }
  .col-sxga-pull-8 {
    right: 66.66666667%;
  }
  .col-sxga-pull-7-5 {
    left: 62.5%;
  }
  .col-sxga-pull-7 {
    right: 58.33333333%;
  }
  .col-sxga-pull-6-5 {
    left: 54.16666667%;
  }
  .col-sxga-pull-6 {
    right: 50%;
  }
  .col-sxga-pull-5-5 {
    left: 45.83333333%;
  }
  .col-sxga-pull-5 {
    right: 41.66666667%;
  }
  .col-sxga-pull-4-5 {
    left: 37.5%;
  }
  .col-sxga-pull-4 {
    right: 33.33333333%;
  }
  .col-sxga-pull-3-5 {
    left: 29.16666667%;
  }
  .col-sxga-pull-3 {
    right: 25%;
  }
  .col-sxga-pull-2-5 {
    left: 20.83333333%;
  }
  .col-sxga-pull-2 {
    right: 16.66666667%;
  }
  .col-sxga-pull-1-5 {
    left: 12.5%;
  }
  .col-sxga-pull-1 {
    right: 8.33333333%;
  }
  .col-sxga-pull-0-5 {
    left: 4.16666667%;
  }
  .col-sxga-pull-0 {
    right: auto;
  }
  .col-sxga-push-12 {
    left: 100%;
  }
  .col-sxga-push-11-5 {
    left: 95.83333333%;
  }
  .col-sxga-push-11 {
    left: 91.66666667%;
  }
  .col-sxga-push-10-5 {
    left: 87.5%;
  }
  .col-sxga-push-10 {
    left: 83.33333333%;
  }
  .col-sxga-push-9-5 {
    left: 79.16666667%;
  }
  .col-sxga-push-9 {
    left: 75%;
  }
  .col-sxga-push-8-5 {
    left: 70.83333333%;
  }
  .col-sxga-push-8 {
    left: 66.66666667%;
  }
  .col-sxga-push-7-5 {
    left: 62.5%;
  }
  .col-sxga-push-7 {
    left: 58.33333333%;
  }
  .col-sxga-push-6-5 {
    left: 54.16666667%;
  }
  .col-sxga-push-6 {
    left: 50%;
  }
  .col-sxga-push-5-5 {
    left: 45.83333333%;
  }
  .col-sxga-push-5 {
    left: 41.66666667%;
  }
  .col-sxga-push-4-5 {
    left: 37.5%;
  }
  .col-sxga-push-4 {
    left: 33.33333333%;
  }
  .col-sxga-push-3-5 {
    left: 29.16666667%;
  }
  .col-sxga-push-3 {
    left: 25%;
  }
  .col-sxga-push-2-5 {
    left: 20.83333333%;
  }
  .col-sxga-push-2 {
    left: 16.66666667%;
  }
  .col-sxga-push-1-5 {
    left: 12.5%;
  }
  .col-sxga-push-1 {
    left: 8.33333333%;
  }
  .col-sxga-push-0-5 {
    left: 4.16666667%;
  }
  .col-sxga-push-0 {
    left: auto;
  }
  .col-sxga-offset-12 {
    margin-left: 100%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-sxga-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-sxga-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-sxga-offset-9 {
    margin-left: 75%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-sxga-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-sxga-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-sxga-offset-6 {
    margin-left: 50%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-sxga-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-sxga-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-sxga-offset-3 {
    margin-left: 25%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-sxga-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-sxga-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sxga-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-sxga-offset-0 {
    margin-left: 0%;
  }
  .col-sxga-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
@media (min-width: 1366px) {
  .col-lg-1, .col-lg-0-5, .col-lg-2, .col-lg-1-5, .col-lg-3, .col-lg-2-5, .col-lg-4, .col-lg-3-5, .col-lg-5, .col-lg-4-5, .col-lg-6, .col-lg-5-5, .col-lg-7, .col-lg-6-5, .col-lg-8, .col-lg-7-5, .col-lg-9, .col-lg-8-5, .col-lg-10, .col-lg-9-5, .col-lg-11, .col-lg-10-5, .col-lg-12, .col-lg-11-5 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11-5 {
    width: 95.83333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10-5 {
    width: 87.5%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9-5 {
    width: 79.16666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8-5 {
    width: 70.83333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7-5 {
    width: 62.5%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6-5 {
    width: 54.16666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5-5 {
    width: 45.83333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4-5 {
    width: 37.5%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3-5 {
    width: 29.16666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2-5 {
    width: 20.83333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1-5 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-0-5 {
    width: 4.16666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11-5 {
    left: 95.83333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10-5 {
    left: 87.5%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9-5 {
    left: 79.16666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8-5 {
    left: 70.83333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7-5 {
    left: 62.5%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6-5 {
    left: 54.16666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5-5 {
    left: 45.83333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4-5 {
    left: 37.5%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3-5 {
    left: 29.16666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2-5 {
    left: 20.83333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1-5 {
    left: 12.5%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0-5 {
    left: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11-5 {
    left: 95.83333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10-5 {
    left: 87.5%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9-5 {
    left: 79.16666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8-5 {
    left: 70.83333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7-5 {
    left: 62.5%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6-5 {
    left: 54.16666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5-5 {
    left: 45.83333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4-5 {
    left: 37.5%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3-5 {
    left: 29.16666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2-5 {
    left: 20.83333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1-5 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0-5 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
@media (min-width: 1367px) {
  .col-above-wxga-1, .col-above-wxga-0-5, .col-above-wxga-2, .col-above-wxga-1-5, .col-above-wxga-3, .col-above-wxga-2-5, .col-above-wxga-4, .col-above-wxga-3-5, .col-above-wxga-5, .col-above-wxga-4-5, .col-above-wxga-6, .col-above-wxga-5-5, .col-above-wxga-7, .col-above-wxga-6-5, .col-above-wxga-8, .col-above-wxga-7-5, .col-above-wxga-9, .col-above-wxga-8-5, .col-above-wxga-10, .col-above-wxga-9-5, .col-above-wxga-11, .col-above-wxga-10-5, .col-above-wxga-12, .col-above-wxga-11-5 {
    float: left;
  }
  .col-above-wxga-12 {
    width: 100%;
  }
  .col-above-wxga-11-5 {
    width: 95.83333333%;
  }
  .col-above-wxga-11 {
    width: 91.66666667%;
  }
  .col-above-wxga-10-5 {
    width: 87.5%;
  }
  .col-above-wxga-10 {
    width: 83.33333333%;
  }
  .col-above-wxga-9-5 {
    width: 79.16666667%;
  }
  .col-above-wxga-9 {
    width: 75%;
  }
  .col-above-wxga-8-5 {
    width: 70.83333333%;
  }
  .col-above-wxga-8 {
    width: 66.66666667%;
  }
  .col-above-wxga-7-5 {
    width: 62.5%;
  }
  .col-above-wxga-7 {
    width: 58.33333333%;
  }
  .col-above-wxga-6-5 {
    width: 54.16666667%;
  }
  .col-above-wxga-6 {
    width: 50%;
  }
  .col-above-wxga-5-5 {
    width: 45.83333333%;
  }
  .col-above-wxga-5 {
    width: 41.66666667%;
  }
  .col-above-wxga-4-5 {
    width: 37.5%;
  }
  .col-above-wxga-4 {
    width: 33.33333333%;
  }
  .col-above-wxga-3-5 {
    width: 29.16666667%;
  }
  .col-above-wxga-3 {
    width: 25%;
  }
  .col-above-wxga-2-5 {
    width: 20.83333333%;
  }
  .col-above-wxga-2 {
    width: 16.66666667%;
  }
  .col-above-wxga-1-5 {
    width: 12.5%;
  }
  .col-above-wxga-1 {
    width: 8.33333333%;
  }
  .col-above-wxga-0-5 {
    width: 4.16666667%;
  }
  .col-above-wxga-pull-12 {
    right: 100%;
  }
  .col-above-wxga-pull-11-5 {
    left: 95.83333333%;
  }
  .col-above-wxga-pull-11 {
    right: 91.66666667%;
  }
  .col-above-wxga-pull-10-5 {
    left: 87.5%;
  }
  .col-above-wxga-pull-10 {
    right: 83.33333333%;
  }
  .col-above-wxga-pull-9-5 {
    left: 79.16666667%;
  }
  .col-above-wxga-pull-9 {
    right: 75%;
  }
  .col-above-wxga-pull-8-5 {
    left: 70.83333333%;
  }
  .col-above-wxga-pull-8 {
    right: 66.66666667%;
  }
  .col-above-wxga-pull-7-5 {
    left: 62.5%;
  }
  .col-above-wxga-pull-7 {
    right: 58.33333333%;
  }
  .col-above-wxga-pull-6-5 {
    left: 54.16666667%;
  }
  .col-above-wxga-pull-6 {
    right: 50%;
  }
  .col-above-wxga-pull-5-5 {
    left: 45.83333333%;
  }
  .col-above-wxga-pull-5 {
    right: 41.66666667%;
  }
  .col-above-wxga-pull-4-5 {
    left: 37.5%;
  }
  .col-above-wxga-pull-4 {
    right: 33.33333333%;
  }
  .col-above-wxga-pull-3-5 {
    left: 29.16666667%;
  }
  .col-above-wxga-pull-3 {
    right: 25%;
  }
  .col-above-wxga-pull-2-5 {
    left: 20.83333333%;
  }
  .col-above-wxga-pull-2 {
    right: 16.66666667%;
  }
  .col-above-wxga-pull-1-5 {
    left: 12.5%;
  }
  .col-above-wxga-pull-1 {
    right: 8.33333333%;
  }
  .col-above-wxga-pull-0-5 {
    left: 4.16666667%;
  }
  .col-above-wxga-pull-0 {
    right: auto;
  }
  .col-above-wxga-push-12 {
    left: 100%;
  }
  .col-above-wxga-push-11-5 {
    left: 95.83333333%;
  }
  .col-above-wxga-push-11 {
    left: 91.66666667%;
  }
  .col-above-wxga-push-10-5 {
    left: 87.5%;
  }
  .col-above-wxga-push-10 {
    left: 83.33333333%;
  }
  .col-above-wxga-push-9-5 {
    left: 79.16666667%;
  }
  .col-above-wxga-push-9 {
    left: 75%;
  }
  .col-above-wxga-push-8-5 {
    left: 70.83333333%;
  }
  .col-above-wxga-push-8 {
    left: 66.66666667%;
  }
  .col-above-wxga-push-7-5 {
    left: 62.5%;
  }
  .col-above-wxga-push-7 {
    left: 58.33333333%;
  }
  .col-above-wxga-push-6-5 {
    left: 54.16666667%;
  }
  .col-above-wxga-push-6 {
    left: 50%;
  }
  .col-above-wxga-push-5-5 {
    left: 45.83333333%;
  }
  .col-above-wxga-push-5 {
    left: 41.66666667%;
  }
  .col-above-wxga-push-4-5 {
    left: 37.5%;
  }
  .col-above-wxga-push-4 {
    left: 33.33333333%;
  }
  .col-above-wxga-push-3-5 {
    left: 29.16666667%;
  }
  .col-above-wxga-push-3 {
    left: 25%;
  }
  .col-above-wxga-push-2-5 {
    left: 20.83333333%;
  }
  .col-above-wxga-push-2 {
    left: 16.66666667%;
  }
  .col-above-wxga-push-1-5 {
    left: 12.5%;
  }
  .col-above-wxga-push-1 {
    left: 8.33333333%;
  }
  .col-above-wxga-push-0-5 {
    left: 4.16666667%;
  }
  .col-above-wxga-push-0 {
    left: auto;
  }
  .col-above-wxga-offset-12 {
    margin-left: 100%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-above-wxga-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-above-wxga-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-above-wxga-offset-9 {
    margin-left: 75%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-above-wxga-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-above-wxga-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-above-wxga-offset-6 {
    margin-left: 50%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-above-wxga-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-above-wxga-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-above-wxga-offset-3 {
    margin-left: 25%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-above-wxga-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-above-wxga-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-above-wxga-offset-0 {
    margin-left: 0%;
  }
  .col-above-wxga-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
@media (min-width: 1918px) {
  .col-xl-1, .col-xl-0-5, .col-xl-2, .col-xl-1-5, .col-xl-3, .col-xl-2-5, .col-xl-4, .col-xl-3-5, .col-xl-5, .col-xl-4-5, .col-xl-6, .col-xl-5-5, .col-xl-7, .col-xl-6-5, .col-xl-8, .col-xl-7-5, .col-xl-9, .col-xl-8-5, .col-xl-10, .col-xl-9-5, .col-xl-11, .col-xl-10-5, .col-xl-12, .col-xl-11-5 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11-5 {
    width: 95.83333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10-5 {
    width: 87.5%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9-5 {
    width: 79.16666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8-5 {
    width: 70.83333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7-5 {
    width: 62.5%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6-5 {
    width: 54.16666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5-5 {
    width: 45.83333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4-5 {
    width: 37.5%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3-5 {
    width: 29.16666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2-5 {
    width: 20.83333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1-5 {
    width: 12.5%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-0-5 {
    width: 4.16666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11-5 {
    left: 95.83333333%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10-5 {
    left: 87.5%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9-5 {
    left: 79.16666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8-5 {
    left: 70.83333333%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7-5 {
    left: 62.5%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6-5 {
    left: 54.16666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5-5 {
    left: 45.83333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4-5 {
    left: 37.5%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3-5 {
    left: 29.16666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2-5 {
    left: 20.83333333%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1-5 {
    left: 12.5%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0-5 {
    left: 4.16666667%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11-5 {
    left: 95.83333333%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10-5 {
    left: 87.5%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9-5 {
    left: 79.16666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8-5 {
    left: 70.83333333%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7-5 {
    left: 62.5%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6-5 {
    left: 54.16666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5-5 {
    left: 45.83333333%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4-5 {
    left: 37.5%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3-5 {
    left: 29.16666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2-5 {
    left: 20.83333333%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1-5 {
    left: 12.5%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0-5 {
    left: 4.16666667%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-0-5 {
    margin-left: 95.83333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-0-5 {
    margin-left: 87.5%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-0-5 {
    margin-left: 79.16666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-0-5 {
    margin-left: 70.83333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-0-5 {
    margin-left: 62.5%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-0-5 {
    margin-left: 54.16666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-0-5 {
    margin-left: 45.83333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-0-5 {
    margin-left: 37.5%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-0-5 {
    margin-left: 29.16666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-0-5 {
    margin-left: 20.83333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-0-5 {
    margin-left: 12.5%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0-5 {
    margin-left: 4.16666667%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-0-5 {
    margin-left: -4.16666667%;
  }
}
.fa.fa-iress-eligibility {
  color: #31708f !important;
}
.i-btn-eligibility {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.i-btn-eligibility:hover,
.i-btn-eligibility:focus,
.i-btn-eligibility.focus,
.i-btn-eligibility:active,
.i-btn-eligibility.active,
.open > .dropdown-toggle.i-btn-eligibility {
  color: #31708f;
  background-color: #afd9ee;
  border-color: #89d7e6;
}
.i-btn-eligibility:active,
.i-btn-eligibility.active,
.open > .dropdown-toggle.i-btn-eligibility {
  background-image: none;
}
.i-btn-eligibility.disabled,
.i-btn-eligibility[disabled],
fieldset[disabled] .i-btn-eligibility,
.i-btn-eligibility.disabled:hover,
.i-btn-eligibility[disabled]:hover,
fieldset[disabled] .i-btn-eligibility:hover,
.i-btn-eligibility.disabled:focus,
.i-btn-eligibility[disabled]:focus,
fieldset[disabled] .i-btn-eligibility:focus,
.i-btn-eligibility.disabled.focus,
.i-btn-eligibility[disabled].focus,
fieldset[disabled] .i-btn-eligibility.focus,
.i-btn-eligibility.disabled:active,
.i-btn-eligibility[disabled]:active,
fieldset[disabled] .i-btn-eligibility:active,
.i-btn-eligibility.disabled.active,
.i-btn-eligibility[disabled].active,
fieldset[disabled] .i-btn-eligibility.active {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.i-btn-eligibility .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.i-btn-eligibility .fa {
  color: #31708f !important;
}
.i-btn-eligibility:hover .fa,
.i-btn-eligibility:focus .fa {
  color: #fff !important;
}
fieldset legend.panel-heading {
  margin-bottom: 15px;
}
@-moz-document url-prefix() {
  fieldset.panel .panel-body .form-group:before {
    content: " ";
    display: table;
  }
}
.panel:not(.i-panel) .panel-heading,
.modal-header {
  position: relative;
  margin-bottom: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel:not(.i-panel) .panel-heading .header-left,
.modal-header .header-left {
  float: left;
  height: 0;
  font-size: 2em;
  display: inline-block;
}
.panel:not(.i-panel) .panel-heading .header-right,
.modal-header .header-right {
  margin-left: 3em;
  display: block;
}
.panel:not(.i-panel) .panel-heading h1,
.modal-header h1,
.panel:not(.i-panel) .panel-heading h2,
.modal-header h2,
.panel:not(.i-panel) .panel-heading h3,
.modal-header h3,
.panel:not(.i-panel) .panel-heading h4,
.modal-header h4,
.panel:not(.i-panel) .panel-heading h5,
.modal-header h5,
.panel:not(.i-panel) .panel-heading h6,
.modal-header h6,
.panel:not(.i-panel) .panel-heading .h1,
.modal-header .h1,
.panel:not(.i-panel) .panel-heading .h2,
.modal-header .h2,
.panel:not(.i-panel) .panel-heading .h3,
.modal-header .h3,
.panel:not(.i-panel) .panel-heading .h4,
.modal-header .h4,
.panel:not(.i-panel) .panel-heading .h5,
.modal-header .h5,
.panel:not(.i-panel) .panel-heading .h6,
.modal-header .h6 {
  margin: 0;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.panel:not(.i-panel) .panel-heading h1.has-count,
.modal-header h1.has-count,
.panel:not(.i-panel) .panel-heading h2.has-count,
.modal-header h2.has-count,
.panel:not(.i-panel) .panel-heading h3.has-count,
.modal-header h3.has-count,
.panel:not(.i-panel) .panel-heading h4.has-count,
.modal-header h4.has-count,
.panel:not(.i-panel) .panel-heading h5.has-count,
.modal-header h5.has-count,
.panel:not(.i-panel) .panel-heading h6.has-count,
.modal-header h6.has-count,
.panel:not(.i-panel) .panel-heading .h1.has-count,
.modal-header .h1.has-count,
.panel:not(.i-panel) .panel-heading .h2.has-count,
.modal-header .h2.has-count,
.panel:not(.i-panel) .panel-heading .h3.has-count,
.modal-header .h3.has-count,
.panel:not(.i-panel) .panel-heading .h4.has-count,
.modal-header .h4.has-count,
.panel:not(.i-panel) .panel-heading .h5.has-count,
.modal-header .h5.has-count,
.panel:not(.i-panel) .panel-heading .h6.has-count,
.modal-header .h6.has-count {
  white-space: normal;
}
.panel:not(.i-panel) .panel-heading h1.has-count span.title,
.modal-header h1.has-count span.title,
.panel:not(.i-panel) .panel-heading h2.has-count span.title,
.modal-header h2.has-count span.title,
.panel:not(.i-panel) .panel-heading h3.has-count span.title,
.modal-header h3.has-count span.title,
.panel:not(.i-panel) .panel-heading h4.has-count span.title,
.modal-header h4.has-count span.title,
.panel:not(.i-panel) .panel-heading h5.has-count span.title,
.modal-header h5.has-count span.title,
.panel:not(.i-panel) .panel-heading h6.has-count span.title,
.modal-header h6.has-count span.title,
.panel:not(.i-panel) .panel-heading .h1.has-count span.title,
.modal-header .h1.has-count span.title,
.panel:not(.i-panel) .panel-heading .h2.has-count span.title,
.modal-header .h2.has-count span.title,
.panel:not(.i-panel) .panel-heading .h3.has-count span.title,
.modal-header .h3.has-count span.title,
.panel:not(.i-panel) .panel-heading .h4.has-count span.title,
.modal-header .h4.has-count span.title,
.panel:not(.i-panel) .panel-heading .h5.has-count span.title,
.modal-header .h5.has-count span.title,
.panel:not(.i-panel) .panel-heading .h6.has-count span.title,
.modal-header .h6.has-count span.title {
  width: -webkit-calc(100% - 2em - 1.75em);
  width: calc(100% - 2em - 1.75em);
  display: inline-block;
  vertical-align: top;
}
.panel:not(.i-panel) .panel-heading h1 span.title,
.modal-header h1 span.title,
.panel:not(.i-panel) .panel-heading h2 span.title,
.modal-header h2 span.title,
.panel:not(.i-panel) .panel-heading h3 span.title,
.modal-header h3 span.title,
.panel:not(.i-panel) .panel-heading h4 span.title,
.modal-header h4 span.title,
.panel:not(.i-panel) .panel-heading h5 span.title,
.modal-header h5 span.title,
.panel:not(.i-panel) .panel-heading h6 span.title,
.modal-header h6 span.title,
.panel:not(.i-panel) .panel-heading .h1 span.title,
.modal-header .h1 span.title,
.panel:not(.i-panel) .panel-heading .h2 span.title,
.modal-header .h2 span.title,
.panel:not(.i-panel) .panel-heading .h3 span.title,
.modal-header .h3 span.title,
.panel:not(.i-panel) .panel-heading .h4 span.title,
.modal-header .h4 span.title,
.panel:not(.i-panel) .panel-heading .h5 span.title,
.modal-header .h5 span.title,
.panel:not(.i-panel) .panel-heading .h6 span.title,
.modal-header .h6 span.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel:not(.i-panel) .panel-heading h1 span.count,
.modal-header h1 span.count,
.panel:not(.i-panel) .panel-heading h2 span.count,
.modal-header h2 span.count,
.panel:not(.i-panel) .panel-heading h3 span.count,
.modal-header h3 span.count,
.panel:not(.i-panel) .panel-heading h4 span.count,
.modal-header h4 span.count,
.panel:not(.i-panel) .panel-heading h5 span.count,
.modal-header h5 span.count,
.panel:not(.i-panel) .panel-heading h6 span.count,
.modal-header h6 span.count,
.panel:not(.i-panel) .panel-heading .h1 span.count,
.modal-header .h1 span.count,
.panel:not(.i-panel) .panel-heading .h2 span.count,
.modal-header .h2 span.count,
.panel:not(.i-panel) .panel-heading .h3 span.count,
.modal-header .h3 span.count,
.panel:not(.i-panel) .panel-heading .h4 span.count,
.modal-header .h4 span.count,
.panel:not(.i-panel) .panel-heading .h5 span.count,
.modal-header .h5 span.count,
.panel:not(.i-panel) .panel-heading .h6 span.count,
.modal-header .h6 span.count {
  width: 2em;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel:not(.i-panel) .panel-heading h2,
.modal-header h2,
.panel:not(.i-panel) .panel-heading .h2,
.modal-header .h2 {
  font-size: 1.42857143em;
}
.panel:not(.i-panel) .panel-heading .applicant-header,
.modal-header .applicant-header {
  font-size: medium;
}
.panel:not(.i-panel) .panel-heading dl,
.modal-header dl {
  margin-top: 0;
  margin-bottom: 0;
}
.panel:not(.i-panel) .panel-footer {
  overflow: hidden;
  padding: 0 15px;
  border-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel:not(.i-panel) .panel-footer.allow-overflow {
  overflow: visible;
}
.panel:not(.i-panel) .panel-footer > ul > li.pull-right {
  margin-left: 5px;
}
.panel:not(.i-panel) .panel-footer > ul > li.pull-left {
  margin-right: 5px;
}
.panel:not(.i-panel) .panel-footer .nav {
  display: inline-block;
}
.panel:not(.i-panel) .panel-footer .nav.navbar-left {
  float: left;
}
.panel:not(.i-panel) .panel-footer .nav.navbar-right {
  float: right;
}
.panel:not(.i-panel) .panel-footer h1,
.panel:not(.i-panel) .panel-footer h2,
.panel:not(.i-panel) .panel-footer h3,
.panel:not(.i-panel) .panel-footer h4,
.panel:not(.i-panel) .panel-footer h5,
.panel:not(.i-panel) .panel-footer h6,
.panel:not(.i-panel) .panel-footer .h1,
.panel:not(.i-panel) .panel-footer .h2,
.panel:not(.i-panel) .panel-footer .h3,
.panel:not(.i-panel) .panel-footer .h4,
.panel:not(.i-panel) .panel-footer .h5,
.panel:not(.i-panel) .panel-footer .h6 {
  display: inline-block;
  margin: 0;
}
.panel:not(.i-panel).panel-default {
  font-size: 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.panel:not(.i-panel) .list-group {
  margin-left: -15px;
  margin-right: -15px;
}
.panel:not(.i-panel) .list-group > li > a {
  display: block;
  padding: 3px 13px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.panel:not(.i-panel) legend,
.modal-content legend {
  font-size: 1em;
  line-height: inherit;
  border: 0;
}
.panel:not(.i-panel) > legend.panel-heading,
.modal-content > legend.panel-heading {
  float: left;
}
.summary-tile h4,
.summary-tile .h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}
h1.wrapped,
h2.wrapped,
h3.wrapped,
h4.wrapped,
h5.wrapped,
h6.wrapped,
.h1.wrapped,
.h2.wrapped,
.h3.wrapped,
.h4.wrapped,
.h5.wrapped,
.h6.wrapped {
  text-overflow: clip;
  white-space: normal;
}
.panel-body .edit-controls a,
.modal-body .edit-controls a,
.panel-body .view-controls a,
.modal-body .view-controls a {
  line-height: 2em;
  vertical-align: bottom;
}
.panel-body .edit-controls a:hover,
.modal-body .edit-controls a:hover,
.panel-body .view-controls a:hover,
.modal-body .view-controls a:hover {
  text-decoration: none;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel {
  background: transparent;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header {
  background: transparent;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .fa,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .fa,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h1,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h1,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h2,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h2,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h3,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h3,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h4,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h4,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h5,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h5,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h6,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h6,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h1,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h1,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h2,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h2,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h3,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h3,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h4,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h4,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h5,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h5,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h6,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h6 {
  color: #fff;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .fa > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .fa > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h1 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h1 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h2 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h2 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h3 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h3 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h4 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h4 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h5 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h5 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading h6 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header h6 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h1 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h1 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h2 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h2 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h3 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h3 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h4 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h4 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h5 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h5 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-heading .h6 > small,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .modal-header .h6 > small {
  color: #fff;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body {
  background: transparent;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body > .form-group > a,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body .pull-right .form-group > a {
  color: #eee;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body > .form-group > a:hover,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body .pull-right .form-group > a:hover,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body > .form-group > a:active,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-body .pull-right .form-group > a:active {
  color: #fff;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-footer {
  background: transparent;
}
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-footer .nav > li > a,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-footer .nav > li > div.btn-group > a,
body:not([data-brand="intrinsic"]) .panel-transparent.panel > .panel-footer .nav > li > button {
  background: #fff;
}
body:not([data-brand="intrinsic"]) .panel-transparent .form-group label {
  color: #eee;
}
body:not([data-brand="intrinsic"]) .panel-transparent .list-group a {
  background: transparent;
}
body:not([data-brand="intrinsic"]) .panel-transparent .nav > li.open a {
  background: transparent;
}
body:not([data-brand="intrinsic"]) .panel-transparent .dontwantcover:hover {
  background-color: transparent;
}
.safari [class*="iress-panel-color-"] .panel-heading h1.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading h1.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header h1.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header h1.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading h2.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading h2.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header h2.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header h2.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading h3.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading h3.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header h3.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header h3.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading h4.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading h4.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header h4.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header h4.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading h5.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading h5.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header h5.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header h5.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading h6.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading h6.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header h6.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header h6.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading .h1.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading .h1.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header .h1.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header .h1.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading .h2.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading .h2.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header .h2.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header .h2.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading .h3.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading .h3.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header .h3.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header .h3.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading .h4.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading .h4.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header .h4.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header .h4.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading .h5.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading .h5.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header .h5.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header .h5.has-count span.title,
.safari [class*="iress-panel-color-"] .panel-heading .h6.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .panel-heading .h6.has-count span.title,
.safari [class*="iress-panel-color-"] .modal-header .h6.has-count span.title,
.lt-ie9 [class*="iress-panel-color-"] .modal-header .h6.has-count span.title {
  width: 75%;
}
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li a.indicator-cross,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li a.indicator-cross,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li a.indicator-cross,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li a.indicator-cross,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item.indicator-cross,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item.indicator-cross,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item.indicator-cross,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item.indicator-cross,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li a.indicator-tick,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li a.indicator-tick,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li a.indicator-tick,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li a.indicator-tick,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item.indicator-tick,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item.indicator-tick,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item.indicator-tick,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item.indicator-tick,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li a.indicator-invisible,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li a.indicator-invisible,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li a.indicator-invisible,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li a.indicator-invisible,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item.indicator-invisible,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item.indicator-invisible,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item.indicator-invisible,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item.indicator-invisible {
  width: 95%;
}
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > a > h4,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > a > h4,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > a > h4,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > a > h4,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group .btn-group > a > h4,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group .btn-group > a > h4,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group .btn-group > a > h4,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group .btn-group > a > h4,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > a > span,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > a > span,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > a > span,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > a > span,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group .btn-group > a > span,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group .btn-group > a > span,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group .btn-group > a > span,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group .btn-group > a > span {
  width: 90%;
}
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > a > span.background,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > a > span.background,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > a > span.background,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > a > span.background,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group .btn-group > a > span.background,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group .btn-group > a > span.background,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group .btn-group > a > span.background,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group .btn-group > a > span.background {
  width: auto;
}
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item > h4,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item > h4,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item > h4,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item > h4,
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item > span,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item > span,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item > span,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item > span {
  width: 90%;
}
.safari [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item > span.background,
.lt-ie9 [class*="iress-panel-color-"] > .panel-body ul.list-group > li > .disabled-list-item > span.background,
.safari [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item > span.background,
.lt-ie9 [class*="iress-panel-color-"] .modal-body ul.list-group > li > .disabled-list-item > span.background {
  width: auto;
}
[class*="iress-panel-color-"] input,
[class*="iress-panel-color-"] textarea,
[class*="iress-panel-color-"] [class*="iress-panel-color-"] input,
[class*="iress-panel-color-"] select,
[class*="iress-panel-color-"] option {
  color: #000000;
}
[class*="iress-panel-color-"].panel .checkbox-main .large-checkbox {
  margin: 10px;
}
[class*="iress-panel-color-"].panel .large-checkbox {
  margin: 10px 10px 10px 0;
  position: absolute;
  padding: 17px;
  cursor: pointer;
  display: block;
  background-color: white;
  border-radius: 6px;
}
[class*="iress-panel-color-"].panel .large-checkbox .glyphicon {
  margin: auto;
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 2.2em;
  color: #333;
}
[class*="iress-panel-color-"].panel .action-area-checkboxes .form-group:hover a.large-checkbox .glyphicon,
[class*="iress-panel-color-"].panel a.large-checkbox:hover .glyphicon {
  color: #444;
}
[class*="iress-panel-color-"].panel .action-area-checkboxes .form-group:hover a.large-checkbox,
[class*="iress-panel-color-"].panel a.large-checkbox:hover {
  background-color: #eee;
}
div.iress-panel-invisible {
  border-color: white;
  margin-bottom: 0;
}
div.iress-panel-invisible .iress-panel-inner {
  margin-left: 0;
  margin-right: 0;
}
div.iress-panel-invisible .iress-panel-inner .panel-heading {
  margin-left: -10px;
  margin-right: -10px;
}
div.iress-panel-invisible > .iress-panel-inner {
  margin: -24px 0 0 0;
}
div.iress-panel-invisible > .iress-panel-inner .navbar-right,
div.iress-panel-invisible > .iress-panel-inner .iress-action-link {
  margin-right: -16px;
}
div.iress-panel-invisible a.iress-action-link {
  padding: 10px 15px;
  float: right;
  margin-top: 7px;
}
div.iress-panel-invisible a.iress-action-link:hover {
  background-color: #eeeeee;
}
.panel:not(.i-panel) .input-group-btn .btn {
  top: 0;
  height: 34px;
}
.iress-panel-color-blank {
  border: 0;
}
.iress-panel-inner.panel-body dt {
  font-weight: bold;
}
.iress-panel-inner.panel-body dl.subText {
  margin-top: 0;
}
.row-inner {
  margin: 0;
}
.panel-heading.complex-header dl.row:first-child,
.panel-heading .complex-header dl.row:first-child {
  margin-top: 0;
}
.flip-container {
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -ms-perspective: 800;
  perspective: 800;
  -ms-transform: perspective(800px);
  -moz-transform: perspective(800px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-container.flip .back {
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
  z-index: 30 !important;
}
.flip-container.flip .front {
  -webkit-transform: rotateY(180deg) !important;
  -moz-transform: rotateY(180deg) !important;
  -o-transform: rotateY(180deg) !important;
  -ms-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
  z-index: 20 !important;
}
.flip-container .flipper {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform: perspective(800);
  position: relative;
  width: 100%;
}
.flip-container .flipper .front,
.flip-container .flipper .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flip-container .flipper .front {
  z-index: 20;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container .flipper .back {
  z-index: 10;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.modal.flip-container.flip .back {
  z-index: 1080 !important;
}
.modal.flip-container.flip .front {
  z-index: 1070 !important;
}
.modal.flip-container .flipper {
  width: 600px;
}
.modal.flip-container .flipper .front {
  z-index: 1070;
}
.modal.flip-container .flipper .back {
  z-index: 1060;
}
.modal.flip-container .flipper .modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.panel:not(.i-panel) .panel-footer .nav {
  display: inline-block;
}
.panel:not(.i-panel) .panel-footer .nav.navbar-left > li > a,
.panel:not(.i-panel) .panel-footer .nav.navbar-left > li > .btn-group > a {
  margin-left: -15px;
}
.panel:not(.i-panel) .panel-footer .nav.navbar-right {
  float: right;
}
.dashboard .panel:not(.i-panel) {
  min-height: 600px;
  position: relative;
}
.dashboard .panel:not(.i-panel).min550 {
  min-height: 550px;
}
.dashboard .panel:not(.i-panel).min500 {
  min-height: 500px;
}
.dashboard .panel:not(.i-panel).min475 {
  min-height: 475px;
}
.dashboard .panel:not(.i-panel).min450 {
  min-height: 450px;
}
.dashboard .panel:not(.i-panel).min440 {
  min-height: 440px;
}
.dashboard .panel:not(.i-panel).min425 {
  min-height: 425px;
}
.dashboard .panel:not(.i-panel).min400 {
  min-height: 400px;
}
.dashboard .panel:not(.i-panel).min350 {
  min-height: 350px;
}
.dashboard .panel:not(.i-panel).min300 {
  min-height: 300px;
}
.dashboard .panel:not(.i-panel).min250 {
  min-height: 250px;
}
.dashboard .panel:not(.i-panel).min200 {
  min-height: 200px;
}
.dashboard .panel:not(.i-panel).min150 {
  min-height: 150px;
}
.dashboard .panel:not(.i-panel).panel-small,
.dashboard .panel:not(.i-panel) .panel {
  min-height: 28.57142857em;
}
.dashboard .panel:not(.i-panel) .panel-body {
  padding-bottom: 60px;
}
.dashboard .panel:not(.i-panel) .panel-body.full-width {
  padding: 0 !important;
}
.dashboard .panel:not(.i-panel) .panel-body.full-width th.last-column,
.dashboard .panel:not(.i-panel) .panel-body.full-width td.last-column {
  padding-right: .75em;
}
.dashboard .panel:not(.i-panel) .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dashboard .panel:not(.i-panel).no-minheight {
  min-height: 0 !important;
  position: inherit;
}
.dashboard .panel:not(.i-panel).no-minheight .panel-body {
  padding-bottom: 0;
}
.dashboard .panel:not(.i-panel).no-minheight .panel-footer {
  position: inherit;
  bottom: auto;
  width: auto;
}
.dashboard550 .flip-container {
  min-height: 570px;
}
.dashboard500 .flip-container {
  min-height: 520px;
}
.dashboard475 .flip-container {
  min-height: 495px;
}
.dashboard450 .flip-container {
  min-height: 470px;
}
.dashboard440 .flip-container {
  min-height: 460px;
}
.dashboard425 .flip-container {
  min-height: 445px;
}
.dashboard400 .flip-container {
  min-height: 420px;
}
.dashboard350 .flip-container {
  min-height: 370px;
}
.dashboard300 .flip-container {
  min-height: 320px;
}
.dashboard250 .flip-container {
  min-height: 270px;
}
.dashboard200 .flip-container {
  min-height: 220px;
}
.dashboard150 .flip-container {
  min-height: 170px;
}
@media (max-width: 767px) {
  .dashboard .panel:not(.i-panel) {
    min-height: 0 !important;
  }
  .panel:not(.i-panel) .panel-body.table .row div[class^="col-"] > h4 {
    font-size: 1em;
  }
  .panel:not(.i-panel) .panel-body.table .row div[class^="col-"] > span {
    font-size: 0.85714286em;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row div[class^="col-xs-"] {
    padding-right: 0;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row div[class^="col-xs-"]:last-of-type {
    padding-right: 15px;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row div[class^="col-xs-"].dropdown {
    padding-left: 0;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row div[class^="col-xs-"] > div > span,
  .panel:not(.i-panel) .panel-body.table-striped .row div[class^="col-xs-"] > div > div.row > span {
    font-size: 0.85em;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row div.col-xs-12 {
    padding-right: 15px;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row h4,
  .panel:not(.i-panel) .panel-body.table-striped .row address {
    font-size: 1.14285714em;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row div[class^="col-"] > span[data-bind] {
    font-size: 0.85em;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row dl dt,
  .panel:not(.i-panel) .panel-body.table-striped .row dl dd {
    font-size: 0.85em;
    word-wrap: normal;
    overflow-x: hidden;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row .btn-group a.btn {
    padding-left: 9px;
    padding-right: 9px;
  }
  .panel:not(.i-panel) .panel-body.table-striped .row .btn-group a.btn,
  .panel:not(.i-panel) .panel-body.table-striped .row .btn-group button,
  .panel:not(.i-panel) .panel-body.table-striped .row .btn-group ul.dropdown-menu {
    font-size: 0.85em !important;
  }
  .panel:not(.i-panel) .panel-body > header.row {
    height: auto;
  }
  .panel:not(.i-panel) .panel-body > .row:not(.row-switch-client) {
    min-height: 3.75em;
  }
  .panel:not(.i-panel) .panel-heading > h4.title-switch-client {
    color: #949494;
  }
}
@media (max-width: 991px) {
  .panel:not(.i-panel) .panel-body.skip-header > header.row {
    min-height: 0 !important;
  }
  .panel:not(.i-panel) .panel-body.skip-header > header > div {
    height: auto !important;
  }
  .panel:not(.i-panel) .panel-body.skip-header > header > div span[data-bind] {
    font-weight: bold;
  }
}
@media (min-width: 1366px) {
  .aligned-checkbox > button {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.dashboard550 .panel:not(.i-panel) {
  min-height: 550px;
}
.dashboard500 .panel:not(.i-panel) {
  min-height: 500px;
}
.dashboard475 .panel:not(.i-panel) {
  min-height: 475px;
}
.dashboard450 .panel:not(.i-panel) {
  min-height: 450px;
}
.dashboard440 .panel:not(.i-panel) {
  min-height: 440px;
}
.dashboard425 .panel:not(.i-panel) {
  min-height: 425px;
}
.dashboard400 .panel:not(.i-panel) {
  min-height: 400px;
}
.dashboard350 .panel:not(.i-panel) {
  min-height: 350px;
}
.dashboard300 .panel:not(.i-panel) {
  min-height: 300px;
}
.dashboard250 .panel:not(.i-panel) {
  min-height: 250px;
}
.dashboard200 .panel:not(.i-panel) {
  min-height: 200px;
}
.dashboard150 .panel:not(.i-panel) {
  min-height: 150px;
}
.panel:not(.i-panel) .panel-body > .list-group {
  margin-left: -15px;
  margin-right: -15px;
}
.min600 {
  min-height: 42.85714286em;
}
.min640 {
  min-height: 45.71428571em;
}
table:not(.i-table) td .radio,
table:not(.i-table) td .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
table:not(.i-table) .checkbox-column {
  width: 5.5em;
  padding: 2px 8px !important;
}
table:not(.i-table) .checkbox-only-column {
  width: 3em;
  padding: 8px 8px 2px 8px !important;
}
table:not(.i-table) .table-icon-column {
  width: 5em;
  min-width: 4em;
}
table:not(.i-table) .logo-column {
  width: 7em;
  min-width: 7em;
}
table:not(.i-table) .checkbox-logo-column {
  width: 11.5em;
  min-width: 10.5em;
  /*
        .exclusive {
          left: 12.5em;
        }

        .ineligible {
          left: 6.75em;
        }
    */
}
table:not(.i-table) .checkbox-logo-column .offset-lender {
  padding-left: 2.75em;
}
table:not(.i-table) .i-dob-column {
  width: 10em;
}
table:not(.i-table) tbody .checkbox-logo-column {
  padding: 2px 8px !important;
}
table:not(.i-table) .boolean-column {
  width: 5em;
}
table:not(.i-table).illustration .boolean-column {
  width: 10em;
}
table:not(.i-table) .policy-action-column {
  overflow-x: visible !important;
}
table:not(.i-table) .action-column,
table:not(.i-table) .note-action-column {
  width: 12.25em;
  overflow-x: visible !important;
  /*
    &.i-download {
      width: @iress-download-action-column-width;
      text-align: right;
    }
    */
}
table:not(.i-table) .action-column.i-protection,
table:not(.i-table) .note-action-column.i-protection {
  width: 15em;
  min-width: 12em;
}
table:not(.i-table) .action-column.i-protection .btn,
table:not(.i-table) .note-action-column.i-protection .btn {
  font-size: 1em;
}
table:not(.i-table).illustration .action-column {
  width: 18em;
}
table:not(.i-table).illustration .action-column > .btn-group > .btn:not(.dropdown-toggle) {
  width: 12.25em;
}
table:not(.i-table).illustration .action-column > .btn-group > .btn:not(.dropdown-toggle).generate-kfi {
  width: 14.35714286em;
}
table:not(.i-table) tr.au .action-column {
  width: 13.5em;
}
table:not(.i-table) .product-total-column {
  width: 11em;
}
table:not(.i-table) .premium-type-column {
  width: 9em;
}
table:not(.i-table) .cover-type-column {
  width: 14em;
}
table:not(.i-table) .fee-amount-column {
  width: 7em;
}
table:not(.i-table) .fee-amount-large-column {
  width: 9em;
}
table:not(.i-table) .can-be-added-column {
  width: 5.5em;
}
table:not(.i-table) .payment-timing-column {
  width: 12em;
}
table:not(.i-table) .distribution-type-column {
  width: 13.25em;
  min-width: 13.25em;
}
table:not(.i-table) .distribution-type-column-small {
  width: 5em;
  min-width: 5em;
}
table:not(.i-table) .eligibility-column {
  width: 7.5em;
}
table:not(.i-table) .eligibility-column .fa-frown-o,
table:not(.i-table) .eligibility-column .fa-meh-o,
table:not(.i-table) .eligibility-column .fa-smile-o {
  vertical-align: middle;
}
table:not(.i-table) .eligibility-column .fa-frown-o::before {
  font-size: 1.25em;
}
table:not(.i-table) .eligibility-column .fa-meh-o::before {
  font-size: 1.25em;
}
table:not(.i-table) .eligibility-column .fa-smile-o::before {
  font-size: 1.25em;
}
table:not(.i-table) tr.linked:hover .fa-frown-o::before,
table:not(.i-table) tr.linked:focus .fa-frown-o::before,
table:not(.i-table) tr.linked:hover .fa-meh-o::before,
table:not(.i-table) tr.linked:focus .fa-meh-o::before,
table:not(.i-table) tr.linked:hover .fa-smile-o::before,
table:not(.i-table) tr.linked:focus .fa-smile-o::before {
  color: #fff !important;
}
table:not(.i-table) .word-break-column {
  word-break: break-all;
}
table:not(.i-table) .sort-code-column {
  width: 8em;
}
table:not(.i-table) .date-column {
  width: 9em;
}
table:not(.i-table) .datetime-column {
  width: 12em;
}
table:not(.i-table) .age-column {
  width: 5em;
}
table:not(.i-table) .percentage-column {
  max-width: 7em;
  min-width: 4.85em;
}
table:not(.i-table).illustration .percentage-column {
  width: 7em;
}
table:not(.i-table) .result-column {
  width: 5em;
}
table:not(.i-table) .expander-column {
  width: 2em;
}
table:not(.i-table) .main-account-column {
  width: 10em;
}
table:not(.i-table) .amount-column {
  width: 9em;
  text-align: right;
  padding-right: 1em !important;
}
table:not(.i-table) .amount-column.i-amount-column-wide {
  width: 9.5em;
}
table:not(.i-table) .amount-column-wide {
  width: 13em;
  text-align: right;
  padding-right: 1em !important;
}
table:not(.i-table) .percent-column {
  width: 7em;
  text-align: right;
  padding-right: 1em !important;
}
table:not(.i-table) .percent-column-wide {
  width: 8em;
  text-align: right;
  padding-right: 1em !important;
}
table:not(.i-table) .compare-column {
  width: 9em;
}
table:not(.i-table) .period-column {
  width: 5em;
  text-align: center;
}
table:not(.i-table) .process-column {
  width: 8.25em;
  text-align: center;
}
table:not(.i-table) .process-column .fa {
  font-size: 2em;
}
table:not(.i-table) .process-column .fa.fa-square-o,
table:not(.i-table) .process-column .fa.fa-circle-o {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
table:not(.i-table) .policy-icon-column {
  width: 6.25em;
}
table:not(.i-table) .policy-icon-column-xs {
  width: 2.25em;
  padding-right: 0;
  padding-top: 1em;
}
table:not(.i-table) .policy-type-column {
  width: 7.5em;
}
table:not(.i-table) .policy-owner-column {
  width: 12em;
}
table:not(.i-table) .policy-multibenefit-column {
  width: 7em;
  text-align: center;
}
table:not(.i-table).fee-table .policy-icon-column {
  width: 6.25em;
}
table:not(.i-table) .term-column {
  width: 7em;
}
table:not(.i-table) .term-wide-column {
  width: 10em;
  text-align: center;
}
table:not(.i-table) .currency-column {
  max-width: 9em;
}
table:not(.i-table).illustration .currency-column {
  width: 9em;
}
table:not(.i-table) .initial-column-4 {
  max-width: 36em;
}
table:not(.i-table) .initial-column-2,
table:not(.i-table) .final-column {
  max-width: 16em;
}
table:not(.i-table) .initial-period-column {
  width: 10em;
}
table:not(.i-table) .product-type-column {
  width: 10em;
}
table:not(.i-table).illustration .product-type-column {
  width: 8em;
}
table:not(.i-table) .product-status-column {
  width: 5em;
}
table:not(.i-table) .select-column {
  width: 5em;
}
table:not(.i-table) .i-download {
  width: 14em;
  text-align: right;
}
table:not(.i-table) .i-document-description {
  width: 14em;
}
table:not(.i-table) tr.expander {
  padding: 0;
}
table:not(.i-table) tr.expander td.linked {
  padding: 0;
}
table:not(.i-table) tr.expander td.linked > a {
  padding: 8px;
  min-height: 0;
}
table:not(.i-table) td.linked > a {
  padding: 8px 0;
  display: block;
  min-height: 3.25em;
}
table:not(.i-table) td.linked > a table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
table:not(.i-table) dl.inline {
  padding-bottom: 0.5em;
  font-size: 0.85714286em;
  overflow: hidden;
  margin-bottom: 0;
  display: block !important;
}
table:not(.i-table) dl.inline dt {
  float: left;
  width: 65%;
  font-weight: normal;
  padding-right: 0.75em;
}
table:not(.i-table) dl.inline dt span.fa {
  font-size: 1.2em !important;
}
table:not(.i-table) dl.inline dd {
  float: left;
  width: 35%;
  font-weight: normal;
}
table:not(.i-table).table > tbody + tbody {
  border-top: 0 !important;
}
table:not(.i-table) th.indicator,
table:not(.i-table) td.indicator {
  width: 10em;
}
table:not(.i-table) th.indicator.amount-column,
table:not(.i-table) td.indicator.amount-column {
  width: 11em;
}
table:not(.i-table) th.indicator.text-right,
table:not(.i-table) td.indicator.text-right {
  padding-right: 2.25em !important;
}
table:not(.i-table) th.indicator.text-right.date-column,
table:not(.i-table) td.indicator.text-right.date-column {
  padding-right: 3.25em !important;
}
@media (min-width: 1600px) {
  .period-column {
    width: 7em !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .i-small-font-rr .checkbox-logo-column {
    width: 4.5em !important;
    min-width: 0 !important;
  }
  .i-small-font-rr .checkbox-logo-column .img-responsive-logo {
    display: none !important;
  }
  .i-small-font-rr .i-package-option-button,
  .i-small-font-rr .i-package-invalid-button {
    width: auto;
  }
  .i-small-font-rr .i-package-option-button span,
  .i-small-font-rr .i-package-invalid-button span {
    display: none;
  }
  .i-small-font-rr .i-package-option-button span.fa,
  .i-small-font-rr .i-package-invalid-button span.fa {
    display: inline-block;
  }
}
table.table-calc-client thead tr th {
  padding-bottom: 20px !important;
}
table.table-calc-client tbody tr {
  height: 75px;
}
@media (max-width: 767px) {
  table.table-calc-client tbody tr {
    height: 50px;
  }
}
table.table-calc-joint thead tr th {
  padding-bottom: 20px !important;
}
table.table-calc-joint tbody tr {
  height: 90px;
}
@media (max-width: 767px) {
  table.table-calc-joint tbody tr {
    height: 50px;
  }
}
.table > thead > tr:hover > td.success,
.table > tbody > tr:hover > td.success,
.table > tfoot > tr:hover > td.success,
.table > thead > tr:hover > th.success,
.table > tbody > tr:hover > th.success,
.table > tfoot > tr:hover > th.success,
.table > thead > tr:hover.success > td,
.table > tbody > tr:hover.success > td,
.table > tfoot > tr:hover.success > td,
.table > thead > tr:hover.success > th,
.table > tbody > tr:hover.success > th,
.table > tfoot > tr:hover.success > th {
  background-color: #93cd7c !important;
}
.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: #93cd7c !important;
}
.table > thead > tr:hover > td.info,
.table > tbody > tr:hover > td.info,
.table > tfoot > tr:hover > td.info,
.table > thead > tr:hover > th.info,
.table > tbody > tr:hover > th.info,
.table > tfoot > tr:hover > th.info,
.table > thead > tr:hover.info > td,
.table > tbody > tr:hover.info > td,
.table > tfoot > tr:hover.info > td,
.table > thead > tr:hover.info > th,
.table > tbody > tr:hover.info > th,
.table > tfoot > tr:hover.info > th {
  background-color: #70bbe1 !important;
}
.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: #70bbe1 !important;
}
.table > thead > tr:hover > td.warning,
.table > tbody > tr:hover > td.warning,
.table > tfoot > tr:hover > td.warning,
.table > thead > tr:hover > th.warning,
.table > tbody > tr:hover > th.warning,
.table > tfoot > tr:hover > th.warning,
.table > thead > tr:hover.warning > td,
.table > tbody > tr:hover.warning > td,
.table > tfoot > tr:hover.warning > td,
.table > thead > tr:hover.warning > th,
.table > tbody > tr:hover.warning > th,
.table > tfoot > tr:hover.warning > th {
  background-color: #f0db70 !important;
}
.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: #f0db70 !important;
}
.table > thead > tr:hover > td.danger,
.table > tbody > tr:hover > td.danger,
.table > tfoot > tr:hover > td.danger,
.table > thead > tr:hover > th.danger,
.table > tbody > tr:hover > th.danger,
.table > tfoot > tr:hover > th.danger,
.table > thead > tr:hover.danger > td,
.table > tbody > tr:hover.danger > td,
.table > tfoot > tr:hover.danger > td,
.table > thead > tr:hover.danger > th,
.table > tbody > tr:hover.danger > th,
.table > tfoot > tr:hover.danger > th {
  background-color: #ce8383 !important;
}
.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: #ce8383 !important;
}
.product-details h5 {
  font-size: 1.25em;
  font-weight: normal;
}
.product-details p {
  font-size: 1.1em;
}
.product-details p.note {
  font-size: 0.75em;
}
.product-details table:not(.i-table) {
  font-size: 0.85em;
}
.product-details table:not(.i-table).fee-table {
  font-size: 0.75em;
}
.product-details dl {
  padding-bottom: 0.5em;
  font-size: 0.85em;
  overflow: hidden;
  margin-bottom: 0;
}
.product-details dl.heading {
  font-size: 1.25em;
}
.product-details dl dt {
  float: left;
  width: 65%;
  font-weight: normal;
  padding-right: 0.75em;
}
.product-details dl dt span.fa {
  font-size: 1.2em !important;
}
.product-details dl dt small {
  font-size: 85%;
}
.product-details dl dd {
  float: left;
  width: 35%;
  font-weight: normal;
}
.product-details ul.list-unstyled {
  padding-left: 0 !important;
}
.product-details ul.list-unstyled li {
  padding-bottom: 0.5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .ie-panel-footer-margin-top {
    margin: -10px 0 0 0;
  }
}
.panel.panel-iressa {
  border: 0 !important;
  background: transparent no-repeat center center;
  background-size: contain;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.panel.panel-iressa.i-scaled a {
  min-height: 64px;
}
.panel.panel-iressa.margin-top-small {
  margin-top: 5px !important;
}
.panel.panel-iressa.margin-bottom-small {
  margin-bottom: 5px !important;
}
.panel.panel-iressa .a {
  background: transparent no-repeat center center;
  display: inline-block;
}
.panel.panel-iressa .a.fill {
  background-size: contain;
  min-height: inherit;
  display: block;
  width: auto !important;
  height: auto !important;
}
.panel.panel-iressa .a.margin-right,
.panel.panel-iressa .a.right-margin {
  margin-right: 15px !important;
}
.panel.panel-iressa .a.margin-right-small,
.panel.panel-iressa .a.right-margin-small {
  margin-right: 10px !important;
}
.panel.panel-iressa .a.margin-left,
.panel.panel-iressa .a.left-margin {
  margin-left: 15px !important;
}
.panel.panel-iressa .a.margin-left-small,
.panel.panel-iressa .a.left-margin-small {
  margin-left: 10px !important;
}
.panel.panel-iressa .a.margin-bottom,
.panel.panel-iressa .a.bottom-margin {
  margin-bottom: 15px !important;
}
.panel.panel-iressa .a.margin-top,
.panel.panel-iressa .a.top-margin {
  margin-top: 15px !important;
}
.panel.panel-iressa .a._300x250 {
  width: 300px;
  min-height: 250px;
}
.panel.panel-iressa .a._250x250 {
  width: 250px;
  min-height: 250px;
}
.panel.panel-iressa .a._240x400 {
  width: 240px;
  min-height: 400px;
}
.panel.panel-iressa .a._336x280 {
  width: 336px;
  min-height: 280px;
}
.panel.panel-iressa .a._180x150 {
  width: 180px;
  min-height: 150px;
}
.panel.panel-iressa .a._300x100 {
  width: 300px;
  min-height: 100px;
}
.panel.panel-iressa .a._720x300 {
  width: 720px;
  min-height: 300px;
}
.panel.panel-iressa .a._468x60 {
  width: 468px;
  min-height: 60px;
}
.panel.panel-iressa .a._234x60 {
  width: 234px;
  min-height: 60px;
}
.panel.panel-iressa .a._88x31 {
  width: 88px;
  min-height: 31px;
}
.panel.panel-iressa .a._120x90 {
  width: 120px;
  min-height: 90px;
}
.panel.panel-iressa .a._120x60 {
  width: 120px;
  min-height: 60px;
}
.panel.panel-iressa .a._120x240 {
  width: 120px;
  min-height: 240px;
}
.panel.panel-iressa .a._125x125 {
  width: 125px;
  min-height: 125px;
}
.panel.panel-iressa .a._728x90 {
  width: 728px;
  min-height: 90px;
}
.panel.panel-iressa .a._728x90.scale {
  min-height: 64px;
}
.panel.panel-iressa .a._160x600 {
  width: 160px;
  min-height: 600px;
}
.panel.panel-iressa .a._120x600 {
  width: 120px;
  min-height: 600px;
}
.panel.panel-iressa .a._300x600 {
  width: 300px;
  min-height: 600px;
}
.panel.panel-iressa .a.h-center,
.panel.panel-iressa .a.h-centre {
  width: 100% !important;
}
.panel.panel-iressa .a.v-center,
.panel.panel-iressa .a.v-centre {
  min-height: inherit !important;
  height: auto !important;
}
.panel.panel-iressa .a.center,
.panel.panel-iressa .a.centre {
  width: 100% !important;
  min-height: inherit !important;
  height: auto !important;
}
.panel.panel-iressa .row.v-center,
.panel.panel-iressa [class*='col-xs-'].v-center,
.panel.panel-iressa .row.v-centre,
.panel.panel-iressa [class*='col-xs-'].v-centre {
  min-height: inherit !important;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1367px) and (orientation: landscape) {
  .panel.panel-iressa .a._728x90 {
    min-height: 66px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .panel.panel-iressa .a._728x90.scale {
    background-position: center !important;
  }
  #sourcingProductTable .percentage-column {
    width: 3.71428571em;
  }
  #sourcingProductTable .currency-column:not(.indicator) {
    width: 4.28571429em;
  }
  table:not(.i-table) .action-column:not(.i-no-resize) {
    width: 7.5em;
  }
}
.panel-heading.affix {
  z-index: 2;
}
.safari .indicator-cross,
.safari .indicator-tick,
.safari .indicator-grey {
  width: 92% !important;
}
.safari table:not(.i-table) tbody.expander tr:not(.expander, .nested-table-wrapper) td:first-child {
  padding-left: calc(24px);
}
table:not(.i-table) td.aligned-checkbox > button.btn {
  line-height: 1;
  margin-left: 0;
  margin-top: 0.1em;
  padding: 3px;
  width: 1.75em;
  height: 1.75em;
}
table:not(.i-table) td.aligned-checkbox > button.btn:not(.active) {
  background-color: transparent !important;
}
table:not(.i-table) td.aligned-checkbox > button.btn.btn-radio:not(.btn-radio-square) {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0 0 0 1px;
}
table:not(.i-table) td.aligned-checkbox > button.btn > .fa.fa-square {
  color: #fff;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  width: 0.85em;
  height: 0.85em;
}
table:not(.i-table) td.aligned-checkbox > button.btn > .fa.fa-circle {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
table:not(.i-table) tr:focus:not(.nested-table-wrapper) td.aligned-checkbox > button.btn > .fa.fa-square,
table:not(.i-table) tr:hover:not(.nested-table-wrapper) td.aligned-checkbox > button.btn > .fa.fa-square,
table:not(.i-table) tr:focus:not(.nested-table-wrapper) td.aligned-checkbox > button.btn > .fa.fa-circle,
table:not(.i-table) tr:hover:not(.nested-table-wrapper) td.aligned-checkbox > button.btn > .fa.fa-circle {
  outline: 0;
}
.modal-max-height .modal-content {
  height: 80%;
}
.modal-max-height .modal-body {
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal-xl2 {
    width: 729.6px;
    min-width: 600px;
  }
}
@media (min-width: 768px) {
  .modal-xl {
    width: 729.6px;
  }
  table:not(.i-table) .policy-type-column {
    width: 19em;
  }
  table:not(.i-table) .policy-type-column select {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .modal-xl,
  .modal-xl2 {
    width: 892.8px;
  }
}
@media (min-width: 1366px) {
  .modal-xl,
  .modal-xl2 {
    width: 1229.4px;
  }
}
@media (min-width: 1280px) {
  .modal-xl,
  .modal-xl2 {
    width: 1152px;
  }
}
@media (min-width: 1366px) {
  .modal-xl,
  .modal-xl2 {
    width: 1092.8px;
  }
  table:not(.i-table) .policy-type-column {
    width: 21.42857143em;
  }
  table:not(.i-table) .policy-type-column select {
    font-size: 1em;
  }
}
@media (min-width: 1920px) {
  .modal-xl {
    width: 1536px;
  }
}
.modal-dialog.i-modal-address-preview {
  width: 400px;
}
@media (max-width: 992px) {
  table:not(.i-table).illustration .boolean-column {
    width: 6em;
  }
  table:not(.i-table).illustration .boolean-column.i-implemented {
    width: 7em;
  }
}
.stress-test dl {
  margin-bottom: 20px !important;
}
.stress-test dl:last-of-type {
  margin-bottom: 0 !important;
}
.stress-test dl dt {
  font-weight: normal;
}
.stress-test dl dd {
  font-size: 1.5em;
}
@media (max-width: 1366px) {
  .stress-test dl {
    font-size: .9em;
  }
  .stress-test dl dd {
    font-size: 1.25em;
    font-weight: bold;
  }
}
/*
// iPad (landscape)
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

  .stress-test {
    dl {
        font-size: .9em;
    }
  }

}

// iPad (portrait)
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){

  .stress-test {
    dl {
      font-size: .9em;
    }
  }

}
*/
table:not(.i-table).no-border > thead > tr > th {
  border-bottom: 0;
  padding-bottom: 0;
}
table:not(.i-table).no-border > tbody > tr > td,
table:not(.i-table).no-border > tbody > tr > th,
table:not(.i-table).no-border > thead > tr > td,
table:not(.i-table).no-border > thead > tr > th {
  border-top: 0;
}
@media (max-width: 991px) {
  table:not(.i-table) .process-column {
    width: 5em;
  }
}
.provider-name {
  width: 6em;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table:not(.i-table) > caption {
  font-size: 1.25em;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
}
.i-eligibility {
  position: absolute;
  right: 2em;
  top: .75em;
}
.i-eligibility .i-figcaption-note {
  width: 12em;
  margin: .5em auto 0 auto;
}
.i-eligibility .i-figcaption-note p {
  text-align: center;
  font-size: .8em;
  margin-bottom: 0;
}
.i-eligibility .i-figcaption-note p .i-figcaption-value {
  font-size: 1.25em;
  font-weight: bold;
}
.i-eligibility.i-eligibility-small {
  position: relative;
  right: auto;
  top: auto;
  margin-left: -1em;
}
.modal .i-eligibility {
  position: relative;
  right: auto;
  top: auto;
  font-size: .85em;
  margin-bottom: .5em;
  margin-left: 1.25em;
}
#compareProductTable .i-eligibility {
  position: relative;
  margin-left: 1em;
  margin-bottom: 2em;
}
figure.i-figure-percentage {
  width: 12em;
  height: 5em;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
figure.i-figure-percentage .i-figure-background {
  border: 2em solid #ccc;
  border-bottom: transparent;
  border-radius: 5em 5em 0 0;
  width: 10em;
  height: 5em;
  margin-left: 1em;
  position: absolute;
}
figure.i-figure-percentage .i-figure-value {
  border: 2em solid #888;
  border-bottom: transparent;
  border-radius: 5em 5em 0 0;
  width: 10em;
  height: 5em;
  margin-left: 1em;
  position: absolute;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
}
figure.i-figure-percentage .i-figure-marking {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  width: 50%;
  height: 5em;
  position: absolute;
  transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
}
figure.i-figure-percentage .i-figure-marking.i-figure-marking20 {
  transform: rotate(-54deg);
  -ms-transform: rotate(-54deg);
}
figure.i-figure-percentage .i-figure-marking.i-figure-marking40 {
  transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
}
figure.i-figure-percentage .i-figure-marking.i-figure-marking60 {
  transform: rotate(18deg);
  -ms-transform: rotate(18deg);
}
figure.i-figure-percentage .i-figure-marking.i-figure-marking80 {
  transform: rotate(54deg);
  -ms-transform: rotate(54deg);
}
figure.i-figure-percentage .i-figure-marking.i-figure-marking25 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
figure.i-figure-percentage .i-figure-marking.i-figure-marking75 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
figure.i-figure-percentage .i-figure-mask {
  border: 3em solid #fff;
  border-bottom: transparent;
  border-radius: 3em 3em 0 0;
  width: 6em;
  height: 3em;
  left: 3em;
  top: 2em;
  position: absolute;
}
figure.i-figure-percentage figcaption {
  width: 100%;
  text-align: center;
}
figure.i-figure-percentage figcaption.i-figcaption-percentage {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.i-rotate0 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.i-rotate05 {
  transform: rotate(-171deg);
  -ms-transform: rotate(-171deg);
}
.i-rotate10 {
  transform: rotate(-162deg);
  -ms-transform: rotate(-162deg);
}
.i-rotate15 {
  transform: rotate(-153deg);
  -ms-transform: rotate(-153deg);
}
.i-rotate20 {
  transform: rotate(-144deg);
  -ms-transform: rotate(-144deg);
}
.i-rotate25 {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.i-rotate30 {
  transform: rotate(-126deg);
  -ms-transform: rotate(-126deg);
}
.i-rotate35 {
  transform: rotate(-117deg);
  -ms-transform: rotate(-117deg);
}
.i-rotate40 {
  transform: rotate(-108deg);
  -ms-transform: rotate(-108deg);
}
.i-rotate45 {
  transform: rotate(-99deg);
  -ms-transform: rotate(-99deg);
}
.i-rotate50 {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.i-rotate55 {
  transform: rotate(-81deg);
  -ms-transform: rotate(-81deg);
}
.i-rotate60 {
  transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
}
.i-rotate65 {
  transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
}
.i-rotate70 {
  transform: rotate(-54deg);
  -ms-transform: rotate(-54deg);
}
.i-rotate75 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.i-rotate80 {
  transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
}
.i-rotate85 {
  transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
}
.i-rotate90 {
  transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
}
.i-rotate95 {
  transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
}
/*
.i-rotate100 {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
*/
/*
.i-rotate0,
.i-rotate05,
.i-rotate10,
.i-rotate15,
.i-rotate20 {
  border-color: @iress-eligibility-very-low !important;
}

.i-rotate25,
.i-rotate30,
.i-rotate35,
.i-rotate40 {
  border-color: @iress-eligibility-low !important;
}

.i-rotate45,
.i-rotate50,
.i-rotate55,
.i-rotate60 {
  border-color: @iress-eligibility-average !important;
}

.i-rotate65,
.i-rotate70,
.i-rotate75,
.i-rotate80 {
  border-color: @iress-eligibility-good !important;
}

.i-rotate85,
.i-rotate90,
.i-rotate95,
.i-rotate100 {
  border-color: @iress-eligibility-very-good !important;
}
*/
.i-rotate20 {
  border-color: #e70000 !important;
}
.i-rotate40 {
  border-color: #f78e00 !important;
}
.i-rotate60,
.i-rotate80 {
  border-color: #73be21 !important;
}
.i-progress00 {
  width: 0;
  background: #e70000 !important;
}
.i-progress20 {
  width: 20%;
  background: #e70000 !important;
}
.i-progress40 {
  width: 40%;
  background: #f78e00 !important;
}
.i-progress60 {
  width: 60%;
  background: #73be21 !important;
}
.i-progress80 {
  width: 80%;
  background: #73be21 !important;
}
.i-badge-eligibility {
  font-weight: normal;
  font-size: 1em;
  padding-left: .5em;
  width: 6.25em;
}
.i-badge-eligibility.i-badge-eligibility-very-low {
  background: #b40000 !important;
}
.i-badge-eligibility.i-badge-eligibility-low {
  background: #b40000 !important;
}
.i-badge-eligibility.i-badge-eligibility-average {
  background: #c47100 !important;
}
.i-badge-eligibility.i-badge-eligibility-good {
  background: #599319 !important;
}
.i-badge-eligibility.i-badge-eligibility-very-good {
  background: #599319 !important;
}
.i-badge-eligibility.i-badge-eligibility-poor {
  background: #b40000 !important;
}
.i-badge-eligibility.i-badge-eligibility-likely {
  background: #c47100 !important;
}
.i-alert-eligibility {
  min-height: 6em;
  margin-bottom: 1em;
}
.i-well-mortgage-balance {
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.i-well-total-cost span,
.i-well-total-cost h4 {
  color: #6e6e6e !important;
}
.i-well-needs-financials header {
  margin-bottom: 20px;
}
.i-well-needs-financials header h2 {
  margin-bottom: 0 !important;
}
.i-well-needs-financials header h2 span.fa {
  color: #f09057;
}
.i-well-needs-financials header h2 span.financials-header {
  color: #949494;
}
.i-well-needs-results {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
.i-well-needs-results div h6 {
  color: #000000;
}
.i-well-needs-have-changed {
  padding-bottom: 15px !important;
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
@media (min-width: 768px) {
  .i-well-needs-have-changed {
    margin-top: -35px;
  }
}
.i-well-needs-have-changed h2 span.needs-header {
  color: #31708f;
}
.i-well-needs-have-changed h6 {
  color: #31708f;
}
.i-well-what-if {
  text-align: center;
  margin-bottom: 15px !important;
  min-height: 300px;
  color: #31708f;
}
.i-well-what-if header {
  height: 78px;
}
@media (max-width: 1365px) {
  .i-well-what-if header {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .i-well-what-if header {
    height: 28px;
  }
}
.i-well-what-if h2 span.what-if-header {
  color: #31708f;
}
.i-well-what-if div h6 {
  color: #31708f;
}
.i-well-what-if div strong {
  padding-left: 5px;
}
.i-well-what-if hr {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.i-well-what-if div.what-if-info {
  text-align: left;
}
@media (min-width: 1366px) {
  .i-well-what-if div.what-if-info {
    min-height: 103px;
  }
}
.i-well-what-if-mortgage {
  border-color: #afe4ee;
  background-color: #cce7f4;
}
.i-well-what-if-mortgage hr {
  border-color: #9adcea;
}
.i-well-what-if-die {
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.i-well-what-if-die hr {
  border-color: #a7e1ed;
}
.i-well-what-if-illness {
  border-color: #c9ecf4;
  background-color: #e6f3fa;
}
.i-well-what-if-illness hr {
  border-color: #a7e1ed;
}
.i-well-what-if-sick {
  border-color: #d5f1f6;
  background-color: #f2f9fc;
}
.i-well-what-if-sick hr {
  border-color: #c0e9f2;
}
.needs-results-graph {
  margin-top: 30px;
}
.i-callout {
  border-left: 5px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.i-callout header h5 {
  font-weight: bold;
  margin-top: 0;
}
.i-callout:not(.i-callout-notes) .form-group {
  margin-bottom: 0;
}
.i-callout-notes {
  border-color: #faebcc;
  border-left-color: #8a6d3b;
  background-color: #fcf8e3;
}
.i-callout-notes header h5 {
  margin: .25em .125em .75em .125em;
  color: #8a6d3b !important;
  font-size: 1.25em;
  font-weight: bold;
  overflow: hidden;
}
.i-callout-notes .i-notes-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.i-callout-notes .i-notes-field {
  overflow: auto;
  width: 100%;
  height: 208px;
  background-color: rgba(0, 0, 0, 0.025);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom-color: #fff;
  border-right-color: #fff;
  padding: .5em 1em;
  text-align: justify;
}
.i-callout-notes .i-notes-updated {
  display: block;
  font-size: .8em;
  color: rgba(0, 0, 0, 0.7);
  padding: .5em 0;
  text-align: right;
}
.i-callout-notes footer > ul,
.i-callout-notes footer > ul > li {
  display: inline-block;
}
.i-callout-notes footer > ul > li > a {
  padding: .5em;
}
.i-callout-notes footer .i-note-count {
  width: 3em;
  text-align: center;
  display: inline-block;
}
.i-callout-eligibility {
  border-color: #bce8f1;
  border-left-color: #31708f;
  background-color: #d9edf7;
}
.i-callout-eligibility header h5 {
  color: #31708f !important;
}
.i-callout-protection {
  border-color: #ffebcc;
  border-left-color: #e35205;
  background-color: rgba(227, 82, 5, 0.1);
}
.i-callout-protection header h5 {
  color: #e35205 !important;
}
.i-callout-buildings-contents {
  border-color: #d8f1ee;
  border-left-color: #2a8580;
  background-color: #ccfaf0;
}
.i-callout-buildings-contents header h5 {
  color: #2a8580 !important;
}
.i-callout-zoopla {
  border-color: #eedaf0;
  border-left-color: #5c1862;
  background-color: #f1e6f2;
}
.i-callout-zoopla header h5 {
  color: #5c1862 !important;
}
.i-callout-mortgage-prefs {
  border-color: #bce8f1;
  border-left-color: #31708f;
  background-color: #d9edf7;
}
.i-callout-mortgage-prefs header h5 {
  color: #31708f !important;
}
.i-callout-info {
  /*
  border-color: darken(spin(@state-info-bg, -10), 5%)
  background-color: @state-info-bg;
  color: @state-info-text;
  */
  border-color: #bce8f1;
  border-left-color: #31708f;
  background-color: #d9edf7;
}
.i-callout-info header h5 {
  color: #31708f !important;
}
.i-callout-warning {
  /*
  border-color: darken(spin(@state-warning-bg, -10), 5%)
  background-color: @state-warning-bg;
  color: @state-warning-text;
  */
  border-color: #faebcc;
  border-left-color: #8a6d3b;
  background-color: #fcf8e3;
}
.i-callout-warning header h5 {
  color: #8a6d3b !important;
}
.i-callout-error {
  /*
  border-color: darken(spin(@state-error-bg, -10), 5%)
  background-color: @state-error-bg;
  color: @state-error-text;
  */
  border-color: #ebccd1;
  border-left-color: #a94442;
  background-color: #f2dede;
}
.i-callout-error header h5 {
  color: #a94442 !important;
}
.i-callout-success {
  /*
  border-color: darken(spin(@state-success-bg, -10), 5%)
  background-color: @state-success-bg;
  color: @state-success-text;
  */
  border-color: #d6e9c6;
  border-left-color: #3c763d;
  background-color: #dff0d8;
}
.i-callout-success header h5 {
  color: #3c763d !important;
}
.i-callout-match-height {
  min-height: 120px;
}
.i-fa-eligibility-icon {
  color: #31708f !important;
}
.panel .panel-footer ul.navbar > li .btn-group .caret {
  margin-top: 0.57142857em;
  margin-bottom: 0.64285714em;
}
.panel.i-panel-danger {
  background-color: rgba(213, 149, 149, 0.25);
}
.panel.i-panel-info {
  background-color: rgba(133, 197, 229, 0.25);
}
.modal-content.i-modal-danger .modal-header,
.modal-content.i-modal-info .modal-header,
.modal-content.i-modal-danger .modal-body,
.modal-content.i-modal-info .modal-body,
.modal-content.i-modal-danger .modal-footer,
.modal-content.i-modal-info .modal-footer {
  background-color: rgba(133, 197, 229, 0.25);
}
.panel-total-cost span.fa-iress-mortgage,
.panel-total-cost span.fa-iress-protection {
  color: #f09057;
  font-size: 1.2em;
}
.panel-total-cost h5.normal-font {
  font-weight: normal !important;
}
@media (max-width: 1024px) {
  .ie10 #resultsGrid .distribution-type-column-small {
    min-width: 0;
    width: auto;
  }
  .ie10 #resultsGrid .percentage-column {
    min-width: 0;
  }
  .ie10 #resultsGrid .product-type-column,
  .ie10 #resultsGrid .initial-period-column,
  .ie10 #resultsGrid .boolean-column {
    width: auto;
  }
  .ie10 #resultsGrid .max-ltv-column,
  .ie10 #resultsGrid .boolean-column {
    display: none !important;
  }
}
aside.lender_detail_aside {
  margin-left: 1px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  max-width: 392px;
}
#login-need-help-text:before {
  content: "To contact the Iress mortgage support team please call 03450 683 000, option 3 then option 1. There is a call back facility available if the lines are busy. Alternatively email ";
}
#login-need-help-email:before {
  content: "mortgagesupport@iress.com";
}
.modal-body ul.choice-list {
  max-width: 350px;
  min-width: 300px;
}
.modal-body ul.choice-list li a.choice-button > span {
  font-size: 3em;
  opacity: .5;
  left: 80%;
  bottom: auto;
  position: absolute;
}
.modal-body ul.choice-list li a.choice-button > h6 {
  font-size: .7em;
}
.modal-body div.eligibility-check-results div.expander-success {
  background: #dff0d8;
  height: 35px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.modal-body div.eligibility-check-results div.expander-success:hover {
  background-color: #d0e9c6 !important;
}
.modal-body div.eligibility-check-results div.expander-warning {
  background: #fcf8e3;
  height: 35px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.modal-body div.eligibility-check-results div.expander-warning:hover {
  background-color: #f0db70 !important;
}
.modal-body div.eligibility-check-results div.expander-danger {
  background: #f2dede;
  height: 35px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.modal-body div.eligibility-check-results div.expander-danger:hover {
  background-color: #ebcccc !important;
}
.modal-body div.eligibility-check-results div.lender-only {
  margin-bottom: -10px;
}
.modal-body div.eligibility-check-results div.results-margin-bottom {
  margin-bottom: 10px;
}
.modal-body div.eligibility-check-results div.results-margin-top {
  margin-top: 10px;
}
.modal-body.modal-sidebar {
  padding-bottom: 0;
  padding-left: 0;
}
.modal-body.modal-sidebar > .row {
  margin-left: 0;
  min-height: inherit;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type {
  background: #f5f5f5;
  min-height: inherit;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) {
  padding-left: 0;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li .background {
  position: absolute;
  font-size: 2em !important;
  right: 0.4em;
  top: -0.18em;
  line-height: 1.75em;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li .background.fa-times {
  color: #bc2346;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li .background.fa-check {
  color: #309b77;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a {
  height: auto !important;
  padding: 0.75em 15px;
}
.modal-body.modal-sidebar > .row > div[class^='col-']:last-of-type {
  padding-bottom: 15px;
}
.i-modal-total-cost span.fa-iress-mortgage,
.i-modal-total-cost span.fa-iress-protection {
  color: #f09057;
  font-size: 1.2em;
}
.i-modal-total-cost h5.total-cost-subtitle {
  color: #6e6e6e;
}
.i-modal-total-cost div.i-well {
  margin-top: 10px;
}
.i-modal-total-cost div.i-well h4.total-cost {
  font-weight: bold;
}
/* IRESS Bootstrap v3.20
 * browser styling
 */
.ie10 .field-info:before {
  font-size: 15px;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html.safari .iress-footer-global .glyphicon {
  top: 0;
}
.hackathon {
  /*
    .profile {
      position: relative;
      margin: 0 auto;
      width: 607px;
      height: 462px;
      background-image: url(images/profile-couple-tall.png);
    }
    */
  /*
    .back-home:before {
      font-family: "FontAwesome";
      color: #f05326;
      opacity: 0.1;
      content: "\f015";
      position: absolute;
      font-size: 26em;
      text-align: center;
      top: -0.25em;
      width: 100%;
    }
    */
  /*calendar*/
  /*		  content: "\f073";*/
  /*
      address {
        margin-bottom: 0;
      }
      */
}
.hackathon .panel-heading,
.hackathon h1,
.hackathon h2,
.hackathon h3,
.hackathon h4,
.hackathon h5,
.hackathon h6 {
  font-family: "Oswald", sans-serif;
}
.hackathon .panel-heading {
  font-size: 1.75em;
}
.hackathon .panel-heading .btn-group {
  font-family: "Open Sans", sans-serif;
}
.hackathon .panel-heading .fa {
  color: #d08000;
}
.hackathon .panel-trans {
  background-color: transparent;
}
.hackathon .panel-body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  height: 24em;
}
.hackathon .panel-body .name {
  margin-top: 0;
  line-height: 1.25em;
}
.hackathon .panel-body .name .fa {
  font-size: 1.25em;
}
.hackathon .panel-body dl {
  margin-bottom: 0.5em;
}
.hackathon .panel-body dl dt,
.hackathon .panel-body dl dd {
  display: inline-block;
}
.hackathon .panel-body > address,
.hackathon .panel-body > header,
.hackathon .panel-body h1 {
  font-family: "Oswald", sans-serif !important;
  font-size: 1.75em;
}
.hackathon .panel-body > address,
.hackathon .panel-body > a {
  display: block;
  margin-bottom: 0.5em;
}
.hackathon .icon:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
}
.hackathon .profile-image {
  display: block;
  margin: 0 auto;
  width: 607px;
  height: 462px;
}
.hackathon .gender-icon {
  font-size: 10em;
  width: 100%;
  margin-bottom: 0.1em;
}
.hackathon .panel-profile {
  background-size: cover;
  height: 336px;
  background-image: url(images/hackathon/profile-unknown.png);
}
.hackathon .panel-profile.male {
  background-image: url(images/hackathon/profile-male.png);
}
.hackathon .panel-profile.male.dependant {
  background-image: url(images/hackathon/profile-male-child.png);
}
.hackathon .panel-profile.female {
  background-image: url(images/hackathon/profile-female.png);
}
.hackathon .panel-profile.female.dependant {
  background-image: url(images/hackathon/profile-female-child.png);
}
.hackathon .panel-profile.male-male {
  background-image: url(images/hackathon/profile-male-couple.png);
}
.hackathon .panel-profile.male-male.dependant {
  background-image: url(images/hackathon/profile-male-male-child.png);
}
.hackathon .panel-profile.female-female {
  background-image: url(images/hackathon/profile-female-couple.png);
}
.hackathon .panel-profile.female-female.dependant {
  background-image: url(images/hackathon/profile-female-female-child.png);
}
.hackathon .panel-profile.male-female {
  background-image: url(images/hackathon/profile-male-female.png);
}
.hackathon .panel-profile.male-female.dependant {
  background-image: url(images/hackathon/profile-male-female-child.png);
}
.hackathon .panel-profile.female-male {
  background-image: url(images/hackathon/profile-female-male.png);
}
.hackathon .panel-profile.female-male.dependant {
  background-image: url(images/hackathon/profile-female-male-child.png);
}
.hackathon .profile h1,
.hackathon .panel-profile h1 {
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  font-size: 3em;
  line-height: 1.25em;
}
.hackathon .text-shadow {
  text-shadow: 2px 2px 3px #000;
}
.hackathon .back-icon:before {
  font-family: "FontAwesome";
  color: #f05326;
  opacity: 0.1;
  position: absolute;
  top: -0.125em;
  font-size: 20em;
  text-align: center;
  width: 100%;
}
.hackathon .telephone-btn,
.hackathon .email-btn {
  width: 100%;
  margin: 0;
}
.hackathon .btn-lg {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  /*
      &.split {
        width: 74%;

        &.dropdown-toggle {
          width: 20%;
        }

      }
      */
  /*
          .dependants .fa {
            font-size: 3em;
          }
      */
}
.hackathon .btn-lg:hover {
  background: #fff;
}
.hackathon .btn-lg .badge {
  position: absolute;
  top: 1em;
  right: 2em;
}
.hackathon .btn-lg .fa {
  font-size: 3em;
  color: #31b3e7;
}
.hackathon .btn-lg .fa.dependant-icon {
  font-size: 2em;
}
.hackathon .gauge-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
}
.hackathon .gauge-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  color: #000;
}
.hackathon .gauge {
  width: 100%;
  height: 100%;
}
.hackathon .embedded-map {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  /*height: 185px;*/
  height: 260px;
}
.hackathon .embedded-address {
  position: absolute;
  top: 150px;
  width: 100%;
  text-shadow: 2px 2px 3px #aaa;
  pointer-events: none;
}
.hackathon .donut-percentage-chart {
  margin: 0 auto;
}
.hackathon .donut-percentage-chart .percentage,
.hackathon .donut-percentage-chart .amount {
  width: 100% !important;
}
.hackathon .top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.hackathon .button-bar {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
.hackathon .percentage-icon {
  position: relative;
  text-align: center;
}
.hackathon .percentage-icon .fa {
  font-size: 17em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hackathon .percentage-icon .fa:before {
  margin-left: 0.125em;
}
.hackathon .percentage-overlay {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 100%;
  font-size: 4em;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}
.hackathon .empty {
  color: #c8c8c8 !important;
}
.hackathon .full {
  color: #f05326 !important;
}
.hackathon .clip0 {
  display: none;
}
.hackathon .clip10 {
  -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0% 100%);
  clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0% 100%);
}
.hackathon .clip20 {
  -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0% 100%);
  clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0% 100%);
}
.hackathon .clip30 {
  -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 100%, 0% 100%);
  clip-path: polygon(0 70%, 100% 70%, 100% 100%, 0% 100%);
}
.hackathon .clip40 {
  -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
}
.hackathon .clip50 {
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
}
.hackathon .clip60 {
  -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0% 100%);
  clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0% 100%);
}
.hackathon .clip70 {
  -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 30%, 100% 100%, 0% 100%);
}
.hackathon .clip80 {
  -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0% 100%);
}
.hackathon .clip90 {
  -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0% 100%);
}
.hackathon .row.mortgage {
  position: relative;
}
.hackathon .row.mortgage .current {
  height: 8em;
}
.hackathon .row.mortgage .current:before {
  font-family: "FontAwesome";
  content: "\f015";
  opacity: 0.1;
  color: #000;
  position: absolute;
  top: -0.125em;
  font-size: 8em;
  text-align: center;
  width: 100%;
}
.hackathon .row.mortgage .proposed {
  height: 8em;
}
.hackathon .row.mortgage .proposed:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  opacity: 0.3;
  color: #7ac043;
  position: absolute;
  top: -0.125em;
  font-size: 8em;
  text-align: right;
  width: 100%;
}
.hackathon .row.mortgage .payment {
  position: absolute;
  font-family: "Oswald", sans-serif;
  text-align: right;
  right: 0.25em;
  bottom: 0.25em;
  font-size: 1.5em;
}
.hackathon a.dark-link {
  color: #444 !important;
}
.hackathon a.dark-link:hover {
  text-decoration: none;
  color: #000 !important;
}
.hackathon .twitter-timeline {
  height: 331px !important;
  width: 100% !important;
}
.selected_answer {
  background-color: #4b6ca6;
  color: #f0f1f2;
}
.iress-list-inline-pipe {
  font-size: 12px;
}
.iress-list-inline-pipe li:before {
  padding-right: 10px;
  content: "|";
}
.iress-list-inline-pipe li:first-child:before {
  content: "";
}
.iress-list-inline-pipe a {
  color: #333333;
}
.breadcrumb {
  padding: 8px 30px;
  background-color: #eee;
  top: 50px;
}
.brand-switcher {
  position: absolute;
  top: 1.75em;
  min-width: 300px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
/* NOT IN USE
  body.nav-one-row {

    .brand-switcher {
      top: 0;
    }

  }
  */
.img-responsive-height {
  max-height: 100%;
}
.img-responsive-logo {
  display: block;
  max-height: 2.5em;
}
.img-responsive-logo.i-large {
  max-height: 3em;
  margin-top: 0.35em;
}
.img-responsive-logo.i-extra-large {
  max-height: 5em;
}
.extra-small .img-responsive-logo {
  max-height: 1.75em;
}
@media (max-width: 767px) {
  .img-responsive-logo {
    max-height: 3em;
  }
}
#resultsWrapper:not(.i-flex-results) .well-sm dl,
#sourcingProductTable,
#cloned-sourcingProductTable,
#compareProductTable,
#sourcingMultiPolicyTable {
  font-size: 0.78571429em;
}
@-moz-document url-prefix() {
  @media (max-width: 1366px) {
    .firefox-small {
      font-size: 0.9em;
    }
  }
}
.affix {
  position: fixed !important;
}
.iress-page-heading {
  position: relative;
  margin-top: 5px;
}
.iress-page-heading h1.main-heading,
.iress-page-heading h2.sub-heading {
  margin-top: 5px;
}
.inline-block.hidden {
  display: none !important;
}
.compare-item {
  width: 20em;
}
@media (max-width: 991px) {
  .compare-item {
    width: 10em;
  }
}
@media (max-width: 1365px) {
  table:not(.i-table) tr.highlight .highlight-indicator {
    display: none !important;
  }
}
#requirementsSummaryWrapper .well.i-well-fieldset dl {
  margin-bottom: 0.6em;
}
.fa.disabled {
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  filter: alpha(opacity=35);
}
.sort-indicator {
  position: absolute;
  padding-left: 4px;
}
.sort-indicator > span.fa {
  display: block;
  line-height: 0.71428571em;
}
.sort-indicator.disabled.asc > span.fa-caret-up,
.sort-indicator.disabled.desc > span.fa-caret-up,
.sort-indicator.disabled.asc > span.fa-caret-down,
.sort-indicator.disabled.desc > span.fa-caret-down {
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  filter: alpha(opacity=35);
  visibility: hidden;
}
.sort-indicator.asc > span.fa-caret-up {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.sort-indicator.asc > span.fa-caret-down {
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  filter: alpha(opacity=35);
}
.sort-indicator.desc > span.fa-caret-up {
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  filter: alpha(opacity=35);
}
.sort-indicator.desc > span.fa-caret-down {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.table-affix {
  position: fixed;
  overflow: hidden;
  z-index: 1;
}
.table-affix > tbody,
.table-affix > tfoot {
  visibility: collapse;
}
.fix-radii {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
table:not(.i-table) th.border-left,
table:not(.i-table) td.border-left {
  border-left: 1px solid #ccc;
}
table:not(.i-table) th.border-right,
table:not(.i-table) td.border-right {
  border-right: 1px solid #ccc;
}
ul.accessibility {
  margin: 0;
}
ul.accessibility > li > a {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: -3em;
  left: 0;
  z-index: 1050;
  font-weight: bold;
  text-decoration: none;
  padding: 0.75em;
  background: #fff;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  -webkit-transition: top 0.75s linear;
  -moz-transition: top 0.75s linear;
  -o-transition: top 0.75s linear;
  -ms-transition: top 0.75s linear;
  transition: top 0.75s linear;
}
ul.accessibility > li > a:focus {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  position: fixed;
  top: 0;
  -webkit-transition: top 0.25s linear;
  -moz-transition: top 0.25s linear;
  -o-transition: top 0.25s linear;
  -ms-transition: top 0.25s linear;
  transition: top 0.25s linear;
}
body.isAnimating [class*=" iress-panel-color-"] table tbody.striped tr:hover:not(.expander, .nested-table-wrapper),
body.isAnimating [class*=" iress-panel-color-"] table tbody.striped-odd tr:hover:not(.expander, .nested-table-wrapper) {
  background-color: inherit !important;
  color: inherit !important;
}
address {
  margin-bottom: 0;
}
.vertical-scroll-only {
  overflow-x: hidden;
  overflow-y: auto;
}
html {
  -ms-overflow-style: scrollbar;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
html.ios .table ul li .row button:not(.dropdown-toggle):hover,
html.ios .table ul li .row a.btn:hover {
  background-color: inherit !important;
  color: inherit !important;
}
html.ios .table ul li .row button:not(.dropdown-toggle):hover h4,
html.ios .table ul li .row a.btn:hover h4 {
  color: inherit !important;
}
#ci-qa-assessment-loading .modal-footer {
  border: 0;
}
#ci-expert-logo {
  height: 75px;
}
#ci-qa-assessment-data-dialog .modal-dialog {
  overflow-y: clip;
  width: 50%;
  height: 83%;
}
#ci-qa-assessment-data-dialog #ciExpertLoading {
  font-size: 25px;
}
#ciExpertLoading {
  color: #17244c;
}
#ci-qa-assessment-data-dialog .modal-content {
  height: 100%;
}
#ci-qa-assessment-data-dialog .modal-header {
  height: 15%;
  border-bottom: 1px solid #e5e6e7;
}
#ci-expert-support {
  pointer-events: none;
}
#ci-qa-assessment-data-dialog .modal-body {
  overflow: scroll;
  height: 75%;
}
#ci-qa-assessment-data-dialog .modal-footer {
  height: 10%;
}
#ci-qa-assessment-data-dialog div {
  color: #605d5e;
}
.ciexpert-assessment-status {
  /* display: inline-block; */
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 35%;
  float: left;
  margin-left: 1em;
}
.ciexpert-data-available {
  color: red;
  text-wrap: nowrap;
  margin: 5px 1em 5px 0px;
  line-height: 2.2em;
}
.ciexpert-client-name {
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}
#ciexpert-recommended-policy {
  padding: 5px 0px 5px 0px;
}
.ciexpert-client-row {
  background-color: #e5e6e7;
  padding: 10px 10px 5px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px outset black;
}
.ciexpert-client-row-client {
  margin: 5px 1em 5px 0px;
  font-weight: bold;
  float: left;
}
.ciexpert-report-row {
  background-color: #e5e6e7;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 2px;
}
.ciexpert-report {
  font-weight: bold;
}
.ciexpert-comparison-header {
  background-color: #e5e6e7;
  padding: 10px;
  font-size: 12px;
}
.ci-expert-comparison-provider {
  max-height: 30px;
  max-width: 60px;
}
.btn-ci-assessment {
  float: right;
}
.policyAdjustmentTooltip {
  background-color: #3a1c46;
  color: #fff;
}
.newFeature {
  float: none;
  border-radius: 0.7em;
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin-left: 5px;
  background-color: #22f1a5;
  line-height: 1.5em;
  font-weight: bold;
  margin-right: -3px;
  margin-top: 0px;
  color: #333;
}
.factors {
  width: 28px;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
  border-radius: 0.25em;
  padding: 0.2em 0.4em 0.1em 0.3em;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.factorAvailable {
  background-color: #7a52e3;
  color: #ffffff;
}
.factorBMINotAvailable {
  background-color: #e8eff4;
  color: #4c4c4c;
}
.factorBMINotSupplied {
  background-color: transparent;
  border: 1px dashed #000;
}
.factorSmokerNotAvailable {
  background-color: #736d6d;
  color: #4c4c4c;
}
.menu_version_info {
  opacity: 0.6;
  cursor: pointer;
  width: 165px;
  height: 125px;
  transition: opacity 1s;
}
.menu_version_info:hover {
  opacity: 1;
}
.data_pill {
  position: absolute;
  transition: left 0.8s;
  transition-timing-function: ease-in;
  font-size: 11px;
  padding: 3px;
  left: 6px;
  text-transform: lowercase;
}
.data_pill_menu {
  position: absolute;
  font-size: 11px;
  padding: 3px;
  left: -8px;
  text-transform: lowercase;
}
.data_pill .variable {
  background: #eddada;
  color: #303031;
}
.data_pill_menu .variable {
  background: #eddada;
  color: #303031;
}
.data_pill .title,
.data_pill_menu .title {
  background: #aeaeae;
  color: #303334;
  border-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  min-width: 65px;
}
.data_pill .variable,
.data_pill_menu .variable {
  border-radius: 3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
  position: fixed;
  text-align: left;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  width: 100px;
}
.data_pill .variableDev,
.data_pill_menu .variableDev {
  background: #676363;
  color: #c5c6c7;
  border-radius: 3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
  position: fixed;
  text-align: left;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  width: 100px;
}
.data_pill .variableOffline,
.data_pill_menu .variableOffline {
  background: #750f0f;
  color: #c5c6c7;
  border-radius: 3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  float: left;
  position: fixed;
  text-align: left;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  width: 100px;
}
