/* Minification failed. Returning unminified contents.
(574,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(575,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(578,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(579,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(580,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(581,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(585,49): run-time error CSS1039: Token not allowed after unary operator: '-gradient-color-stops'
(586,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(589,50): run-time error CSS1039: Token not allowed after unary operator: '-gradient-color-stops'
(590,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(591,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(592,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
sup {
  top: -0.3em;
}

html {
  -ms-overflow-style: scrollbar;
  position: relative;
  min-height: 100%;
}
body {
  background-color: #f9f9f9;
  color: #000;
  font-family: 'Human BBY Digital', sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
i {
  display: inline-block;
}
:not(a):not(button) > i {
  cursor: default;
}
i,
b {
  font-size: 100%;
  font: inherit;
}
.bold {
  font-weight: bold;
}
a {
  cursor: pointer;
  color: #0046BE;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.inline {
  display: inline;
}
.icon-drag {
  cursor: move;
}
.no-background {
  background: none;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-scrollbar {
  overflow: hidden;
}
.field-validation-error {
  color: #B94A48;
}
.validation-summary-errors {
  color: #b94a48;
  font-size: 14px;
  font-weight: 500;
}
.has-error .form-control {
  background-color: #f8eded;
}
.clear {
  clear: both;
}
.last {
  margin-bottom: 0 !important;
}
.text-sm {
  font-size: 12px;
}
.text-md {
  font-size: 14px;
}
.text-lg {
  font-size: 18px;
}
.text-primary {
  color: #0046BE;
}
.text-secondary {
  color: #050505;
}
.text-lively-red {
  color: #ed1c24;
}
.bg-gc-gray-light {
  background: #e2e2e6;
}
.bg-primary-inverse {
  background: #9fe1f7;
}
@media print {
  a.href-hidden-print:after {
    content: "";
  }
}
.print-iframe {
  position: absolute;
  left: -9999px;
  width: 1000px;
}
button[disabled],
.btn[disabled],
input[disabled],
select[disabled],
textarea[disabled],
optgroup[disabled],
option[disabled],
fieldset[disabled] {
  opacity: 0.4;
}
input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
}
.text-center-left-wrap {
  position: relative;
  left: 50%;
  float: left;
}
.text-center-left-wrap > .text-center-left {
  position: relative;
  left: -50%;
}
.text-justify {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.toolbar .btn {
  margin-bottom: 15px;
  margin-right: 5px;
}
.toolbar .btn.pull-right {
  margin-right: 0;
  margin-left: 5px;
}
.make-switch {
  display: none;
}
.add-item-placeholder {
  color: hsl(207.8, 56.2%, 52.5%);
  text-align: center;
  border: 2px dashed #ccc;
  padding: 10px 15px;
  opacity: 0.8;
}
.add-item-placeholder i + span {
  vertical-align: middle;
  margin-left: 5px;
}
.add-item-placeholder:hover {
  border-color: #aaa;
  opacity: 1;
}
.add-item-placeholder:hover,
.add-item-placeholder:hover i {
  cursor: pointer;
}
.disabled .disabled,
.disabled [disabled] {
  opacity: 1;
}
.progress-bar {
  min-width: 3px;
}
.ball {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  line-height: 2em;
  color: white;
  box-shadow: 0 13px 13px -13px black;
  margin-bottom: 5px;
  text-align: center;
}
.ball-ol {
  list-style-type: none;
}
.ball-ol li {
  position: relative;
  padding-left: 5px;
}
.ball-ol li .ball {
  background: #6e6e6e;
  box-shadow: none;
  position: absolute;
  left: -2.5em;
  font-size: 12px;
}
.ball-primary {
  background: #13b5ea;
  background-image: radial-gradient(circle farthest-corner at top, white -30%, #13b5ea 40%);
}
.ball-secondary {
  background: #6e298d;
  background-image: radial-gradient(circle farthest-corner at top, white -30%, #6e298d 40%);
}
.vertical-middle {
  vertical-align: middle;
}
.display-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .border-left-sm-up {
    border-left: 1px solid #333;
  }
}
.activation-wrapper {
  font-size: 18px;
}
.flag-gradient {
  background: #0046BE;
  color: #ffffff;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 400;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  header {
    border-top: 8px solid #0046BE;
  }
}
header .black-bar {
  color: #fff;
  background: #000;
  font-size: 16px;
  padding: 0.5rem;
  height: 2.75rem;
}
header .black-bar a {
  color: #FFF;
}
header .black-bar a:hover {
  color: #FFF;
}
header .bby-blue-icon {
  color: #3191FC !important;
}
header .support-number {
  vertical-align: middle;
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  header .support-number {
    font-size: 20px;
  }
}
.navbar {
  background-color: #fff;
  height: 80px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 3rem;
  }
}
.navbar li,
.navbar a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.navbar .nav-container {
  height: 100%;
}
.navbar .nav-container .lively-logo {
  height: 100%;
  float: left;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .navbar .nav-container .lively-logo img {
    width: 96px;
  }
}
.navbar .nav-container .lively-logo .lively-logo-link:hover {
  text-decoration: none;
}
.navbar .nav-container .lively-logo .lively-logo-link:focus {
  outline: 1px dotted #000;
  outline-offset: 2px;
}
.navbar .nav-container .main-nav,
.navbar .nav-container .support-nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  float: left;
}
.navbar .nav-container .main-nav > li,
.navbar .nav-container .support-nav > li {
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  height: 100%;
}
.navbar .nav-container .main-nav > li button,
.navbar .nav-container .support-nav > li button {
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 100%;
  padding: 0;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
}
.navbar .nav-container .main-nav > li button:hover,
.navbar .nav-container .support-nav > li button:hover,
.navbar .nav-container .main-nav > li button:active,
.navbar .nav-container .support-nav > li button:active,
.navbar .nav-container .main-nav > li button:focus,
.navbar .nav-container .support-nav > li button:focus {
  border-bottom-color: #0046BE;
  color: #000;
  text-decoration: none;
  background: none;
  outline: 1px dotted #000;
  outline-offset: 2px;
}
.navbar .nav-container .main-nav .dropdown-nav {
  margin-left: 3rem;
  height: 100%;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu {
  position: absolute;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  list-style: none;
  border-top: none;
  margin-left: -25px;
  margin-top: 0px;
  min-width: 231px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li {
  font-size: 16px;
  font-weight: 400;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li .path1,
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li .path2,
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li .path3,
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li .path4 {
  margin-right: 0;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li.tools {
  min-width: 246px;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li:hover,
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li:focus {
  outline: 0 !important;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li a {
  padding: 10px 32px;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li a:hover,
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li a:focus {
  background-color: #F0F4FB;
}
.navbar .nav-container .main-nav .dropdown-nav .dropdown-menu li a span {
  margin-right: 0.5rem;
}
.navbar .nav-container .support-nav {
  float: right;
}
.navbar .nav-container .log-out {
  margin-left: 80px;
}
@media (min-width: 992px) {
  .navbar .nav-container .log-out {
    margin-left: 130px;
  }
}
.navbar .mobile-navbar {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar .mobile-navbar #nav-toggle {
  font-size: 16px;
  cursor: pointer;
  margin-left: 0;
  float: left;
  height: 80px;
  z-index: 3;
  padding: 1.25rem 1rem;
  text-align: center;
}
.navbar .mobile-navbar #nav-toggle.nav-toggle-open {
  background: #FFF;
}
.navbar .mobile-navbar .support {
  height: 52px;
  padding-right: 1rem;
  text-align: center;
}
.navbar .mobile-navbar .support .support-number {
  font-size: 20px;
}
.navbar .mobile-nav {
  width: 0px;
  background-color: #FFF;
  overflow-x: hidden;
  padding-top: 20px;
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
}
.navbar .mobile-nav ul {
  list-style: none;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.navbar .mobile-nav ul li {
  font-size: 16px;
}
.navbar .mobile-nav ul li .top-link {
  padding: 0;
  font-weight: 700;
}
.navbar .mobile-nav ul li a {
  padding-top: 30px;
  padding-left: 15px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: normal;
  font-size: 16px;
}
.navbar .mobile-nav.nav-open {
  width: 100%;
  border-left: none;
  border-radius: 0;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  margin-left: 50px;
}
.border-b-6 {
  border-bottom-width: 6px;
}
.border-t-6 {
  border-top-width: 6px;
}
.gradient-4-lively {
  background: linear-gradient(to right, #de781c 0%, #ec551c 33%, #e60046 66%, #ce1578 100%);
}
.gradient-5-lively {
  background: linear-gradient(88.17deg, #de781c 0.28%, #ec551c 8.51%, #e60046 24.12%, #e60046 51.58%, #ce1578 100%);
}
.gradient-2-lively {
  --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(230,0,70,0));
  --gradient-to-color: #ce1578;
}
.gradient-3-lively {
  --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(230,0,70,0));
  --gradient-via-color: #ec551c;
  --gradient-color-stops: var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(236,85,28,0));
  --gradient-to-color: #de781c;
}
.gradient-2-lively,
.gradient-3-lively {
  background-image: linear-gradient(90deg, var(--gradient-color-stops));
  --gradient-from-color: #e60046;
}
.gradient-2-gray {
  background-image: linear-gradient(180deg, var(--gradient-color-stops));
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0));
  --gradient-to-color: #58595b;
}
.border-b-lively1 {
  border-bottom-width: 6px;
  -o-border-image: linear-gradient(to right, #de781c 0%, #ec551c 100%);
     border-image: linear-gradient(to right, #de781c 0%, #ec551c 100%);
  border-image-slice: 1;
}
.border-t-lively2 {
  border-top-width: 6px;
  -o-border-image: linear-gradient(to right, #ec551c 0%, #e60046 100%);
     border-image: linear-gradient(to right, #ec551c 0%, #e60046 100%);
  border-image-slice: 1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.border-t-lively5 {
  border-top-width: 6px;
  -o-border-image: linear-gradient(to right, #ec551c 0%, #e60046 100%);
     border-image: linear-gradient(to right, #ec551c 0%, #e60046 100%);
  border-image-slice: 1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.border-b-lively2 {
  border-bottom-width: 6px;
  -o-border-image: linear-gradient(to right, #ec551c 0%, #e60046 100%);
     border-image: linear-gradient(to right, #ec551c 0%, #e60046 100%);
  border-image-slice: 1;
}
.border-b-lively3 {
  border-bottom-width: 6px;
  -o-border-image: linear-gradient(to right, #e60046 0%, #ce1578 100%);
     border-image: linear-gradient(to right, #e60046 0%, #ce1578 100%);
  border-image-slice: 1;
}
.border-b-heading {
  border-bottom: 6px solid #0046BE;
  padding-bottom: 1rem;
}
.form-control {
  border-radius: 4px;
  border: 1px solid #050505;
  padding: 1.5rem 1rem;
  font-size: 18px;
  color: #050505;
}
.form-button {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .form-button {
    margin-top: 30px;
  }
}
.modal-content {
  color: #000;
}
#State {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
input.dial {
  color: #000 !important;
}
select.form-control {
  padding: 0 1rem;
  height: 50px;
}
.gray-text {
  color: #58595b;
}
.light-gray-text {
  color: #7B7B7B;
}
.login-divider {
  border-top: 1px solid #d8d8d8;
}
.contact-row {
  margin-left: 0;
  margin-right: 0;
  background: #58595b;
  padding: 0.75rem 0;
  color: #fff;
}
.contact-row i {
  color: #fff;
}
.contacts-header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.75rem 0;
  margin-bottom: 0;
}
.toast {
  z-index: 10;
}
@media (min-width: 992px) {
  .member-container {
    margin-bottom: 60px;
  }
}
.member-container h1,
.member-container h2,
.member-container h3,
.member-container h4,
.member-container h5,
.member-container h6 {
  margin-top: 0;
}
.member-container .member-content {
  min-height: 800px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .member-container .member-content {
    min-height: 1200px;
  }
}
.member-container .member-content .heading-with-underline {
  border-bottom: 1px solid #e2e2e6;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .member-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 235px;
  }
  .member-nav + .member-content {
    padding-left: 235px;
  }
}
.main-nav {
  background-color: white;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .main-nav {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-nav .container {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-nav .navbar-header {
    width: 100%;
  }
}
.main-nav .navbar-item {
  padding-bottom: 6px;
}
.main-nav .navbar-brand {
  float: left;
  padding: 11.5px 15px;
  font-size: 23px;
  line-height: 27px;
  height: 50px;
}
.main-nav .navbar-brand img {
  margin: 0 auto;
  width: 150px;
}
@media (min-width: 768px) {
  .main-nav .navbar-brand img {
    width: 225px;
  }
}
.navbar-item {
  border: 1px solid transparent;
  padding: 7px 15px;
}
.navbar-item,
.navbar-item i {
  line-height: 1;
}
@media (min-width: 768px) {
  .navbar-item {
    padding: 0;
  }
}
.navbar-item a.mobile-phone-link {
  color: #3b3b3b;
}
.navbar-item a.mobile-phone-link:hover {
  text-decoration: none;
}
.well-default {
  background: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .well-default {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .well-default {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .well-default > div {
    padding: 0;
  }
}
.well-secondary {
  background: #E9D4F9;
}
.well-mobile-no-border {
  border: none;
  box-shadow: none;
  padding: 10px;
}
@media (min-width: 992px) {
  .well-mobile-no-border {
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 19px;
  }
}
.well-border {
  border-top-width: 6px;
  border-color: #0046BE;
}
.well-background {
  background: #F3F4F6;
}
.btn-group-justified .btn + .btn {
  border-left: 0;
}
.btn i:not(:only-child),
.btn span:not(:only-child) {
  vertical-align: middle;
}
.btnbutton,
.btn[type]:active {
  /* <button> with a type attribute. Specifying just a button selector is not enough.  */
  outline: 0;
  /* Bootstrap's outline: 0 on .btn doesn't affect buttons. */
}
.panel-wrapper .btn.btn-undo {
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 1;
}
.btn-outline-purple {
  color: #6e298d;
  border-color: #4f1e65;
  background-color: transparent;
}
.btn-outline-purple:hover {
  background-color: #6e298d;
  border-color: #4f1e65;
  color: #fff;
}
.activation-wrapper .btn-add,
.activation-wrapper .btn-verify,
.activation-wrapper .btn-add:disabled:hover,
.activation-wrapper .btn-verify:disabled:hover {
  background: #84519f;
  color: white;
}
.activation-wrapper .btn-add:hover,
.activation-wrapper .btn-verify:hover,
.activation-wrapper .btn-add:focus,
.activation-wrapper .btn-verify:focus {
  color: white;
  background: #6e298d;
}
.activation-wrapper .btn-verify {
  margin-bottom: 10px;
}
.activation-wrapper .btn-remove,
.activation-wrapper .btn-undo {
  background: #fff;
  color: #333;
}
.activation-wrapper .btn-remove:hover,
.activation-wrapper .btn-undo:hover {
  background: #eee;
}
.pep-form-wrapper .btn-add,
.pep-form-wrapper .btn-verify,
.pep-form-wrapper .btn-add:disabled:hover,
.pep-form-wrapper .btn-verify:disabled:hover {
  background: none;
  color: #13b5ea;
}
.pep-form-wrapper .btn-add:hover,
.pep-form-wrapper .btn-verify:hover,
.pep-form-wrapper .btn-add:focus,
.pep-form-wrapper .btn-verify:focus {
  background: none;
}
.pep-form-wrapper .btn-remove,
.pep-form-wrapper .btn-undo {
  background: none;
  color: #13b5ea;
}
.pep-form-wrapper .btn-remove i,
.pep-form-wrapper .btn-undo i {
  vertical-align: sub;
}
.pep-form-wrapper .btn-remove:hover,
.pep-form-wrapper .btn-undo:hover {
  background: none;
}
.pep-form-wrapper .btn-link:hover,
.pep-form-wrapper .btn-link:focus {
  color: #13b5ea;
}
.btn-tap {
  border: 1px solid #e2e2e6;
  border-radius: 5px;
  color: #555;
  display: block;
  margin-bottom: 0.5rem;
  padding: 15px;
}
.btn-tap:visited,
.btn-tap:hover,
.btn-tap:focus {
  color: #555;
  text-decoration: none;
}
.btn-tap i {
  color: #0046BE;
}
@media (min-width: 992px) {
  .btn-tap {
    border: none;
    border-radius: 0;
    color: #0046BE;
    display: inline-block;
    padding: 0;
  }
  .btn-tap:visited,
  .btn-tap:hover,
  .btn-tap:focus {
    color: #0046BE;
    text-decoration: underline;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .btn-tap {
    margin-bottom: 1rem;
  }
}
.btn-lg {
  font-weight: 600;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0.75rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0.75rem;
}
.card-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header-tabs {
  margin-right: -0.375rem;
  margin-bottom: -0.75rem;
  margin-left: -0.375rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.postcard:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.upgrade-img {
  margin: 1rem auto 0;
  width: 105px;
}
.upgrade-card {
  padding-left: 0;
  padding-right: 15px;
}
.form-inline .inline-text {
  vertical-align: middle;
}
.form-inline .inline-text + .form-group {
  vertical-align: middle;
}
@media (min-width: 544px) {
  .form-inline .inline-text + .form-group {
    display: inline-block;
  }
}
.form-inline .form-group[class*="col-"] .form-control {
  width: 100%;
}
.form-horizontal .form-group .form-control-static {
  padding-top: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group .form-control-static {
    padding-top: 7px;
  }
  .form-horizontal .form-group.form-group-sm .form-control-static {
    padding-top: 6px;
  }
}
.inline-editable .checkbox label {
  cursor: default;
}
.inline-editable .checkbox label .icon-check {
  position: absolute;
  margin: 3px 0 0 -20px;
}
.inline-editable .checkbox label input[type="checkbox"]:not(:checked) ~ .label-text {
  opacity: 0.5;
}
.inline-editable.inline-editable-on .checkbox label {
  cursor: pointer;
}
.inline-editable .checkbox-inline-edit {
  padding-top: 0;
}
.inline-editable .form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .inline-editable .control-label {
  text-align: left;
}
.request-form #State,
.delete-form #State,
.appeal-form #State {
  height: 56px !important;
}
.appeal-form .radio-wrapper p {
  font-weight: bold;
}
.appeal-form .radio-wrapper .radio {
  margin-left: 1rem;
}
.appeal-form .radio-wrapper .radio input[type="radio"] {
  margin-top: 0;
}
dd {
  margin-bottom: 0.5rem;
}
dd + dd,
dd:last-of-type {
  margin-bottom: 0;
}
.list-group-item i {
  vertical-align: middle;
}
.list-group-item i + .list-group-item-heading {
  vertical-align: middle;
}
.list-group-item:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 991px) {
  .drag-col {
    display: none;
  }
}
.dl-horizontal.text-left dt {
  text-align: left;
}
@media (max-width: 767px) {
  #Voicemail .well-default {
    border: none;
    background: none;
    padding-top: 0;
  }
}
.voicemail-item a {
  color: #0046be;
  text-decoration: none;
}
.voicemail-item a:hover,
.voicemail-item a:active {
  color: #0046be;
  text-decoration: underline;
}
.voicemail-item:nth-child(even) {
  background: #C7C9CC;
}
.voicemail-item audio {
  width: 95%;
}
@media (max-width: 767px) {
  .voicemail-item {
    background: #fff !important;
    border: 1px solid #000;
    border-radius: 0.5em;
    padding: 1em !important;
    margin-bottom: 1em;
  }
  .voicemail-item div {
    border-top: 1px solid #BCBCBC;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
  .voicemail-item div:first-of-type {
    border: none;
    margin-top: 0;
  }
}
.voicemail-item,
.voicemail-header {
  border-bottom: solid 1px #6C6F75;
}
#modal-loading {
  text-align: center;
}
.loader-sm .loader {
  width: 50px;
  height: 50px;
}
.loader-md .loader {
  width: 75px;
  height: 75px;
}
.modal-content > .loader {
  padding-top: 15px;
  padding-bottom: 15px;
}
.loading-animation {
  width: 100px;
  height: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.loading-animation-circle {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loading-animation-circle:nth-child(1) {
  background-color: #DB0962;
  top: 0;
  left: 25px;
  -webkit-transform-origin: center 50px;
      -ms-transform-origin: center 50px;
          transform-origin: center 50px;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.loading-animation-circle:nth-child(2) {
  background-color: #FBB040;
  top: 25px;
  right: 0;
  -webkit-transform-origin: 0px center;
      -ms-transform-origin: 0px center;
          transform-origin: 0px center;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.loading-animation-circle:nth-child(3) {
  background-color: #13B5EA;
  bottom: 0;
  left: 25px;
  -webkit-transform-origin: center 0px;
      -ms-transform-origin: center 0px;
          transform-origin: center 0px;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.loading-animation-circle:nth-child(4) {
  background-color: #6E298D;
  top: 25px;
  left: 0;
  -webkit-transform-origin: 50px center;
      -ms-transform-origin: 50px center;
          transform-origin: 50px center;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.no-border.modal-header {
  padding-bottom: 5px;
}
.no-border.modal-footer {
  padding-top: 5px;
}
.modal.fade {
  opacity: .001;
}
.modal.fade.in {
  opacity: 1;
}

.panel.no-border {
  box-shadow: none;
}
.panel.no-border.panel-heading {
  padding-bottom: 5px;
}
.panel.no-border.panel-footer {
  padding-top: 5px;
}
.panel-heading * + .btn:not(.btn-icon),
.panel-heading *:not(.tt-hint) + .form-control {
  margin-top: 10px;
}
@media (min-width: 544px) {
  .panel-heading * + .btn:not(.btn-icon),
  .panel-heading *:not(.tt-hint) + .form-control {
    margin-top: 0;
    margin-left: 5px;
  }
}
.panel-heading .icon-drag {
  margin-left: -10px;
}
.pep-form-wrapper .panel-pep {
  border: none;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.pep-form-wrapper .panel-pep .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #eee;
  border-bottom-color: #e2e2e6;
  border-top: 1px solid #e2e2e6;
}
.panel-group-plus-minus {
  border: 1px solid #ddd;
}
.panel-group-plus-minus .panel-faq {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}
.panel-group-plus-minus .panel-faq:last-child {
  border-bottom: none;
}
.panel-group-plus-minus .panel-faq a,
.panel-group-plus-minus .panel-faq a:hover,
.panel-group-plus-minus .panel-faq a:focus {
  text-decoration: none;
}
.panel-group-plus-minus .panel-heading {
  background-color: transparent;
  padding: 0.5rem;
}
.panel-group-plus-minus .panel-heading a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0;
  padding-left: 0;
  outline: none;
}
.panel-group-plus-minus .panel-heading a [class^="icon-"],
.panel-group-plus-minus .panel-heading a [class*=" icon-"] {
  float: right;
  color: #6e298d;
  font-size: 14px;
}
.panel-group-plus-minus .panel-heading a:not(.collapsed) .icon-plus {
  display: none;
}
.panel-group-plus-minus .panel-heading a.collapsed .icon-minus {
  display: none;
}
.panel-group-plus-minus .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-group-plus-minus .panel-question-wrap {
  position: relative;
}
.panel-group-plus-minus .panel-question-wrap .panel-question {
  width: 95%;
  display: block;
}
.panel-group-plus-minus .panel-question-wrap .panel-plus-minus-icon-wrap {
  position: absolute;
  right: 0;
  top: 12px;
}
.panel-group-plus-minus .faq-letter {
  position: absolute;
}
.panel-group-plus-minus .faq-copy {
  margin-left: 18px;
}
.sortable-placeholder .placeholder-inner {
  background: #eeeeee;
}
.sortable-placeholder.primary .placeholder-inner {
  background: #b69cc9;
}
.draggable-wrap {
  display: block;
  font-size: 16px;
}
.draggable-wrap i {
  font-size: 30px;
  padding: 10px 0 10px 5px;
}
.draggable-wrap span {
  vertical-align: super;
  display: inline-block;
  margin-left: -5px;
}

.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid;border-color:#ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block !important;height:100%;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff;background:#428bca}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type='radio'],.bootstrap-switch input[type='checkbox']{position:absolute !important;top:0;left:0;opacity:0;filter:alpha(opacity=0);z-index:-1}.bootstrap-switch input[type='radio'].form-control,.bootstrap-switch input[type='checkbox'].form-control{height:auto}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.33}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{cursor:default !important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default !important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}
/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.twitter-typeahead {
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
  float: left;
}
.twitter-typeahead .tt-hint {
  color: #999999;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #262626;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}
.account-overview .well {
  overflow: hidden;
  position: relative;
}
.account-overview .well.well-min-height {
  min-height: 225px;
}
.account-overview .well .media {
  margin-bottom: 1rem;
}
.account-overview .well .media:last-of-type {
  margin-bottom: 0;
}
.account-overview .well-with-logo {
  padding-left: 120px;
}
.account-overview .icon-gclogo {
  position: absolute;
  font-size: 223px;
  color: #e9d4f9;
  top: 0;
  z-index: 0;
  left: -115px;
}
.account-overview .well-title {
  margin-bottom: 20px;
}
.account-overview .btn-billing {
  margin-top: 25px;
  font-size: 18px;
  border-radius: 3px;
  padding: 1rem;
}
.account-overview .device-upgrades-btn {
  padding: 1rem;
  font-size: 18px;
}
.account-overview ul {
  margin: 0;
}
@media (min-width: 544px) {
  .account-overview ul.apps-services {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 768px) {
  .account-overview ul.apps-services {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.account-overview ul.apps-services i {
  display: none;
}
.account-overview li {
  padding-bottom: 15px;
}
.account-overview .plans li {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .account-overview .plans li {
    font-size: 20px;
  }
}
.account-overview .fcc-label {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .account-overview .fcc-label {
    margin-bottom: 0;
  }
}
.account-overview .fcc-label img {
  width: 100%;
}
.account-overview .fcc-label .label-border {
  border: 1px solid #8b8e94;
  border-radius: 12px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  padding: 0.89rem;
}
.account-overview .fcc-label .label-border .image-wrapper {
  height: auto
}

.account-overview .fcc-label .label-border .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
.tell-a-friend-steps {
  padding-left: 20px;
}
.managed-accounts {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .managed-account-item {
    max-width: 350px;
  }
}
.managed-account-item .panel-heading {
  overflow: hidden;
  white-space: nowrap;
}
.managed-account-item .panel-body {
  padding-bottom: 0;
}
.managed-account-item .panel-footer {
  height: 50px;
  line-height: 30px;
}
.account-switch-alert {
  padding: 8px;
  margin-bottom: 0;
  border-radius: 0;
}
.account-switch-alert .account-switch-logged-in-as {
  margin-right: 8px;
}
.account-switch-alert ~ .container-fluid {
  position: relative;
}
.apps-list {
  list-style-type: none;
  padding: 0;
}
.apps-list li {
  padding: 0;
}
.lively-package-info {
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
}
.hr-dark {
  border-color: #6f6f6f;
}
.aarp-number-check {
  max-width: 200px;
}
.green-text {
  color: #05a978;
}
.gray-module {
  background: #f2f2f3;
  border: 1px solid #8c8c8c;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 3rem;
  padding: 2rem;
}
.toggle:link,
.toggle:visited,
.toggle:hover,
.toggle:active {
  color: #0046BE;
  display: block;
  margin-top: 3rem;
  margin-bottom: -1rem;
  text-decoration: none;
}
.form-group-horizontal .form-control {
  width: auto;
  display: inline-block;
}
.link {
  color: #0046BE;
}
.make-a-payment-box {
  overflow: hidden;
  border: 1px solid #ccc;
  background: #e8e8e8;
  padding: 0.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 544px) {
  .make-a-payment-box {
    float: right;
  }
}
@media (min-width: 992px) {
  .make-a-payment-box {
    width: 350px;
  }
}
#modal-cancel-lively-account button:first-of-type,
#modal-cancel-autopay button:first-of-type {
  vertical-align: bottom;
}
#modal-cancel-lively-account .btn,
#modal-cancel-autopay .btn {
  text-decoration: none;
}
#modal-cancel-lively-account form,
#modal-cancel-autopay form {
  display: inline-block;
}
.billing-history .row {
  margin: 0;
  padding: 1rem;
  border: 1px solid #000;
  border-bottom: none;
}
@media (max-width: 767px) {
  .billing-history .row {
    border-radius: 8px;
    border-bottom: 1px solid #000;
    margin: 1rem;
    margin-top: 0;
  }
  .billing-history .row div {
    padding: 0;
  }
  .billing-history .row div div {
    float: right;
  }
}
.billing-history .row span {
  font-weight: bold;
}
.billing-history .row hr {
  border-top: 1px solid #8c8c8c;
}
.billing-history .row:nth-of-type(even) {
  background: #f2f2f3;
}
.billing-history .row:first-of-type {
  border-left: none;
  border-right: none;
  font-weight: bold;
}
.billing-history .row:last-of-type {
  border-bottom: 1px solid #000;
}
.schedule-picker .btn-group {
  margin-bottom: 10px;
}
.schedule-picker select {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .schedule-picker select {
    margin-bottom: 0;
  }
}
.schedule-picker-day.focus,
.schedule-picker-day:focus {
  background-color: white;
  border-color: #ccc;
}
.schedule-picker-day.active,
.schedule-picker-day:active,
.schedule-picker-day.active.focus,
.schedule-picker-day:active.focus,
.schedule-picker-day.active:focus,
.schedule-picker-day:active:focus {
  background-color: #ddd;
  border-color: #ccc;
  font-weight: bold;
}
#contact-list .drag-col {
  padding-top: 1px;
  padding-left: 0;
}
.home-phone-settings .control-label span {
  margin-left: 20px;
}

.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed hr,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-popover .fc-header,.fc-unthemed hr{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed .fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-icon{display:inline-block;font-size:2em;line-height:.5em;height:.5em;font-family:"Courier New",Courier,monospace}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700}.fc-icon-left-double-arrow:after{content:"\000AB"}.fc-icon-right-double-arrow:after{content:"\000BB"}.fc-icon-x:after{content:"\000D7"}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:.05em;margin:0 .1em}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:25px;margin-top:4px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc hr{height:0;margin:0;padding:0 0 2px;border-style:solid;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-highlight-skeleton{z-index:2;bottom:0}.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-content-skeleton{position:relative;z-index:3;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:4}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{overflow-y:scroll;overflow-x:hidden}.fc-scroller>*{position:relative;width:100%;overflow:hidden}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:400}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-ltr .fc-day-grid-event.fc-not-start,.fc-rtl .fc-day-grid-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-day-grid-event.fc-not-end,.fc-rtl .fc-day-grid-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-day-grid-event>.fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-day-grid-event .fc-resizer{position:absolute;top:0;bottom:0;width:7px}.fc-ltr .fc-day-grid-event .fc-resizer{right:-3px;cursor:e-resize}.fc-rtl .fc-day-grid-event .fc-resizer{left:-3px;cursor:w-resize}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-toolbar{text-align:center;margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view tbody .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0 2px}.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-highlight-skeleton{z-index:3}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:4;top:0;left:0;right:0}.fc-time-grid>.fc-helper-skeleton{z-index:5}.fc-slats td{height:1.5em;border-bottom:0}.fc-slats .fc-minor td{border-top-style:dotted}.fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-time-grid .fc-event-container{position:relative}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event>.fc-content{position:relative;z-index:2}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event .fc-resizer{position:absolute;z-index:3;left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event .fc-resizer:after{content:"="}
/*!
 * FullCalendar v2.1.0 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */

/* GreatCall Customizations 
 * Wrapped everything with "@media print" since we aren't using a link tag with a media='print' attribute. 
 */
@media print {
    .fc {
        max-width: 100% !important;
    }


    /* Global Event Restyling
--------------------------------------------------------------------------------------------------*/

    .fc-event {
        background: #fff !important;
        color: #000 !important;
        page-break-inside: avoid;
    }

        .fc-event .fc-resizer {
            display: none;
        }


    /* Table & Day-Row Restyling
--------------------------------------------------------------------------------------------------*/

    th,
    td,
    hr,
    thead,
    tbody,
    .fc-row {
        border-color: #ccc !important;
        background: #fff !important;
    }

    /* kill the overlaid, absolutely-positioned common components */
    .fc-bg,
    .fc-highlight-skeleton,
    .fc-helper-skeleton {
        display: none;
    }

    /* don't force a min-height on rows (for DayGrid) */
    .fc tbody .fc-row {
        height: auto !important; /* undo height that JS set in distributeHeight */
        min-height: 0 !important; /* undo the min-height from each view's specific stylesheet */
    }

        .fc tbody .fc-row .fc-content-skeleton {
            position: static; /* undo .fc-rigid */
            padding-bottom: 0 !important; /* use a more border-friendly method for this... */
        }

            .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td { /* only works in newer browsers */
                padding-bottom: 1em; /* ...gives space within the skeleton. also ensures min height in a way */
            }

            .fc tbody .fc-row .fc-content-skeleton table {
                /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
	   making it look more like 3em. for other browers, it will already be this tall */
                height: 1em;
            }


    /* Undo month-view event limiting. Display all events and hide the "more" links
--------------------------------------------------------------------------------------------------*/

    .fc-more-cell,
    .fc-more {
        display: none !important;
    }

    .fc tr.fc-limited {
        display: table-row !important;
    }

    .fc td.fc-limited {
        display: table-cell !important;
    }

    .fc-popover {
        display: none; /* never display the "more.." popover in print mode */
    }


    /* TimeGrid Restyling
--------------------------------------------------------------------------------------------------*/

    /* undo the min-height 100% trick used to fill the container's height */
    .fc-time-grid {
        min-height: 0 !important;
    }

    /* don't display the side axis at all ("all-day" and time cells) */
    .fc-agenda-view .fc-axis {
        display: none;
    }

    /* don't display the horizontal lines */
    .fc-slats,
    .fc-time-grid hr { /* this hr is used when height is underused and needs to be filled */
        display: none !important; /* important overrides inline declaration */
    }

    /* let the container that holds the events be naturally positioned and create real height */
    .fc-time-grid .fc-content-skeleton {
        position: static;
    }

        /* in case there are no events, we still want some height */
        .fc-time-grid .fc-content-skeleton table {
            height: 4em;
        }

    /* kill the horizontal spacing made by the event container. event margins will be done below */
    .fc-time-grid .fc-event-container {
        margin: 0 !important;
    }


    /* TimeGrid *Event* Restyling
--------------------------------------------------------------------------------------------------*/

    /* naturally position events, vertically stacking them */
    .fc-time-grid .fc-event {
        position: static !important;
        margin: 3px 2px !important;
    }

        /* for events that continue to a future day, give the bottom border back */
        .fc-time-grid .fc-event.fc-not-end {
            border-bottom-width: 1px !important;
        }

            /* indicate the event continues via "..." text */
            .fc-time-grid .fc-event.fc-not-end:after {
                content: "...";
            }

        /* for events that are continuations from previous days, give the top border back */
        .fc-time-grid .fc-event.fc-not-start {
            border-top-width: 1px !important;
        }

            /* indicate the event is a continuation via "..." text */
            .fc-time-grid .fc-event.fc-not-start:before {
                content: "...";
            }

        /* time */

        /* undo a previous declaration and let the time text span to a second line */
        .fc-time-grid .fc-event .fc-time {
            white-space: normal !important;
        }

            /* hide the the time that is normally displayed... */
            .fc-time-grid .fc-event .fc-time span {
                display: none;
            }

            /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
            .fc-time-grid .fc-event .fc-time:after {
                content: attr(data-full);
            }


    /* Vertical Scroller & Containers
--------------------------------------------------------------------------------------------------*/

    /* kill the scrollbars and allow natural height */
    .fc-scroller,
    .fc-day-grid-container, /* these divs might be assigned height, which we need to cleared */
    .fc-time-grid-container { /* */
        overflow: visible !important;
        height: auto !important;
    }

    /* kill the horizontal border/padding used to compensate for scrollbars */
    .fc-row {
        border: 0 !important;
        margin: 0 !important;
    }


    /* Button Controls
--------------------------------------------------------------------------------------------------*/

    .fc-button-group,
    .fc button {
        display: none; /* don't display any button-related controls */
    }
}
.bg-gray {
  background: #eee;
}
.request-info-list {
  padding-left: 1.25em;
}
.request-info-list li {
  margin-bottom: 0.5em;
}
.address-confirm-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.address-confirm-container {
  position: fixed;
  z-index: 999999;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.address-confirm-container input[type=radio] {
  width: 16px !important;
  height: 16px !important;
  margin-right: 0.5rem;
}
.address-confirm-container .address-confirm {
  position: relative;
  overflow: hidden;
  background: white;
  padding: 2rem;
  border: 1px solid;
  width: 550px;
  margin: auto;
  max-width: 85%;
  padding: 1rem 2rem 2rem;
}
.address-confirm-container .hide-addr-verify {
  font-weight: bold;
  float: right;
}
.address-confirm-container .address-option {
  padding-bottom: 1rem;
  margin-left: 1.5rem;
}
.register.registration-page {
  border-right: none;
}
.login {
  border-bottom: 1px solid #dedede;
  margin-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .login {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 50px;
  }
}
.login-gradient {
  border: 0 solid #fff;
  border-radius: 0;
}
.login-gradient {
  border-bottom-width: 6px;
  -o-border-image: linear-gradient(63.99deg, #DE7B1C 0%, #EC551C 56.3%, #E60046 114.92%, #CE1578 170.52%);
     border-image: linear-gradient(63.99deg, #DE7B1C 0%, #EC551C 56.3%, #E60046 114.92%, #CE1578 170.52%);
  border-image-slice: 1;
  padding-bottom: 1rem;
}
.register .login-gradient {
  -o-border-image: linear-gradient(64.02deg, #DE7B1C -70.76%, #EC551C -14.38%, #E60046 44.33%, #CE1578 100%);
     border-image: linear-gradient(64.02deg, #DE7B1C -70.76%, #EC551C -14.38%, #E60046 44.33%, #CE1578 100%);
  border-image-slice: 1;
}
.registration-links img {
  height: 60px;
}
.registration-links .row {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
}
.registration-links .icon {
  color: #000;
}
input#RememberMe {
  height: 15px !important;
  margin-right: 0.25rem;
}
@media (min-width: 992px) {
  .medcoach-toolbar {
    position: absolute;
    top: -52px;
  }
}
@media (min-width: 544px) {
  .medcoach-medication-item .panel-heading input[type='text'] {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .medcoach-medication-item .panel-heading input[type='text'] {
    width: 140px;
  }
}
.medcoach-medication-item .panel-body {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .medcoach-medication-item .panel-body {
    height: 410px;
  }
}
.medcoach-medication-item .panel-body .form-group textarea {
  height: 66px;
}
.medcoach-medication-item .tab-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.medcoach-medication-item .tab-content .disabled {
  pointer-events: none;
}
.print-calendar {
  margin-bottom: 20px;
}
.print-medcoach-medication-item dl {
  overflow: hidden;
}
.print-medcoach-medication-item dt {
  float: left;
  clear: left;
  width: 125px;
}
.print-medcoach-medication-item .panel-title {
  font-size: 18px;
}
.print-medcoach-medication-item .panel-body {
  height: 300px;
}

.fc-event:link,
.fc-event:hover {
  color: white;
  text-decoration: none;
}
.picker-switch .btn {
  background-color: #e2e2e6;
  border-color: #c6c6c6;
  color: black;
  opacity: .85;
}
.picker-switch .btn:hover {
  opacity: 1;
}
.pick-time:after {
  content: " Pick Time";
  font-family: sans-serif;
  vertical-align: text-bottom;
}
.pick-date:after {
  content: " Pick Date";
  font-family: sans-serif;
}

.letter-heading-row {
  background-color: #58595b;
  color: #fff;
  border: 1px solid #000;
  border-top: none;
}
.contact-row-border {
  border-bottom: solid 1px #bebebe;
}
.contact-row-border:last-of-type {
  border-bottom: none;
}
.capital-select {
  text-transform: none;
}
.phone-number-type {
  text-transform: lowercase;
  display: inline-block;
}
.phone-number-type:first-letter {
  text-transform: uppercase;
}
.btn-remove-phone-number {
  background: none;
  border: none;
  color: #84519f;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .btn-remove-phone-number {
    font-size: 1rem;
    font-weight: normal;
    float: right;
    padding-left: 1rem;
  }
}
.btn-remove-phone-number:hover {
  color: #6e298d;
}
.contacts-filter {
  width: 260px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .contacts-filter {
    width: 300px;
  }
}
.contact-edit {
  width: 86px;
}
.is-synced {
  color: #3c763d;
}
.not-synced {
  font-size: 1.5rem;
  font-weight: bold;
}
#mycontacts-page.hawkeye .toast-top-center {
  top: 300px;
}
.row.contact-row-border {
  border: 1px solid #000;
  border-top: none;
}
.horoscope-item header .icon-star,
.horoscope-item header .icon-star-o,
.horoscope-item header .btn-icon {
  line-height: 1;
}
.horoscope-item footer i:after {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.horoscope-content {
  height: 180px;
}
@media (min-width: 544px) and (max-width: 767px) {
  .horoscope-content {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horoscope-content {
    height: 195px;
  }
}
@media (min-width: 1200px) {
  .horoscope-content {
    height: 245px;
  }
}
.horoscope-content p {
  margin-top: 10px;
}
.icon-aries:after {
  content: "The Ram";
}
.icon-taurus:after {
  content: "The Bull";
}
.icon-gemini:after {
  content: "The Twins";
}
.icon-cancer:after {
  content: "The Crab";
}
.icon-leo:after {
  content: "The Lion";
}
.icon-virgo:after {
  content: "The Maiden";
}
.icon-libra:after {
  content: "The Scales";
}
.icon-scorpio:after {
  content: "The Scorpion";
}
.icon-sagittarius:after {
  content: "The Archer";
}
.icon-capricorn:after {
  content: "The Sea-Goat";
}
.icon-aquarius:after {
  content: "The Water-Bearer";
}
.icon-pisces:after {
  content: "The Fish";
}

.lottery-item .panel-footer {
  clear: both;
}
.lottery-content {
  font-size: 20px;
  height: 170px;
  padding-top: 20px;
}
.ball-results {
  margin-bottom: 15px;
}

.myphotos-wrap {
  margin: 20px;
  display: block;
}
.myphotos-wrap hr {
  clear: both;
}
.myphotos-wrap .row {
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 0 20px 0;
}
.myphotos-wrap .row:first-child {
  border-top: 1px solid #c6c6c6;
}
@media (max-width: 767px) {
  .myphotos-wrap .row div {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .myphotos-wrap .row div label {
    margin-top: 15px;
  }
}
.myphotos-wrap .row .col-sm-7 .btn {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .myphotos-wrap .row .col-sm-7 {
    text-align: right;
  }
  .myphotos-wrap .row .col-sm-7 form {
    display: inline-block;
  }
}

#sport-table .game-date {
  padding-left: 40px;
}
@media (min-width: 1200px) {
  #sport-table .game-date {
    padding-left: 100px;
  }
}

.trivia-content {
  height: 250px;
  overflow-y: auto;
}
.trivia-content p {
  margin-top: 15px;
}
.trivia-content .icon-question-circle {
  color: #3c763d;
}
.trivia-content .icon-calendar {
  color: #6e298d;
}
.trivia-content .icon-lightbulb {
  color: #fbb040;
}
.trivia-content .icon-cake {
  color: #a94442;
}
.trivia-content .icon-bubble {
  color: #428bca;
}

.weather-item .panel-heading .btn {
  margin-bottom: 10px;
}
@media (min-width: 544px) {
  .weather-item .panel-heading .btn {
    margin-bottom: 0;
  }
}
.weather-content .icon-sleet,
.weather-content .icon-clear,
.weather-content .icon-snow,
.weather-content .icon-flurries,
.weather-content .icon-rain,
.weather-content .icon-showers,
.weather-content .icon-chance-of-rain {
  color: #13b5ea;
}
.weather-content .icon-sunny,
.weather-content .icon-partly-cloudy,
.weather-content .icon-partly-sunny,
.weather-content .icon-mostly-sunny,
.weather-content .icon-thunderstorms {
  color: #fbb040;
}
.weather-current i {
  font-size: 112px;
}
.weather-current .weather-condition,
.weather-current .temperature {
  font-size: 24px;
}
.weather-current .weather-day {
  font-size: 20px;
}
.weather-current .high-low {
  margin-left: 3px;
}
.weather-forecast {
  margin-top: 30px;
}

.myworld-csr-nav {
  margin-bottom: 20px;
}
.myworld-toolbar .label {
  font-size: 12px;
  padding: 2px 8px;
}
@media (min-width: 544px) {
  .myworld-toolbar input[type="text"] {
    width: 250px;
  }
}
#stock-table th.shrink-wrap,
#sport-table th.shrink-wrap {
  width: 1px;
}
#stock-table tbody td,
#sport-table tbody td {
  vertical-align: middle;
}
#stock-table tbody td .icon-arrow-down,
#sport-table tbody td .icon-arrow-down {
  vertical-align: middle;
}
.panel-myworld .panel-title {
  margin-top: 3px;
}

.phonebook-wrap .toolbar.affix {
  z-index: 1;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #c6c6c6;
  padding: 10px;
}
.phonebook-wrap .toolbar.affix .btn {
  margin-bottom: 0;
}
.phonebook-wrap .empty-note {
  padding-top: 10px;
}
.phonebook-wrap .sort-link {
  text-decoration: none;
}
.phonebook-wrap .sort-link i {
  color: #000;
  font-size: 21px;
  margin-top: 2px;
}
.phonebook-wrap .sortable-placeholder {
  background: #e2e2e6;
  margin: 10px 0 0;
}
.phonebook-wrap .icon-drag {
  margin-top: 3px;
}
.phonebook-wrap .contacts-header {
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.phonebook-wrap .contact {
  margin-bottom: 50px;
  padding: 6px 0;
}
.phonebook-wrap .contact:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .phonebook-wrap .contact {
    margin-bottom: 0;
  }
}
.phonebook-wrap .not-saved {
  line-height: 35px;
}
@media (max-width: 1199px) {
  .phonebook-wrap .form-group {
    margin-bottom: 15px;
  }
}
.phonebook-note-wrap {
  height: 50px;
  padding: 12px 0 12px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .phonebook-note-wrap {
    text-align: center;
    margin: 15px 0 0 0;
  }
}
.phonebook-note-wrap .phonebook-note {
  font-size: 12px;
  margin: 10px 0;
  display: block;
}
@media (min-width: 768px) {
  .image-div img {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .image-div img {
    margin-top: 264px;
  }
}
@media (min-width: 1200px) {
  .image-div img {
    margin-top: 243px;
  }
}
.registration-gradient {
  border: 0 solid #fff;
}
.registration-gradient {
  border-bottom-width: 6px;
  -o-border-image: linear-gradient(107.54deg, #DE7B1C -82.33%, #EC551C 4.99%, #E60046 95.92%, #CE1578 182.15%);
     border-image: linear-gradient(107.54deg, #DE7B1C -82.33%, #EC551C 4.99%, #E60046 95.92%, #CE1578 182.15%);
  border-image-slice: 1;
  padding-bottom: 1.5rem;
}
.registration-page label {
  margin-bottom: 0.75rem;
}
.registration-page hr {
  border-bottom: 1px solid #d8d8d8;
}
.twitter-typeahead {
  display: table-cell !important;
}
.tt-dropdown-menu {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tt-dropdown-menu .empty-note {
  margin: 5px 10px;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  color: white;
  background-color: #13b5ea;
  cursor: default;
}

.usage-fieldsets {
  border: none;
}
.usage-fieldsets legend {
  font-size: 18px;
}
.usage-table {
  height: 500px;
  overflow-y: auto;
}
@media print {
  .usage-table {
    height: auto;
  }
}
.rboxes {
  margin-top: 40px;
}
.rectangle {
  border: 1px solid #58595B;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}
.details-grid-row {
  height: 60px;
}
.details-grid-row-font-weight {
  font-weight: 400 !important;
}
.details-grid-h-text {
  margin-top: 13px;
  font-family: Sofia Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
}
.details-grid-h-b-top {
  border-top: 1px solid #58595B;
}
.details-grid-r-text {
  margin-top: 12px;
  font-family: Sofia Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
}
.border-box-t {
  border-top: 1px solid #000000;
}
.border-box {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
}
.remove-min-width {
  min-width: 0px !important;
}
div.grid > div:nth-of-type(even) {
  background: #F2F2F3;
}
.details-box-hr {
  border: 1px solid #58595B;
}
.progress-green {
  background-color: #05A978;
  border-radius: 15px;
}
.progress-magenta {
  background: linear-gradient(116.82deg, #DE7B1C 0%, #EC551C 32.29%, #E60046 66.67%, #ce1578 100%);
  border-radius: 15px;
}
.progress-bby-blue {
  background: #0046BE;
  border-radius: 15px;
}
.progress-used {
  background-color: #000000;
}

.app-well {
  float: left;
  height: 320px;
  margin: 8px;
  position: relative;
  text-align: center;
  width: 300px;
  border-radius: 10px;
  border: 1px solid #000;
  background: none;
  padding-top: 3rem;
}
.app-well a {
  color: #000;
  text-decoration: underline;
}
.app-well a:hover {
  color: #000;
}
.app-well h3 {
  margin-top: 1rem;
}
.app-well-footer {
  bottom: 3rem;
  position: absolute;
  width: 85%;
}
.user-subscriptions.has-many .user-subscription {
  float: left;
  text-align: center;
  width: 150px;
  padding-top: 0.5rem;
}
.user-subscriptions:not(.has-many) .user-subscription-name {
  display: none;
}
.active-apps,
.inactive-apps {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 768px) {
  .active-apps,
  .inactive-apps {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .active-apps h2,
  .inactive-apps h2 {
    margin-left: 0.5rem;
  }
}
.myapps-container {
  margin-left: 0rem;
  margin-right: 0rem;
}
@media (min-width: 768px) {
  .myapps-container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.inactive-apps .app-well {
  height: 444px;
}
#well-id-5StarApp {
  background: #0046be;
  color: #fff;
}
#well-id-5StarApp a {
  color: #fff;
}
#well-id-5StarApp a:hover {
  color: #fff;
}
/* Footer 
-------------------------------------------------- */
.footer {
  background-color: #222222;
  clear: both;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 2rem;
  }
}
.footer ul {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer ul li {
    display: inline-block;
  }
  .footer ul li:after {
    content: "|";
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .footer ul li:last-child:after {
    content: "";
  }
}
.footer ul li a {
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.no-divider:after {
  content: "" !important;
}
.footer-links {
  color: #d1d7dB;
}
.footer-links a {
  color: #d1d7dB;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
  color: #d1d7dB;
}
.rights-reserved {
  font-size: 16px;
}
.footer-gradient {
  border-top-width: 6px;
  -o-border-image: linear-gradient(45deg, #DE7B1C 0%, #EC551C 26.09%, #E60046 68.62%, #CE1578 100%);
  border-image: linear-gradient(45deg, #DE7B1C 0%, #EC551C 26.09%, #E60046 68.62%, #CE1578 100%);
  border-image-slice: 1;
}
.footer-bar {
  background: #000;
  height: 121px;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-bar .icon-phone {
  color: #fff;
}
.footer-bar a {
  color: #fff;
  text-decoration: none;
}
.footer-bar a:hover,
.footer-bar a:focus,
.footer-bar a:active {
  color: #fff;
}
.footer-bar .h2 {
  margin: 0;
  margin-top: 0.5rem;
}
.footer-bar .lively-logo {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .footer-bar .lively-logo img {
    width: 96px;
  }
}
.phone-icon-circle {
  background: #2373E0;
  width: 2.5rem;
  margin-right: 0.75rem;
  margin-top: 0.5rem;
  height: 2.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9999px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print {
  @page {
    margin: 0;
  }
  .panel,
  .panel-heading {
    border-color: black !important;
  }
  .member-container {
    border: 0;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #summary section.col-md-12 {
    float: left;
  }
  #summary section ul {
    line-height: 1.5;
  }
}

.cards-wrapper,
.videos-wrapper,
.faqs-wrapper {
  position: relative;
}
.cards-wrapper .toggle-cards {
  bottom: -60px;
  left: 0;
  position: absolute;
  z-index: 3;
}
@media (min-width: 992px) {
  .cards-wrapper .toggle-cards {
    bottom: -25px;
    left: 28.5%;
  }
}
.cards-wrapper .more-cards {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease;
}
.cards-wrapper .more-cards.show {
  max-height: 100%;
}
.videos-wrapper .toggle-videos {
  bottom: -60px;
  left: 0;
  position: absolute;
  z-index: 3;
}
@media (min-width: 992px) {
  .videos-wrapper .toggle-videos {
    bottom: -25px;
    left: 28.5%;
  }
}
.videos-wrapper .more-videos {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease;
}
.videos-wrapper .more-videos.show {
  max-height: 100%;
}
@media (max-width: 991px) {
  .faqs-wrapper .show-more-faqs,
  .faqs-wrapper .hide-more-faqs {
    bottom: -75px;
    left: 0;
    position: absolute;
    z-index: 3;
  }
  .faqs-wrapper .hide-more-faqs {
    display: none;
  }
  .faqs-wrapper .show-more-faqs:target {
    display: none;
  }
  .faqs-wrapper .show-more-faqs:target ~ .hide-more-faqs {
    display: block;
  }
  .faqs-wrapper .show-more-faqs:target ~ .more-faqs {
    max-height: 100%;
  }
}
@media (max-width: 543px) {
  .toggle-cards,
  .toggle-videos,
  .show-more-faqs,
  .hide-more-faqs {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .more-faqs {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.25s ease;
  }
}
.pull-xxs-left {
  float: left;
}
.pull-xxs-right {
  float: right;
}
.pull-xxs-none {
  float: none;
}
@media (min-width: 544px) {
  .pull-xs-left {
    float: left;
  }
}
@media (min-width: 544px) {
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 544px) {
  .pull-xs-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-none {
    float: none;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-none {
    float: none;
  }
}
.text-xxs-left {
  text-align: left;
}
.text-xxs-right {
  text-align: right;
}
.text-xxs-center {
  text-align: center;
}
@media (min-width: 544px) {
  .text-xs-left {
    text-align: left;
  }
}
@media (min-width: 544px) {
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 544px) {
  .text-xs-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-center {
    text-align: center;
  }
}
.absolute-center,
.absolute-center-xxs {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media (min-width: 544px) {
  .absolute-center-xs {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .absolute-center-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .absolute-center-md {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .absolute-center-lg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
.absolute-center-y,
.absolute-center-xxs-y {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (min-width: 544px) {
  .absolute-center-xs-y {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .absolute-center-sm-y {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .absolute-center-md-y {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .absolute-center-lg-y {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.absolute-center-x,
.absolute-center-xxs-x {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
@media (min-width: 544px) {
  .absolute-center-xs-x {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .absolute-center-sm-x {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .absolute-center-md-x {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .absolute-center-lg-x {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.M-X-AUTO {
  margin-right: auto !important;
  margin-left: auto !important;
}
.M-A-0 {
  margin: 0 !important;
}
.M-T-0 {
  margin-top: 0 !important;
}
.M-R-0 {
  margin-right: 0 !important;
}
.M-B-0 {
  margin-bottom: 0 !important;
}
.M-L-0 {
  margin-left: 0 !important;
}
.M-X-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.M-Y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.M-A-HALF {
  margin: .5rem !important;
}
.M-T-HALF {
  margin-top: .5rem !important;
}
.M-R-HALF {
  margin-right: .5rem !important;
}
.M-B-HALF {
  margin-bottom: .5rem !important;
}
.M-L-HALF {
  margin-left: .5rem !important;
}
.M-X-HALF {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.M-Y-HALF {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.M-A-1 {
  margin: 1rem !important;
}
.M-T-1 {
  margin-top: 1rem !important;
}
.M-R-1 {
  margin-right: 1rem !important;
}
.M-B-1 {
  margin-bottom: 1rem !important;
}
.M-L-1 {
  margin-left: 1rem !important;
}
.M-X-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.M-Y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.M-A-1-HALF {
  margin: 1.5rem !important;
}
.M-T-1-HALF {
  margin-top: 1.5rem !important;
}
.M-R-1-HALF {
  margin-right: 1.5rem !important;
}
.M-B-1-HALF {
  margin-bottom: 1.5rem !important;
}
.M-L-1-HALF {
  margin-left: 1.5rem !important;
}
.M-X-1-HALF {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.M-Y-1-HALF {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.M-A-2 {
  margin: 2rem !important;
}
.M-T-2 {
  margin-top: 2rem !important;
}
.M-R-2 {
  margin-right: 2rem !important;
}
.M-B-2 {
  margin-bottom: 2rem !important;
}
.M-L-2 {
  margin-left: 2rem !important;
}
.M-X-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.M-Y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.M-A-3 {
  margin: 3rem !important;
}
.M-T-3 {
  margin-top: 3rem !important;
}
.M-R-3 {
  margin-right: 3rem !important;
}
.M-B-3 {
  margin-bottom: 3rem !important;
}
.M-L-3 {
  margin-left: 3rem !important;
}
.M-X-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.M-Y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.P-A-0 {
  padding: 0 !important;
}
.P-T-0 {
  padding-top: 0 !important;
}
.P-R-0 {
  padding-right: 0 !important;
}
.P-B-0 {
  padding-bottom: 0 !important;
}
.P-L-0 {
  padding-left: 0 !important;
}
.P-X-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.P-Y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.P-A-HALF {
  padding: .5rem !important;
}
.P-T-HALF {
  padding-top: .5rem !important;
}
.P-R-HALF {
  padding-right: .5rem !important;
}
.P-B-HALF {
  padding-bottom: .5rem !important;
}
.P-L-HALF {
  padding-left: .5rem !important;
}
.P-X-HALF {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.P-Y-HALF {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.P-A-1 {
  padding: 1rem !important;
}
.P-T-1 {
  padding-top: 1rem !important;
}
.P-R-1 {
  padding-right: 1rem !important;
}
.P-B-1 {
  padding-bottom: 1rem !important;
}
.P-L-1 {
  padding-left: 1rem !important;
}
.P-X-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.P-Y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.P-A-1-HALF {
  padding: 1.5rem !important;
}
.P-T-1-HALF {
  padding-top: 1.5rem !important;
}
.P-R-1-HALF {
  padding-right: 1.5rem !important;
}
.P-B-1-HALF {
  padding-bottom: 1.5rem !important;
}
.P-L-1-HALF {
  padding-left: 1.5rem !important;
}
.P-X-1-HALF {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.P-Y-1-HALF {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.P-A-2 {
  padding: 2rem !important;
}
.P-T-2 {
  padding-top: 2rem !important;
}
.P-R-2 {
  padding-right: 2rem !important;
}
.P-B-2 {
  padding-bottom: 2rem !important;
}
.P-L-2 {
  padding-left: 2rem !important;
}
.P-X-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.P-Y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.P-A-3 {
  padding: 3rem !important;
}
.P-T-3 {
  padding-top: 3rem !important;
}
.P-R-3 {
  padding-right: 3rem !important;
}
.P-B-3 {
  padding-bottom: 3rem !important;
}
.P-L-3 {
  padding-left: 3rem !important;
}
.P-X-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.P-Y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-x-auto-xxs {
  margin-right: auto;
  margin-left: auto;
}
.m-a-0-xxs {
  margin: 0;
}
.m-t-0-xxs {
  margin-top: 0;
}
.m-r-0-xxs {
  margin-right: 0;
}
.m-b-0-xxs {
  margin-bottom: 0;
}
.m-l-0-xxs {
  margin-left: 0;
}
.m-x-0-xxs {
  margin-right: 0;
  margin-left: 0;
}
.m-y-0-xxs {
  margin-top: 0;
  margin-bottom: 0;
}
.m-a-half-xxs {
  margin: .5rem;
}
.m-t-half-xxs {
  margin-top: .5rem;
}
.m-r-half-xxs {
  margin-right: .5rem;
}
.m-b-half-xxs {
  margin-bottom: .5rem;
}
.m-l-half-xxs {
  margin-left: .5rem;
}
.m-x-half-xxs {
  margin-right: .5rem;
  margin-left: .5rem;
}
.m-y-half-xxs {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.m-a-1-xxs {
  margin: 1rem;
}
.m-t-1-xxs {
  margin-top: 1rem;
}
.m-r-1-xxs {
  margin-right: 1rem;
}
.m-b-1-xxs {
  margin-bottom: 1rem;
}
.m-l-1-xxs {
  margin-left: 1rem;
}
.m-x-1-xxs {
  margin-right: 1rem;
  margin-left: 1rem;
}
.m-y-1-xxs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-a-1-half-xxs {
  margin: 1.5rem;
}
.m-t-1-half-xxs {
  margin-top: 1.5rem;
}
.m-r-1-half-xxs {
  margin-right: 1.5rem;
}
.m-b-1-half-xxs {
  margin-bottom: 1.5rem;
}
.m-l-1-half-xxs {
  margin-left: 1.5rem;
}
.m-x-1-half-xxs {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.m-y-1-half-xxs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.m-a-2-xxs {
  margin: 2rem;
}
.m-t-2-xxs {
  margin-top: 2rem;
}
.m-r-2-xxs {
  margin-right: 2rem;
}
.m-b-2-xxs {
  margin-bottom: 2rem;
}
.m-l-2-xxs {
  margin-left: 2rem;
}
.m-x-2-xxs {
  margin-right: 2rem;
  margin-left: 2rem;
}
.m-y-2-xxs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m-a-3-xxs {
  margin: 3rem;
}
.m-t-3-xxs {
  margin-top: 3rem;
}
.m-r-3-xxs {
  margin-right: 3rem;
}
.m-b-3-xxs {
  margin-bottom: 3rem;
}
.m-l-3-xxs {
  margin-left: 3rem;
}
.m-x-3-xxs {
  margin-right: 3rem;
  margin-left: 3rem;
}
.m-y-3-xxs {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-a-0-xxs {
  padding: 0;
}
.p-t-0-xxs {
  padding-top: 0;
}
.p-r-0-xxs {
  padding-right: 0;
}
.p-b-0-xxs {
  padding-bottom: 0;
}
.p-l-0-xxs {
  padding-left: 0;
}
.p-x-0-xxs {
  padding-right: 0;
  padding-left: 0;
}
.p-y-0-xxs {
  padding-top: 0;
  padding-bottom: 0;
}
.p-a-half-xxs {
  padding: .5rem;
}
.p-t-half-xxs {
  padding-top: .5rem;
}
.p-r-half-xxs {
  padding-right: .5rem;
}
.p-b-half-xxs {
  padding-bottom: .5rem;
}
.p-l-half-xxs {
  padding-left: .5rem;
}
.p-x-half-xxs {
  padding-right: .5rem;
  padding-left: .5rem;
}
.p-y-half-xxs {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.p-a-1-xxs {
  padding: 1rem;
}
.p-t-1-xxs {
  padding-top: 1rem;
}
.p-r-1-xxs {
  padding-right: 1rem;
}
.p-b-1-xxs {
  padding-bottom: 1rem;
}
.p-l-1-xxs {
  padding-left: 1rem;
}
.p-x-1-xxs {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p-y-1-xxs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-a-1-half-xxs {
  padding: 1.5rem;
}
.p-t-1-half-xxs {
  padding-top: 1.5rem;
}
.p-r-1-half-xxs {
  padding-right: 1.5rem;
}
.p-b-1-half-xxs {
  padding-bottom: 1.5rem;
}
.p-l-1-half-xxs {
  padding-left: 1.5rem;
}
.p-x-1-half-xxs {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.p-y-1-half-xxs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-a-2-xxs {
  padding: 2rem;
}
.p-t-2-xxs {
  padding-top: 2rem;
}
.p-r-2-xxs {
  padding-right: 2rem;
}
.p-b-2-xxs {
  padding-bottom: 2rem;
}
.p-l-2-xxs {
  padding-left: 2rem;
}
.p-x-2-xxs {
  padding-right: 2rem;
  padding-left: 2rem;
}
.p-y-2-xxs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-a-3-xxs {
  padding: 3rem;
}
.p-t-3-xxs {
  padding-top: 3rem;
}
.p-r-3-xxs {
  padding-right: 3rem;
}
.p-b-3-xxs {
  padding-bottom: 3rem;
}
.p-l-3-xxs {
  padding-left: 3rem;
}
.p-x-3-xxs {
  padding-right: 3rem;
  padding-left: 3rem;
}
.p-y-3-xxs {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 544px) {
  .m-x-auto-xs {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 544px) {
  .m-a-0-xs {
    margin: 0;
  }
}
@media (min-width: 544px) {
  .m-t-0-xs {
    margin-top: 0;
  }
}
@media (min-width: 544px) {
  .m-r-0-xs {
    margin-right: 0;
  }
}
@media (min-width: 544px) {
  .m-b-0-xs {
    margin-bottom: 0;
  }
}
@media (min-width: 544px) {
  .m-l-0-xs {
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  .m-x-0-xs {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  .m-y-0-xs {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 544px) {
  .m-a-half-xs {
    margin: .5rem;
  }
}
@media (min-width: 544px) {
  .m-t-half-xs {
    margin-top: .5rem;
  }
}
@media (min-width: 544px) {
  .m-r-half-xs {
    margin-right: .5rem;
  }
}
@media (min-width: 544px) {
  .m-b-half-xs {
    margin-bottom: .5rem;
  }
}
@media (min-width: 544px) {
  .m-l-half-xs {
    margin-left: .5rem;
  }
}
@media (min-width: 544px) {
  .m-x-half-xs {
    margin-right: .5rem;
    margin-left: .5rem;
  }
}
@media (min-width: 544px) {
  .m-y-half-xs {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 544px) {
  .m-a-1-xs {
    margin: 1rem;
  }
}
@media (min-width: 544px) {
  .m-t-1-xs {
    margin-top: 1rem;
  }
}
@media (min-width: 544px) {
  .m-r-1-xs {
    margin-right: 1rem;
  }
}
@media (min-width: 544px) {
  .m-b-1-xs {
    margin-bottom: 1rem;
  }
}
@media (min-width: 544px) {
  .m-l-1-xs {
    margin-left: 1rem;
  }
}
@media (min-width: 544px) {
  .m-x-1-xs {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 544px) {
  .m-y-1-xs {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 544px) {
  .m-a-1-half-xs {
    margin: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-t-1-half-xs {
    margin-top: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-r-1-half-xs {
    margin-right: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-b-1-half-xs {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-l-1-half-xs {
    margin-left: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-x-1-half-xs {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-y-1-half-xs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 544px) {
  .m-a-2-xs {
    margin: 2rem;
  }
}
@media (min-width: 544px) {
  .m-t-2-xs {
    margin-top: 2rem;
  }
}
@media (min-width: 544px) {
  .m-r-2-xs {
    margin-right: 2rem;
  }
}
@media (min-width: 544px) {
  .m-b-2-xs {
    margin-bottom: 2rem;
  }
}
@media (min-width: 544px) {
  .m-l-2-xs {
    margin-left: 2rem;
  }
}
@media (min-width: 544px) {
  .m-x-2-xs {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 544px) {
  .m-y-2-xs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 544px) {
  .m-a-3-xs {
    margin: 3rem;
  }
}
@media (min-width: 544px) {
  .m-t-3-xs {
    margin-top: 3rem;
  }
}
@media (min-width: 544px) {
  .m-r-3-xs {
    margin-right: 3rem;
  }
}
@media (min-width: 544px) {
  .m-b-3-xs {
    margin-bottom: 3rem;
  }
}
@media (min-width: 544px) {
  .m-l-3-xs {
    margin-left: 3rem;
  }
}
@media (min-width: 544px) {
  .m-x-3-xs {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (min-width: 544px) {
  .m-y-3-xs {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 544px) {
  .p-a-0-xs {
    padding: 0;
  }
}
@media (min-width: 544px) {
  .p-t-0-xs {
    padding-top: 0;
  }
}
@media (min-width: 544px) {
  .p-r-0-xs {
    padding-right: 0;
  }
}
@media (min-width: 544px) {
  .p-b-0-xs {
    padding-bottom: 0;
  }
}
@media (min-width: 544px) {
  .p-l-0-xs {
    padding-left: 0;
  }
}
@media (min-width: 544px) {
  .p-x-0-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 544px) {
  .p-y-0-xs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 544px) {
  .p-a-half-xs {
    padding: .5rem;
  }
}
@media (min-width: 544px) {
  .p-t-half-xs {
    padding-top: .5rem;
  }
}
@media (min-width: 544px) {
  .p-r-half-xs {
    padding-right: .5rem;
  }
}
@media (min-width: 544px) {
  .p-b-half-xs {
    padding-bottom: .5rem;
  }
}
@media (min-width: 544px) {
  .p-l-half-xs {
    padding-left: .5rem;
  }
}
@media (min-width: 544px) {
  .p-x-half-xs {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
@media (min-width: 544px) {
  .p-y-half-xs {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 544px) {
  .p-a-1-xs {
    padding: 1rem;
  }
}
@media (min-width: 544px) {
  .p-t-1-xs {
    padding-top: 1rem;
  }
}
@media (min-width: 544px) {
  .p-r-1-xs {
    padding-right: 1rem;
  }
}
@media (min-width: 544px) {
  .p-b-1-xs {
    padding-bottom: 1rem;
  }
}
@media (min-width: 544px) {
  .p-l-1-xs {
    padding-left: 1rem;
  }
}
@media (min-width: 544px) {
  .p-x-1-xs {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 544px) {
  .p-y-1-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 544px) {
  .p-a-1-half-xs {
    padding: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-t-1-half-xs {
    padding-top: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-r-1-half-xs {
    padding-right: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-b-1-half-xs {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-l-1-half-xs {
    padding-left: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-x-1-half-xs {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-y-1-half-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 544px) {
  .p-a-2-xs {
    padding: 2rem;
  }
}
@media (min-width: 544px) {
  .p-t-2-xs {
    padding-top: 2rem;
  }
}
@media (min-width: 544px) {
  .p-r-2-xs {
    padding-right: 2rem;
  }
}
@media (min-width: 544px) {
  .p-b-2-xs {
    padding-bottom: 2rem;
  }
}
@media (min-width: 544px) {
  .p-l-2-xs {
    padding-left: 2rem;
  }
}
@media (min-width: 544px) {
  .p-x-2-xs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 544px) {
  .p-y-2-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 544px) {
  .p-a-3-xs {
    padding: 3rem;
  }
}
@media (min-width: 544px) {
  .p-t-3-xs {
    padding-top: 3rem;
  }
}
@media (min-width: 544px) {
  .p-r-3-xs {
    padding-right: 3rem;
  }
}
@media (min-width: 544px) {
  .p-b-3-xs {
    padding-bottom: 3rem;
  }
}
@media (min-width: 544px) {
  .p-l-3-xs {
    padding-left: 3rem;
  }
}
@media (min-width: 544px) {
  .p-x-3-xs {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 544px) {
  .p-y-3-xs {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .m-x-auto-sm {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-a-0-sm {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-t-0-sm {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .m-r-0-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .m-b-0-sm {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .m-l-0-sm {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .m-x-0-sm {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .m-y-0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .m-a-half-sm {
    margin: .5rem;
  }
}
@media (min-width: 768px) {
  .m-t-half-sm {
    margin-top: .5rem;
  }
}
@media (min-width: 768px) {
  .m-r-half-sm {
    margin-right: .5rem;
  }
}
@media (min-width: 768px) {
  .m-b-half-sm {
    margin-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .m-l-half-sm {
    margin-left: .5rem;
  }
}
@media (min-width: 768px) {
  .m-x-half-sm {
    margin-right: .5rem;
    margin-left: .5rem;
  }
}
@media (min-width: 768px) {
  .m-y-half-sm {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .m-a-1-sm {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .m-t-1-sm {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .m-r-1-sm {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .m-b-1-sm {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .m-l-1-sm {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .m-x-1-sm {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .m-y-1-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .m-a-1-half-sm {
    margin: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-t-1-half-sm {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-r-1-half-sm {
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-b-1-half-sm {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-l-1-half-sm {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-x-1-half-sm {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-y-1-half-sm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-a-2-sm {
    margin: 2rem;
  }
}
@media (min-width: 768px) {
  .m-t-2-sm {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .m-r-2-sm {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .m-b-2-sm {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .m-l-2-sm {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .m-x-2-sm {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .m-y-2-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .m-a-3-sm {
    margin: 3rem;
  }
}
@media (min-width: 768px) {
  .m-t-3-sm {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .m-r-3-sm {
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .m-b-3-sm {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .m-l-3-sm {
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .m-x-3-sm {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .m-y-3-sm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .p-a-0-sm {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .p-t-0-sm {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .p-r-0-sm {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .p-b-0-sm {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-l-0-sm {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .p-x-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .p-y-0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-a-half-sm {
    padding: .5rem;
  }
}
@media (min-width: 768px) {
  .p-t-half-sm {
    padding-top: .5rem;
  }
}
@media (min-width: 768px) {
  .p-r-half-sm {
    padding-right: .5rem;
  }
}
@media (min-width: 768px) {
  .p-b-half-sm {
    padding-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .p-l-half-sm {
    padding-left: .5rem;
  }
}
@media (min-width: 768px) {
  .p-x-half-sm {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
@media (min-width: 768px) {
  .p-y-half-sm {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .p-a-1-sm {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .p-t-1-sm {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .p-r-1-sm {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .p-b-1-sm {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .p-l-1-sm {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .p-x-1-sm {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .p-y-1-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .p-a-1-half-sm {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-t-1-half-sm {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-r-1-half-sm {
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-b-1-half-sm {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-l-1-half-sm {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-x-1-half-sm {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-y-1-half-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-a-2-sm {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .p-t-2-sm {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-r-2-sm {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .p-b-2-sm {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .p-l-2-sm {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .p-x-2-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .p-y-2-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .p-a-3-sm {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .p-t-3-sm {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .p-r-3-sm {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .p-b-3-sm {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .p-l-3-sm {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .p-x-3-sm {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .p-y-3-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .m-x-auto-md {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-a-0-md {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .m-t-0-md {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .m-r-0-md {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .m-b-0-md {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .m-l-0-md {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .m-x-0-md {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .m-y-0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .m-a-half-md {
    margin: .5rem;
  }
}
@media (min-width: 992px) {
  .m-t-half-md {
    margin-top: .5rem;
  }
}
@media (min-width: 992px) {
  .m-r-half-md {
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .m-b-half-md {
    margin-bottom: .5rem;
  }
}
@media (min-width: 992px) {
  .m-l-half-md {
    margin-left: .5rem;
  }
}
@media (min-width: 992px) {
  .m-x-half-md {
    margin-right: .5rem;
    margin-left: .5rem;
  }
}
@media (min-width: 992px) {
  .m-y-half-md {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 992px) {
  .m-a-1-md {
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .m-t-1-md {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .m-r-1-md {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .m-b-1-md {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .m-l-1-md {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .m-x-1-md {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .m-y-1-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .m-a-1-half-md {
    margin: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-t-1-half-md {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-r-1-half-md {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-b-1-half-md {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-l-1-half-md {
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-x-1-half-md {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-y-1-half-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .m-a-2-md {
    margin: 2rem;
  }
}
@media (min-width: 992px) {
  .m-t-2-md {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .m-r-2-md {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .m-b-2-md {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .m-l-2-md {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .m-x-2-md {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .m-y-2-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .m-a-3-md {
    margin: 3rem;
  }
}
@media (min-width: 992px) {
  .m-t-3-md {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .m-r-3-md {
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .m-b-3-md {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .m-l-3-md {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .m-x-3-md {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .m-y-3-md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .p-a-0-md {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .p-t-0-md {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .p-r-0-md {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .p-b-0-md {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .p-l-0-md {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .p-x-0-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .p-y-0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .p-a-half-md {
    padding: .5rem;
  }
}
@media (min-width: 992px) {
  .p-t-half-md {
    padding-top: .5rem;
  }
}
@media (min-width: 992px) {
  .p-r-half-md {
    padding-right: .5rem;
  }
}
@media (min-width: 992px) {
  .p-b-half-md {
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) {
  .p-l-half-md {
    padding-left: .5rem;
  }
}
@media (min-width: 992px) {
  .p-x-half-md {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
@media (min-width: 992px) {
  .p-y-half-md {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) {
  .p-a-1-md {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .p-t-1-md {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .p-r-1-md {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .p-b-1-md {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .p-l-1-md {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .p-x-1-md {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .p-y-1-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .p-a-1-half-md {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-t-1-half-md {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-r-1-half-md {
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-b-1-half-md {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-l-1-half-md {
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-x-1-half-md {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-y-1-half-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-a-2-md {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .p-t-2-md {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .p-r-2-md {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .p-b-2-md {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .p-l-2-md {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .p-x-2-md {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .p-y-2-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .p-a-3-md {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .p-t-3-md {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .p-r-3-md {
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .p-b-3-md {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .p-l-3-md {
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .p-x-3-md {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .p-y-3-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-x-auto-lg {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-a-0-lg {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .m-t-0-lg {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .m-r-0-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .m-b-0-lg {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .m-l-0-lg {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .m-x-0-lg {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .m-y-0-lg {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .m-a-half-lg {
    margin: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-t-half-lg {
    margin-top: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-r-half-lg {
    margin-right: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-b-half-lg {
    margin-bottom: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-l-half-lg {
    margin-left: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-x-half-lg {
    margin-right: .5rem;
    margin-left: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-y-half-lg {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 1200px) {
  .m-a-1-lg {
    margin: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-t-1-lg {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-r-1-lg {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-b-1-lg {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-l-1-lg {
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-x-1-lg {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-y-1-lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .m-a-1-half-lg {
    margin: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-t-1-half-lg {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-r-1-half-lg {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-b-1-half-lg {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-l-1-half-lg {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-x-1-half-lg {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-y-1-half-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .m-a-2-lg {
    margin: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-t-2-lg {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-r-2-lg {
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-b-2-lg {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-l-2-lg {
    margin-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-x-2-lg {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-y-2-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .m-a-3-lg {
    margin: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-t-3-lg {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-r-3-lg {
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-b-3-lg {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-l-3-lg {
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-x-3-lg {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .m-y-3-lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-a-0-lg {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .p-t-0-lg {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .p-r-0-lg {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .p-b-0-lg {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-l-0-lg {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .p-x-0-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .p-y-0-lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-a-half-lg {
    padding: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-t-half-lg {
    padding-top: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-r-half-lg {
    padding-right: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-b-half-lg {
    padding-bottom: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-l-half-lg {
    padding-left: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-x-half-lg {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-y-half-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 1200px) {
  .p-a-1-lg {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-t-1-lg {
    padding-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-r-1-lg {
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-b-1-lg {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-l-1-lg {
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-x-1-lg {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-y-1-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-a-1-half-lg {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-t-1-half-lg {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-r-1-half-lg {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-b-1-half-lg {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-l-1-half-lg {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-x-1-half-lg {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-y-1-half-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-a-2-lg {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-t-2-lg {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-r-2-lg {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-b-2-lg {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-l-2-lg {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-x-2-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-y-2-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-a-3-lg {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-t-3-lg {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-r-3-lg {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-b-3-lg {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-l-3-lg {
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-x-3-lg {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-y-3-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
.progress-bar-striped.progress-bar-animate {
  animation: progress-bar-stripes 1s linear infinite;
}
.placeholder-label {
  display: none;
}


