@charset "UTF-8";
/*!
 * Boeing Learner & Management Portal (LMP) UI Theme
 * Built on top of Bootstrap v4.3.1 (https://getbootstrap.com/docs/4.3/)
 */
/* **********************
	Web Fonts
************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("../fonts/MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans"), local("NotoSans"), url("../fonts/noto-sans-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-v9-latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-v9-latin-regular.woff") format("woff"), url("../fonts/noto-sans-v9-latin-regular.ttf") format("truetype"), url("../fonts/noto-sans-v9-latin-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("../fonts/noto-sans-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-v9-latin-700.woff2") format("woff2"), url("../fonts/noto-sans-v9-latin-700.woff") format("woff"), url("../fonts/noto-sans-v9-latin-700.ttf") format("truetype"), url("../fonts/noto-sans-v9-latin-700.svg#NotoSans") format("svg");
  /* Legacy iOS */
}

html {
  background-color: #263746;
}

body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  background-color: #fff;
}

a {
  color: #0077b7;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #005684;
  text-decoration: underline;
}

a:focus {
  color: #005684;
  text-decoration: underline;
}

*:not(input) {
  -ms-user-select: none;
}

/*!
 * LMP Typography
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

h4, .h4,
h6, .h6 {
  font-weight: 700;
}

p {
  line-height: 1.7;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

ul.lmp-outlined {
  border-top: 1px solid #cccccc;
  list-style: none;
  margin: 0;
  padding: 0.5rem 1rem;
}

ul.lmp-outlined li {
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  ul.lmp-outlined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  ul.lmp-outlined li {
    border-right: 1px solid #cccccc;
    padding: 1rem;
  }
}

ul.lmp-inline-bullet {
  color: rgba(0, 0, 0, 0.6);
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

ul.lmp-inline-bullet li {
  display: inline-block;
  margin-bottom: 0.25rem;
}

ul.lmp-inline-bullet li:not(:last-child):after {
  content: '\2022';
  color: #cccccc;
  padding: 0 0.5rem;
}

ul.lmp-tag-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

ul.lmp-tag-list li:not(:last-child):after {
  content: '\2022';
  font-size: 1rem;
  line-height: 1;
  padding: 0 0.5rem;
}

ul.lmp-tag-list.active {
  color: #547b00;
}

ul.lmp-tag-list.active:after {
  color: #547b00;
}

ul.lmp-tag-list.complete {
  color: rgba(0, 0, 0, 0.6);
}

ul.lmp-tag-list.complete:after {
  color: rgba(0, 0, 0, 0.6);
}

ul.lmp-lined-list {
  border-top: 1px solid #cccccc;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}

ul.lmp-lined-list li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

ul.lmp-lined-list a {
  display: block;
}

ul.lmp-lined-list a .lmp-icon {
  vertical-align: middle;
}

.lmp-siderail ul.lmp-lined-list {
  font-size: 0.75rem;
  margin-bottom: 2rem;
}

.progress-badge {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.progress-badge.paid {
  color: #547b00;
}

.progress-badge.unpaid {
  color: #dd7507;
}

.lmp-text-sm {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}

.lmp-text-xs {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
}

.text-raised-line {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.2;
  overflow: hidden;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  text-align: center;
  text-transform: uppercase;
}

.text-raised-line span {
  display: inline-block;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}

.text-raised-line span:before, .text-raised-line span:after {
  background-color: #cccccc;
  content: '';
  height: 1px;
  position: absolute;
  width: 1000px;
  top: 0.5rem;
}

.text-raised-line span:before {
  left: 100%;
}

.text-raised-line span:after {
  right: 100%;
}

/*!
 * LMP Grid
 */
.lmp-page-content {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .lmp-page-content {
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .lmp-page-content {
    padding-bottom: 5rem;
  }
}

.lmp-page-content.lmp-pg-minh {
  min-height: calc(100vh - 360px);
}

@media (min-width: 768px) {
  .lmp-page-content.lmp-pg-minh {
    min-height: calc(100vh - 390px);
  }
}

@media (min-width: 992px) {
  .lmp-page-content.lmp-pg-minh {
    min-height: calc(100vh - 250px);
  }
}

.lmp-page-content.lmp-dash-minh {
  min-height: calc(100vh - 335px);
}

@media (min-width: 768px) {
  .lmp-page-content.lmp-dash-minh {
    min-height: calc(100vh - 370px);
  }
}

@media (min-width: 992px) {
  .lmp-page-content.lmp-dash-minh {
    min-height: calc(100vh - 262px);
  }
}

@media (min-width: 768px) {
  .lmp-page-content.lmp-login-minh {
    min-height: calc(100vh - 280px);
  }
}

@media (min-width: 992px) {
  .lmp-page-content.lmp-login-minh {
    min-height: calc(100vh - 165px);
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s, -webkit-transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
            box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
.lmp-static-date-picker .picker,
.lmp-static-date-picker .picker__holder,
.lmp-static-date-picker .picker__frame {
  position: static;
}

.lmp-static-date-picker .picker {
  margin-bottom: 1rem;
}

.lmp-static-date-picker .picker__holder {
  background-color: transparent;
  overflow-y: visible;
}

.lmp-static-date-picker .picker__holder,
.lmp-static-date-picker .picker__frame {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}

.lmp-static-date-picker .picker__frame {
  margin-bottom: 0;
  opacity: 1;
}

.lmp-static-date-picker .picker__box {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-transition {
  -webkit-transition: height 0.01s;
  transition: height 0.01s;
}

/*!
 * LMP Icons
 */
.lmp-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.icon-sm {
  font-size: 0.875rem;
}

.icon-md {
  font-size: 1.125rem;
}

.icon-lg {
  font-size: 1.5rem;
}

.lmp-cust-icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 1rem auto;
  height: 1rem;
  width: 1rem;
}

.lmp-cust-icon.icon-sm {
  height: 0.875rem;
  width: 0.875rem;
  background-size: 0.875rem auto;
}

.lmp-cust-icon.icon-base {
  height: 1rem;
  width: 1rem;
  background-size: 1rem auto;
}

.lmp-cust-icon.icon-md {
  height: 1.125rem;
  width: 1.125rem;
  background-size: 1.125rem auto;
}

.lmp-cust-icon.icon-lg {
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem auto;
}

.lmp-icon-ghantt-view {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%3E%3Cpath%20fill='%23636363'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.89,11.33v1.56H2v-1.56H5.89z%20M16,11.33v1.56H7.44v-1.56H16zM16,8.22v1.56h-3.89V8.22H16z%20M10.56,8.22v1.56H2V8.22H10.56z%20M5.89,5.11v1.56H2V5.11H5.89z%20M16,5.11v1.56H7.44V5.11H16z'/%3E%3C/svg%3E");
}

.btn.active .lmp-icon-ghantt-view,
.btn:hover .lmp-icon-ghantt-view,
.btn:focus .lmp-icon-ghantt-view {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%3E%3Cpath%20fill='%230077b7'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.89,11.33v1.56H2v-1.56H5.89z%20M16,11.33v1.56H7.44v-1.56H16zM16,8.22v1.56h-3.89V8.22H16z%20M10.56,8.22v1.56H2V8.22H10.56z%20M5.89,5.11v1.56H2V5.11H5.89z%20M16,5.11v1.56H7.44V5.11H16z'/%3E%3C/svg%3E");
}

/*!
 * LMP Accordion - For Filter Sidebar
 */
.lmp-filter-accordions {
  border-top: 1px solid #cccccc;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.lmp-filter-item {
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}

.lmp-filter-item h3 {
  margin-bottom: 1rem;
}

.lmp-filter-item .accordion-trigger {
  border: none;
  background-color: transparent;
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0.5rem 4rem 0.5rem 0;
  position: relative;
  text-align: inherit;
  text-decoration: none;
  width: 100%;
}

.lmp-filter-item .accordion-trigger:focus, .lmp-filter-item .accordion-trigger.focus {
  outline: 0;
  text-decoration: underline;
}

.lmp-filter-item .accordion-trigger:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "expand_less";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .lmp-filter-item .accordion-trigger:after {
    /* IE10+ specific styles */
    content: url("../images/ie-chevron-up.png");
  }
}

.lmp-filter-item .accordion-trigger.collapsed:after {
  content: "expand_more";
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .lmp-filter-item .accordion-trigger.collapsed:after {
    /* IE10+ specific styles */
    content: url("../images/ie-chevron-down.png");
  }
}

.lmp-filter-item .accordion-content {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.5rem;
}

.lmp-filter-toggle {
  display: inline-block;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.lmp-filter-toggle[aria-expanded="false"] > .less,
.lmp-filter-toggle[aria-expanded="true"] > .more {
  display: none;
}

.lmp-filter-toggle:focus {
  outline: none;
  text-decoration: underline;
}

/* Page Filter container */
.lmp-filter-container {
  background-color: #fff;
  position: absolute;
  top: 3.5rem;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 1rem 3rem rgba(39, 40, 51, 0.25);
          box-shadow: 0 1rem 3rem rgba(39, 40, 51, 0.25);
  width: 95%;
  /* Show/hide filter accordions based on active filter container class */
}

.lmp-filter-container.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

.lmp-filter-container.collapsing {
  opacity: 0;
  position: absolute;
  height: auto !important;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(10rem);
          transform: translateX(10rem);
}

.lmp-filter-container .activeTab .filterDateRange {
  display: none;
}

@media (min-width: 576px) {
  .lmp-filter-container {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .lmp-filter-container {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .lmp-filter-container {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    opacity: 1;
    width: 100%;
    top: auto;
    right: auto;
    display: block !important;
  }
}

.lmp-form .lmp-filter-accordions .form-check .custom-checkbox .custom-control-label,
.lmp-form .lmp-filter-accordions .form-check .custom-radio .custom-control-label {
  font-size: 1rem !important;
}

/*!
 * ATP Accordion
 */
.atp-accordion-item {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  margin-bottom: 1rem;
}

.atp-accordion-item h3 {
  margin-bottom: 1rem;
}

.atp-accordion-item .accordion-trigger {
  border: none;
  background-color: transparent;
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 1.5rem 4rem 1rem 1rem;
  position: relative;
  text-align: inherit;
  text-decoration: none;
  width: 100%;
}

.atp-accordion-item .accordion-trigger:focus, .atp-accordion-item .accordion-trigger.focus {
  outline: 0;
  text-decoration: underline;
}

.atp-accordion-item .accordion-trigger:focus::after, .atp-accordion-item .accordion-trigger.focus::after {
  text-decoration: none;
}

.atp-accordion-item .accordion-trigger::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "expand_less";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .atp-accordion-item .accordion-trigger::after {
    /* IE10+ specific styles */
    content: url("../images/ie-chevron-down.png");
  }
}

.atp-accordion-item .accordion-trigger.collapsed::after {
  content: "expand_more";
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .atp-accordion-item .accordion-trigger.collapsed::after {
    /* IE10+ specific styles */
    content: url("../images/ie-chevron-up.png");
  }
}

.atp-accordion-item .accordion-content {
  border-top: 1px solid #cccccc;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .atp-accordion-item .accordion-content {
    padding: 2rem 2rem 1.5rem;
  }
}

/*!
 * LMP Alert
 */
.lmp-alert {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 6px solid transparent;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  padding: 1.5rem 1rem 1rem 1rem;
}

.lmp-alert > .lmp-icon {
  position: relative;
  top: 2px;
}

.lmp-alert.alert-warning {
  background-color: #ffffe8;
  border-color: #dd7507;
}

.lmp-alert.alert-warning .lmp-icon {
  color: #dd7507;
}

/*!
 * LMP Buttons
 */
.btn {
  padding: 0.5rem 1rem;
}

.lmp-primary,
.lmp-secondary {
  color: #fff;
  font-size: 0.875rem;
}

.lmp-primary .lmp-icon,
.lmp-secondary .lmp-icon {
  margin-right: 2px;
  vertical-align: middle;
}

.lmp-primary:hover,
.lmp-secondary:hover {
  color: #fff;
}

.lmp-primary.disabled, .lmp-primary:disabled,
.lmp-secondary.disabled,
.lmp-secondary:disabled {
  background-color: #9E9E9E;
  color: #fff;
  opacity: 1;
}

.lmp-primary.disabled:focus, .lmp-primary:disabled:focus,
.lmp-secondary.disabled:focus,
.lmp-secondary:disabled:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(158, 158, 158, 0.5);
}

.lmp-primary.disabled:hover, .lmp-primary:disabled:hover,
.lmp-secondary.disabled:hover,
.lmp-secondary:disabled:hover {
  background-color: #9E9E9E;
}

.lmp-primary {
  background-color: #dd7507;
}

.lmp-primary:hover {
  background-color: #c46806;
}

.lmp-primary:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(221, 117, 7, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(221, 117, 7, 0.5);
}

.lmp-secondary {
  background-color: #0077b7;
}

.lmp-secondary:hover {
  background-color: #00669e;
}

.lmp-secondary:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(0, 119, 183, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(0, 119, 183, 0.5);
}

.lmp-link {
  color: #0077b7;
  font-size: 0.875rem;
}

.lmp-link .lmp-icon {
  margin-right: 2px;
  vertical-align: middle;
}

.lmp-link:hover {
  color: #00669e;
  text-decoration: underline;
}

.lmp-link:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(0, 119, 183, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(0, 119, 183, 0.5);
}

.lmp-link.disabled, .lmp-link:disabled {
  background-color: #9E9E9E;
  color: #fff;
  opacity: 1;
}

.lmp-link.disabled:focus, .lmp-link:disabled:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(158, 158, 158, 0.5);
}

.lmp-primary.btn-sm,
.lmp-secondary.btn-sm,
.lmp-link.btn-sm,
.lmp-outline-primary.btn-sm,
.lmp-outline-secondary.btn-sm {
  padding: 0.25rem 0.5rem;
}

.lmp-btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.lmp-btn-group > .btn {
  margin-right: 0.5rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.lmp-btn-group > .btn:hover {
  z-index: 1;
}

.lmp-btn-group > .btn:focus, .lmp-btn-group > .btn:active, .lmp-btn-group > .btn.active {
  z-index: 1;
}

.lmp-btn-group > .btn:last-child {
  margin-right: 0;
}

.lmp-outline-primary,
.lmp-outline-secondary {
  font-size: 0.875rem;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
}

.lmp-outline-primary .lmp-icon,
.lmp-outline-secondary .lmp-icon {
  margin-right: 2px;
  vertical-align: middle;
}

.lmp-outline-primary:focus,
.lmp-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(0, 119, 183, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(0, 119, 183, 0.5);
}

.lmp-outline-primary.disabled, .lmp-outline-primary:disabled,
.lmp-outline-secondary.disabled,
.lmp-outline-secondary:disabled {
  color: #9E9E9E;
  opacity: 1;
}

.lmp-outline-primary.disabled:focus, .lmp-outline-primary:disabled:focus,
.lmp-outline-secondary.disabled:focus,
.lmp-outline-secondary:disabled:focus {
  -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0.1rem 0.1rem rgba(158, 158, 158, 0.5);
}

.lmp-outline-primary.disabled:hover, .lmp-outline-primary:disabled:hover,
.lmp-outline-secondary.disabled:hover,
.lmp-outline-secondary:disabled:hover {
  color: #9E9E9E;
}

.lmp-outline-primary {
  color: #636363;
}

.lmp-outline-primary:hover {
  color: #c46806;
  text-decoration: none;
}

.lmp-outline-secondary {
  color: #636363;
}

.lmp-outline-secondary:hover {
  color: #00669e;
  text-decoration: none;
}

.lmp-outline-primary.lmp-lg-icon,
.lmp-outline-secondary.lmp-lg-icon {
  min-height: 34.25px;
  padding: 0.25rem 0.5rem;
}

.lmp-outline-primary.lmp-lg-icon:focus, .lmp-outline-primary.lmp-lg-icon:active, .lmp-outline-primary.lmp-lg-icon.active,
.lmp-outline-secondary.lmp-lg-icon:focus,
.lmp-outline-secondary.lmp-lg-icon:active,
.lmp-outline-secondary.lmp-lg-icon.active {
  color: #0077b7;
}

.lmp-outline-primary.lmp-lg-icon .lmp-icon,
.lmp-outline-secondary.lmp-lg-icon .lmp-icon {
  margin-right: 0;
}

.lmp-outline-primary.lmp-lg-icon .icon-btn-date,
.lmp-outline-secondary.lmp-lg-icon .icon-btn-date {
  position: relative;
  top: -2px;
}

@media (min-width: 576px) {
  .lmp-outline-primary.lmp-lg-icon,
  .lmp-outline-secondary.lmp-lg-icon {
    padding: 0.25rem 12px;
  }
}

.lmp-card-detail {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  margin-bottom: 1rem;
}

.lmp-card-detail h2, .lmp-card-detail .lmp-tag-list {
  margin-bottom: 0.5rem;
}

.lmp-card-detail .card-details {
  border-bottom: 1px solid #cccccc;
}

.lmp-card-detail .lmp-outlined {
  background-color: #fafafa;
}

.lmp-card-fltr {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.lmp-card-fltr .card-details {
  background-color: #fafafa;
  border-bottom: 1px solid #cccccc;
}

.lmp-card-fltr .card-progress {
  padding: 1rem;
}

.lmp-card-fltr .card-progress .progress-label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.lmp-card-fltr .card-progress .prog-val {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.lmp-card-fltr .lmp-inline-bullet {
  font-size: 0.75rem;
}

.lmp-card-fltr .lmp-outlined {
  font-size: 0.875rem;
}

.lmp-card-fltr .progress-action {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .lmp-card-fltr {
    margin-bottom: 1rem;
  }
  .lmp-card-fltr .card-details {
    border-bottom: none;
  }
  .lmp-card-fltr .card-progress {
    border-left: 1px solid #cccccc;
    padding: 1.5rem;
  }
  .lmp-card-fltr .card-progress .progress-badge {
    margin-bottom: 0;
  }
}

/*!
 * LMP Overview Card
 */
.atp-card-overview {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  overflow: hidden;
  height: 100%;
}

.atp-card-overview .card-title {
  background-color: #fafafa;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  margin: 0;
  padding: 1rem 1rem 0.5rem;
}

.atp-card-overview .card-title span {
  color: #636363;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}

.atp-card-overview .title-details {
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.atp-card-overview .title-details li {
  margin-bottom: 0.25rem;
}

.atp-card-overview .title-details li:last-child {
  margin-bottom: 0.25rem;
}

.atp-card-overview .card-label {
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}

.atp-card-overview .overview-val {
  font-size: 1.438rem;
}

.atp-card-overview .overview-val-lg {
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 400px) {
  .atp-card-overview .card-controls .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .atp-card-overview .card-controls .btn:last-child {
    margin-bottom: 0;
  }
}

/*!
 * LMP Collapsible Card
 */
.lmp-card-single {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem 0.5rem 1rem;
}

.lmp-card-single .card-title {
  font-weight: bold;
  margin-bottom: 0;
}

.lmp-card-single .card-val {
  color: rgba(0, 0, 0, 0.6);
  float: left;
  font-size: 1.438rem;
  width: 50%;
}

.lmp-card-single .lmp-progress {
  position: relative;
  float: left;
  top: 12px;
  width: 50%;
}

@media (min-width: 768px) {
  .lmp-card-single {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
  }
  .lmp-card-single .card-title {
    font-size: 1.125rem;
    margin-right: 0.5rem;
  }
  .lmp-card-single .card-val {
    font-size: 1.5rem;
    margin-top: -0.5rem;
    margin-right: 1rem;
    float: none;
    width: auto;
  }
  .lmp-card-single .lmp-progress {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    float: none;
    margin-left: auto;
    margin-right: 0.5rem;
    top: auto;
    width: 34%;
  }
}

/*!
 * LMP Collapsible Card
 */
.lmp-card-collapse {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  margin-bottom: 1rem;
}

.lmp-card-collapse .card-trigger {
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: 1.125rem;
  font-weight: inherit;
  margin: 0;
  padding: 1.5rem 3.5rem 0.5rem 1rem;
  position: relative;
  text-align: inherit;
  text-decoration: none;
  width: 100%;
}

.lmp-card-collapse .card-trigger:focus, .lmp-card-collapse .card-trigger:hover {
  outline: none;
}

.lmp-card-collapse .card-trigger:focus .card-label, .lmp-card-collapse .card-trigger:hover .card-label {
  text-decoration: underline;
}

.lmp-card-collapse .card-trigger:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "expand_less";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}

.lmp-card-collapse .card-trigger.collapsed:after {
  content: "expand_more";
}

.lmp-card-collapse .card-label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.lmp-card-collapse .card-progress-val {
  color: rgba(0, 0, 0, 0.6);
  float: left;
  font-size: 1.438rem;
  width: 50%;
}

.lmp-card-collapse .lmp-progress {
  position: relative;
  float: left;
  top: 12px;
  width: 50%;
}

.lmp-card-collapse .lmp-card-content {
  border-top: 1px solid rgba(204, 204, 204, 0.6);
}

.lmp-card-collapse .lmp-card-content p {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .lmp-card-collapse .card-trigger {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
  }
  .lmp-card-collapse .card-label {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .lmp-card-collapse .card-progress-val {
    font-size: 1.5rem;
    margin-top: -0.5rem;
    margin-right: 1rem;
    float: none;
    width: auto;
  }
  .lmp-card-collapse .lmp-progress {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    float: none;
    margin-left: auto;
    top: -0.25rem;
    width: 30%;
  }
}

/*!
 * LMP Card
 */
.lmp-card {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
}

/*!
 * LMP Collapsible Checklist
 */
.lmp-collapsible-checklist {
  border-top: 1px solid #cccccc;
  counter-reset: checklist-counter;
  list-style: none;
  padding: 0;
}

.lmp-collapsible-checklist .checklist-item {
  border-bottom: 1px solid #cccccc;
  counter-increment: checklist-counter;
  font-size: 0.875rem;
  padding-left: 4rem;
  padding-right: 1rem;
  position: relative;
}

.lmp-collapsible-checklist .checklist-item.complete::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "check";
  color: #547b00;
  font-size: 1.125rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.lmp-collapsible-checklist .checklist-item:nth-child(odd) {
  background-color: #fafafa;
}

.lmp-collapsible-checklist .checklist-item:before {
  content: counter(checklist-counter) ".";
  text-align: right;
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 1.5rem;
}

.lmp-collapsible-checklist h6 {
  margin-bottom: 0;
}

.lmp-collapsible-checklist .checklist-trigger {
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: inherit;
  padding: 1rem 1.5rem 1rem 0;
  text-align: inherit;
  width: 100%;
}

.lmp-collapsible-checklist .checklist-trigger:focus, .lmp-collapsible-checklist .checklist-trigger:hover {
  outline: none;
  text-decoration: underline;
}

.lmp-collapsible-checklist .checklist-trigger::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "expand_less";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .lmp-collapsible-checklist .checklist-trigger::after {
    /* IE10+ specific styles */
    content: url("../images/ie-chevron-down.png");
  }
}

.lmp-collapsible-checklist .checklist-trigger.collapsed::after {
  content: "expand_more";
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .lmp-collapsible-checklist .checklist-trigger.collapsed::after {
    /* IE10+ specific styles */
    content: url("../images/ie-chevron-up.png");
  }
}

.lmp-error {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  padding-left: 2rem;
  position: relative;
}

.lmp-error .lmp-icon {
  position: absolute;
  top: -2px;
  left: 0;
  vertical-align: bottom;
}

/*!
 * LMP Footer
 */
.atp-foooter {
  background-color: #263746;
  color: #fff;
  font-size: 0.75rem;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}

.atp-foooter .portlet {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .atp-foooter {
    padding-top: 2rem;
  }
}

.atp-footer-links {
  margin-bottom: 1rem;
  text-align: center;
}

.atp-footer-links a {
  color: #fff;
  display: block;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .atp-footer-links {
    margin-bottom: 1.5rem;
  }
  .atp-footer-links a {
    display: inline-block;
    border-right: 1px solid #fff;
    margin-right: 0.5rem;
    padding: 0 0.5rem 0 0;
  }
  .atp-footer-links a:last-child {
    border-right: none;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .atp-footer-links {
    margin-bottom: 0;
    text-align: left;
  }
}

.iti {
  position: relative;
  display: block;
}

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

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  border-radius: .25rem;
  border: .0625rem solid #ced4da;
  position: relative;
  z-index: 0;
  margin-bottom: 0 !important;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 0.875rem 1rem;
  width: 100%;
}

.iti input:focus,
.iti input[type=text]:focus,
.iti input[type=tel]:focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
  color: #495057;
  background-color: #FFF;
  border-color: #80bdff;
  outline: 0;
}

.iti input.is-invalid,
.iti input[type=text].is-invalid,
.iti input[type=tel].is-invalid {
  border-color: #DA1414;
}

.iti-invalid-feedback {
  display: none;
}

.iti-invalid-feedback.show {
  display: block;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__selected-flag:focus {
  background-color: #f7f7f7;
  outline: 0;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 100;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: #f7f7f7;
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #f7f7f7;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #f7f7f7;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/*
* LMP Forms
*/
.lmp-form .form-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  padding-top: 0.25rem;
}

.lmp-form .animated-input {
  position: relative;
}

.lmp-form .animated-input label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  line-height: 1rem;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 9;
}

.lmp-form .animated-input .form-control {
  display: block;
  font-size: 0.875rem;
  padding: 2rem 1rem 1rem 1rem;
  width: 100%;
}

.lmp-form .animated-input .form-control:focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
}

.lmp-form .animated-input .form-control.custom-select {
  padding: 1rem;
}

.lmp-form .animated-input textarea {
  padding-top: 1.5rem !important;
}

.lmp-form .animated-input select.form-control.custom-select {
  padding: 1.25rem 1rem 0;
  min-height: 50px;
}

.lmp-form .animated-input .form-control.populated ~ label,
.lmp-form .animated-input .form-control:focus ~ label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  left: .5rem;
  top: .5rem;
  padding: 0px 0.5rem;
}

.lmp-form .animated-input .form-group {
  margin-bottom: 1rem;
}

.lmp-form .lmp-pickadate {
  background-color: #fff !important;
  padding-left: 1rem;
  color: #666;
}

.lmp-form .lmp-pickadate ~ label {
  left: 1rem;
}

.lmp-form .lmp-pickadate-icon i {
  margin-right: 0.25rem;
}

.lmp-form .lmp-pickadate.picker__input--active ~ label,
.lmp-form .lmp-pickadate.valid ~ label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  left: 1rem;
  top: .4rem;
}

.lmp-form .lmp-pickadate.picker__input--active ~ label .lmp-icon,
.lmp-form .lmp-pickadate.valid ~ label .lmp-icon {
  font-size: 0.75rem;
}

.lmp-form #search-icon:hover {
  cursor: pointer;
}

.lmp-form .input-group .form-control:not(:last-child) {
  border-right: none;
  border: solid rgba(0, 0, 0, 0.38) 1px;
}

.lmp-form .input-group .form-control:not(:last-child):focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
}

.lmp-form .input-group.input-group > .form-control:not(:last-child) {
  border-radius: 4px;
}

.lmp-form .input-group .input-group-append {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 10;
}

.lmp-form .input-group .input-group-append .input-group-text {
  background-color: #fff;
  border: solid rgba(0, 0, 0, 0.38) 1px;
  border-left: none;
  border-bottom: none;
  border-top: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-top: 6px;
}

.lmp-form .input-group .input-group-append:focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
  outline: none;
  z-index: 20;
}

.lmp-form .custom-control-input:focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
}

.lmp-form .form-check {
  padding-left: 0;
}

.lmp-form .form-check .custom-checkbox {
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}

.lmp-form .form-check .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8px'%20height='8px'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M2.54,5.91l-1.9-1.9L0,4.66L2.54,7.2L8,1.74L7.36,1.1L2.54,5.91z'/%3E%3C/svg%3E");
  background-size: 0.875rem 0.875rem;
  background-position: center center;
}

.lmp-form .form-check .custom-checkbox .custom-control-input {
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.375rem;
}

.lmp-form .form-check .custom-checkbox .custom-control-label {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0 0 0.5rem;
  position: relative;
}

.lmp-form .form-check .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: solid rgba(0, 0, 0, 0.38) 2px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: block;
  height: 1.125rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1.125rem;
}

.lmp-form .form-check .custom-checkbox .custom-control-label::after {
  position: absolute;
  top: 0.375rem;
  left: -1.375rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.lmp-form .form-check .custom-radio {
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}

.lmp-form .form-check .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #0077b7;
  background-image: none;
}

.lmp-form .form-check .custom-radio .custom-control-input {
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.375rem;
}

.lmp-form .form-check .custom-radio .custom-control-label {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0 0 0.5rem;
  position: relative;
}

.lmp-form .form-check .custom-radio .custom-control-label::before {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  width: 1.125rem;
  height: 1.125rem;
  border: solid rgba(0, 0, 0, 0.38) 2px;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
}

.lmp-form .form-check .custom-radio .custom-control-label::after {
  position: absolute;
  top: 0.575rem;
  left: -1.16rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

.lmp-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0077b7;
}

.lmp-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #0077b7;
}

.lmp-form .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 4px 3px #0077b7;
          box-shadow: 0 0 4px 3px #0077b7;
}

.lmp-form .weekday-options .btn-group-toggle {
  display: inline-block;
  margin-right: 0.5rem;
}

.lmp-form .weekday-options .btn-group-toggle:focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
}

.lmp-form .weekday-options .btn-group-toggle:last-child {
  margin-right: 0;
}

.lmp-form .weekday-options .btn-group-toggle label.btn {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border: solid 1px #cccccc;
}

.lmp-form .weekday-options .btn-group-toggle label.btn:hover {
  background-color: #f0f0f0;
}

.lmp-form .weekday-options .btn-group-toggle label.btn.active {
  background-color: #0077b7;
  color: #fff;
}

.lmp-form .weekday-options .btn-group-toggle label.btn.focus {
  -webkit-box-shadow: 0 0 4px 3px #0077b7 !important;
          box-shadow: 0 0 4px 3px #0077b7 !important;
}

.lmp-form .custom-control-label {
  padding: 0.25rem 0 0 32px;
  margin-bottom: 0.5rem;
}

.lmp-form .custom-switch .custom-control-label::before {
  height: 1.5rem;
  border-radius: 1rem;
  width: 3.375rem;
}

.lmp-form .custom-switch .custom-control-label::after {
  height: 1rem;
  width: 1rem;
  top: 0.5rem;
  left: calc(-2.25rem + 4px);
}

.lmp-form .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.9rem);
          transform: translateX(1.9rem);
  background-color: #0077b7;
}

.lmp-form .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.lmp-form .custom-switch .custom-control-label::after {
  background-color: rgba(0, 0, 0, 0.38);
}

.lmp-form input:-webkit-autofill,
.lmp-form input:-webkit-autofill:hover,
.lmp-form input:-webkit-autofill:focus,
.lmp-form textarea:-webkit-autofill,
.lmp-form textarea:-webkit-autofill:hover,
.lmp-form textarea:-webkit-autofill:focus,
.lmp-form select:-webkit-autofill,
.lmp-form select:-webkit-autofill:hover,
.lmp-form select:-webkit-autofill:focus {
  border: 1px solid rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
}

.invalid-feedback, .iti-invalid-feedback {
  font-size: 0.75rem;
  color: #DA1414;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
}

.lmp-toggle-hide {
  display: none;
}

.lmp-toggle-hide.collapsed {
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .lmp-form .input-group.input-group > :not(:last-child).form-control,
  .lmp-form .animated-input .form-control {
    min-height: 50px;
    padding: 1rem 0 0 1rem;
  }
  .custom-checkbox ::after,
  .custom-checkbox ::before,
  .custom-radio ::after,
  .custom-radio ::before {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.was-validated .form-control:valid, .was-validated .form-control.is-valid {
  border-color: #ced4da;
}

/*!
 * LMP Inbox Notice
 */
.lmp-inbox-notice {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 1rem;
  position: relative;
}

.lmp-inbox-notice div[class^="col"] {
  position: initial;
}

.lmp-inbox-notice a:focus {
  outline: none;
  text-decoration: underline;
}

.lmp-inbox-notice .lmp-icon {
  color: #0077b7;
  margin: 1rem 0.5rem;
}

.lmp-inbox-notice .notice-details {
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

/*!
 * LMP Modals
 */
.lmp-modal .modal-header {
  padding: 0 0 1rem 0;
  margin: 1rem;
}

.lmp-modal .modal-content {
  overflow: visible;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.lmp-modal .modal-footer {
  margin: 0 1rem 1rem;
  padding: 1rem 0 0 0;
}

.lmp-modal .lmp-modal-alert {
  font-size: 0.875rem;
  margin-left: 0;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  padding-left: 1.75rem;
  position: relative;
  width: 100%;
}

.lmp-modal .lmp-modal-alert:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -0.375rem;
}

.lmp-modal .lmp-modal-alert.error {
  color: #DA1414;
}

.lmp-modal .lmp-modal-alert.error:before {
  content: "error";
}

/*!
 * ATP Navbar
 */
.atp-navbar {
  background-color: #263746;
  position: inherit;
}

.atp-navbar .container {
  padding-left: 0;
  padding-right: 0;
}

.atp-navbar .navbar-collapse {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  height: 100vh;
  left: 0;
  max-width: 280px;
  position: absolute;
  top: 0;
  width: 85%;
  z-index: 1000;
}

.atp-navbar .navbar-collapse.show {
  opacity: 1;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

.atp-navbar .navbar-collapse.collapsing {
  height: auto;
  overflow: visible;
  opacity: 0;
  -webkit-transform: translateX(-10rem);
          transform: translateX(-10rem);
  -webkit-transition: none;
  transition: none;
}

.atp-navbar .navbar-brand {
  color: #fff;
  font-size: 0.875rem;
  max-width: 100%;
  padding: 0.5rem;
}

.atp-navbar .navbar-brand-mobile {
  color: #636363;
  display: block;
  padding: 0.5rem 1rem;
}

.atp-navbar .navbar-brand-mobile:hover {
  text-decoration: none;
}

.atp-navbar .navbar-title {
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.atp-navbar .navbar-title:hover {
  text-decoration: none;
}

.atp-navbar .atp-nav-dropdown {
  border-radius: 0.125rem;
  border-color: transparent;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(39, 40, 51, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(39, 40, 51, 0.15);
  min-width: 260px;
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}

.atp-navbar .atp-nav-dropdown:after {
  border-style: solid;
  border-width: 0 9px 15px 9px;
  border-color: transparent transparent #fff transparent;
  content: '';
  height: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  width: 0;
  position: absolute;
  top: -20px;
  z-index: 1000;
  right: 10px;
}

.atp-navbar .atp-nav-dropdown .dropdown-header {
  color: #263746;
  text-transform: uppercase;
}

.atp-navbar .atp-nav-dropdown .dropdown-item {
  color: #636363;
  font-size: 0.875rem;
}

.atp-navbar .atp-nav-dropdown .dropdown-item:hover, .atp-navbar .atp-nav-dropdown .dropdown-item:active, .atp-navbar .atp-nav-dropdown .dropdown-item:focus {
  background-color: #f0f0f0;
}

.atp-navbar .atp-nav-dropdown .dropdown-divider {
  border-top-color: transparent;
}

.atp-navbar .atp-nav-dropdown .dropdown-small-text {
  color: #636363;
  font-size: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.atp-navbar .atp-nav-dropdown .dropdown-btn {
  border-radius: 0;
  background-color: #263746;
  color: #cccccc;
  font-size: 0.875rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.atp-navbar .atp-nav-dropdown .dropdown-btn:hover, .atp-navbar .atp-nav-dropdown .dropdown-btn:focus {
  background-color: #263746;
  color: #fff;
}

@media (min-width: 576px) {
  .atp-navbar .atp-nav-dropdown {
    min-width: 320px;
  }
}

.atp-navbar .navbar-nav .nav-link {
  font-size: 0.875rem;
}

.atp-navbar .navbar-nav.navbar-link-nav {
  display: block;
  padding-top: 0.25rem;
}

.atp-navbar .navbar-nav.navbar-link-nav .nav-item {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.atp-navbar .navbar-nav.navbar-link-nav .nav-link {
  border-radius: 0.25rem;
  color: #636363;
  padding: 0.5rem 1rem;
}

.atp-navbar .navbar-nav.navbar-link-nav .nav-link:hover, .atp-navbar .navbar-nav.navbar-link-nav .nav-link:focus {
  color: #272833;
}

.atp-navbar .navbar-nav.navbar-link-nav .active > .nav-link {
  background-color: #f7f7f7;
}

.atp-navbar .navbar-nav.navbar-icon-nav .nav-link {
  color: #fff;
  padding-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .atp-navbar .navbar-title {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 992px) {
  .atp-navbar {
    border-bottom: 2px solid #263746;
    padding-bottom: 0;
    position: relative;
  }
  .atp-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .atp-navbar .row {
    width: 100%;
  }
  .atp-navbar .navbar-brand {
    padding: 0.5rem 0;
  }
  .atp-navbar .navbar-collapse {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .atp-navbar .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    color: #cccccc;
    text-transform: uppercase;
  }
  .atp-navbar .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .atp-navbar .navbar-nav.navbar-link-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .atp-navbar .navbar-nav.navbar-link-nav .nav-item {
    padding: 0;
  }
  .atp-navbar .navbar-nav.navbar-link-nav .nav-link {
    border-radius: 0;
    color: #cccccc;
    padding: 0.5rem 1rem;
  }
  .atp-navbar .navbar-nav.navbar-link-nav .nav-link:hover, .atp-navbar .navbar-nav.navbar-link-nav .nav-link:focus {
    color: #fff;
  }
  .atp-navbar .navbar-nav.navbar-link-nav .active > .nav-link {
    background-color: transparent;
    border-bottom-color: #fff;
    color: #fff;
  }
}

.nav-bg-panel {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

@media (min-width: 992px) {
  .nav-bg-panel {
    display: none;
  }
}

.navbar-toggler {
  color: #fff;
}

.navbar-toggler .lmp-icon {
  vertical-align: bottom;
}

.navbar-toggler span {
  margin-bottom: 2px;
}

/*!
 * LMP Page Alerts
 */
.lmp-pg-alert {
  border-top: 4px solid transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.7;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.lmp-pg-alert .close {
  font-size: 1rem;
  height: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  right: 1rem;
  top: 0;
  width: 2rem;
}

.lmp-pg-alert .alert-content {
  padding-left: 3rem;
  position: relative;
}

.lmp-pg-alert .alert-content:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 1.375rem;
  position: absolute;
  left: 1rem;
  top: 0;
}

.lmp-pg-alert.alert-dismissible {
  padding-right: 0;
}

.lmp-pg-alert.alert-dismissible .alert-content {
  padding-right: 4rem;
}

.lmp-pg-alert.alert-warning {
  border-color: #dd7507;
  background-color: #ffffe8;
}

.lmp-pg-alert.alert-warning .alert-content:before {
  color: #dd7507;
  content: "error_outline";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!
 * ATP Header
 */
.atp-header {
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.atp-header h1, .atp-header .h1 {
  margin-bottom: 0;
  padding-top: 0.25rem;
}

.atp-header h1 span, .atp-header .h1 span {
  display: block;
  font-size: 1.125rem;
  color: #636363;
}

@media (min-width: 992px) {
  .atp-header {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}

.atp-header-back-link {
  border-right: 1px solid #cccccc;
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.lmp-progress {
  background-color: #cccccc;
  border-radius: 1px;
  height: 0.5rem;
}

.lmp-progress .progress-bar {
  background-color: #547b00;
}

/*!
 * LMP Spinner
 */
@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.lmp-spinner {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.lmp-spinner .spinner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.88);
          transform: translateZ(0) scale(0.88);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.lmp-spinner .spinner:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border: 8px solid #0077b7;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation: spinner-rotate 1s linear infinite;
          animation: spinner-rotate 1s linear infinite;
  top: 45px;
  left: 45px;
}

.lmp-spinner.spinner-sm {
  width: 40px;
  height: 40px;
}

.lmp-spinner.spinner-sm .spinner:before {
  border-width: 6px;
  height: 30px;
  width: 30px;
  left: 22.5px;
  top: 22.5px;
}

.lmp-spinner-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.lmp-spinner-overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lmp-spinner-overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.lmp-spinner-overlay.overlay-dark .lmp-spinner .spinner:before {
  border-color: #fafafa;
  border-top-color: transparent;
}

.lmp-spinner-overlay.overlay-light {
  background-color: rgba(255, 255, 255, 0.6);
}

/*!
 * ATP Tabs
 */
.atp-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.atp-tabs .nav-link {
  border-bottom: 2px solid transparent;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.atp-tabs .nav-link:hover, .atp-tabs .nav-link:focus {
  color: #272833;
}

.atp-tabs .nav-link.active {
  color: #0077b7;
  border-bottom-color: #0077b7;
  font-weight: 700;
}

.lmp-table-pagination {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.lmp-table-pagination li {
  display: inline-block;
}

.lmp-table-pagination .pagination-label {
  font-size: 0.875rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .lmp-table-pagination .pagination-label {
    padding-right: 3rem;
  }
}

.lmp-table {
  border-bottom: 1px solid #cccccc;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.lmp-table tbody tr {
  background-color: #fafafa;
}

.lmp-table td, .lmp-table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}

.lmp-table th {
  color: rgba(0, 0, 0, 0.87);
}

.lmp-table .table-btn {
  background-color: #fff;
  border: none;
  padding: 1.5rem 1rem;
  width: 100%;
}

.lmp-table .table-btn .lmp-icon {
  color: #DA1414;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.lmp-table .table-btn:hover, .lmp-table .table-btn:focus {
  outline: none;
  color: #ab1010;
}

.lmp-table .table-btn:hover .lmp-icon, .lmp-table .table-btn:focus .lmp-icon {
  color: #ab1010;
}

@media (min-width: 992px) {
  .lmp-table .table-btn {
    width: auto;
  }
  .lmp-table .table-btn .lmp-icon {
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .table-stack {
    /* Labeling
     * adding a data-title attribute to the cells
     * lets us add text before the content to provide
     * the missing context
     * 
     * Markup: 
     *   <td data-title="Column Header">Content Here</td>
     * 
     * Display:
     *   Column Header: Content Here
     */
  }
  .table-stack caption {
    display: block;
  }
  .table-stack thead {
    display: none;
    visibility: hidden;
  }
  .table-stack tbody, .table-stack tr, .table-stack th, .table-stack td {
    display: block;
    white-space: normal;
  }
  .table-stack th {
    height: auto;
  }
  .table-stack th, .table-stack td {
    padding: 0.5rem 1rem;
  }
  .table-stack tr {
    border-top: 2px solid #cccccc;
    margin-bottom: 0.5rem;
  }
  .table-stack a {
    display: block;
    padding: 0.5rem 0;
  }
  .table-stack th[data-title]:before,
  .table-stack td[data-title]:before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .table-stack th:not([data-title]) {
    font-weight: bold;
  }
  .table-stack td:empty {
    display: none;
  }
  .table-stack.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
  }
}

.table td:first-child,
.table th:first-child,
.table .table-cell-start {
  padding-left: 1rem;
}

/*!
 * LMP View Controls
 */
.lmp-view-controls-lg {
  display: none;
}

@media (min-width: 992px) {
  .lmp-view-controls-lg {
    display: inline-block;
  }
}

.lmp-view-controls {
  display: inline-block;
}

.lmp-view-controls ul {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #636363;
}

.lmp-view-controls ul li {
  display: inline-block;
  padding-right: 0.25rem;
}

.lmp-export {
  margin-bottom: 0.25rem;
  display: inline-block;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) and (min-width: 400px) {
  .lmp-export {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .lmp-export {
    margin-top: 0;
    padding-right: 0.25rem;
  }
}

@media (min-width: 992px) {
  .lmp-export {
    padding-right: 1rem;
    margin-right: 0.5rem;
    border-right: solid 1px #cccccc;
  }
}

.lmp-filter-btn .lmp-icon {
  vertical-align: sub;
}

/*!
 * ATP Workflow Stepper
 */
.atp-workflow-stepper {
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
          box-shadow: 0 0.125rem 0.25rem rgba(39, 40, 51, 0.12);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}

.atp-workflow-stepper h1, .atp-workflow-stepper .h1 {
  margin-bottom: 0;
  padding-top: 0.25rem;
}

@media (min-width: 992px) {
  .atp-workflow-stepper {
    padding-top: 3rem;
  }
}

.atp-workflow-list {
  counter-reset: workflow-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0.25rem;
  padding-left: 3rem;
}

@media (min-width: 992px) {
  .atp-workflow-list {
    margin-left: 0;
    margin-top: 0;
    padding-left: 1rem;
  }
}

.atp-workflow-step {
  counter-increment: workflow-counter;
}

.atp-workflow-step:first-child .atp-workflow-item:after {
  width: 50%;
}

.atp-workflow-step:last-child .atp-workflow-item:after {
  width: 50%;
  left: 0;
  right: auto;
}

.atp-workflow-step .atp-workflow-item {
  color: #636363;
  display: block;
  padding: 0.25rem 1rem;
  position: relative;
  text-align: center;
}

.atp-workflow-step .atp-workflow-item:before {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #636363;
  content: counter(workflow-counter);
  color: #636363;
  display: block;
  margin: 0 auto 0.5rem;
  position: relative;
  font-weight: bold;
  height: 1.75rem;
  line-height: 1.6;
  width: 1.75rem;
  z-index: 10;
}

.atp-workflow-step .atp-workflow-item:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #636363;
  position: absolute;
  top: 1.1rem;
  right: 0;
  z-index: 5;
}

.atp-workflow-step .atp-workflow-item[href]:not([aria-disabled="true"]):hover, .atp-workflow-step .atp-workflow-item[href]:not([aria-disabled="true"]):focus {
  color: #0077b7;
}

.atp-workflow-step .atp-workflow-item[aria-current] {
  color: #000;
  font-weight: bold;
}

.atp-workflow-step .atp-workflow-item[aria-current]:before {
  background-color: #0077b7;
  color: #fff;
}

.atp-workflow-step .atp-workflow-item[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.atp-workflow-step .apt-workflow-complete {
  background-color: #000;
  border: 1px solid #636363;
  border-radius: 50%;
  color: #fff;
  height: 1.75rem;
  width: 1.75rem;
  padding-top: 0.25rem;
  position: absolute;
  margin-left: -0.875rem;
  top: 0.25rem;
  left: 50%;
  z-index: 15;
}

@media (max-width: 575.98px) {
  .atp-workflow-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/*!
 * LMP Background Utilities
 */
.bg-steel {
  background-color: #263746 !important;
}

a.bg-steel:hover, a.bg-steel:focus,
button.bg-steel:hover,
button.bg-steel:focus {
  background-color: #141d25 !important;
}

.bg-steel-drk {
  background-color: #24323e !important;
}

a.bg-steel-drk:hover, a.bg-steel-drk:focus,
button.bg-steel-drk:hover,
button.bg-steel-drk:focus {
  background-color: #11181e !important;
}

.bg-gray-lt {
  background-color: #fafafa !important;
}

a.bg-gray-lt:hover, a.bg-gray-lt:focus,
button.bg-gray-lt:hover,
button.bg-gray-lt:focus {
  background-color: #e1e1e1 !important;
}

.bg-gray-md {
  background-color: #f7f7f7 !important;
}

a.bg-gray-md:hover, a.bg-gray-md:focus,
button.bg-gray-md:hover,
button.bg-gray-md:focus {
  background-color: #dedede !important;
}

.bg-gray-md {
  background-color: #f7f7f7 !important;
}

@media (min-width: 576px) {
  .bg-sm-gray-md {
    background-color: #f7f7f7 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-gray-md {
    background-color: #f7f7f7 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-gray-md {
    background-color: #f7f7f7 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-gray-md {
    background-color: #f7f7f7 !important;
  }
}

/*!
 * LMP Border Utilities
 */
.border-lmp-gray {
  border-color: #cccccc !important;
}

.border-lmp-input {
  border-color: #9e9e9e !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

/*# sourceMappingURL=lmp.styles.css.map */
