.phx .layout-basic {
  position: relative;
}
.phx .layout-basic > * {
  position: absolute;
}
.phx .layout-hort {
  *zoom: 1;
  white-space: nowrap;
}
.phx .layout-hort:after,
.phx .layout-hort:before {
  display: table;
  content: '';
  line-height: 0;
}
.phx .layout-hort:after {
  clear: both;
}
.phx .layout-hort > * {
  vertical-align: middle;
  display: block;
  float: left;
}
.phx .layout-snake {
  white-space: nowrap;
  overflow: auto;
}
.phx .layout-snake:after,
.phx .layout-snake:before {
  display: table;
  content: '';
  line-height: 0;
}
.phx .layout-snake:after {
  clear: both;
}
.phx .layout-snake > * {
  white-space: normal;
  display: block;
  float: left;
}
.phx .layout-tile {
  overflow: auto;
}
.phx .layout-tile:after,
.phx .layout-tile:before {
  display: table;
  content: '';
  line-height: 0;
}
.phx .layout-tile:after {
  clear: both;
}
.phx .layout-tile > * {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
.phx .layout-vert {
  white-space: nowrap;
}
.phx .layout-vert > * {
  float: none !important;
  vertical-align: middle;
  white-space: normal;
  display: block !important;
}
.phx .scroll-off {
  white-space: nowrap;
  overflow: hidden;
}
.phx .scroll-hort,
.phx .scroll-vert {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.phx .scroll-vert {
  overflow-x: hidden;
  overflow-y: auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  20%,
  40% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  20%,
  40% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInHelper {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes fadeInHelper {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutHelper {
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutHelper {
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
.phx [class*=' animation-'],
.phx [class^='animation-'] {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.phx [class*=' animation-'].ng-enter,
.phx [class*=' animation-'].ng-leave,
.phx [class^='animation-'].ng-enter,
.phx [class^='animation-'].ng-leave {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.phx [class*=' animation-'].ng-enter,
.phx [class^='animation-'].ng-enter {
  visibility: hidden;
}
.phx [class*=' animation-'].ng-enter-active,
.phx [class*=' animation-'].ng-leave-active,
.phx [class^='animation-'].ng-enter-active,
.phx [class^='animation-'].ng-leave-active {
  visibility: visible;
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important;
}
.phx .animation-fade.ng-enter {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.phx .animation-fade.ng-leave-active {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.phx .animation-fade-enter.ng-enter {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.phx .animation-fade-leave.ng-leave-active {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.phx .animation-slide-left.ng-enter {
  -webkit-animation-name: slideInLeft, fadeInHelper;
  animation-name: slideInLeft, fadeInHelper;
}
.phx .animation-slide-left.ng-leave-active {
  -webkit-animation-name: slideOutLeft, fadeOutHelper;
  animation-name: slideOutLeft, fadeOutHelper;
}
.phx .animation-slide-left-enter.ng-enter {
  -webkit-animation-name: slideInLeft, fadeInHelper;
  animation-name: slideInLeft, fadeInHelper;
}
.phx .animation-slide-left-leave.ng-leave-active {
  -webkit-animation-name: slideOutLeft, fadeOutHelper;
  animation-name: slideOutLeft, fadeOutHelper;
}
.phx .animation-slide-right.ng-enter {
  -webkit-animation-name: slideInRight, fadeInHelper;
  animation-name: slideInRight, fadeInHelper;
}
.phx .animation-slide-right.ng-leave-active {
  -webkit-animation-name: slideOutRight, fadeOutHelper;
  animation-name: slideOutRight, fadeOutHelper;
}
.phx .animation-slide-right-enter.ng-enter {
  -webkit-animation-name: slideInRight, fadeInHelper;
  animation-name: slideInRight, fadeInHelper;
}
.phx .animation-slide-right-leave.ng-leave-active {
  -webkit-animation-name: slideOutRight, fadeOutHelper;
  animation-name: slideOutRight, fadeOutHelper;
}
.phx .animation-slide-up.ng-enter {
  -webkit-animation-name: slideInUp, fadeInHelper;
  animation-name: slideInUp, fadeInHelper;
}
.phx .animation-slide-up.ng-leave-active {
  -webkit-animation-name: slideOutDown, fadeOutHelper;
  animation-name: slideOutDown, fadeOutHelper;
}
.phx .animation-slide-up-enter.ng-enter {
  -webkit-animation-name: slideInUp, fadeInHelper;
  animation-name: slideInUp, fadeInHelper;
}
.phx .animation-slide-up-leave.ng-leave-active {
  -webkit-animation-name: slideOutDown, fadeOutHelper;
  animation-name: slideOutDown, fadeOutHelper;
}
.phx .animation-slide-down.ng-enter {
  -webkit-animation-name: slideInDown, fadeInHelper;
  animation-name: slideInDown, fadeInHelper;
}
.phx .animation-slide-down.ng-leave-active {
  -webkit-animation-name: slideOutUp, fadeOutHelper;
  animation-name: slideOutUp, fadeOutHelper;
}
.phx .animation-slide-down-enter.ng-enter {
  -webkit-animation-name: slideInDown, fadeInHelper;
  animation-name: slideInDown, fadeInHelper;
}
.phx .animation-slide-down-leave.ng-leave-active {
  -webkit-animation-name: slideOutUp, fadeOutHelper;
  animation-name: slideOutUp, fadeOutHelper;
}
.phx .list-calendar-time [ng-click] {
  cursor: pointer;
}
.phx .week-calendar-time {
  min-height: 15rem;
  min-width: 21.25rem;
  width: 28.125rem;
  position: relative;
  display: block;
}
.phx .week-calendar-time .day {
  width: 14%;
}
.phx .week-calendar-time .day-sa,
.phx .week-calendar-time .day-su {
  width: 9%;
}
.phx .week-calendar-time .time {
  width: 16%;
}
.phx .week-calendar-time table {
  border-spacing: 0;
  width: 100%;
}
.phx .week-calendar-time thead .day.day-su {
  border-top-left-radius: 2px;
}
.phx .week-calendar-time thead .day.day-sa {
  border-top-right-radius: 2px;
}
.phx .week-calendar-time thead .day {
  font-size: 0.812rem;
  line-height: 0.812rem;
  background: #464f58;
  color: #fff;
  font-weight: 400;
  text-align: center;
  height: 2rem;
}
.phx .week-calendar-time thead .day.day-sa,
.phx .week-calendar-time thead .day.day-su {
  color: #6e757c;
}
.phx .week-calendar-time tbody tr {
  height: 0.5rem;
}
.phx .week-calendar-time tbody .day.day-we.hour-10.minute-0:before,
.phx .week-calendar-time tbody .day.day-we.hour-14.minute-0:before,
.phx .week-calendar-time tbody .day.day-we.hour-18.minute-0:before {
  font-family: 'Roboto Slab', serif;
  position: absolute;
  background-color: #fff;
  color: #f7f9fb;
  -webkit-transform: translate(-25%, 0%);
  transform: translate(-25%, 0%);
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem;
}
.phx .week-calendar-time tbody .day.day-we.hour-10.minute-0:before {
  content: 'Morning';
}
.phx .week-calendar-time tbody .day.day-we.hour-14.minute-0:before {
  content: 'Afternoon';
}
.phx .week-calendar-time tbody .day.day-we.hour-18.minute-0:before {
  content: 'Evening';
}
.phx .week-calendar-time tbody .day {
  border-left: 1px solid #f7f9fb;
  background: #fff;
}
.phx .week-calendar-time tbody .day.minute-30 {
  border-bottom: 1px solid #f7f9fb;
}
.phx .week-calendar-time tbody .day.day-sa {
  border-right: 1px solid #f7f9fb;
}
.phx .week-calendar-time tbody .day.day-sa,
.phx .week-calendar-time tbody .day.day-su {
  background: #f2f3f4;
}
.phx .week-calendar-time tbody .time {
  padding-left: 0.4rem;
  line-height: 0.9rem;
  font-size: 0.7rem;
}
.phx .week-calendar-time .time-units {
  position: absolute;
  display: block;
  top: 2.1rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.phx .week-calendar-time .time-units .slate {
  position: relative;
  height: 100%;
  width: 100%;
}
.phx .week-calendar-time .time-units .time-area,
.phx .week-calendar-time .time-units .time-unit {
  display: block;
  position: absolute;
}
.phx .week-calendar-time .time-units .day-su {
  left: 0;
}
.phx .week-calendar-time .time-units .day-mo {
  left: 9%;
}
.phx .week-calendar-time .time-units .day-tu {
  left: 23%;
}
.phx .week-calendar-time .time-units .day-we {
  left: 37%;
}
.phx .week-calendar-time .time-units .day-th {
  left: 51%;
}
.phx .week-calendar-time .time-units .day-fr {
  left: 65%;
}
.phx .week-calendar-time .time-units .day-sa {
  left: 79%;
}
.phx .week-calendar-time .time-units .time-area:before {
  background: #004a88;
  opacity: 0.9;
}
.phx .week-calendar-time .time-units .time-unit:before {
  background: #3381b0;
  opacity: 0.5;
}
.phx .week-calendar-time .time-units .day:before {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  border-radius: 2px;
  display: block;
  height: 100%;
  content: '';
}
.phx .calendar-time .read-only,
.phx .calendar-time .week-calendar-time .time-units,
.phx .calendar-time .week-calendar-time tbody .day.day-we.hour-10.minute-0:before,
.phx .calendar-time .week-calendar-time tbody .day.day-we.hour-14.minute-0:before,
.phx .calendar-time .week-calendar-time tbody .day.day-we.hour-18.minute-0:before,
.phx .calendar-time .week-calendar-time thead,
.phx .calendar-time.read-only,
.phx .week-calendar-time .calendar-time .time-units,
.phx .week-calendar-time .calendar-time thead,
.phx .week-calendar-time .calendar-time.time-units,
.phx .week-calendar-time tbody .calendar-time .day.day-we.hour-10.minute-0:before,
.phx .week-calendar-time tbody .calendar-time .day.day-we.hour-14.minute-0:before,
.phx .week-calendar-time tbody .calendar-time .day.day-we.hour-18.minute-0:before,
.phx .week-calendar-time tbody .calendar-time.day.day-we.hour-10.minute-0:before,
.phx .week-calendar-time tbody .calendar-time.day.day-we.hour-14.minute-0:before,
.phx .week-calendar-time tbody .calendar-time.day.day-we.hour-18.minute-0:before,
.phx .week-calendar-time thead.calendar-time {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  pointer-events: none !important;
  touch-callout: none !important;
  user-focus: ignore !important;
  user-select: none !important;
  cursor: auto !important;
}
.phx .c3 {
  display: block;
}
.phx .c3 svg {
  font: 10px sans-serif;
}
.phx .c3 line,
.phx .c3 path {
  fill: none;
  stroke: #000;
}
.phx .c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.phx .c3-bars path,
.phx .c3-event-rect,
.phx .c3-legend-item-tile,
.phx .c3-xgrid-focus,
.phx .c3-ygrid {
  shape-rendering: crispEdges;
}
.phx .c3-chart-arc path {
  stroke: #fff;
}
.phx .c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.phx .c3-grid line {
  stroke: #aaa;
}
.phx .c3-grid text {
  fill: #aaa;
}
.phx .c3-xgrid,
.phx .c3-ygrid {
  stroke-dasharray: 3 3;
}
.phx .c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}
.phx .c3-line {
  stroke-width: 1px;
}
.phx .c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.phx .c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.phx .c3-bar {
  stroke-width: 0;
}
.phx .c3-bar._expanded_ {
  fill-opacity: 0.75;
}
.phx .c3-target.c3-focused {
  opacity: 1;
}
.phx .c3-target.c3-focused path.c3-line,
.phx .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.phx .c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.phx .c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}
.phx .c3-brush .extent {
  fill-opacity: 0.1;
}
.phx .c3-legend-item {
  font-size: 12px;
}
.phx .c3-legend-item-hidden {
  opacity: 0.15;
}
.phx .c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.phx .c3-tooltip-container {
  z-index: 10;
}
.phx .c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}
.phx .c3-tooltip tr {
  border: 1px solid #ccc;
}
.phx .c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #fff;
}
.phx .c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.phx .c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.phx .c3-tooltip td.value {
  text-align: right;
}
.phx .c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.phx .c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.phx .c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.phx .c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.phx .c3-chart-arcs .c3-chart-arcs-gauge-max,
.phx .c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.phx .c3-chart-arc .c3-gauge-value {
  fill: #000;
}
.phx phx-notification {
  height: 100vh;
  width: 100vw;
  background: 0 0;
}
.phx phx-notification a {
  color: #2a6fb8 !important;
}
.phx hi-icon:last-of-type {
  position: absolute;
  right: 0.625rem;
  top: 0.781rem;
}
.phx .st-sort-ascent:after {
  content: 'S' !important;
}
.phx .st-sort-descent:after {
  content: 'Q' !important;
}
.phx th[st-sort]:after {
  font-family: 'eab-icons' !important;
  content: 'R';
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.phx ul.pagination li {
  display: inline-block;
}
.phx ul.pagination li.active {
  border: 2px solid orange;
}
.phx .st-selected {
  background: #d5d7d9;
}
.phx th[st-sort] {
  cursor: pointer;
}
.phx .phx-time-input {
  display: block;
}
.phx .phx-time-input .decrease,
.phx .phx-time-input .increase {
  vertical-align: middle;
  padding: 3px;
  margin: 3px auto;
  color: #c1c4c7;
  display: block;
  width: 2.125rem;
  text-align: center;
}
.phx .phx-time-input .decrease:hover,
.phx .phx-time-input .increase:hover {
  color: #5c646c;
}
.phx .phx-time-input .decrease:focus,
.phx .phx-time-input .increase:focus {
  text-decoration: none;
}
.phx .phx-time-input .decrease:active,
.phx .phx-time-input .decrease:hover:active,
.phx .phx-time-input .increase:active,
.phx .phx-time-input .increase:hover:active {
  color: #001b4a;
  box-shadow: none;
}
.phx .phx-time-input .section {
  display: inline-block;
}
.phx .phx-time-input .time-input {
  margin: 0 3px;
  width: 2.5rem;
  text-align: right;
}
.phx .phx-time-input .time-input[type='number'] {
  -moz-appearance: textfield;
  padding-right: 0.812rem;
}
.phx .phx-time-input .time-input::-webkit-inner-spin-button,
.phx .phx-time-input .time-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.phx .alert .eab-icon-chevron-down + .additional,
.phx .phx-time-input .hidden-calculation {
  display: none;
}
.phx .alert {
  display: block;
  position: relative;
  border-radius: 3px;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0.625rem;
  padding: 0.625rem 3.75rem 0.625rem 0.625rem;
  background-color: #83898f;
  color: #fff;
}
.phx .alert.is-success {
  background-color: #5e8b07;
  color: #fff;
}
.phx .alert.is-info {
  background-color: #3381b0;
  color: #fff;
}
.phx .alert.is-warning {
  background-color: #ccb200;
  color: #fff;
}
.phx .alert.is-danger {
  background-color: #bc0e03;
  color: #fff;
}
.phx .alert .actions,
.phx .alert i {
  position: absolute;
}
.phx .alert i {
  font-size: 1rem;
  top: 0.5rem;
}
.phx .alert i:first-child {
  left: 0.625rem;
}
.phx .alert i:last-of-type {
  right: 0.625rem;
  cursor: pointer;
}
.phx .alert i:first-child + p,
.phx .alert i:first-child + span,
.phx .alert i:first-child + strong {
  padding-left: 1.5rem;
}
.phx .alert strong + p,
.phx .alert strong + span {
  margin-left: 0.15rem;
}
.phx .alert .additional {
  padding-left: 1.5rem;
  margin-top: 0.2rem;
}
.phx .alert .actions {
  top: 0.625rem;
  display: block;
  height: 1rem;
  right: 2rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.phx .alert .actions > * {
  display: inline;
  padding-right: 0.75px;
  cursor: pointer;
  color: #fff;
}
.phx .alert .actions > :hover {
  text-decoration: underline;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  20%,
  40% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  20%,
  40% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInHelper {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes fadeInHelper {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutHelper {
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutHelper {
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
.phx [class*=' animate-'],
.phx [class^='animate-'] {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.phx .animate-slide-in-up {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.phx .animate-slide-in-down {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.phx .animate-slide-in-left {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.phx .animate-slide-in-right {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.phx .animate-slide-out-up {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.phx .animate-slide-out-down {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.phx .animate-slide-out-left {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.phx .animate-slide-out-right {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.phx .animate-bounce-in {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.phx .animate-bounce-out {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.phx .animate-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.phx .animate-fade-out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.phx .animate-rotate-in {
  display: block;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
.phx .animate-rotate-out {
  display: block;
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
.phx .animate-pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.phx .animate-shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.phx .animate-spin {
  -webkit-animation: spin 2s infinite linear !important;
  animation: spin 2s infinite linear !important;
}
.phx .animate--fast {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
.phx .animate--slow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.phx .animate--infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.phx .animate--cycle-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.phx .animate--cycle-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.phx .animate--cycle-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.phx .animate--delay {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.phx .animate--delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.phx .animate--delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.phx .animate--delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.phx .button,
.phx button {
  border-radius: 3px;
  border-style: solid;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-align: center;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  text-overflow: ellipsis;
  outline: none;
  color: #fff;
  border-color: #2a6fb8;
  background-color: #2a6fb8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.phx .button [disabled],
.phx .button.disabled,
.phx button [disabled],
.phx button.disabled {
  cursor: default;
}
.phx .button:hover,
.phx button:hover {
  color: #fff;
  border-color: #468bd5;
  background-color: #468bd5;
}
.phx .button:focus,
.phx button:focus {
  border-color: #33d7ff;
}
.phx .button.active,
.phx .button:active,
.phx button.active,
.phx button:active {
  box-shadow: #3e7db1 0 -0.1em 0.2em;
  color: #fff;
  border-color: #468bd5;
  background-color: #468bd5;
}
.phx .button.disabled,
.phx .button[disabled],
.phx button.disabled,
.phx button[disabled] {
  box-shadow: none;
  color: #b4b4b4;
  border-color: #dadbde;
  background-color: #ebebeb;
}
.phx .button.secondary,
.phx button.secondary {
  color: #2a6fb8;
  border-color: #c8c9cc;
  background-color: #f2f3f4;
}
.phx .button.secondary:hover,
.phx button.secondary:hover {
  color: #2a6fb8;
  border-color: #d3d4d6;
  background-color: #f5f5f6;
}
.phx .button.secondary:focus,
.phx button.secondary:focus {
  border-color: #33d7ff;
}
.phx .button.secondary.active,
.phx .button.secondary:active,
.phx button.secondary.active,
.phx button.secondary:active {
  box-shadow: #c7c5c5 0 -0.1em 0.2em;
  color: #2a6fb8;
  border-color: #d3d4d6;
  background-color: #f5f5f6;
}
.phx .button.secondary.disabled,
.phx .button.secondary[disabled],
.phx button.secondary.disabled,
.phx button.secondary[disabled] {
  box-shadow: none;
  color: #b4b4b4;
  border-color: #dadbde;
  background-color: #ebebeb;
}
.phx .button.transparent,
.phx button.transparent {
  border: none;
  box-shadow: none;
  background: 0 0;
  color: #333d47;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.phx .button.transparent:hover,
.phx button.transparent:hover {
  color: #5e7082;
}
.phx .button.transparent:focus,
.phx button.transparent:focus {
  text-decoration: underline;
}
.phx .button.transparent:active,
.phx .button.transparent:hover:active,
.phx button.transparent:active,
.phx button.transparent:hover:active {
  color: #080a0c;
  box-shadow: none;
}
.phx .button.transparent.disabled,
.phx .button.transparent[disabled],
.phx button.transparent.disabled,
.phx button.transparent[disabled] {
  color: #b4b4b4;
}
.phx .button,
.phx .button.medium,
.phx button,
.phx button.medium {
  font-weight: 400;
  padding: 0.312rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 1.1px;
}
.phx .button.large,
.phx button.large {
  font-weight: 400;
  padding: 0.391rem 0.781rem;
  font-size: 1.094rem;
  line-height: 1.562rem;
  border-width: 1.1px;
}
.phx .button.small,
.phx button.small {
  font-weight: 400;
  padding: 3.75px 0.469rem;
  font-size: 0.656rem;
  line-height: 0.938rem;
  border-width: 1.1px;
}
.phx .button.expand,
.phx button.expand {
  width: 100%;
}
.phx .button.left-align,
.phx button.left-align {
  text-align: left;
}
.phx .button.right-align,
.phx button.right-align {
  text-align: right;
}
.phx .button.radius,
.phx button.radius {
  border-radius: 3px;
}
.phx .button.round,
.phx button.round {
  border-radius: 1000px;
}
.phx button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.phx .button[class*='arrow-'],
.phx button[class*='arrow-'] {
  outline: none;
  position: relative;
  z-index: 0;
  right: 0.05rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.phx .button[class*='arrow-'],
.phx .button[class*='arrow-'].medium,
.phx button[class*='arrow-'],
.phx button[class*='arrow-'].medium {
  height: 2rem;
}
.phx .button[class*='arrow-'].large,
.phx button[class*='arrow-'].large {
  height: 2.5rem;
}
.phx .button[class*='arrow-'].small,
.phx button[class*='arrow-'].small {
  height: 1.5rem;
}
.phx .button[class*='arrow-']:after,
.phx button[class*='arrow-']:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -10;
  -webkit-transition: background-color 0.3s, border 0s 0.1s;
  transition: background-color 0.3s, border 0s 0.1s;
  -webkit-transform: rotate(45deg) translate(50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  background: #2a6fb8;
  border: 1.1px solid #2a6fb8;
}
.phx .button[class*='arrow-']:hover:after,
.phx button[class*='arrow-']:hover:after {
  background: #468bd5;
  border: 1.1px solid #468bd5;
}
.phx .button[class*='arrow-']:focus,
.phx .button[class*='arrow-']:focus:after,
.phx button[class*='arrow-']:focus,
.phx button[class*='arrow-']:focus:after {
  border-color: #33d7ff;
}
.phx .button[class*='arrow-']:active.arrow-next,
.phx button[class*='arrow-']:active.arrow-next {
  box-shadow: #3e7db1 -0.1em -0.1em 0.2em;
}
.phx .button[class*='arrow-']:active.arrow-next:after,
.phx .button[class*='arrow-']:active.arrow-prev:after,
.phx button[class*='arrow-']:active.arrow-next:after,
.phx button[class*='arrow-']:active.arrow-prev:after {
  box-shadow: #3e7db1 0 -0.05em 0.2em;
}
.phx .button[class*='arrow-']:active.arrow-prev,
.phx button[class*='arrow-']:active.arrow-prev {
  box-shadow: #3e7db1 0.1em -0.1em 0.2em;
}
.phx .button[class*='arrow-']:active:after,
.phx button[class*='arrow-']:active:after {
  background: #468bd5;
}
.phx .button[class*='arrow-'].disabled,
.phx .button[class*='arrow-'][disabled],
.phx button[class*='arrow-'].disabled,
.phx button[class*='arrow-'][disabled] {
  box-shadow: none !important;
}
.phx .button[class*='arrow-'].disabled:after,
.phx .button[class*='arrow-'][disabled]:after,
.phx button[class*='arrow-'].disabled:after,
.phx button[class*='arrow-'][disabled]:after {
  box-shadow: none !important;
  background: #ebebeb;
  border-color: #dadbde;
}
.phx .button[class*='arrow-'].secondary:after,
.phx button[class*='arrow-'].secondary:after {
  background: #f2f3f4;
  border: 1.1px solid #c8c9cc;
}
.phx .button[class*='arrow-'].secondary:hover:after,
.phx button[class*='arrow-'].secondary:hover:after {
  background: #f5f5f6;
  border: 1.1px solid #d3d4d6;
}
.phx .button[class*='arrow-'].secondary:focus,
.phx .button[class*='arrow-'].secondary:focus:after,
.phx button[class*='arrow-'].secondary:focus,
.phx button[class*='arrow-'].secondary:focus:after {
  border-color: #33d7ff;
}
.phx .button[class*='arrow-'].secondary:active.arrow-next,
.phx button[class*='arrow-'].secondary:active.arrow-next {
  box-shadow: #c7c5c5 -0.1em -0.1em 0.2em;
}
.phx .button[class*='arrow-'].secondary:active.arrow-next:after,
.phx .button[class*='arrow-'].secondary:active.arrow-prev:after,
.phx button[class*='arrow-'].secondary:active.arrow-next:after,
.phx button[class*='arrow-'].secondary:active.arrow-prev:after {
  box-shadow: #c7c5c5 0 -0.05em 0.2em;
}
.phx .button[class*='arrow-'].secondary:active.arrow-prev,
.phx button[class*='arrow-'].secondary:active.arrow-prev {
  box-shadow: #c7c5c5 0.1em -0.1em 0.2em;
}
.phx .button[class*='arrow-'].secondary:active:after,
.phx button[class*='arrow-'].secondary:active:after {
  background: #f5f5f6;
}
.phx .button[class*='arrow-'].secondary.disabled,
.phx .button[class*='arrow-'].secondary[disabled],
.phx button[class*='arrow-'].secondary.disabled,
.phx button[class*='arrow-'].secondary[disabled] {
  box-shadow: none !important;
}
.phx .button[class*='arrow-'].secondary.disabled:after,
.phx .button[class*='arrow-'].secondary[disabled]:after,
.phx button[class*='arrow-'].secondary.disabled:after,
.phx button[class*='arrow-'].secondary[disabled]:after {
  box-shadow: none !important;
  background: #ebebeb;
  border-color: #dadbde;
}
.phx .button[class*='arrow-'].medium:after,
.phx .button[class*='arrow-']:after,
.phx button[class*='arrow-'].medium:after,
.phx button[class*='arrow-']:after {
  top: 50%;
  height: 1.463rem;
  width: 1.463rem;
}
.phx .button[class*='arrow-'].small:after,
.phx button[class*='arrow-'].small:after {
  height: 1.087rem;
  width: 1.087rem;
}
.phx .button[class*='arrow-'].large:after,
.phx button[class*='arrow-'].large:after {
  height: 1.794rem;
  width: 1.794rem;
}
.phx .button[class*='arrow-'].arrow-next,
.phx button[class*='arrow-'].arrow-next {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-right-width: 0;
}
.phx .button[class*='arrow-'].arrow-next:after,
.phx button[class*='arrow-'].arrow-next:after {
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.phx .button[class*='arrow-'].arrow-next.small,
.phx button[class*='arrow-'].arrow-next.small {
  padding-right: 0.375rem;
  margin-right: 0.938rem;
}
.phx .button[class*='arrow-'].arrow-next.small:after,
.phx button[class*='arrow-'].arrow-next.small:after {
  right: -0.05rem;
}
.phx .button[class*='arrow-'].arrow-next,
.phx .button[class*='arrow-'].arrow-next.medium,
.phx button[class*='arrow-'].arrow-next,
.phx button[class*='arrow-'].arrow-next.medium {
  padding-right: 0.5rem;
  margin-right: 1.25rem;
}
.phx .button[class*='arrow-'].arrow-next.medium:after,
.phx .button[class*='arrow-'].arrow-next:after,
.phx button[class*='arrow-'].arrow-next.medium:after,
.phx button[class*='arrow-'].arrow-next:after {
  right: 0.01rem;
}
.phx .button[class*='arrow-'].arrow-next.large,
.phx button[class*='arrow-'].arrow-next.large {
  padding-right: 0.625rem;
  margin-right: 1.562rem;
}
.phx .button[class*='arrow-'].arrow-next.large:after,
.phx button[class*='arrow-'].arrow-next.large:after {
  right: 0;
}
.phx .button[class*='arrow-'].arrow-next:after,
.phx button[class*='arrow-'].arrow-next:after {
  border-radius: 3px;
}
.phx .button[class*='arrow-'].arrow-prev,
.phx button[class*='arrow-'].arrow-prev {
  border-radius: 3px;
  margin-right: 0;
  border-left-width: 0;
}
.phx .button[class*='arrow-'].arrow-prev:after,
.phx button[class*='arrow-'].arrow-prev:after {
  border-top: 0 !important;
  border-right: 0 !important;
}
.phx .button[class*='arrow-'].arrow-prev.small,
.phx button[class*='arrow-'].arrow-prev.small {
  padding-left: 0.375rem;
  margin-left: 0.938rem;
}
.phx .button[class*='arrow-'].arrow-prev.small:after,
.phx button[class*='arrow-'].arrow-prev.small:after {
  left: -1.1rem;
}
.phx .button[class*='arrow-'].arrow-prev,
.phx .button[class*='arrow-'].arrow-prev.medium,
.phx button[class*='arrow-'].arrow-prev,
.phx button[class*='arrow-'].arrow-prev.medium {
  padding-left: 0.5rem;
  margin-left: 1.25rem;
}
.phx .button[class*='arrow-'].arrow-prev.medium:after,
.phx .button[class*='arrow-'].arrow-prev:after,
.phx button[class*='arrow-'].arrow-prev.medium:after,
.phx button[class*='arrow-'].arrow-prev:after {
  left: -1.4rem;
}
.phx .button[class*='arrow-'].arrow-prev.large,
.phx button[class*='arrow-'].arrow-prev.large {
  padding-left: 0.625rem;
  margin-left: 1.562rem;
}
.phx .button[class*='arrow-'].arrow-prev.large:after,
.phx button[class*='arrow-'].arrow-prev.large:after {
  left: -1.7rem;
}
.phx .button[class*='arrow-'].arrow-prev:after,
.phx button[class*='arrow-'].arrow-prev:after {
  border-radius: 3px;
}
.phx .button-group {
  white-space: normal;
  overflow: visible;
}
.phx .button-group.no-wrap {
  white-space: nowrap;
}
.phx .button-group.small .button,
.phx .button-group.small button {
  height: 1.5rem;
  font-weight: 400;
  padding: 3.75px 0.469rem;
  font-size: 0.656rem;
  line-height: 0.938rem;
  border-width: 1.1px;
}
.phx .button-group.large .button,
.phx .button-group.large button {
  height: 2.5rem;
  font-weight: 400;
  padding: 0.391rem 0.781rem;
  font-size: 1.094rem;
  line-height: 1.562rem;
  border-width: 1.1px;
}
.phx .button-group .button,
.phx .button-group button {
  display: inline-block;
  border-radius: 0;
  color: #2a6fb8;
  border-color: #c8c9cc;
  background-color: #f2f3f4;
  margin-right: -5px;
}
.phx .button-group .button:hover,
.phx .button-group button:hover {
  color: #2a6fb8;
  border-color: #d3d4d6;
  background-color: #f5f5f6;
}
.phx .button-group .button:focus,
.phx .button-group button:focus {
  border-color: #33d7ff;
}
.phx .button-group .button.active,
.phx .button-group .button:active,
.phx .button-group button.active,
.phx .button-group button:active {
  box-shadow: #c7c5c5 0 -0.1em 0.2em;
  color: #2a6fb8;
  border-color: #d3d4d6;
  background-color: #f5f5f6;
}
.phx .button-group .button.disabled,
.phx .button-group .button[disabled],
.phx .button-group button.disabled,
.phx .button-group button[disabled] {
  box-shadow: none;
  color: #b4b4b4;
  border-color: #dadbde;
  background-color: #ebebeb;
}
.phx .button-group .button:focus,
.phx .button-group button:focus {
  position: relative;
  z-index: 1;
}
.phx .button-group .button.selected,
.phx .button-group button.selected {
  color: #fff;
  border-color: #2a6fb8;
  background-color: #2a6fb8;
}
.phx .button-group .button.selected:hover,
.phx .button-group button.selected:hover {
  color: #fff;
  border-color: #468bd5;
  background-color: #468bd5;
}
.phx .button-group .button.selected:focus,
.phx .button-group button.selected:focus {
  border-color: #33d7ff;
}
.phx .button-group .button.selected.active,
.phx .button-group .button.selected:active,
.phx .button-group button.selected.active,
.phx .button-group button.selected:active {
  box-shadow: #3e7db1 0 -0.1em 0.2em;
  color: #fff;
  border-color: #468bd5;
  background-color: #468bd5;
}
.phx .button-group .button.selected.disabled,
.phx .button-group .button.selected[disabled],
.phx .button-group button.selected.disabled,
.phx .button-group button.selected[disabled] {
  box-shadow: none;
  color: #b4b4b4;
  border-color: #dadbde;
  background-color: #ebebeb;
}
.phx .button-group .button:first-child,
.phx .button-group button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.phx .button-group .button:last-child,
.phx .button-group button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.phx .button-group.rounded .button:first-child,
.phx .button-group.rounded button:first-child {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.phx .button-group.rounded .button:last-child,
.phx .button-group.rounded button:last-child {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.phx .checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-height: 1rem;
  line-height: 0.9rem;
  min-width: 1.5rem;
}
.phx .checkbox input[type='checkbox'],
.phx .radio input[type='radio'] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.phx .checkbox,
.phx .checkbox label {
  cursor: pointer;
}
.phx .checkbox input[type='checkbox'] + i + var,
.phx .radio input[type='radio'] + i + var {
  padding-left: 0.312rem;
}
.phx .checkbox input[type='checkbox'] + i {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  top: 3px;
  border: thin solid #cfd0d1;
  border-radius: 3px;
  background-color: #fff;
}
.phx .checkbox input[type='checkbox']:active + i,
.phx .checkbox input[type='checkbox']:focus + i {
  border-color: #33d7ff !important;
}
.phx .checkbox input[type='checkbox'].is-error + i {
  border-color: #ee3923;
  background-color: #ffe5e5;
}
.phx .checkbox input[type='checkbox'].is-warning + i {
  border-color: #f28b00;
  background-color: #fff5e8;
}
.phx .checkbox input[type='checkbox'].is-success + i {
  border-color: #91be3a;
  background-color: #f8fbf2;
}
.phx .checkbox input[type='checkbox']:checked + i:before {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.4rem;
  background: #fff;
  top: -0.03rem;
  left: 0.65rem;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45.1deg);
  transform: rotate(-45.1deg);
}
.phx .checkbox input[type='checkbox']:checked + i:after {
  content: '';
  position: absolute;
  width: 0.938rem;
  height: 0.5rem;
  background: 0 0;
  top: 0;
  left: 0.25rem;
  border: 4px solid #333d47;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.phx .checkbox.is-partial input[type='checkbox']:checked + i:before,
.phx .checkbox:indeterminate input[type='checkbox']:checked + i:before {
  content: '';
  display: none;
}
.phx .checkbox.is-partial input[type='checkbox']:checked + i:after,
.phx .checkbox:indeterminate input[type='checkbox']:checked + i:after {
  content: '';
  position: absolute;
  width: 0.6rem;
  top: 0.325rem;
  left: 0.15rem;
  right: 0.15rem;
  border: none;
  border-top-width: 4px;
  border-top-style: solid;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.phx .checkbox input[type='checkbox'].is-disabled + i,
.phx .checkbox input[type='checkbox']:disabled + i {
  background-color: #f7f7f7;
  color: #acb0b4;
  border: thin solid #acb0b4;
}
.phx .checkbox input[type='checkbox'].is-disabled + i + var,
.phx .checkbox input[type='checkbox']:disabled + i + var {
  color: #acb0b4;
}
.phx .checkbox input[type='checkbox'].is-disabled + i:after,
.phx .checkbox input[type='checkbox']:disabled + i:after {
  border-color: #acb0b4;
}
.phx .checkbox input[type='checkbox'].is-disabled + i,
.phx .checkbox input[type='checkbox'].is-disabled + i + var,
.phx .checkbox input[type='checkbox']:disabled + i,
.phx .checkbox input[type='checkbox']:disabled + i + var {
  cursor: not-allowed;
}
.phx .checkbox input[type='checkbox'].is-disabled:active + i,
.phx .checkbox input[type='checkbox'].is-disabled:focus + i,
.phx .checkbox input[type='checkbox']:disabled:active + i,
.phx .checkbox input[type='checkbox']:disabled:focus + i,
.phx .radio input[type='radio'].is-disabled:active + i,
.phx .radio input[type='radio'].is-disabled:focus + i,
.phx .radio input[type='radio']:disabled:active + i,
.phx .radio input[type='radio']:disabled:focus + i {
  border-color: #acb0b4 !important;
}
.phx p > .checkbox > input[type='checkbox'] + i + var,
.phx p > .radio > input[type='radio'] + i + var {
  font-size: 1rem;
}
.phx p > .checkbox > input[type='checkbox'] + i,
.phx p > .radio > input[type='radio'] + i {
  top: 0.088rem;
}
.phx .brand-gray-txt {
  color: #333d47;
}
.phx .brand-gray-bkg {
  background-color: #333d47;
}
.phx .brand-gray-bkg.text-contrast,
.phx .brand-gray_70-bkg.text-contrast,
.phx .brand-gray_80-bkg.text-contrast,
.phx .brand-gray_90-bkg.text-contrast {
  color: #fff;
}
.phx .brand-gray-brd {
  border-color: #333d47;
}
.phx .brand-gray_90-txt {
  color: #464f58;
}
.phx .brand-gray_90-bkg {
  background-color: #464f58;
}
.phx .brand-gray_90-brd {
  border-color: #464f58;
}
.phx .brand-gray_80-txt {
  color: #5a626a;
}
.phx .brand-gray_80-bkg {
  background-color: #5a626a;
}
.phx .brand-gray_80-brd {
  border-color: #5a626a;
}
.phx .brand-gray_70-txt {
  color: #6e757c;
}
.phx .brand-gray_70-bkg {
  background-color: #6e757c;
}
.phx .brand-gray_70-brd {
  border-color: #6e757c;
}
.phx .brand-gray_60-txt {
  color: #83898f;
}
.phx .brand-gray_60-bkg {
  background-color: #83898f;
}
.phx .brand-gray_10-bkg.text-contrast,
.phx .brand-gray_20-bkg.text-contrast,
.phx .brand-gray_30-bkg.text-contrast,
.phx .brand-gray_40-bkg.text-contrast,
.phx .brand-gray_50-bkg.text-contrast,
.phx .brand-gray_60-bkg.text-contrast,
.phx .brand-white-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-gray_60-brd {
  border-color: #83898f;
}
.phx .brand-gray_50-txt {
  color: #989da2;
}
.phx .brand-gray_50-bkg {
  background-color: #989da2;
}
.phx .brand-gray_50-brd {
  border-color: #989da2;
}
.phx .brand-gray_40-txt {
  color: #acb0b4;
}
.phx .brand-gray_40-bkg {
  background-color: #acb0b4;
}
.phx .brand-gray_40-brd {
  border-color: #acb0b4;
}
.phx .brand-gray_30-txt {
  color: #c1c4c7;
}
.phx .brand-gray_30-bkg {
  background-color: #c1c4c7;
}
.phx .brand-gray_30-brd {
  border-color: #c1c4c7;
}
.phx .brand-gray_20-txt {
  color: #d5d7d9;
}
.phx .brand-gray_20-bkg {
  background-color: #d5d7d9;
}
.phx .brand-gray_20-brd {
  border-color: #d5d7d9;
}
.phx .brand-gray_10-txt {
  color: #eaebec;
}
.phx .brand-gray_10-bkg {
  background-color: #eaebec;
}
.phx .brand-gray_10-brd {
  border-color: #eaebec;
}
.phx .brand-green-bkg.text-contrast,
.phx .brand-light-blue-bkg.text-contrast,
.phx .brand-orange-bkg.text-contrast,
.phx .brand-white-txt {
  color: #fff;
}
.phx .brand-white-bkg {
  background-color: #fff;
}
.phx .brand-white-brd {
  border-color: #fff;
}
.phx .brand-orange-txt {
  color: #f28b00;
}
.phx .brand-orange-bkg {
  background-color: #f28b00;
}
.phx .brand-orange-brd {
  border-color: #f28b00;
}
.phx .brand-green-txt {
  color: #91be3a;
}
.phx .brand-green-bkg {
  background-color: #91be3a;
}
.phx .brand-green-brd {
  border-color: #91be3a;
}
.phx .brand-light-blue-txt {
  color: #00a4e4;
}
.phx .brand-light-blue-bkg {
  background-color: #00a4e4;
}
.phx .brand-light-blue-brd {
  border-color: #00a4e4;
}
.phx .brand-purple-txt {
  color: #716fb3;
}
.phx .brand-purple-bkg {
  background-color: #716fb3;
}
.phx .brand-purple-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-purple-brd {
  border-color: #716fb3;
}
.phx .brand-teal-txt {
  color: #00b1b0;
}
.phx .brand-teal-bkg {
  background-color: #00b1b0;
}
.phx .brand-ocean-bkg.text-contrast,
.phx .brand-teal-bkg.text-contrast {
  color: #fff;
}
.phx .brand-teal-brd {
  border-color: #00b1b0;
}
.phx .brand-ocean-txt {
  color: #004a88;
}
.phx .brand-ocean-bkg {
  background-color: #004a88;
}
.phx .brand-ocean-brd {
  border-color: #004a88;
}
.phx .brand-yellow-txt {
  color: #ffe512;
}
.phx .brand-yellow-bkg {
  background-color: #ffe512;
}
.phx .brand-green-tint-bkg.text-contrast,
.phx .brand-light-blue-tint-bkg.text-contrast,
.phx .brand-orange-tint-bkg.text-contrast,
.phx .brand-purple-tint-bkg.text-contrast,
.phx .brand-rust-bkg.text-contrast,
.phx .brand-teal-tint-bkg.text-contrast,
.phx .brand-yellow-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-yellow-brd {
  border-color: #ffe512;
}
.phx .brand-rust-txt {
  color: #ef4136;
}
.phx .brand-rust-bkg {
  background-color: #ef4136;
}
.phx .brand-rust-brd {
  border-color: #ef4136;
}
.phx .brand-orange-tint-txt {
  color: #ffbe33;
}
.phx .brand-orange-tint-bkg {
  background-color: #ffbe33;
}
.phx .brand-orange-tint-brd {
  border-color: #ffbe33;
}
.phx .brand-green-tint-txt {
  color: #c4f16d;
}
.phx .brand-green-tint-bkg {
  background-color: #c4f16d;
}
.phx .brand-green-tint-brd {
  border-color: #c4f16d;
}
.phx .brand-light-blue-tint-txt {
  color: #33d7ff;
}
.phx .brand-light-blue-tint-bkg {
  background-color: #33d7ff;
}
.phx .brand-light-blue-tint-brd {
  border-color: #33d7ff;
}
.phx .brand-purple-tint-txt {
  color: #a4a2e6;
}
.phx .brand-purple-tint-bkg {
  background-color: #a4a2e6;
}
.phx .brand-purple-tint-brd {
  border-color: #a4a2e6;
}
.phx .brand-teal-tint-txt {
  color: #33e4e3;
}
.phx .brand-teal-tint-bkg {
  background-color: #33e4e3;
}
.phx .brand-teal-tint-brd {
  border-color: #33e4e3;
}
.phx .brand-ocean-tint-txt {
  color: #3381b0;
}
.phx .brand-ocean-tint-bkg {
  background-color: #3381b0;
}
.phx .brand-ocean-tint-bkg.text-contrast {
  color: #fff;
}
.phx .brand-ocean-tint-brd {
  border-color: #3381b0;
}
.phx .brand-yellow-tint-txt {
  color: #ffff45;
}
.phx .brand-yellow-tint-bkg {
  background-color: #ffff45;
}
.phx .brand-rust-tint-bkg.text-contrast,
.phx .brand-yellow-tint-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-yellow-tint-brd {
  border-color: #ffff45;
}
.phx .brand-rust-tint-txt {
  color: #ff7469;
}
.phx .brand-rust-tint-bkg {
  background-color: #ff7469;
}
.phx .brand-rust-tint-brd {
  border-color: #ff7469;
}
.phx .brand-orange-shade-txt {
  color: #d97200;
}
.phx .brand-orange-shade-bkg {
  background-color: #d97200;
}
.phx .brand-blue-bkg.text-contrast,
.phx .brand-green-shade-bkg.text-contrast,
.phx .brand-light-blue-shade-bkg.text-contrast,
.phx .brand-ocean-shade-bkg.text-contrast,
.phx .brand-orange-shade-bkg.text-contrast,
.phx .brand-purple-shade-bkg.text-contrast,
.phx .brand-rust-shade-bkg.text-contrast,
.phx .brand-sky-bkg.text-contrast,
.phx .brand-teal-shade-bkg.text-contrast,
.phx .brand-yellow-shade-bkg.text-contrast {
  color: #fff;
}
.phx .brand-orange-shade-brd {
  border-color: #d97200;
}
.phx .brand-green-shade-txt {
  color: #5e8b07;
}
.phx .brand-green-shade-bkg {
  background-color: #5e8b07;
}
.phx .brand-green-shade-brd {
  border-color: #5e8b07;
}
.phx .brand-light-blue-shade-txt {
  color: #0071b1;
}
.phx .brand-light-blue-shade-bkg {
  background-color: #0071b1;
}
.phx .brand-light-blue-shade-brd {
  border-color: #0071b1;
}
.phx .brand-purple-shade-txt {
  color: #3e3c80;
}
.phx .brand-purple-shade-bkg {
  background-color: #3e3c80;
}
.phx .brand-purple-shade-brd {
  border-color: #3e3c80;
}
.phx .brand-teal-shade-txt {
  color: #007e7d;
}
.phx .brand-teal-shade-bkg {
  background-color: #007e7d;
}
.phx .brand-teal-shade-brd {
  border-color: #007e7d;
}
.phx .brand-ocean-shade-txt {
  color: #001b4a;
}
.phx .brand-ocean-shade-bkg {
  background-color: #001b4a;
}
.phx .brand-ocean-shade-brd {
  border-color: #001b4a;
}
.phx .brand-yellow-shade-txt {
  color: #ccb200;
}
.phx .brand-yellow-shade-bkg {
  background-color: #ccb200;
}
.phx .brand-yellow-shade-brd {
  border-color: #ccb200;
}
.phx .brand-rust-shade-txt {
  color: #bc0e03;
}
.phx .brand-rust-shade-bkg {
  background-color: #bc0e03;
}
.phx .brand-rust-shade-brd {
  border-color: #bc0e03;
}
.phx .brand-sky-txt {
  color: #0070cd;
}
.phx .brand-sky-bkg {
  background-color: #0070cd;
}
.phx .brand-sky-brd {
  border-color: #0070cd;
}
.phx .brand-blue-txt {
  color: #004a88;
}
.phx .brand-blue-bkg {
  background-color: #004a88;
}
.phx .brand-blue-brd {
  border-color: #004a88;
}
.phx .brand-red-txt {
  color: #ef4136;
}
.phx .brand-red-bkg {
  background-color: #ef4136;
}
.phx .brand-red-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-red-brd {
  border-color: #ef4136;
}
.phx .brand-primary-txt {
  color: #0070cd;
}
.phx .brand-primary-bkg {
  background-color: #0070cd;
}
.phx .brand-primary-bkg.text-contrast {
  color: #fff;
}
.phx .brand-primary-brd {
  border-color: #0070cd;
}
.phx .brand-secondary-txt {
  color: #d5d7d9;
}
.phx .brand-secondary-bkg {
  background-color: #d5d7d9;
}
.phx .brand-secondary-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-secondary-brd {
  border-color: #d5d7d9;
}
.phx .brand-offset-txt {
  color: #f28b00;
}
.phx .brand-offset-bkg {
  background-color: #f28b00;
}
.phx .brand-info-bkg.text-contrast,
.phx .brand-offset-bkg.text-contrast,
.phx .brand-success-bkg.text-contrast {
  color: #fff;
}
.phx .brand-offset-brd {
  border-color: #f28b00;
}
.phx .brand-info-txt {
  color: #0070cd;
}
.phx .brand-info-bkg {
  background-color: #0070cd;
}
.phx .brand-info-brd {
  border-color: #0070cd;
}
.phx .brand-success-txt {
  color: #91be3a;
}
.phx .brand-success-bkg {
  background-color: #91be3a;
}
.phx .brand-success-brd {
  border-color: #91be3a;
}
.phx .brand-warning-txt {
  color: #ffe512;
}
.phx .brand-warning-bkg {
  background-color: #ffe512;
}
.phx .brand-danger-bkg.text-contrast,
.phx .brand-disabled-bkg.text-contrast,
.phx .brand-warning-bkg.text-contrast {
  color: #333d47;
}
.phx .brand-warning-brd {
  border-color: #ffe512;
}
.phx .brand-danger-txt {
  color: #ef4136;
}
.phx .brand-danger-bkg {
  background-color: #ef4136;
}
.phx .brand-danger-brd {
  border-color: #ef4136;
}
.phx .brand-disabled-txt {
  color: #acb0b4;
}
.phx .brand-disabled-bkg {
  background-color: #acb0b4;
}
.phx .brand-disabled-brd {
  border-color: #acb0b4;
}
.phx .brand-gray-grd {
  background: -webkit-radial-gradient(#6e757c, #464f58);
  background: radial-gradient(#6e757c, #464f58);
}
.phx .brand-orange-grd {
  background: -webkit-radial-gradient(#f28b00, #d97200);
  background: radial-gradient(#f28b00, #d97200);
}
.phx .brand-green-grd {
  background: -webkit-radial-gradient(#91be3a, #5e8b07);
  background: radial-gradient(#91be3a, #5e8b07);
}
.phx .brand-light-blue-grd {
  background: -webkit-radial-gradient(#00a4e4, #0071b1);
  background: radial-gradient(#00a4e4, #0071b1);
}
.phx .brand-purple-grd {
  background: -webkit-radial-gradient(#716fb3, #3e3c80);
  background: radial-gradient(#716fb3, #3e3c80);
}
.phx .brand-teal-grd {
  background: -webkit-radial-gradient(#00b1b0, #007e7d);
  background: radial-gradient(#00b1b0, #007e7d);
}
.phx .brand-ocean-grd {
  background: -webkit-radial-gradient(#004a88, #001b4a);
  background: radial-gradient(#004a88, #001b4a);
}
.phx .brand-yellow-grd {
  background: -webkit-radial-gradient(#ffe512, #ccb200);
  background: radial-gradient(#ffe512, #ccb200);
}
.phx .brand-rust-grd {
  background: -webkit-radial-gradient(#ef4136, #bc0e03);
  background: radial-gradient(#ef4136, #bc0e03);
}
.phx .brand-sky-grd {
  background: -webkit-radial-gradient(#0070cd, #004a88);
  background: radial-gradient(#0070cd, #004a88);
}
.phx .form-input {
  -webkit-appearance: textfield;
  padding: 0.35rem 0.625rem;
  border: 1px solid;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 3px;
  max-height: 2.125rem;
  color: #333d47;
  border-color: #c1c4c7;
  background-color: #fff;
}
.phx .form-input:active,
.phx .form-input:focus {
  cursor: text;
  outline: 1px solid #33d7ff;
  outline-offset: -1px;
}
.phx .form-input.is-disabled,
.phx .form-input:disabled {
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
  color: #333d47;
  border-color: #dadbdc;
  background-color: #f7f7f7;
}
.phx .form-input.is-disabled:active,
.phx .form-input.is-disabled:focus,
.phx .form-input:disabled:active,
.phx .form-input:disabled:focus {
  outline: none;
}
.phx .form-input.is-error,
.phx .select.is-error > select {
  color: #333d47;
  border-color: #ee3923;
  background-color: #ffe5e5;
}
.phx .form-input.is-warning,
.phx .select.is-warning > select {
  color: #333d47;
  border-color: #f28b00;
  background-color: #fff5e8;
}
.phx .form-input.is-success {
  color: #333d47;
  border-color: #7fa732;
  background-color: #ebf4da;
}
.phx .form-input.expand {
  width: 100%;
}
.phx .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phx .form-group .button,
.phx .form-group .form-input {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.phx .form-group .button:first-child,
.phx .form-group .form-input:first-child {
  border-radius: 3px 0 0 3px;
  border-left-width: 1px;
}
.phx .form-group .button:last-child,
.phx .form-group .form-input:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
.phx .form-group .form-input {
  line-height: 1.25rem;
  padding-top: 0.312rem;
  padding-bottom: 0.312rem;
}
.phx .row {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.phx .row .row.collapse:after,
.phx .row .row.collapse:before,
.phx .row .row.row--collapse:after,
.phx .row .row.row--collapse:before,
.phx .row .row:after,
.phx .row .row:before,
.phx .row:after,
.phx .row:before {
  content: ' ';
  display: table;
}
.phx .row .row.collapse:after,
.phx .row .row.row--collapse:after,
.phx .row .row:after,
.phx .row:after {
  clear: both;
}
.phx .row.collapse > .column,
.phx .row.collapse > .columns,
.phx .row.row--collapse > .column,
.phx .row.row--collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.phx .row.collapse .row,
.phx .row.row--collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.phx .row .row {
  width: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.phx .row .row.collapse,
.phx .row .row.row--collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.phx .column,
.phx .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
.phx [class*='column'] + [class*='column']:last-child {
  float: right;
}
.phx [class*='column'] + [class*='column'].end {
  float: left;
}
@media only screen {
  .phx .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .phx .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .phx .small-push-1 {
    position: relative;
    left: 8.333%;
    right: auto;
  }
  .phx .small-pull-1 {
    position: relative;
    right: 8.333%;
    left: auto;
  }
  .phx .small-push-2 {
    position: relative;
    left: 16.667%;
    right: auto;
  }
  .phx .small-pull-2 {
    position: relative;
    right: 16.667%;
    left: auto;
  }
  .phx .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .phx .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .phx .small-push-4 {
    position: relative;
    left: 33.333%;
    right: auto;
  }
  .phx .small-pull-4 {
    position: relative;
    right: 33.333%;
    left: auto;
  }
  .phx .small-push-5 {
    position: relative;
    left: 41.667%;
    right: auto;
  }
  .phx .small-pull-5 {
    position: relative;
    right: 41.667%;
    left: auto;
  }
  .phx .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .phx .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .phx .small-push-7 {
    position: relative;
    left: 58.333%;
    right: auto;
  }
  .phx .small-pull-7 {
    position: relative;
    right: 58.333%;
    left: auto;
  }
  .phx .small-push-8 {
    position: relative;
    left: 66.667%;
    right: auto;
  }
  .phx .small-pull-8 {
    position: relative;
    right: 66.667%;
    left: auto;
  }
  .phx .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .phx .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .phx .small-push-10 {
    position: relative;
    left: 83.333%;
    right: auto;
  }
  .phx .small-pull-10 {
    position: relative;
    right: 83.333%;
    left: auto;
  }
  .phx .small-push-11 {
    position: relative;
    left: 91.667%;
    right: auto;
  }
  .phx .small-pull-11 {
    position: relative;
    right: 91.667%;
    left: auto;
  }
  .phx .column,
  .phx .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .phx .small-1 {
    width: 8.333%;
  }
  .phx .small-2 {
    width: 16.667%;
  }
  .phx .small-3 {
    width: 25%;
  }
  .phx .small-4 {
    width: 33.333%;
  }
  .phx .small-5 {
    width: 41.667%;
  }
  .phx .small-6 {
    width: 50%;
  }
  .phx .small-7 {
    width: 58.333%;
  }
  .phx .small-8 {
    width: 66.667%;
  }
  .phx .small-9 {
    width: 75%;
  }
  .phx .small-10 {
    width: 83.333%;
  }
  .phx .small-11 {
    width: 91.667%;
  }
  .phx .small-12 {
    width: 100%;
  }
  .phx .small-offset-0 {
    margin-left: 0% !important;
  }
  .phx .small-offset-1 {
    margin-left: 8.333% !important;
  }
  .phx .small-offset-2 {
    margin-left: 16.667% !important;
  }
  .phx .small-offset-3 {
    margin-left: 25% !important;
  }
  .phx .small-offset-4 {
    margin-left: 33.333% !important;
  }
  .phx .small-offset-5 {
    margin-left: 41.667% !important;
  }
  .phx .small-offset-6 {
    margin-left: 50% !important;
  }
  .phx .small-offset-7 {
    margin-left: 58.333% !important;
  }
  .phx .small-offset-8 {
    margin-left: 66.667% !important;
  }
  .phx .small-offset-9 {
    margin-left: 75% !important;
  }
  .phx .small-offset-10 {
    margin-left: 83.333% !important;
  }
  .phx .small-offset-11 {
    margin-left: 91.667% !important;
  }
  .phx .small-reset-order {
    left: auto;
    right: auto;
  }
  .phx .column.small-centered,
  .phx .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .phx .column.small-uncentered,
  .phx .columns.small-uncentered,
  .phx .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .phx .column.small-centered:last-child,
  .phx .columns.small-centered:last-child {
    float: none;
  }
  .phx .column.small-uncentered:last-child,
  .phx .columns.small-uncentered:last-child {
    float: left;
  }
  .phx .column.small-uncentered.opposite,
  .phx .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 30rem) {
  .phx .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .phx .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .phx .medium-push-1 {
    position: relative;
    left: 8.333%;
    right: auto;
  }
  .phx .medium-pull-1 {
    position: relative;
    right: 8.333%;
    left: auto;
  }
  .phx .medium-push-2 {
    position: relative;
    left: 16.667%;
    right: auto;
  }
  .phx .medium-pull-2 {
    position: relative;
    right: 16.667%;
    left: auto;
  }
  .phx .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .phx .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .phx .medium-push-4 {
    position: relative;
    left: 33.333%;
    right: auto;
  }
  .phx .medium-pull-4 {
    position: relative;
    right: 33.333%;
    left: auto;
  }
  .phx .medium-push-5 {
    position: relative;
    left: 41.667%;
    right: auto;
  }
  .phx .medium-pull-5 {
    position: relative;
    right: 41.667%;
    left: auto;
  }
  .phx .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .phx .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .phx .medium-push-7 {
    position: relative;
    left: 58.333%;
    right: auto;
  }
  .phx .medium-pull-7 {
    position: relative;
    right: 58.333%;
    left: auto;
  }
  .phx .medium-push-8 {
    position: relative;
    left: 66.667%;
    right: auto;
  }
  .phx .medium-pull-8 {
    position: relative;
    right: 66.667%;
    left: auto;
  }
  .phx .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .phx .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .phx .medium-push-10 {
    position: relative;
    left: 83.333%;
    right: auto;
  }
  .phx .medium-pull-10 {
    position: relative;
    right: 83.333%;
    left: auto;
  }
  .phx .medium-push-11 {
    position: relative;
    left: 91.667%;
    right: auto;
  }
  .phx .medium-pull-11 {
    position: relative;
    right: 91.667%;
    left: auto;
  }
  .phx .column,
  .phx .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .phx .medium-1 {
    width: 8.333%;
  }
  .phx .medium-2 {
    width: 16.667%;
  }
  .phx .medium-3 {
    width: 25%;
  }
  .phx .medium-4 {
    width: 33.333%;
  }
  .phx .medium-5 {
    width: 41.667%;
  }
  .phx .medium-6 {
    width: 50%;
  }
  .phx .medium-7 {
    width: 58.333%;
  }
  .phx .medium-8 {
    width: 66.667%;
  }
  .phx .medium-9 {
    width: 75%;
  }
  .phx .medium-10 {
    width: 83.333%;
  }
  .phx .medium-11 {
    width: 91.667%;
  }
  .phx .medium-12 {
    width: 100%;
  }
  .phx .medium-offset-0 {
    margin-left: 0% !important;
  }
  .phx .medium-offset-1 {
    margin-left: 8.333% !important;
  }
  .phx .medium-offset-2 {
    margin-left: 16.667% !important;
  }
  .phx .medium-offset-3 {
    margin-left: 25% !important;
  }
  .phx .medium-offset-4 {
    margin-left: 33.333% !important;
  }
  .phx .medium-offset-5 {
    margin-left: 41.667% !important;
  }
  .phx .medium-offset-6 {
    margin-left: 50% !important;
  }
  .phx .medium-offset-7 {
    margin-left: 58.333% !important;
  }
  .phx .medium-offset-8 {
    margin-left: 66.667% !important;
  }
  .phx .medium-offset-9 {
    margin-left: 75% !important;
  }
  .phx .medium-offset-10 {
    margin-left: 83.333% !important;
  }
  .phx .medium-offset-11 {
    margin-left: 91.667% !important;
  }
  .phx .medium-reset-order {
    left: auto;
    right: auto;
  }
  .phx .column.medium-centered,
  .phx .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .phx .column.medium-uncentered,
  .phx .columns.medium-uncentered,
  .phx .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .phx .column.medium-centered:last-child,
  .phx .columns.medium-centered:last-child {
    float: none;
  }
  .phx .column.medium-uncentered:last-child,
  .phx .columns.medium-uncentered:last-child {
    float: left;
  }
  .phx .column.medium-uncentered.opposite,
  .phx .columns.medium-uncentered.opposite {
    float: right;
  }
  .phx .pull-0,
  .phx .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .phx .pull-0 {
    right: 0%;
    left: auto;
  }
  .phx .pull-1,
  .phx .push-1 {
    position: relative;
    left: 8.333%;
    right: auto;
  }
  .phx .pull-1 {
    right: 8.333%;
    left: auto;
  }
  .phx .pull-2,
  .phx .push-2 {
    position: relative;
    left: 16.667%;
    right: auto;
  }
  .phx .pull-2 {
    right: 16.667%;
    left: auto;
  }
  .phx .pull-3,
  .phx .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .phx .pull-3 {
    right: 25%;
    left: auto;
  }
  .phx .pull-4,
  .phx .push-4 {
    position: relative;
    left: 33.333%;
    right: auto;
  }
  .phx .pull-4 {
    right: 33.333%;
    left: auto;
  }
  .phx .pull-5,
  .phx .push-5 {
    position: relative;
    left: 41.667%;
    right: auto;
  }
  .phx .pull-5 {
    right: 41.667%;
    left: auto;
  }
  .phx .pull-6,
  .phx .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .phx .pull-6 {
    right: 50%;
    left: auto;
  }
  .phx .pull-7,
  .phx .push-7 {
    position: relative;
    left: 58.333%;
    right: auto;
  }
  .phx .pull-7 {
    right: 58.333%;
    left: auto;
  }
  .phx .pull-8,
  .phx .push-8 {
    position: relative;
    left: 66.667%;
    right: auto;
  }
  .phx .pull-8 {
    right: 66.667%;
    left: auto;
  }
  .phx .pull-9,
  .phx .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .phx .pull-9 {
    right: 75%;
    left: auto;
  }
  .phx .pull-10,
  .phx .push-10 {
    position: relative;
    left: 83.333%;
    right: auto;
  }
  .phx .pull-10 {
    right: 83.333%;
    left: auto;
  }
  .phx .pull-11,
  .phx .push-11 {
    position: relative;
    left: 91.667%;
    right: auto;
  }
  .phx .pull-11 {
    right: 91.667%;
    left: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .phx .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .phx .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .phx .large-push-1 {
    position: relative;
    left: 8.333%;
    right: auto;
  }
  .phx .large-pull-1 {
    position: relative;
    right: 8.333%;
    left: auto;
  }
  .phx .large-push-2 {
    position: relative;
    left: 16.667%;
    right: auto;
  }
  .phx .large-pull-2 {
    position: relative;
    right: 16.667%;
    left: auto;
  }
  .phx .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .phx .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .phx .large-push-4 {
    position: relative;
    left: 33.333%;
    right: auto;
  }
  .phx .large-pull-4 {
    position: relative;
    right: 33.333%;
    left: auto;
  }
  .phx .large-push-5 {
    position: relative;
    left: 41.667%;
    right: auto;
  }
  .phx .large-pull-5 {
    position: relative;
    right: 41.667%;
    left: auto;
  }
  .phx .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .phx .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .phx .large-push-7 {
    position: relative;
    left: 58.333%;
    right: auto;
  }
  .phx .large-pull-7 {
    position: relative;
    right: 58.333%;
    left: auto;
  }
  .phx .large-push-8 {
    position: relative;
    left: 66.667%;
    right: auto;
  }
  .phx .large-pull-8 {
    position: relative;
    right: 66.667%;
    left: auto;
  }
  .phx .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .phx .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .phx .large-push-10 {
    position: relative;
    left: 83.333%;
    right: auto;
  }
  .phx .large-pull-10 {
    position: relative;
    right: 83.333%;
    left: auto;
  }
  .phx .large-push-11 {
    position: relative;
    left: 91.667%;
    right: auto;
  }
  .phx .large-pull-11 {
    position: relative;
    right: 91.667%;
    left: auto;
  }
  .phx .column,
  .phx .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }
  .phx .large-1 {
    width: 8.333%;
  }
  .phx .large-2 {
    width: 16.667%;
  }
  .phx .large-3 {
    width: 25%;
  }
  .phx .large-4 {
    width: 33.333%;
  }
  .phx .large-5 {
    width: 41.667%;
  }
  .phx .large-6 {
    width: 50%;
  }
  .phx .large-7 {
    width: 58.333%;
  }
  .phx .large-8 {
    width: 66.667%;
  }
  .phx .large-9 {
    width: 75%;
  }
  .phx .large-10 {
    width: 83.333%;
  }
  .phx .large-11 {
    width: 91.667%;
  }
  .phx .large-12 {
    width: 100%;
  }
  .phx .large-offset-0 {
    margin-left: 0% !important;
  }
  .phx .large-offset-1 {
    margin-left: 8.333% !important;
  }
  .phx .large-offset-2 {
    margin-left: 16.667% !important;
  }
  .phx .large-offset-3 {
    margin-left: 25% !important;
  }
  .phx .large-offset-4 {
    margin-left: 33.333% !important;
  }
  .phx .large-offset-5 {
    margin-left: 41.667% !important;
  }
  .phx .large-offset-6 {
    margin-left: 50% !important;
  }
  .phx .large-offset-7 {
    margin-left: 58.333% !important;
  }
  .phx .large-offset-8 {
    margin-left: 66.667% !important;
  }
  .phx .large-offset-9 {
    margin-left: 75% !important;
  }
  .phx .large-offset-10 {
    margin-left: 83.333% !important;
  }
  .phx .large-offset-11 {
    margin-left: 91.667% !important;
  }
  .phx .large-reset-order {
    left: auto;
    right: auto;
  }
  .phx .column.large-centered,
  .phx .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .phx .column.large-uncentered,
  .phx .columns.large-uncentered,
  .phx .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .phx .column.large-centered:last-child,
  .phx .columns.large-centered:last-child {
    float: none;
  }
  .phx .column.large-uncentered:last-child,
  .phx .columns.large-uncentered:last-child {
    float: left;
  }
  .phx .column.large-uncentered.opposite,
  .phx .columns.large-uncentered.opposite {
    float: right;
  }
  .phx .pull-0,
  .phx .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .phx .pull-0 {
    right: 0%;
    left: auto;
  }
  .phx .pull-1,
  .phx .push-1 {
    position: relative;
    left: 8.333%;
    right: auto;
  }
  .phx .pull-1 {
    right: 8.333%;
    left: auto;
  }
  .phx .pull-2,
  .phx .push-2 {
    position: relative;
    left: 16.667%;
    right: auto;
  }
  .phx .pull-2 {
    right: 16.667%;
    left: auto;
  }
  .phx .pull-3,
  .phx .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .phx .pull-3 {
    right: 25%;
    left: auto;
  }
  .phx .pull-4,
  .phx .push-4 {
    position: relative;
    left: 33.333%;
    right: auto;
  }
  .phx .pull-4 {
    right: 33.333%;
    left: auto;
  }
  .phx .pull-5,
  .phx .push-5 {
    position: relative;
    left: 41.667%;
    right: auto;
  }
  .phx .pull-5 {
    right: 41.667%;
    left: auto;
  }
  .phx .pull-6,
  .phx .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .phx .pull-6 {
    right: 50%;
    left: auto;
  }
  .phx .pull-7,
  .phx .push-7 {
    position: relative;
    left: 58.333%;
    right: auto;
  }
  .phx .pull-7 {
    right: 58.333%;
    left: auto;
  }
  .phx .pull-8,
  .phx .push-8 {
    position: relative;
    left: 66.667%;
    right: auto;
  }
  .phx .pull-8 {
    right: 66.667%;
    left: auto;
  }
  .phx .pull-9,
  .phx .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .phx .pull-9 {
    right: 75%;
    left: auto;
  }
  .phx .pull-10,
  .phx .push-10 {
    position: relative;
    left: 83.333%;
    right: auto;
  }
  .phx .pull-10 {
    right: 83.333%;
    left: auto;
  }
  .phx .pull-11,
  .phx .push-11 {
    position: relative;
    left: 91.667%;
    right: auto;
  }
  .phx .pull-11 {
    right: 91.667%;
    left: auto;
  }
}
.phx .header {
  display: block;
  width: 100%;
  background: #fff;
}
.phx .header .header-menu {
  line-height: 3rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.phx .header .header-title,
.phx .header .product-title {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  display: block;
}
.phx .header .header-title sup,
.phx .header .product-title sup {
  font-size: 0.3em;
  top: -1em;
  color: #c1c4c7;
}
.phx .header .header-title {
  line-height: 3rem;
  font-size: 1.25rem;
  font-weight: 200;
}
.phx .header .header-title strong {
  font-weight: 700;
}
.phx .header .product-title:after,
.phx .header .product-title:before {
  content: ' ';
  display: table;
}
.phx .header .product-title:after {
  clear: both;
}
.phx .header .product-title .h1.eab,
.phx .header .product-title h1.eab {
  display: block;
  float: left;
  color: transparent;
  background: url(resources/logo/eab/eab.svg) no-repeat;
  background-position: 0.75rem center;
  background-size: auto 75%;
  background-clip: padding-box;
  height: 5.5rem;
  width: 4.25rem;
  padding: 1.25rem 0 1.25rem 4.25rem;
  margin-right: 0.625rem;
  line-height: 3rem;
  text-indent: -3rem;
}
.phx .header .product-title .eab + .title {
  display: block;
  float: left;
  height: 5.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: 0.825rem;
  position: relative;
}
.phx .header .product-title .eab + .title:before {
  content: '';
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: -0.825rem;
  border-right: 1px solid #acb0b4;
}
.phx .header .product-title .eab + .title > .product-name {
  font-weight: 400;
  font-size: 1.8rem;
  color: #333d47;
  line-height: 1;
  display: block;
  margin-top: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phx .header .product-title .eab + .title > .product-tagline {
  display: block;
  font: 200 1rem/1 'Roboto', sans-serif;
  color: #464f58;
  padding-top: 0.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phx .header .product-title .eab + .title > .product-tagline:after {
  content: '\2122';
  color: #464f58;
  font-weight: 200;
  margin-left: -3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phx .header.logo-with-text .product-title .h1.eab,
.phx .header.logo-with-text .product-title h1.eab {
  width: 9.25rem;
  text-indent: 0.5rem;
}
.phx .header.without-trademark:after {
  content: '';
}
.phx .header.svg-header .header-title,
.phx .header.svg-header .product-title {
  background: url(resources/logo/eab/eab.svg) no-repeat;
  background-position: 0.75rem center;
  background-size: auto 75%;
  width: 21.5rem;
  height: 5.5rem;
}
.phx .header.svg-header .header-title *,
.phx .header.svg-header .product-title * {
  opacity: 0;
}
.phx .header.svg-header.navigate-header .header-title,
.phx .header.svg-header.navigate-header .product-title {
  background-image: url(resources/logo/navigate/navigate.svg);
}
.phx .header.svg-header.navigate-header.logo-with-text .header-title,
.phx .header.svg-header.navigate-header.logo-with-text .product-title {
  background-image: url(resources/logo/navigate/eab_navigate.svg);
}
.phx .header.svg-header.navigate-header.inverse-header .header-title,
.phx .header.svg-header.navigate-header.inverse-header .product-title {
  background-image: url(resources/logo/navigate/navigate_white.svg);
}
.phx .header.svg-header.navigate-header.inverse-header.logo-with-text .header-title,
.phx .header.svg-header.navigate-header.inverse-header.logo-with-text .product-title {
  background-image: url(resources/logo/navigate/eab_navigate_white.svg);
}
.phx .header.svg-header.guide-header .header-title,
.phx .header.svg-header.guide-header .product-title {
  background-image: url(resources/logo/guide/guide.svg);
}
.phx .header.svg-header.guide-header.logo-with-text .header-title,
.phx .header.svg-header.guide-header.logo-with-text .product-title {
  background-image: url(resources/logo/guide/eab_guide.svg);
}
.phx .header.svg-header.guide-header.inverse-header .header-title,
.phx .header.svg-header.guide-header.inverse-header .product-title {
  background-image: url(resources/logo/guide/guide_white.svg);
}
.phx .header.svg-header.guide-header.inverse-header.logo-with-text .header-title,
.phx .header.svg-header.guide-header.inverse-header.logo-with-text .product-title {
  background-image: url(resources/logo/guide/eab_guide_white.svg);
}
.phx .header.svg-header.campus-header .header-title,
.phx .header.svg-header.campus-header .product-title {
  background-image: url(resources/logo/campus/campus.svg);
}
.phx .header.svg-header.campus-header.logo-with-text .header-title,
.phx .header.svg-header.campus-header.logo-with-text .product-title {
  background-image: url(resources/logo/campus/eab_campus.svg);
}
.phx .header.svg-header.campus-header.inverse-header .header-title,
.phx .header.svg-header.campus-header.inverse-header .product-title {
  background-image: url(resources/logo/campus/campus_white.svg);
}
.phx .header.svg-header.campus-header.inverse-header.logo-with-text .header-title,
.phx .header.svg-header.campus-header.inverse-header.logo-with-text .product-title {
  background-image: url(resources/logo/campus/eab_campus_white.svg);
}
.phx .header.horizontal {
  border-bottom: 1px solid #d5d7d9;
  position: relative;
  min-height: 5.562rem;
}
.phx .header.horizontal .header-title,
.phx .header.horizontal .product-title {
  position: absolute;
  left: 0;
  top: 0;
}
.phx .header.horizontal .header-menu {
  position: absolute;
  right: 1.25rem;
  top: 1.438rem;
  text-align: right;
}
.phx .header.horizontal .navigation {
  margin-right: 1.25rem;
  line-height: 0.875rem;
  text-align: left;
  padding-top: 5.625rem;
  padding-bottom: 1.75rem;
}
.phx .header.vertical .header-title,
.phx .header.vertical .product-title {
  padding-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.phx .header.vertical .header-title:before,
.phx .header.vertical .product-title:before {
  float: left;
  margin-right: 0.625rem;
}
.phx .header.vertical .header-menu {
  margin-top: 0.625rem;
  margin-left: 2.562rem;
}
.phx .header.vertical.header-dark {
  background: #333d47;
  color: #fff;
}
.phx .header.vertical.header-dark .product-title .eab,
.phx .header.vertical.header-dark .product-title .product-name {
  color: #fff;
}
.phx .header.vertical.header-dark .navigation > *,
.phx .header.vertical.header-white .navigation > * {
  padding-left: 2.5rem;
}
.phx .header.vertical.header-dark .navigation > .active,
.phx .header.vertical.header-dark .navigation > :hover {
  padding-left: 2.312rem;
}
.phx .header.vertical.header-white {
  background: #fff;
  color: #333d47;
}
.phx .header.vertical.header-white .product-title .eab,
.phx .header.vertical.header-white .product-title .product-name {
  color: #333d47;
}
.phx .header.vertical.header-white .navigation > .active,
.phx .header.vertical.header-white .navigation > :hover {
  padding-left: 2.312rem;
}
.phx .header.authentication {
  min-height: 5.5rem;
  width: 100%;
}
.phx .header.authentication .header-title,
.phx .header.authentication .product-title {
  margin-left: -20px;
  margin-top: -20px;
}
.phx .header.authentication.svg-header .header-title,
.phx .header.authentication.svg-header .product-title {
  width: 22.75rem;
}
@font-face {
  font-family: 'eab-icons';
  src: url(resources/icons/eab-icons-20150710.eot);
  src: url(resources/icons/eab-icons-20150710.eot?#iefix) format('embedded-opentype'),
    url(resources/icons/eab-icons-20150710.ttf) format('truetype'),
    url(resources/icons/eab-icons-20150710.svg#eab-icons) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=' eab-'],
[class^='eab-'] {
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
}
[class*=' eab-']:before,
[class^='eab-']:before {
  font-family: 'eab-icons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
  text-transform: none;
  font-variant: normal;
  font-weight: 400;
  font-style: normal;
  speak: none;
}
li[class*=' eab-']:before,
li[class^='eab-']:before {
  vertical-align: bottom;
  padding-right: 0.5rem;
}
.eab-icon-menu:before {
  content: 'a';
}
.eab-icon-more:before {
  content: 'b';
}
.eab-icon-close:before {
  content: 'c';
}
.eab-icon-plus:before {
  content: 'd';
}
.eab-icon-plus-thick:before {
  content: 'e';
}
.eab-icon-chevron-up:before {
  content: 'f';
}
.eab-icon-chevron-down:before {
  content: 'g';
}
.eab-icon-chevron-back:before {
  content: 'h';
}
.eab-icon-chevron-forward:before {
  content: 'i';
}
.eab-icon-chevron-thin-up:before {
  content: 'j';
}
.eab-icon-chevron-thin-down:before {
  content: 'k';
}
.eab-icon-chevron-thin-back:before {
  content: 'l';
}
.eab-icon-chevron-thin-forward:before {
  content: 'm';
}
.eab-icon-arrow-up:before {
  content: 'n';
}
.eab-icon-arrow-down:before {
  content: 'o';
}
.eab-icon-arrow-back:before {
  content: 'p';
}
.eab-icon-arrow-forward:before {
  content: 'q';
}
.eab-icon-caution:before {
  content: 'r';
}
.eab-icon-information:before {
  content: 's';
}
.eab-icon-checkmark:before {
  content: 't';
}
.eab-icon-hide:before {
  content: 'u';
}
.eab-icon-edit:before {
  content: 'v';
}
.eab-icon-calendar:before {
  content: 'w';
}
.eab-icon-courses:before {
  content: 'x';
}
.eab-icon-star:before {
  content: 'z';
}
.eab-icon-star-half:before {
  content: 'A';
}
.eab-icon-star-full:before {
  content: 'B';
}
.eab-icon-search:before {
  content: 'C';
}
.eab-icon-archive:before {
  content: 'E';
}
.eab-icon-download:before {
  content: 'J';
}
.eab-icon-arrow-circle-down:before {
  content: 'M';
}
.eab-icon-arrow-circle-left:before {
  content: 'N';
}
.eab-icon-arrow-circle-right:before {
  content: 'O';
}
.eab-icon-arrow-circle-up:before {
  content: 'P';
}
.eab-icon-caret-down:before {
  content: 'Q';
}
.eab-icon-caret-up-down:before {
  content: 'R';
}
.eab-icon-caret-up:before {
  content: 'S';
}
.eab-icon-email-envelope:before {
  content: 'T';
}
.eab-icon-repeat-redo:before {
  content: 'U';
}
.eab-icon-cog-gear:before {
  content: 'V';
}
.eab-icon-link:before {
  content: 'W';
}
.eab-icon-pin-map:before {
  content: 'X';
}
.eab-icon-loading:before {
  content: 'Y';
}
.eab-icon-person:before {
  content: 'Z';
}
.eab-icon-clock:before {
  content: '0';
}
.eab-icon-people:before {
  content: '1';
}
.eab-icon-sync:before {
  content: '3';
}
.eab-icon-notifications:before {
  content: '4';
}
.eab-icon-check-box:before {
  content: '5';
}
.eab-icon-globe:before {
  content: '6';
}
.eab-icon-pin-map-clock:before {
  content: '7';
}
.eab-icon-professor:before {
  content: '8';
}
.eab-icon-stop:before {
  content: '9';
}
.eab-icon-filter:before {
  content: '&';
}
.eab-icon-trash:before {
  content: "'";
}
.eab-icon-location-arrow:before {
  content: '(';
}
.eab-icon-grad-cap:before {
  content: '*';
}
.eab-icon-exchange:before {
  content: '+';
}
.eab-icon-home:before {
  content: ')';
}
.eab-icon-reply:before {
  content: '-';
}
.eab-icon-feed:before {
  content: 'y';
}
.eab-icon-compose:before {
  content: 'D';
}
.eab-icon-camera:before {
  content: 'F';
}
.eab-icon-remove:before {
  content: 'G';
}
.eab-icon-paperclip:before {
  content: 'H';
}
.eab-icon-picture:before {
  content: 'I';
}
.eab-icon-spinner:before {
  content: 'K';
}
.eab-icon-powerpoint:before {
  content: 'L';
}
.eab-icon-word:before {
  content: '2';
}
.eab-icon-excel:before {
  content: '!';
}
.eab-icon-adobe:before {
  content: '"';
}
.eab-icon-zip:before {
  content: '#';
}
.eab-icon-file:before {
  content: '$';
}
.eab-icon--x1 {
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 1rem;
}
.eab-icon--x2 {
  font-size: 2rem;
  line-height: 2rem;
  height: 2rem;
  width: 2rem;
}
.eab-icon--x3 {
  font-size: 3rem;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
}
.eab-icon--x4 {
  font-size: 4rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}
.eab-icon--x5 {
  font-size: 5rem;
  line-height: 5rem;
  height: 5rem;
  width: 5rem;
}
.phx .nav-bar-left {
  display: block;
  position: absolute;
  z-index: 1000000;
  overflow: hidden;
  padding: 0 1.25rem;
}
.phx .nav-bar-left .navigation .open {
  padding: 0;
  background: #464f58;
  border-left-color: #acb0b4;
  border-left-width: 3px;
  border-left-style: solid;
  padding: 0.625rem 1.25rem 0.625rem 1.062rem;
}
.phx .nav-bar-left .navigation .open:after span {
  content: 'Q';
  font-family: 'eab-icons';
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding-left: 1rem;
}
.phx .nav-bar-left .navigation .drawer-closed {
  display: none;
}
.phx .nav-bar-left .navigation > a {
  height: 3.2rem;
}
.phx .nav-bar-left .navigation a {
  position: relative;
  display: block;
  line-height: 1;
}
.phx .nav-bar-left .navigation a i {
  width: 3rem;
  line-height: 1.7rem;
}
.phx .nav-bar-left .navigation a > span {
  line-height: 0.9rem;
}
.phx .nav-bar-left .navigation a .has-open-drawer:after,
.phx .nav-bar-left .navigation a:hover .has-closed-drawer:after {
  content: 'Q';
  font-family: 'eab-icons';
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding-left: 1rem;
  line-height: 0;
}
.phx .nav-bar-left .navigation a:hover .has-closed-drawer:after {
  content: 'S';
}
.phx .nav-bar-left .navigation .drawer {
  padding: 0;
  background: #464f58;
  border-left-color: #acb0b4;
  border-left-width: 3px;
  border-left-style: solid;
}
.phx .nav-bar-left .navigation .drawer .drawer-item {
  text-align: left;
  display: block;
  font-weight: 300 !important;
  padding: 0.625rem 1.062rem;
  color: #fff;
}
.phx .nav-bar-left .navigation .drawer .active,
.phx .nav-bar-left .navigation .drawer:hover .drawer-item:hover {
  border-left-color: #f28b00;
  border-left-width: 3px;
  border-left-style: solid;
  background: #5a626a;
  padding-left: 0.875rem;
}
.phx .nav-bar-left .navigation .drawer.active,
.phx .nav-bar-left .navigation .drawer:hover,
.phx .nav-bar-left .no-padding {
  padding: 0 !important;
}
.phx .nav-bar-left .navigation .drawer:hover .drawer-item:hover {
  border-left-color: #acb0b4;
}
.phx .nav-bar-left .navigation .drawer:hover .drawer-item.active:hover {
  border-left-color: #f28b00;
}
.phx .nav-bar-left .in-drawer {
  display: none !important;
}
.phx .nav-bar-left.animate,
.phx .nav-bar-left.animate:hover .hidden {
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.phx .nav-bar-left.animate .hidden {
  padding: 0.5rem 0;
  display: inline-block;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.phx .nav-bar-left.animate:hover {
  width: 15rem !important;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.phx .nav-bar-left.animate:hover .hidden {
  height: auto;
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.phx ol.data-list > li,
.phx ul.data-list > li {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-left: 1.25rem;
  list-style: decimal;
}
.phx ul.data-list > li {
  list-style: disc;
}
.phx .list {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
.phx .list > li {
  padding: 0.938rem 0;
  list-style: none;
  border-top: 1px solid #d5d7d9;
  color: inherit;
}
.phx .list > li:last-child {
  border-bottom: 1px solid #d5d7d9;
}
.phx .list > li li {
  border: none;
  padding: 0;
  list-style: none;
  border-top: 0;
}
.phx .list > li li:last-child {
  border: none;
}
.phx .list li ul {
  padding-left: 0;
}
.phx .list li ul ul li {
  font-size: 0.75rem;
}
.phx .list li a:not(.button) {
  color: #0070cd;
  text-decoration: none;
}
.phx .list li.link-item {
  padding: 0;
}
.phx .list li.link-item a {
  display: block;
  padding: 0.938rem 0;
}
.phx .list.serif li {
  font-family: 'Roboto Slab', serif;
}
.phx .list.bold li {
  font-weight: 700;
}
.phx .list .larger,
.phx .list.larger li {
  font-size: 0.998rem;
}
.phx .modal {
  top: 100%;
  left: 50%;
  position: fixed;
  z-index: 10001;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: none;
  box-shadow: 0 2px 16px rgba(70, 79, 88, 0.3);
  background: #f7f9fb;
  border-radius: 0.312rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: top, width, height, opacity, visibility;
  transition-property: top, width, height, opacity, visibility;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  min-width: 20rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media only screen {
  .phx .modal {
    width: 75%;
    max-width: 45rem;
  }
}
@media only screen and (max-width: 30rem) {
  .phx .modal {
    width: 98%;
  }
}
.phx .modal .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  font-size: 1.2rem;
  cursor: pointer;
}
.phx .modal > .header,
.phx .modal > .modal-header {
  display: block;
  background: #fff;
}
.phx .modal > .content,
.phx .modal > .modal-body,
.phx .modal > .modal-content {
  padding: 1.25rem;
  overflow: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.phx .modal > .content > .footer,
.phx .modal > .content > .modal-footer,
.phx .modal > .modal-body > .footer,
.phx .modal > .modal-body > .modal-footer,
.phx .modal > .modal-content > .footer,
.phx .modal > .modal-content > .modal-footer {
  margin-top: auto;
  padding: 1.25rem;
}
.phx .modal > .footer,
.phx .modal > .modal-footer {
  margin-top: auto;
}
.phx .modal > .footer,
.phx .modal > .header,
.phx .modal > .modal-footer,
.phx .modal > .modal-header {
  padding: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.phx .modal.modal--inverted {
  background: #fff;
}
.phx .modal.modal--inverted > .footer,
.phx .modal.modal--inverted > .header,
.phx .modal.modal--inverted > .modal-footer,
.phx .modal.modal--inverted > .modal-header {
  background: #f2f3f4;
}
.phx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6e757c;
  z-index: 10000;
  display: none;
  opacity: 0.4;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.phx .modal-backdrop.interior {
  position: absolute;
}
.phx .modal-activate,
.phx .modal-active {
  pointer-events: none;
}
.phx .modal-activate .modal,
.phx .modal-activate .modal-backdrop,
.phx .modal-active .modal,
.phx .modal-active .modal-backdrop {
  pointer-events: auto;
}
.phx .modal-activate .modal-backdrop,
.phx .modal-active .modal-backdrop {
  display: block;
  opacity: 0.4;
}
.phx .modal {
  min-height: 24rem;
  max-height: 90vh;
  overflow: auto;
}
.phx .modal.modal--full-height,
.phx .modal.modal--full-screen {
  height: 26vh !important;
}
.phx .modal.modal--alert {
  min-height: 4rem;
}
.phx .modal-active .modal {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.phx .modal-active .modal.modal--full-height,
.phx .modal-active .modal.modal--full-screen {
  height: 96vh !important;
}
.phx .modal.modal--interior {
  position: absolute;
}
.phx .modal.modal--full-screen {
  opacity: 0.5;
  top: 50%;
  width: 96% !important;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
  -webkit-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.phx .modal-active .modal.modal--full-screen {
  opacity: 1;
  visibility: visible;
  width: 96% !important;
  max-width: 96%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.phx .navigation > * {
  font-family: 'Roboto Slab', serif;
}
.phx .horizontal > .navigation > a,
.phx .horizontal > .navigation > li,
.phx .navigation.horizontal > a,
.phx .navigation.horizontal > li {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2.812rem;
  display: block;
  float: right;
  padding-bottom: 0.688rem;
  border-bottom: transparent solid 3px;
}
.phx .horizontal > .navigation > a:first-child,
.phx .horizontal > .navigation > li:first-child,
.phx .navigation.horizontal > a:first-child,
.phx .navigation.horizontal > li:first-child {
  margin-right: 0;
}
.phx .horizontal > .navigation > a,
.phx .horizontal > .navigation > li a,
.phx .navigation.horizontal > a,
.phx .navigation.horizontal > li a {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.phx .navigation.horizontal.navigation-white > a,
.phx .navigation.horizontal.navigation-white > li,
.phx [class*='-white'].horizontal > .navigation > a,
.phx [class*='-white'].horizontal > .navigation > li,
.phx [class*='-white'] > .navigation.horizontal > a,
.phx [class*='-white'] > .navigation.horizontal > li {
  color: #0070cd;
}
.phx .navigation.horizontal.navigation-white > a:active,
.phx .navigation.horizontal.navigation-white > a:hover,
.phx .navigation.horizontal.navigation-white > li:active,
.phx .navigation.horizontal.navigation-white > li:hover,
.phx [class*='-white'].horizontal > .navigation > a:active,
.phx [class*='-white'].horizontal > .navigation > a:hover,
.phx [class*='-white'].horizontal > .navigation > li:active,
.phx [class*='-white'].horizontal > .navigation > li:hover,
.phx [class*='-white'] > .navigation.horizontal > a:active,
.phx [class*='-white'] > .navigation.horizontal > a:hover,
.phx [class*='-white'] > .navigation.horizontal > li:active,
.phx [class*='-white'] > .navigation.horizontal > li:hover {
  border-bottom-color: #acb0b4;
}
.phx .navigation.horizontal.navigation-white > a.active,
.phx .navigation.horizontal.navigation-white > a.active:hover,
.phx .navigation.horizontal.navigation-white > li.active,
.phx .navigation.horizontal.navigation-white > li.active:hover,
.phx [class*='-white'].horizontal > .navigation > a.active,
.phx [class*='-white'].horizontal > .navigation > a.active:hover,
.phx [class*='-white'].horizontal > .navigation > li.active,
.phx [class*='-white'].horizontal > .navigation > li.active:hover,
.phx [class*='-white'] > .navigation.horizontal > a.active,
.phx [class*='-white'] > .navigation.horizontal > a.active:hover,
.phx [class*='-white'] > .navigation.horizontal > li.active,
.phx [class*='-white'] > .navigation.horizontal > li.active:hover {
  border-bottom-color: #f28b00;
  color: #333d47;
}
.phx .navigation.vertical > *,
.phx .vertical > .navigation > * {
  display: block;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
}
.phx .navigation.vertical.navigation-dark.with-submenu > :not(.submenu),
.phx .navigation.vertical.navigation-dark:not(.with-submenu) > *,
.phx [class*='-dark'].vertical > .navigation.with-submenu > :not(.submenu),
.phx [class*='-dark'].vertical > .navigation:not(.with-submenu) > *,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > :not(.submenu),
.phx [class*='-dark'] > .navigation.vertical:not(.with-submenu) > * {
  background: 0 0;
  color: #fff;
  font-weight: 500;
}
.phx .navigation.vertical.navigation-dark.with-submenu > :not(.submenu).active,
.phx .navigation.vertical.navigation-dark.with-submenu > :not(.submenu):hover,
.phx .navigation.vertical.navigation-dark:not(.with-submenu) > .active,
.phx .navigation.vertical.navigation-dark:not(.with-submenu) > :hover,
.phx [class*='-dark'].vertical > .navigation.with-submenu > :not(.submenu).active,
.phx [class*='-dark'].vertical > .navigation.with-submenu > :not(.submenu):hover,
.phx [class*='-dark'].vertical > .navigation:not(.with-submenu) > .active,
.phx [class*='-dark'].vertical > .navigation:not(.with-submenu) > :hover,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > :not(.submenu).active,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > :not(.submenu):hover,
.phx [class*='-dark'] > .navigation.vertical:not(.with-submenu) > .active,
.phx [class*='-dark'] > .navigation.vertical:not(.with-submenu) > :hover {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 1.062rem;
  background: #3d4750;
}
.phx .navigation.vertical.navigation-dark.with-submenu > :not(.submenu):hover,
.phx .navigation.vertical.navigation-dark:not(.with-submenu) > :hover,
.phx [class*='-dark'].vertical > .navigation.with-submenu > :not(.submenu):hover,
.phx [class*='-dark'].vertical > .navigation:not(.with-submenu) > :hover,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > :not(.submenu):hover,
.phx [class*='-dark'] > .navigation.vertical:not(.with-submenu) > :hover {
  border-left-color: #acb0b4;
  color: #fff;
}
.phx .navigation.vertical.navigation-dark.with-submenu > :not(.submenu).active,
.phx .navigation.vertical.navigation-dark:not(.with-submenu) > .active,
.phx [class*='-dark'].vertical > .navigation.with-submenu > :not(.submenu).active,
.phx [class*='-dark'].vertical > .navigation:not(.with-submenu) > .active,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > :not(.submenu).active,
.phx [class*='-dark'] > .navigation.vertical:not(.with-submenu) > .active {
  border-left-color: #f28b00;
  color: #fff;
}
.phx .navigation.vertical.navigation-dark.with-submenu > .submenu,
.phx [class*='-dark'].vertical > .navigation.with-submenu > .submenu,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > .submenu {
  padding: 0;
}
.phx .navigation.vertical.navigation-dark.with-submenu > .submenu li,
.phx [class*='-dark'].vertical > .navigation.with-submenu > .submenu li,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > .submenu li {
  padding: 0.312rem 1.25rem 0.312rem 1.562rem;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  background: #414c56;
}
.phx .navigation.vertical.navigation-dark.with-submenu > .submenu li:focus,
.phx .navigation.vertical.navigation-dark.with-submenu > .submenu li:hover,
.phx [class*='-dark'].vertical > .navigation.with-submenu > .submenu li:focus,
.phx [class*='-dark'].vertical > .navigation.with-submenu > .submenu li:hover,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > .submenu li:focus,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > .submenu li:hover {
  border-left-color: #acb0b4;
}
.phx .navigation.vertical.navigation-dark.with-submenu > .submenu li.active,
.phx [class*='-dark'].vertical > .navigation.with-submenu > .submenu li.active,
.phx [class*='-dark'] > .navigation.vertical.with-submenu > .submenu li.active {
  border-left-color: #f28b00;
}
.phx .navigation.vertical.navigation-gray.with-submenu > :not(.submenu),
.phx .navigation.vertical.navigation-gray:not(.with-submenu) > *,
.phx [class*='-gray'].vertical > .navigation.with-submenu > :not(.submenu),
.phx [class*='-gray'].vertical > .navigation:not(.with-submenu) > *,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > :not(.submenu),
.phx [class*='-gray'] > .navigation.vertical:not(.with-submenu) > * {
  background: 0 0;
  color: #0070cd;
  padding-top: 0.625rem;
  line-height: 1.5em;
}
.phx .navigation.vertical.navigation-gray.with-submenu > :not(.submenu):first-child,
.phx .navigation.vertical.navigation-gray:not(.with-submenu) > :first-child,
.phx [class*='-gray'].vertical > .navigation.with-submenu > :not(.submenu):first-child,
.phx [class*='-gray'].vertical > .navigation:not(.with-submenu) > :first-child,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > :not(.submenu):first-child,
.phx [class*='-gray'] > .navigation.vertical:not(.with-submenu) > :first-child {
  padding-top: 0;
}
.phx .navigation.vertical.navigation-gray.with-submenu > :not(.submenu):hover,
.phx .navigation.vertical.navigation-gray:not(.with-submenu) > :hover,
.phx [class*='-gray'].vertical > .navigation.with-submenu > :not(.submenu):hover,
.phx [class*='-gray'].vertical > .navigation:not(.with-submenu) > :hover,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > :not(.submenu):hover,
.phx [class*='-gray'] > .navigation.vertical:not(.with-submenu) > :hover {
  text-decoration: underline;
}
.phx .navigation.vertical.navigation-gray.with-submenu > .submenu,
.phx [class*='-gray'].vertical > .navigation.with-submenu > .submenu,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > .submenu {
  padding: 0;
}
.phx .navigation.vertical.navigation-gray.with-submenu > .submenu li,
.phx [class*='-gray'].vertical > .navigation.with-submenu > .submenu li,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > .submenu li {
  padding: 0.312rem 1.25rem 0.312rem 1.562rem;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  background: rgba(5, 5, 5, 0);
}
.phx .navigation.vertical.navigation-gray.with-submenu > .submenu li:focus,
.phx .navigation.vertical.navigation-gray.with-submenu > .submenu li:hover,
.phx [class*='-gray'].vertical > .navigation.with-submenu > .submenu li:focus,
.phx [class*='-gray'].vertical > .navigation.with-submenu > .submenu li:hover,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > .submenu li:focus,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > .submenu li:hover {
  border-left-color: transparent;
}
.phx .navigation.vertical.navigation-gray.with-submenu > .submenu li.active,
.phx [class*='-gray'].vertical > .navigation.with-submenu > .submenu li.active,
.phx [class*='-gray'] > .navigation.vertical.with-submenu > .submenu li.active {
  border-left-color: transparent;
}
.phx .navigation.vertical.navigation-white.with-submenu > :not(.submenu),
.phx .navigation.vertical.navigation-white:not(.with-submenu) > *,
.phx [class*='-white'].vertical > .navigation.with-submenu > :not(.submenu),
.phx [class*='-white'].vertical > .navigation:not(.with-submenu) > *,
.phx [class*='-white'] > .navigation.vertical.with-submenu > :not(.submenu),
.phx [class*='-white'] > .navigation.vertical:not(.with-submenu) > * {
  background: 0 0;
  color: #0070cd;
  font-weight: 500;
  border-bottom: thin solid #e1e1e1;
}
.phx .navigation.vertical.navigation-white.with-submenu > :not(.submenu).active,
.phx .navigation.vertical.navigation-white.with-submenu > :not(.submenu):hover,
.phx .navigation.vertical.navigation-white:not(.with-submenu) > .active,
.phx .navigation.vertical.navigation-white:not(.with-submenu) > :hover,
.phx [class*='-white'].vertical > .navigation.with-submenu > :not(.submenu).active,
.phx [class*='-white'].vertical > .navigation.with-submenu > :not(.submenu):hover,
.phx [class*='-white'].vertical > .navigation:not(.with-submenu) > .active,
.phx [class*='-white'].vertical > .navigation:not(.with-submenu) > :hover,
.phx [class*='-white'] > .navigation.vertical.with-submenu > :not(.submenu).active,
.phx [class*='-white'] > .navigation.vertical.with-submenu > :not(.submenu):hover,
.phx [class*='-white'] > .navigation.vertical:not(.with-submenu) > .active,
.phx [class*='-white'] > .navigation.vertical:not(.with-submenu) > :hover {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 1.062rem;
  background: #fff;
}
.phx .navigation.vertical.navigation-white.with-submenu > :not(.submenu):hover,
.phx .navigation.vertical.navigation-white:not(.with-submenu) > :hover,
.phx [class*='-white'].vertical > .navigation.with-submenu > :not(.submenu):hover,
.phx [class*='-white'].vertical > .navigation:not(.with-submenu) > :hover,
.phx [class*='-white'] > .navigation.vertical.with-submenu > :not(.submenu):hover,
.phx [class*='-white'] > .navigation.vertical:not(.with-submenu) > :hover {
  border-left-color: #acb0b4;
  color: #333d47;
}
.phx .navigation.vertical.navigation-white.with-submenu > :not(.submenu).active,
.phx .navigation.vertical.navigation-white:not(.with-submenu) > .active,
.phx [class*='-white'].vertical > .navigation.with-submenu > :not(.submenu).active,
.phx [class*='-white'].vertical > .navigation:not(.with-submenu) > .active,
.phx [class*='-white'] > .navigation.vertical.with-submenu > :not(.submenu).active,
.phx [class*='-white'] > .navigation.vertical:not(.with-submenu) > .active {
  border-left-color: #f28b00;
  color: #333d47;
}
.phx .navigation.vertical.navigation-white.with-submenu > :not(.submenu):first-child,
.phx .navigation.vertical.navigation-white:not(.with-submenu) > :first-child,
.phx [class*='-white'].vertical > .navigation.with-submenu > :not(.submenu):first-child,
.phx [class*='-white'].vertical > .navigation:not(.with-submenu) > :first-child,
.phx [class*='-white'] > .navigation.vertical.with-submenu > :not(.submenu):first-child,
.phx [class*='-white'] > .navigation.vertical:not(.with-submenu) > :first-child {
  border-top: thin solid #e1e1e1;
}
.phx .navigation.vertical.navigation-white.with-submenu > .submenu,
.phx [class*='-white'].vertical > .navigation.with-submenu > .submenu,
.phx [class*='-white'] > .navigation.vertical.with-submenu > .submenu {
  padding: 0;
}
.phx .navigation.vertical.navigation-white.with-submenu > .submenu li,
.phx [class*='-white'].vertical > .navigation.with-submenu > .submenu li,
.phx [class*='-white'] > .navigation.vertical.with-submenu > .submenu li {
  padding: 0.312rem 1.25rem 0.312rem 1.562rem;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  background: #fff;
}
.phx .navigation.vertical.navigation-white.with-submenu > .submenu li:focus,
.phx .navigation.vertical.navigation-white.with-submenu > .submenu li:hover,
.phx [class*='-white'].vertical > .navigation.with-submenu > .submenu li:focus,
.phx [class*='-white'].vertical > .navigation.with-submenu > .submenu li:hover,
.phx [class*='-white'] > .navigation.vertical.with-submenu > .submenu li:focus,
.phx [class*='-white'] > .navigation.vertical.with-submenu > .submenu li:hover {
  border-left-color: #acb0b4;
}
.phx .navigation.vertical.navigation-white.with-submenu > .submenu li.active,
.phx [class*='-white'].vertical > .navigation.with-submenu > .submenu li.active,
.phx [class*='-white'] > .navigation.vertical.with-submenu > .submenu li.active {
  border-left-color: #f28b00;
}
.phx .navigation.horizontal.with-submenu,
.phx .navigation.horizontal.with-submenu li {
  position: relative;
}
.phx .navigation.horizontal.with-submenu ul {
  position: absolute;
  left: -99999px;
  z-index: 10010;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  top: 1.8rem;
  min-width: 7rem;
  background: #fff;
  border-bottom: 1px solid #d5d7d9;
}
.phx .navigation.horizontal.with-submenu ul li {
  float: none;
}
.phx .navigation.horizontal.with-submenu ul li:last-child a {
  border-bottom: 0;
}
.phx .navigation.horizontal.with-submenu ul li a {
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
  border-bottom: 1px solid #eaebec;
  font-size: 0.656rem;
}
.phx .navigation.horizontal.with-submenu li:hover ul {
  left: 0;
  opacity: 1;
}
@-webkit-keyframes notification-timer {
  0% {
    width: 0;
    opacity: 0.2;
  }
  5% {
    width: 0;
    opacity: 0.975;
  }
  85% {
    opacity: 0.975;
  }
  to {
    opacity: 0;
    width: 98%;
  }
}
@keyframes notification-timer {
  0% {
    width: 0;
    opacity: 0.2;
  }
  5% {
    width: 0;
    opacity: 0.975;
  }
  85% {
    opacity: 0.975;
  }
  to {
    opacity: 0;
    width: 98%;
  }
}
@keyframes notification-timer {
  0% {
    width: 0;
    opacity: 0.2;
  }
  5% {
    width: 0;
    opacity: 0.975;
  }
  85% {
    opacity: 0.975;
  }
  to {
    opacity: 0;
    width: 98%;
  }
}
.phx .notification {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
}
.phx .notification.notification--top {
  top: 1.25rem;
  bottom: auto;
}
.phx .notification.notification--top .notification__list {
  top: 0;
  bottom: auto;
}
.phx .notification.notification--bottom.notification--center .notification__list,
.phx .notification.notification--top.notification--center .notification__list {
  left: 25%;
  right: 25%;
}
.phx .notification.notification--bottom,
.phx .notification.notification--bottom .notification__list {
  top: auto;
  bottom: 0;
}
.phx .notification.notification--right.respect-eab-header {
  top: 7.5rem;
}
.phx .notification.notification--right .notification__list {
  left: auto;
  right: 0;
  margin-right: 1.25rem;
}
.phx .notification.notification--left.respect-eab-header {
  top: 7.5rem;
}
.phx .notification.notification--left .notification__list {
  right: auto;
  left: 0;
  margin-left: 0.625rem;
}
.phx .notification .notification__list {
  display: inline-block;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.phx .notification .notification__message {
  display: list-item;
  width: 100%;
  opacity: 0.975;
}
.phx .notification .notification__message.dismiss-on-click {
  cursor: pointer;
}
.phx .notification .notification__message.dismiss-on-click:hover {
  opacity: 1;
}
.phx .notification .notification__message .alert {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}
.phx .notification .notification__message .alert.is-info {
  background: #464f58;
  color: #fff;
}
.phx .notification .notification__message .alert.is-warning {
  background: #f28b00;
  color: #333d47;
}
.phx .notification .notification__message .alert.is-danger {
  background: #bc0e03;
  color: #fff;
}
.phx .notification .notification__message .alert.is-success {
  background: #5e8b07;
  color: #fff;
}
.phx .notification .notification__message_timer {
  display: inline-block !important;
  margin: 0;
  background: rgba(51, 61, 71, 0.5);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation-name: notification-timer;
  animation-name: notification-timer;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@keyframes notification-timer {
  0% {
    width: 0;
    opacity: 0.2;
  }
  5% {
    width: 0;
    opacity: 0.975;
  }
  85% {
    opacity: 0.975;
  }
  to {
    opacity: 0;
    width: 98%;
  }
}
.phx .notification--animate-fade .ng-enter,
.phx .notification--animate-fade .ng-leave,
.phx .notification--animate-fade .ng-move {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.phx .notification--animate-fade .ng-enter {
  opacity: 0;
}
.phx .notification--animate-fade .ng-enter.ng-enter-active,
.phx .notification--animate-fade .ng-leave {
  opacity: 0.975;
}
.phx .notification--animate-fade .ng-leave.ng-leave-active {
  opacity: 0;
}
.phx .notification--animate-fade .ng-move.ng-move-active {
  opacity: 0.975;
}
.phx .notification--animate-slide .ng-enter,
.phx .notification--animate-slide .ng-leave,
.phx .notification--animate-slide .ng-move {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.phx .notification--animate-slide .ng-enter:not(.notification__message_timer),
.phx .notification--animate-slide .ng-leave:not(.notification__message_timer),
.phx .notification--animate-slide .ng-move:not(.notification__message_timer) {
  position: relative;
}
.phx .notification--animate-slide.notification--center.notification--top .notification__message {
  position: relative;
  -webkit-transition-property: top, margin-top, opacity;
  transition-property: top, margin-top, opacity;
}
.phx .notification--animate-slide.notification--center.notification--top .notification__message.ng-enter {
  opacity: 0.487;
  top: -100px;
}
.phx
  .notification--animate-slide.notification--center.notification--top
  .notification__message.ng-enter.ng-enter-active,
.phx .notification--animate-slide.notification--center.notification--top .notification__message.ng-leave {
  opacity: 0.975;
  top: 0;
}
.phx
  .notification--animate-slide.notification--center.notification--top
  .notification__message.ng-leave.ng-leave-active {
  opacity: 0.487;
  margin-top: -72px;
}
.phx .notification--animate-slide.notification--center.notification--bottom .notification__message {
  position: relative;
  -webkit-transition-property: bottom, margin-bottom, opacity;
  transition-property: bottom, margin-bottom, opacity;
}
.phx .notification--animate-slide.notification--center.notification--bottom .notification__message.ng-enter {
  opacity: 0.487;
  bottom: -100px;
}
.phx
  .notification--animate-slide.notification--center.notification--bottom
  .notification__message.ng-enter.ng-enter-active,
.phx .notification--animate-slide.notification--center.notification--bottom .notification__message.ng-leave {
  opacity: 0.975;
  bottom: 0;
}
.phx
  .notification--animate-slide.notification--center.notification--bottom
  .notification__message.ng-leave.ng-leave-active {
  opacity: 0.487;
  margin-bottom: -72px;
}
.phx .notification--animate-slide.notification--right {
  -webkit-transition-property: right, margin-right, opacity;
  transition-property: right, margin-right, opacity;
}
.phx .notification--animate-slide.notification--right .ng-enter {
  opacity: 0.487;
  right: -100%;
  margin-right: 1.25rem;
}
.phx .notification--animate-slide.notification--right .ng-enter.ng-enter-active,
.phx .notification--animate-slide.notification--right .ng-leave {
  opacity: 0.975;
  right: 0;
  margin-right: 0;
}
.phx .notification--animate-slide.notification--right .ng-leave.ng-leave-active {
  opacity: 0.487;
  right: -100%;
  margin-right: 1.25rem;
}
.phx .notification--animate-slide.notification--left {
  -webkit-transition-property: left, margin-left, opacity;
  transition-property: left, margin-left, opacity;
}
.phx .notification--animate-slide.notification--left .ng-enter {
  opacity: 0.487;
  left: -100%;
  margin-left: 1.25rem;
}
.phx .notification--animate-slide.notification--left .ng-enter.ng-enter-active,
.phx .notification--animate-slide.notification--left .ng-leave {
  opacity: 0.975;
  left: 0;
  margin-left: 0;
}
.phx .notification--animate-slide.notification--left .ng-leave.ng-leave-active {
  opacity: 0.487;
  left: -100%;
  margin-left: 1.25rem;
}
.phx .panel-dark {
  background: #333d47;
  color: #fff;
}
.phx .panel-dark > .navigation > * {
  margin: 0 -20px;
}
.phx .panel-dark .checkbox,
.phx .panel-dark .radio {
  display: block;
  margin: 1.25rem 1.25rem 1.25rem -0.2rem;
}
.phx .panel-dark .checkbox i + var,
.phx .panel-dark .radio i + var {
  font-weight: 200;
}
.phx .panel-dark .radio input[type='radio'] + i + var,
.phx .panel-gray .radio input[type='radio'] + i + var,
.phx .panel-white .radio input[type='radio'] + i + var {
  margin-left: 0.3em;
}
.phx .panel-dark .icon-button {
  background: #fff;
  display: block;
}
.phx .panel-dark .icon-button > * {
  color: #333d47;
}
.phx .panel-dark > .sub-panel {
  display: block;
  background: #3d4750;
  border: thin solid #48515a;
  border-radius: 0.312rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
}
.phx .panel-gray {
  background: #d6d8da;
  color: #333d47;
}
.phx .panel-gray > .navigation > * {
  margin: 0 -20px;
}
.phx .panel-gray .checkbox,
.phx .panel-gray .radio {
  display: block;
  margin: 1.25rem 1.25rem 1.25rem -0.2rem;
}
.phx .panel-gray .icon-button {
  background: #333d47;
  display: block;
}
.phx .panel-gray .icon-button > * {
  color: #d6d8da;
}
.phx .panel-gray > .sub-panel {
  display: block;
  background: #ced0d2;
  border: thin solid #ced0d2;
  border-radius: 0.312rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
}
.phx .panel-white {
  background: #fff;
  color: #333d47;
}
.phx .panel-white > .navigation > * {
  margin: 0 -20px;
}
.phx .panel-white .checkbox,
.phx .panel-white .radio {
  display: block;
  margin: 1.25rem 1.25rem 1.25rem -0.2rem;
}
.phx .panel-white .icon-button {
  background: #333d47;
  display: block;
}
.phx .panel-white .icon-button > * {
  color: #fff;
}
.phx .panel-white > .sub-panel {
  display: block;
  background: #fff;
  border: thin solid #fff;
  border-radius: 0.312rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
}
.phx .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-height: 1rem;
  line-height: 0.9rem;
  min-width: 1.5rem;
}
.phx .radio,
.phx .radio label {
  cursor: pointer;
}
.phx .radio input[type='radio'] + i {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  border: thin solid #cfd0d1;
  width: 0.938rem;
  height: 0.938rem;
  min-width: 0.938rem;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-top: -1px;
}
.phx .radio input[type='radio']:active + i,
.phx .radio input[type='radio']:focus + i {
  border-color: #33d7ff !important;
}
.phx .radio input[type='radio'].is-error + i {
  border-color: #ee3923;
  background-color: #ffe5e5;
}
.phx .radio input[type='radio'].is-warning + i {
  border-color: #f28b00;
  background-color: #fff5e8;
}
.phx .radio input[type='radio'].is-success + i {
  border-color: #91be3a;
  background-color: #f8fbf2;
}
.phx .radio input[type='radio']:checked + i:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333d47;
  border: 3px solid #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.phx .radio input[type='radio'].is-disabled + i,
.phx .radio input[type='radio']:disabled + i {
  background-color: #f7f7f7;
  color: #acb0b4;
  border: thin solid #acb0b4;
}
.phx .radio input[type='radio'].is-disabled + i + var,
.phx .radio input[type='radio']:disabled + i + var {
  color: #acb0b4;
}
.phx .radio input[type='radio'].is-disabled + i:after,
.phx .radio input[type='radio']:disabled + i:after {
  border-color: #f7f7f7;
  background-color: #acb0b4;
}
.phx .radio input[type='radio'].is-disabled + i,
.phx .radio input[type='radio'].is-disabled + i + var,
.phx .radio input[type='radio']:disabled + i,
.phx .radio input[type='radio']:disabled + i + var {
  cursor: not-allowed;
}
.phx .select {
  display: inline-block;
  position: relative;
  line-height: 1rem;
}
.phx .select.expand {
  width: 100%;
}
.phx .select:after {
  border-top-color: #333d47;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-top-width: 5px;
  border-top-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none;
}
.phx .select.is-success > select {
  color: #333d47;
  border-color: #91be3a;
  background-color: #f8fbf2;
}
.phx .select.is-disabled > select {
  box-shadow: none;
  opacity: 0.7;
  cursor: default;
  color: #acb0b4;
  border-color: #acb0b4;
  background-color: #f7f7f7;
  outline-color: transparent;
}
.phx .select-dark.is-disabled:after,
.phx .select-white.is-disabled:after,
.phx .select.is-disabled:after {
  border-top-color: #acb0b4;
}
.phx .select select:disabled {
  box-shadow: none;
  opacity: 0.7;
  cursor: default;
  color: #acb0b4;
  border-color: #acb0b4;
  background-color: #f7f7f7;
  outline-color: transparent;
}
.phx .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cfd0d1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 0.469rem 1.562rem 0.469rem 0.625rem;
}
.phx .select select:active,
.phx .select select:focus {
  cursor: text;
  outline: 1px solid #33d7ff;
  outline-offset: -1px;
}
.phx .select-white > select {
  border-color: #cfd0d1;
}
.phx .select-white.is-error > select,
.phx .select-white.is-success > select,
.phx .select-white.is-warning > select,
.phx .select-white > select {
  color: #333d47;
  background-color: #fff;
}
.phx .select-white:after {
  border-top: 5px solid #333d47;
}
.phx .select-white.is-disabled > select {
  box-shadow: none;
  opacity: 0.7;
  cursor: default;
  color: #acb0b4;
  border-color: #acb0b4;
  background-color: #f7f7f7;
  outline-color: transparent;
}
.phx .select-white select:disabled {
  box-shadow: none;
  opacity: 0.7;
  cursor: default;
  color: #acb0b4;
  border-color: #acb0b4;
  background-color: #f7f7f7;
  outline-color: transparent;
}
.phx .select-dark > select {
  border-color: #cfd0d1;
}
.phx .select-dark.is-error > select,
.phx .select-dark.is-success > select,
.phx .select-dark.is-warning > select,
.phx .select-dark > select {
  color: #fff;
  background-color: #333d47;
}
.phx .select-dark:after {
  border-top: 5px solid #fff;
}
.phx .select-dark.is-disabled > select {
  box-shadow: none;
  opacity: 0.7;
  cursor: default;
  color: #acb0b4;
  border-color: #acb0b4;
  background-color: #f7f7f7;
  outline-color: transparent;
}
.phx .select-dark select:disabled {
  box-shadow: none;
  opacity: 0.7;
  cursor: default;
  color: #acb0b4;
  border-color: #acb0b4;
  background-color: #f7f7f7;
  outline-color: transparent;
}
.phx [class*='shape'] {
  text-align: center;
  overflow: hidden;
  display: block;
  min-width: 1rem;
  min-height: 1rem;
}
.phx [class*='shape'] img {
  max-width: 100%;
  max-height: 100%;
}
.phx [class*='shape'].circle {
  border-radius: 1000rem;
}
.phx [class*='shape'].rounded {
  border-radius: 0.5em;
}
.phx [class*='shape'].square {
  border-radius: 0;
}
.phx .shape-1 {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.phx .shape-2 {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.phx .shape-3 {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.phx .shape-4 {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.phx .shape-6 {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
}
.phx .shape-8 {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
}
.phx .shape-10 {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
}
.phx .shape-12 {
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
}
.phx .maz,
.phx .maz-children > * {
  margin: 0 !important;
}
.phx .mat,
.phx .mat-children > * {
  margin: 2.5px !important;
}
.phx .mas,
.phx .mas-children > * {
  margin: 0.312rem !important;
}
.phx .mam,
.phx .mam-children > * {
  margin: 0.625rem !important;
}
.phx .mal,
.phx .mal-children > * {
  margin: 1.25rem !important;
}
.phx .maxl,
.phx .maxl-children > * {
  margin: 1.875rem !important;
}
.phx .maxxl,
.phx .maxxl-children > * {
  margin: 2.5rem !important;
}
.phx .mvz,
.phx .mvz-children > * {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.phx .mvt,
.phx .mvt-children > * {
  margin-bottom: 2.5px !important;
  margin-top: 2.5px !important;
}
.phx .mvs,
.phx .mvs-children > * {
  margin-bottom: 0.312rem !important;
  margin-top: 0.312rem !important;
}
.phx .mvm,
.phx .mvm-children > * {
  margin-bottom: 0.625rem !important;
  margin-top: 0.625rem !important;
}
.phx .mvl,
.phx .mvl-children > * {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important;
}
.phx .mvxl,
.phx .mvxl-children > * {
  margin-bottom: 1.875rem !important;
  margin-top: 1.875rem !important;
}
.phx .mvxxl,
.phx .mvxxl-children > * {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}
.phx .mhz,
.phx .mhz-children > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.phx .mht,
.phx .mht-children > * {
  margin-left: 2.5px !important;
  margin-right: 2.5px !important;
}
.phx .mhs,
.phx .mhs-children > * {
  margin-left: 0.312rem !important;
  margin-right: 0.312rem !important;
}
.phx .mhm,
.phx .mhm-children > * {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.phx .mhl,
.phx .mhl-children > * {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.phx .mhxl,
.phx .mhxl-children > * {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}
.phx .mhxxl,
.phx .mhxxl-children > * {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.phx .mtz,
.phx .mtz-children > * {
  margin-top: 0 !important;
}
.phx .mtt,
.phx .mtt-children > * {
  margin-top: 2.5px !important;
}
.phx .mts,
.phx .mts-children > * {
  margin-top: 0.312rem !important;
}
.phx .mtm,
.phx .mtm-children > * {
  margin-top: 0.625rem !important;
}
.phx .mtl,
.phx .mtl-children > * {
  margin-top: 1.25rem !important;
}
.phx .mtxl,
.phx .mtxl-children > * {
  margin-top: 1.875rem !important;
}
.phx .mtxxl,
.phx .mtxxl-children > * {
  margin-top: 2.5rem !important;
}
.phx .mlz,
.phx .mlz-children > * {
  margin-left: 0 !important;
}
.phx .mlt,
.phx .mlt-children > * {
  margin-left: 2.5px !important;
}
.phx .mls,
.phx .mls-children > * {
  margin-left: 0.312rem !important;
}
.phx .mlm,
.phx .mlm-children > * {
  margin-left: 0.625rem !important;
}
.phx .mll,
.phx .mll-children > * {
  margin-left: 1.25rem !important;
}
.phx .mlxl,
.phx .mlxl-children > * {
  margin-left: 1.875rem !important;
}
.phx .mlxxl,
.phx .mlxxl-children > * {
  margin-left: 2.5rem !important;
}
.phx .mrz,
.phx .mrz-children > * {
  margin-right: 0 !important;
}
.phx .mrt,
.phx .mrt-children > * {
  margin-right: 2.5px !important;
}
.phx .mrs,
.phx .mrs-children > * {
  margin-right: 0.312rem !important;
}
.phx .mrm,
.phx .mrm-children > * {
  margin-right: 0.625rem !important;
}
.phx .mrl,
.phx .mrl-children > * {
  margin-right: 1.25rem !important;
}
.phx .mrxl,
.phx .mrxl-children > * {
  margin-right: 1.875rem !important;
}
.phx .mrxxl,
.phx .mrxxl-children > * {
  margin-right: 2.5rem !important;
}
.phx .mbz,
.phx .mbz-children > * {
  margin-bottom: 0 !important;
}
.phx .mbt,
.phx .mbt-children > * {
  margin-bottom: 2.5px !important;
}
.phx .mbs,
.phx .mbs-children > * {
  margin-bottom: 0.312rem !important;
}
.phx .mbm,
.phx .mbm-children > * {
  margin-bottom: 0.625rem !important;
}
.phx .mbl,
.phx .mbl-children > * {
  margin-bottom: 1.25rem !important;
}
.phx .mbxl,
.phx .mbxl-children > * {
  margin-bottom: 1.875rem !important;
}
.phx .mbxxl,
.phx .mbxxl-children > * {
  margin-bottom: 2.5rem !important;
}
.phx .paz,
.phx .paz-children > * {
  padding: 0 !important;
}
.phx .pat,
.phx .pat-children > * {
  padding: 2.5px !important;
}
.phx .pas,
.phx .pas-children > * {
  padding: 0.312rem !important;
}
.phx .pam,
.phx .pam-children > * {
  padding: 0.625rem !important;
}
.phx .pal,
.phx .pal-children > * {
  padding: 1.25rem !important;
}
.phx .paxl,
.phx .paxl-children > * {
  padding: 1.875rem !important;
}
.phx .paxxl,
.phx .paxxl-children > * {
  padding: 2.5rem !important;
}
.phx .pvz,
.phx .pvz-children > * {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.phx .pvt,
.phx .pvt-children > * {
  padding-bottom: 2.5px !important;
  padding-top: 2.5px !important;
}
.phx .pvs,
.phx .pvs-children > * {
  padding-bottom: 0.312rem !important;
  padding-top: 0.312rem !important;
}
.phx .pvm,
.phx .pvm-children > * {
  padding-bottom: 0.625rem !important;
  padding-top: 0.625rem !important;
}
.phx .pvl,
.phx .pvl-children > * {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important;
}
.phx .pvxl,
.phx .pvxl-children > * {
  padding-bottom: 1.875rem !important;
  padding-top: 1.875rem !important;
}
.phx .pvxxl,
.phx .pvxxl-children > * {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}
.phx .phz,
.phx .phz-children > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.phx .pht,
.phx .pht-children > * {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}
.phx .phs,
.phx .phs-children > * {
  padding-left: 0.312rem !important;
  padding-right: 0.312rem !important;
}
.phx .phm,
.phx .phm-children > * {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.phx .phl,
.phx .phl-children > * {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.phx .phxl,
.phx .phxl-children > * {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}
.phx .phxxl,
.phx .phxxl-children > * {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.phx .ptz,
.phx .ptz-children > * {
  padding-top: 0 !important;
}
.phx .ptt,
.phx .ptt-children > * {
  padding-top: 2.5px !important;
}
.phx .pts,
.phx .pts-children > * {
  padding-top: 0.312rem !important;
}
.phx .ptm,
.phx .ptm-children > * {
  padding-top: 0.625rem !important;
}
.phx .ptl,
.phx .ptl-children > * {
  padding-top: 1.25rem !important;
}
.phx .ptxl,
.phx .ptxl-children > * {
  padding-top: 1.875rem !important;
}
.phx .ptxxl,
.phx .ptxxl-children > * {
  padding-top: 2.5rem !important;
}
.phx .plz,
.phx .plz-children > * {
  padding-left: 0 !important;
}
.phx .plt,
.phx .plt-children > * {
  padding-left: 2.5px !important;
}
.phx .pls,
.phx .pls-children > * {
  padding-left: 0.312rem !important;
}
.phx .plm,
.phx .plm-children > * {
  padding-left: 0.625rem !important;
}
.phx .pll,
.phx .pll-children > * {
  padding-left: 1.25rem !important;
}
.phx .plxl,
.phx .plxl-children > * {
  padding-left: 1.875rem !important;
}
.phx .plxxl,
.phx .plxxl-children > * {
  padding-left: 2.5rem !important;
}
.phx .prz,
.phx .prz-children > * {
  padding-right: 0 !important;
}
.phx .prt,
.phx .prt-children > * {
  padding-right: 2.5px !important;
}
.phx .prs,
.phx .prs-children > * {
  padding-right: 0.312rem !important;
}
.phx .prm,
.phx .prm-children > * {
  padding-right: 0.625rem !important;
}
.phx .prl,
.phx .prl-children > * {
  padding-right: 1.25rem !important;
}
.phx .prxl,
.phx .prxl-children > * {
  padding-right: 1.875rem !important;
}
.phx .prxxl,
.phx .prxxl-children > * {
  padding-right: 2.5rem !important;
}
.phx .pbz,
.phx .pbz-children > * {
  padding-bottom: 0 !important;
}
.phx .pbt,
.phx .pbt-children > * {
  padding-bottom: 2.5px !important;
}
.phx .pbs,
.phx .pbs-children > * {
  padding-bottom: 0.312rem !important;
}
.phx .pbm,
.phx .pbm-children > * {
  padding-bottom: 0.625rem !important;
}
.phx .pbl,
.phx .pbl-children > * {
  padding-bottom: 1.25rem !important;
}
.phx .pbxl,
.phx .pbxl-children > * {
  padding-bottom: 1.875rem !important;
}
.phx .pbxxl,
.phx .pbxxl-children > * {
  padding-bottom: 2.5rem !important;
}
@-webkit-keyframes phxSpinnerBounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes phxSpinnerBounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.phx .spinner + .spinner__message {
  margin-top: 0.781rem;
  color: #333d47;
  overflow-y: hidden;
  display: block;
  height: 2.25rem;
}
.phx .spinner {
  margin: 0 auto;
  width: 4.375rem;
  text-align: center;
}
.phx .spinner > [class*='spinner__circle'] {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #0070cd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: phxSpinnerBounce 1.4s infinite ease-in-out;
  animation: phxSpinnerBounce 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.phx .spinner .spinner__circle-1,
.phx .spinner .spinner__circle-5 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.phx .spinner .spinner__circle-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.phx .spinner .spinner__circle-3,
.phx .spinner .spinner__circle-4 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}
.phx [class*='spinner-area-'] {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.phx [class*='spinner-area-'].spinner--hide .spinner-content,
.phx [class*='spinner-area-'].spinner--hide:before {
  opacity: 0;
  display: none;
}
.phx [class*='spinner-area-']:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333d47;
  opacity: 0.7;
  display: block;
}
.phx [class*='spinner-area-'] .spinner-content {
  width: 11.25rem;
  height: 5.625rem;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  padding: 0.625rem;
  background: #fff;
  text-align: center;
  opacity: 1;
  display: block;
}
.phx .spinner-area-window:before {
  position: fixed;
  z-index: 999999;
}
.phx .spinner-area-window .spinner-content {
  position: fixed;
  z-index: 1000000;
  top: calc(50vh - 45px);
  left: calc(50vw - 90px);
}
.phx .spinner-area-section {
  position: relative;
}
.phx .spinner-area-section:before {
  position: absolute;
  z-index: 9999;
}
.phx .spinner-area-section .spinner-content {
  position: absolute;
  z-index: 10000;
  top: calc(50% - 45px);
  left: calc(50% - 90px);
}
.phx .table {
  border-collapse: collapse;
}
.phx .table.expand {
  width: 100%;
}
.phx .table .link,
.phx .table a {
  color: #0070cd;
  text-decoration: none;
  cursor: pointer;
}
.phx .table td,
.phx .table th {
  padding: 0.625rem 1.25rem;
  text-align: left;
  border-right: 1px solid #cfd6dd;
  border-bottom: 1px solid #cfd6dd;
}
.phx .table td:last-child,
.phx .table th:last-child {
  border-right: none;
}
.phx .table th {
  font-size: 0.875rem;
  font-family: 'Roboto Slab', serif;
  color: #0070cd;
}
.phx .table th.selected {
  color: #333d47;
}
.phx .table td {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  vertical-align: top;
}
.phx .table td.center {
  text-align: center;
}
.phx .table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 30rem) {
  .phx .table,
  .phx .table tbody,
  .phx .table td,
  .phx .table th,
  .phx .table thead,
  .phx .table tr {
    width: 100%;
    display: block;
  }
  .phx .table td,
  .phx .table th {
    border: 1px solid #cfd6dd;
    border-bottom: 0;
  }
  .phx .table td:last-child,
  .phx .table th:last-child {
    border: 1px solid #cfd6dd;
    margin-bottom: 1.25rem;
  }
}
.phx .table.mobile,
.phx .table.mobile tbody,
.phx .table.mobile td,
.phx .table.mobile th,
.phx .table.mobile thead,
.phx .table.mobile tr {
  width: 100%;
  display: block;
}
.phx .table.mobile td,
.phx .table.mobile th {
  border: 1px solid #cfd6dd;
  border-bottom: 0;
}
.phx .table.mobile td:last-child,
.phx .table.mobile th:last-child {
  border: 1px solid #cfd6dd;
  margin-bottom: 1.25rem;
}
.phx .tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.phx .tabs:after,
.phx .tabs:before {
  content: ' ';
  display: table;
}
.phx .tabs:after {
  clear: both;
}
.phx .tabs .tab-title,
.phx .tabs dd {
  position: relative;
  list-style: none;
  float: left;
}
.phx .tabs .tab-title > a,
.phx .tabs dd > a {
  outline: none;
  display: block;
  background-color: #eaebec;
  color: #0070cd;
  font-family: 'Roboto Slab', serif;
  font-size: 0.875rem;
  background: 0 0;
  border-top: 4px solid transparent;
  font-weight: 700;
  padding: 0.688rem 1.125rem 0.875rem;
}
.phx .tabs .tab-title > a:hover,
.phx .tabs dd > a:hover {
  background-color: #eaebec;
}
.phx .tabs .tab-title.active a,
.phx .tabs dd.active a {
  background-color: #eaebec;
  color: #333d47;
}
.phx .tabs.radius .tab:first-child a,
.phx .tabs.radius dd:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.phx .tabs.radius .tab:last-child a,
.phx .tabs.radius dd:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.phx .tabs.vertical .tab-title,
.phx .tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.phx .tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.phx .tabs-content:after,
.phx .tabs-content:before {
  content: ' ';
  display: table;
}
.phx .tabs-content:after {
  clear: both;
}
.phx .tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}
.phx .tabs-content > .content.active {
  display: block;
  float: none;
}
.phx .tabs-content > .content.contained {
  padding: 0.625rem;
}
.phx .tabs-content.vertical {
  display: block;
}
.phx .tabs-content.vertical > .content {
  padding: 0 0.625rem;
}
@media only screen and (min-width: 30rem) {
  .phx .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .phx .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.phx .no-js .tabs-content > .content {
  display: block;
  float: none;
}
.phx .tabs {
  border-bottom: 1.1px solid #cdcdcd;
}
.phx .tabs a {
  text-decoration: none;
}
.phx .tabs .tab-title,
.phx .tabs dd {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1.1px solid transparent;
  border-bottom: 1.1px solid #cdcdcd;
  margin-left: 0.625rem;
  margin-bottom: -1.1px !important;
  overflow: hidden;
}
.phx .tabs .tab-title:first-child,
.phx .tabs dd:first-child {
  margin-left: 0;
}
.phx .tabs.vertical .tab-title,
.phx .tabs.vertical dd {
  margin-left: 0;
}
.phx .tabs.right .tab-title,
.phx .tabs.right dd {
  float: right;
}
.phx .tabs.right .tab-title:first-child,
.phx .tabs.right dd:first-child {
  margin-left: 0.625rem;
}
.phx .tabs.right .tab-title:last-child,
.phx .tabs.right dd:last-child {
  margin-left: 0;
}
.phx .tabs .active,
.phx .tabs .tab-title:hover,
.phx .tabs dd:hover {
  border-color: #cdcdcd;
}
.phx .tabs .tab-title:hover a,
.phx .tabs dd:hover a {
  background: 0 0;
  border-top-color: #cdcdcd;
}
.phx .tabs .active,
.phx .tabs .active:hover {
  border-bottom-color: #eaebec;
}
.phx .tabs .active a,
.phx .tabs .active:hover a {
  background: #eaebec;
  border-top-color: #f28b00;
  cursor: default;
}
.phx .template.with-table {
  position: relative;
  display: table;
}
.phx .template.with-table > .template-row {
  display: table-row;
}
.phx .template.with-table > .template-row > * {
  display: table-cell;
  float: none;
}
.phx .template.with-block {
  position: relative;
  display: block;
}
.phx .template.with-block > .template-row {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  zoom: 1;
}
.phx .template.with-block > .template-row:after,
.phx .template.with-block > .template-row:before {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.phx .template.with-block > .template-row:after {
  clear: both;
}
.phx .template.with-block > .template-row:only-child {
  min-height: 100%;
}
.phx .template.with-block > .template-row > .content {
  position: static;
}
.phx .template.with-block > .template-row > .rail {
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.phx .template.with-block > .template-row > .rail:last-child {
  right: 0;
}
.phx .template.with-block > .template-row > .rail:first-child {
  left: 0;
}
.phx .template.with-block > .template-row > * {
  display: block;
}
.phx .template.with-block.rail-left-tiny > .template-row > .content {
  margin-left: 4rem;
}
.phx .template.with-block.rail-left-off > .template-row > .content {
  margin-left: 0;
}
.phx .template.with-block.rail-left-small > .template-row > .content {
  margin-left: 10rem;
}
.phx .template.with-block > .template-row > .content {
  margin-left: 15rem;
  margin-right: 15rem;
}
.phx .template.with-block.rail-left-large > .template-row > .content {
  margin-left: 20rem;
}
.phx .template.with-block.rail-right-tiny > .template-row > .content {
  margin-right: 4rem;
}
.phx .template.with-block.rail-right-off > .template-row > .content {
  margin-right: 0;
}
.phx .template.with-block.rail-right-small > .template-row > .content {
  margin-right: 10rem;
}
.phx .template.with-block.rail-right-large > .template-row > .content {
  margin-right: 20rem;
}
.phx .template-full-page {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.phx .template-full-page.with-header {
  height: calc(100% - 119px);
}
.phx .template-full-page .template.with-block > .template-row:only-child {
  min-height: initial !important;
}
.phx .template-full-page .template.with-block > .template-row > .content {
  position: absolute !important;
}
.phx .template-full-page .template.with-block > .template-row {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
}
.phx .template-full-page .template.with-block > .template-row > * {
  position: absolute !important;
  height: inherit;
}
.phx .template-full-page .template.with-block > .template-row .rail:first-child {
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.phx .template-full-page .template.with-block > .template-row .content {
  top: 0;
  bottom: 0;
  overflow-y: auto;
  right: 0;
  left: 0;
}
.phx .template-full-page .template.with-block > .template-row .rail:last-child {
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.phx .template.with-flex > .template-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.phx .template.with-flex > .template-row > .content,
.phx .template.with-flex > .template-row > .rail {
  height: auto;
}
.phx .template.with-flex > .template-row > * {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.phx .template {
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
}
.phx .template.rail-left-off > .template-row > .rail:first-child {
  width: 0;
  display: none;
}
.phx .template.rail-left-tiny > .template-row > .rail:first-child {
  width: 4rem;
}
.phx .template.rail-left-small > .template-row > .rail:first-child {
  width: 10rem;
}
.phx .template > .template-row > .rail:first-child {
  width: 15rem;
}
.phx .template.rail-left-large > .template-row > .rail:first-child {
  width: 20rem;
}
.phx .template.rail-right-off > .template-row > .rail:last-child {
  width: 0;
  display: none;
}
.phx .template.rail-right-tiny > .template-row > .rail:last-child {
  width: 4rem;
}
.phx .template.rail-right-small > .template-row > .rail:last-child {
  width: 10rem;
}
.phx .template > .template-row > .rail:last-child {
  width: 15rem;
}
.phx .template.rail-right-large > .template-row > .rail:last-child {
  width: 20rem;
}
.phx .template > .template-row > .rail {
  height: 100%;
}
@media print {
  .phx .template.print-content-only > .template-row > .rail:first-child,
  .phx .template.print-content-only > .template-row > .rail:last-child {
    display: none !important;
  }
  .phx .template.print-content-only > .template-row > .content {
    width: 100% !important;
    margin: 0 !important;
  }
}
.phx .rail-left-hover-slide > .template-row > .content {
  margin-left: 0 !important;
  z-index: 10;
}
.phx .rail-left-hover-slide > .template-row > .rail:first-child {
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 0.312rem !important;
  padding: 0 !important;
  z-index: 100;
}
.phx .rail-left-hover-slide > .template-row > .rail:first-child * {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.phx .rail-left-hover-slide > .template-row > .rail:first-child:hover {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.phx .rail-left-hover-slide > .template-row > .rail:first-child:hover * {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.phx .rail-left-hover-slide.rail-left-tiny > .template-row > .rail:first-child:hover {
  width: 4rem !important;
}
.phx .rail-left-hover-slide.rail-left-small > .template-row > .rail:first-child:hover {
  width: 10rem !important;
}
.phx .rail-left-hover-slide > .template-row > .rail:first-child:hover {
  width: 15rem !important;
}
.phx .rail-left-hover-slide.rail-left-large > .template-row > .rail:first-child:hover {
  width: 20rem !important;
}
.phx .tile {
  background: #fff;
  border: 1px solid #f8f8f8;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 0.781rem;
}
.phx .tile .corner-button {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 3rem solid #adb1b5;
  border-left: 3rem solid transparent;
}
.phx .tile .corner-button:hover {
  border-top-color: #787e84;
}
.phx .tile .corner-button [class*=' eab-icon-'],
.phx .tile .corner-button [class^='eab-icon-'] {
  position: relative;
  top: -2.75rem;
  right: 1.25rem;
  color: #fff;
}
.phx .tile-list .tile {
  position: relative;
  background: #fff;
  border: 1px solid #f8f8f8;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 0.625rem;
  border-radius: 3px;
}
.phx .tile,
.phx [data-tooltip] {
  position: relative;
}
.phx [data-tooltip]:after,
.phx [data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.1s opacity ease-in;
  transition: 0.1s opacity ease-in;
}
.phx [data-tooltip]:after {
  z-index: 1000000;
}
.phx [data-tooltip]:before {
  content: '';
  width: 0.781rem;
  height: 0.781rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0;
  z-index: 1000001;
}
.phx [data-tooltip]:after {
  content: attr(data-tooltip);
  border-style: solid;
  border-width: 1px;
  white-space: pre;
  padding: 0.781rem;
  border-radius: 2px;
  font-size: 0.812rem;
  font-family: 'Roboto', sans-serif;
  line-height: 18.2px;
  font-weight: 400;
  text-align: left;
  text-rendering: optimizeLegibility;
  min-height: 1.137rem;
}
.phx .text-link[data-tooltip],
.phx a[data-tooltip],
.phx p span[data-tooltip] {
  border-bottom: #2a6fb8 1px dashed;
}
.phx [data-tooltip].tooltip--visible:after,
.phx [data-tooltip].tooltip--visible:before,
.phx [data-tooltip]:focus:after,
.phx [data-tooltip]:focus:before,
.phx [data-tooltip]:hover:after,
.phx [data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}
.phx [data-tooltip].tooltip--hidden:after,
.phx [data-tooltip].tooltip--hidden:before {
  visibility: hidden !important;
  opacity: 0 !important;
}
.phx .tooltip--top:after,
.phx .tooltip--top:before {
  left: calc(50% - 0.552rem + 2px);
}
.phx .tooltip--top:after {
  bottom: 110%;
}
.phx .tooltip--top:before {
  bottom: 110%;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.phx .tooltip--top.tooltip--visible:after,
.phx .tooltip--top:focus:after,
.phx .tooltip--top:hover:after {
  -webkit-transform: translate(-44%, -0.5em);
  transform: translate(-44%, -0.5em);
}
.phx .tooltip--bottom:after,
.phx .tooltip--bottom:before {
  left: calc(50% - 0.552rem + 2px);
}
.phx .tooltip--bottom:after {
  top: 110%;
}
.phx .tooltip--bottom:before {
  top: 110%;
  border-top-width: 1px;
  border-left-width: 1px;
}
.phx .tooltip--bottom.tooltip--visible:after,
.phx .tooltip--bottom:focus:after,
.phx .tooltip--bottom:hover:after {
  -webkit-transform: translate(-44%, 0.5em);
  transform: translate(-44%, 0.5em);
}
.phx .tooltip--right:after,
.phx .tooltip--right:before {
  left: 110%;
}
.phx .tooltip--right:after {
  bottom: -0.9rem;
}
.phx .tooltip--right:before {
  bottom: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.phx .tooltip--right.tooltip--visible:after,
.phx .tooltip--right:focus:after,
.phx .tooltip--right:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.phx .tooltip--left:after,
.phx .tooltip--left:before {
  right: 110%;
}
.phx .tooltip--left:after {
  bottom: -0.9rem;
}
.phx .tooltip--left:before {
  bottom: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
.phx .tooltip--left.tooltip--visible:after,
.phx .tooltip--left:focus:after,
.phx .tooltip--left:hover:after {
  -webkit-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}
.phx [data-tooltip] .tooltip-inner,
.phx [data-tooltip]:after,
.phx [data-tooltip]:before {
  background-color: #fff;
  border-color: #e3e3e3;
  color: #333d47;
}
.phx [data-tooltip].top .tooltip-arrow,
.phx [data-tooltip].top-left .tooltip-arrow,
.phx [data-tooltip].top-right .tooltip-arrow {
  border-top-color: #fff;
}
.phx [data-tooltip].right .tooltip-arrow {
  border-right-color: #fff;
}
.phx [data-tooltip].left .tooltip-arrow {
  border-left-color: #fff;
}
.phx [data-tooltip].bottom .tooltip-arrow,
.phx [data-tooltip].bottom-left .tooltip-arrow,
.phx [data-tooltip].bottom-right .tooltip-arrow {
  border-bottom-color: #fff;
}
.phx .tooltip--error .tooltip-inner,
.phx .tooltip--error:after,
.phx .tooltip--error:before {
  background-color: #c5342b;
  border-color: #972821;
  color: #fff;
}
.phx .tooltip--error.top .tooltip-arrow,
.phx .tooltip--error.top-left .tooltip-arrow,
.phx .tooltip--error.top-right .tooltip-arrow {
  border-top-color: #c5342b;
}
.phx .tooltip--error.right .tooltip-arrow {
  border-right-color: #c5342b;
}
.phx .tooltip--error.left .tooltip-arrow {
  border-left-color: #c5342b;
}
.phx .tooltip--error.bottom .tooltip-arrow,
.phx .tooltip--error.bottom-left .tooltip-arrow,
.phx .tooltip--error.bottom-right .tooltip-arrow {
  border-bottom-color: #c5342b;
}
.phx .tooltip--warning .tooltip-inner,
.phx .tooltip--warning:after,
.phx .tooltip--warning:before {
  background-color: #ffe512;
  border-color: #d9c100;
  color: #333d47;
}
.phx .tooltip--warning.top .tooltip-arrow,
.phx .tooltip--warning.top-left .tooltip-arrow,
.phx .tooltip--warning.top-right .tooltip-arrow {
  border-top-color: #ffe512;
}
.phx .tooltip--warning.right .tooltip-arrow {
  border-right-color: #ffe512;
}
.phx .tooltip--warning.left .tooltip-arrow {
  border-left-color: #ffe512;
}
.phx .tooltip--warning.bottom .tooltip-arrow,
.phx .tooltip--warning.bottom-left .tooltip-arrow,
.phx .tooltip--warning.bottom-right .tooltip-arrow {
  border-bottom-color: #ffe512;
}
.phx .tooltip--info .tooltip-inner,
.phx .tooltip--info:after,
.phx .tooltip--info:before {
  background-color: #2a6fb8;
  border-color: #20538a;
  color: #fff;
}
.phx .tooltip--info.top .tooltip-arrow,
.phx .tooltip--info.top-left .tooltip-arrow,
.phx .tooltip--info.top-right .tooltip-arrow {
  border-top-color: #2a6fb8;
}
.phx .tooltip--info.right .tooltip-arrow {
  border-right-color: #2a6fb8;
}
.phx .tooltip--info.left .tooltip-arrow {
  border-left-color: #2a6fb8;
}
.phx .tooltip--info.bottom .tooltip-arrow,
.phx .tooltip--info.bottom-left .tooltip-arrow,
.phx .tooltip--info.bottom-right .tooltip-arrow {
  border-bottom-color: #2a6fb8;
}
.phx .tooltip--success .tooltip-inner,
.phx .tooltip--success:after,
.phx .tooltip--success:before {
  background-color: #7fa732;
  border-color: #5e7c25;
  color: #333d47;
}
.phx .tooltip--success.top .tooltip-arrow,
.phx .tooltip--success.top-left .tooltip-arrow,
.phx .tooltip--success.top-right .tooltip-arrow {
  border-top-color: #7fa732;
}
.phx .tooltip--success.right .tooltip-arrow {
  border-right-color: #7fa732;
}
.phx .tooltip--success.left .tooltip-arrow {
  border-left-color: #7fa732;
}
.phx .tooltip--success.bottom .tooltip-arrow,
.phx .tooltip--success.bottom-left .tooltip-arrow,
.phx .tooltip--success.bottom-right .tooltip-arrow {
  border-bottom-color: #7fa732;
}
.phx .tooltip--dark .tooltip-inner,
.phx .tooltip--dark:after,
.phx .tooltip--dark:before {
  background-color: #333d47;
  border-color: #1c2126;
  color: #fff;
}
.phx .tooltip--dark.top .tooltip-arrow,
.phx .tooltip--dark.top-left .tooltip-arrow,
.phx .tooltip--dark.top-right .tooltip-arrow {
  border-top-color: #333d47;
}
.phx .tooltip--dark.right .tooltip-arrow {
  border-right-color: #333d47;
}
.phx .tooltip--dark.left .tooltip-arrow {
  border-left-color: #333d47;
}
.phx .tooltip--dark.bottom .tooltip-arrow,
.phx .tooltip--dark.bottom-left .tooltip-arrow,
.phx .tooltip--dark.bottom-right .tooltip-arrow {
  border-bottom-color: #333d47;
}
.phx .tooltip--x1:after {
  width: 10rem;
  white-space: normal;
}
.phx .tooltip--x2:after {
  width: 20rem;
  white-space: normal;
}
.phx .tooltip--x3:after {
  width: 30rem;
  white-space: normal;
}
.phx .tooltip--x4:after {
  width: 40rem;
  white-space: normal;
}
.phx .tooltip--bounce:after,
.phx .tooltip--bounce:before {
  -webkit-transition: opacity 0.1s ease, visibility 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.phx body,
.phx html {
  height: 100%;
  font-size: 100%;
}
.phx html {
  -webkit-tap-highlight-color: transparent;
}
.phx body {
  background: #eaebec;
  color: #333d47;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1rem;
  cursor: auto;
  position: relative;
}
.phx hr {
  margin: 0;
  border: 0;
  height: 1px;
  background: #acb0b4;
}
.phx dl,
.phx ol,
.phx ul {
  list-style-position: outside;
}
.phx li {
  list-style: none;
}
.phx body,
.phx dl,
.phx li,
.phx ol,
.phx ul {
  margin: 0;
  padding: 0;
}
@media print {
  .phx * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .phx .hide-for-print {
    display: none !important;
  }
  .phx a,
  .phx a:visited {
    text-decoration: underline;
  }
  .phx a[href]:after {
    content: ' (' attr(href) ')';
  }
  .phx abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .phx blockquote,
  .phx pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .phx thead {
    display: table-header-group;
  }
  .phx img,
  .phx tr {
    page-break-inside: avoid;
  }
  .phx img {
    max-width: 100% !important;
  }
  @page {
    .phx {
      margin: 0.5cm;
      orphans: 3;
      widows: 2;
    }
  }
  .phx .h1,
  .phx .h2,
  .phx .h3,
  .phx .h4,
  .phx .h5,
  .phx .h6,
  .phx h1,
  .phx h2,
  .phx h3,
  .phx h4,
  .phx h5,
  .phx h6,
  .phx img,
  .phx tr {
    page-break-after: avoid;
  }
}
@font-face {
  .phx {
    font-family: 'Roboto Slab';
    src: url(resources/fonts/robotoslab/light.eot);
    src: url(resources/fonts/robotoslab/light.eot?#iefix) format('eot'),
      url(resources/fonts/robotoslab/light.woff) format('woff'),
      url(resources/fonts/robotoslab/light.ttf) format('truetype'),
      url(resources/fonts/robotoslab/light.svg#webfont) format('svg');
    font-weight: 300;
  }
}
@font-face {
  .phx {
    font-family: 'Roboto Slab';
    src: url(resources/fonts/robotoslab/regular.eot);
    src: url(resources/fonts/robotoslab/regular.eot?#iefix) format('eot'),
      url(resources/fonts/robotoslab/regular.woff) format('woff'),
      url(resources/fonts/robotoslab/regular.ttf) format('truetype'),
      url(resources/fonts/robotoslab/regular.svg#webfont) format('svg');
    font-weight: 400;
  }
}
@font-face {
  .phx {
    font-family: 'Roboto Slab';
    src: url(resources/fonts/robotoslab/bold.eot);
    src: url(resources/fonts/robotoslab/bold.eot?#iefix) format('eot'),
      url(resources/fonts/robotoslab/bold.woff) format('woff'),
      url(resources/fonts/robotoslab/bold.ttf) format('truetype'),
      url(resources/fonts/robotoslab/bold.svg#webfont) format('svg');
    font-weight: 700;
  }
}
@font-face {
  .phx {
    font-family: 'Roboto';
    src: url(resources/fonts/roboto/light.eot);
    src: url(resources/fonts/roboto/light.eot?#iefix) format('eot'),
      url(resources/fonts/roboto/light.woff) format('woff'), url(resources/fonts/roboto/light.ttf) format('truetype'),
      url(resources/fonts/roboto/light.svg#webfont) format('svg');
    font-weight: 300;
  }
}
@font-face {
  .phx {
    font-family: 'Roboto';
    src: url(resources/fonts/roboto/regular.eot);
    src: url(resources/fonts/roboto/regular.eot?#iefix) format('eot'),
      url(resources/fonts/roboto/regular.woff) format('woff'),
      url(resources/fonts/roboto/regular.ttf) format('truetype'),
      url(resources/fonts/roboto/regular.svg#webfont) format('svg');
    font-weight: 400;
  }
}
@font-face {
  .phx {
    font-family: 'Roboto';
    src: url(resources/fonts/roboto/bold.eot);
    src: url(resources/fonts/roboto/bold.eot?#iefix) format('eot'), url(resources/fonts/roboto/bold.woff) format('woff'),
      url(resources/fonts/roboto/bold.ttf) format('truetype'),
      url(resources/fonts/roboto/bold.svg#webfont) format('svg');
    font-weight: 700;
  }
}
.phx .h1,
.phx .h3,
.phx h1,
.phx h3 {
  font-weight: 300;
}
.phx .h2,
.phx .h4,
.phx .h5,
.phx .h6,
.phx h2,
.phx h4,
.phx h5,
.phx h6 {
  font-weight: 700;
}
.phx .h1,
.phx .h2,
.phx .h3,
.phx .h4,
.phx h1,
.phx h2,
.phx h3,
.phx h4 {
  font-family: 'Roboto Slab', serif;
}
.phx .h1,
.phx .h2,
.phx .h3,
.phx .h4,
.phx .h5,
.phx .h6,
.phx h1,
.phx h2,
.phx h3,
.phx h4,
.phx h5,
.phx h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.phx .h1,
.phx h1 {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.phx .h2,
.phx .h3,
.phx h2,
.phx h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.phx .h4,
.phx .h5,
.phx h4,
.phx h5 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.phx .h6,
.phx h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.phx .text-large,
.phx .text-small,
.phx a,
.phx dfn,
.phx label,
.phx p,
.phx small,
.phx var {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.phx .text,
.phx a,
.phx label,
.phx li,
.phx p,
.phx strong {
  font-size: 0.75rem;
  line-height: 1rem;
}
.phx .text,
.phx a,
.phx em,
.phx label,
.phx li,
.phx p {
  font-weight: 400;
}
.phx strong {
  font-weight: 700;
}
.phx .text,
.phx a,
.phx dfn,
.phx label,
.phx li,
.phx p,
.phx var {
  font-style: normal;
}
.phx .text-small,
.phx small {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.phx .text-large {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.phx em,
.phx strong {
  font-size: inherit;
  line-height: inherit;
}
.phx a {
  color: #0070cd;
  text-decoration: none;
}
.phx a:focus,
.phx a:hover {
  cursor: pointer;
}
.phx dfn,
.phx var {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.phx .text-left {
  text-align: left !important;
}
.phx .text-right {
  text-align: right !important;
}
.phx .text-center {
  text-align: center !important;
}
.phx .text-justify {
  text-align: justify !important;
}
.phx .text-strike {
  text-decoration: line-through !important;
}
.phx .text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.phx .text-nowrap {
  white-space: nowrap;
}
.phx .text-lowercase {
  text-transform: lowercase;
}
.phx .text-uppercase {
  text-transform: uppercase;
}
.phx .text-capitalize {
  text-transform: capitalize;
}
.phx .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.phx .font-bold,
.phx .text-bold {
  font-weight: 700 !important;
}
.phx .font-light,
.phx .text-light {
  font-weight: 200 !important;
}
.phx .font-serif,
.phx .text-serif {
  font-family: 'Roboto Slab', serif !important;
}
.phx .font-sans-serif,
.phx .text-sans-serif {
  font-family: 'Roboto', sans-serif !important;
}
.phx .font-monospaced,
.phx .text-monospaced {
  font-family: Courier, monospace !important;
}
.phx .text-baseline,
.phx .text-baseline:before {
  vertical-align: baseline;
}
.phx .left,
.phx .pull-left {
  float: left !important;
}
.phx .pull-right,
.phx .right {
  float: right !important;
}
.phx .clearfix:after,
.phx .clearfix:before {
  content: ' ';
  display: table;
}
.phx .clearfix:after {
  clear: both;
}
.phx .hide {
  display: none !important;
}
.phx .show {
  display: block !important;
}
.phx .invisible {
  visibility: hidden !important;
}
.phx .visible {
  visibility: visible !important;
}
.phx .hide-read {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.phx .cursor-off {
  cursor: none !important;
}
.phx .cursor-standard {
  cursor: default !important;
}
.phx .cursor-help {
  cursor: help !important;
}
.phx .cursor-touch {
  cursor: pointer !important;
}
.phx .cursor-paused {
  cursor: wait !important;
}
.phx .interaction-off {
  pointer-events: none !important;
  touch-callout: none !important;
  user-focus: ignore !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: none !important;
}
