/* FOUNDATION OVERRIDES */
a {
    color: #0096B5;
}

.login-tpl a:hover,
.home-tpl a:hover,
.page-tpl a:hover,
.ultimate-access-tpl a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: 900;
    line-height: 1em;
    font-size: 4.5rem;
}
h2 {
    font-weight: 900;
    line-height: 1em;
    font-size: 3.4rem;
    margin-bottom: 30px;
}
h3 {
    font-weight: 900;
    line-height: 1.2em;
    font-size: 3rem;
    margin-bottom: 30px;
}
h4 {
  font-weight: 900;
  line-height: 1em;
  font-size: 1.8em;
  margin-bottom: 30px;
}
h5 {
  font-weight: 900;
  line-height: 1em;
  font-size: 1.4em;
  margin-bottom: 30px;
}
p.lead {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 20px 0px;
}
p {
    font-size: 1.1rem;
    line-height: 2em;
    margin-bottom: 20px;
}

.is-invalid-input:not(:focus) {
  border-color: #DF6C5E !important;
}

.hero-image-bg video {
  position: relative;
  top: -1px;
  margin-bottom: -8px;
}

.strong {
  font-weight: bold;
}
select:focus {
    box-shadow: none;
}
.switch.tiny .switch-paddle,
.switch.tiny .switch-paddle::after {
  border-radius: 100px;
}
nowrap,
.nowrap {
  white-space: nowrap;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8a8a8a;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #8a8a8a;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grid-container {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .grid-container {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }
    h1 {
        font-size: 2.5rem;
        line-height: 1.2em;
    }
    h2 {
        font-size: 2.2rem;
        line-height: 1.2em;
    }
    h3 {
        font-size: 1.8rem;
    }
    p.lead {
        font-size: 1.2rem;
    }
    .small-text-left {
        text-align: left;
    }
    .small-margin-bottom {
        margin-bottom: 60px;
    }
}
.button {
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 1.2rem;
    text-decoration: none;
}

.button.salmon {
    background-color: #DF6C5E;
}
.button.salmon:hover {
    background-color: #B95049;
}
.button.salmon:active {
    background-color: #efb5ad;
}
.button.pink {
    background-color: #CD75A8;
}
.button.pink:hover {
    background-color: #AA618D;
}
.button.pink:active {
    background-color: #E1ACCB;
}
.button.ublue {
    background-color: #004557;
}
.button.ublue:hover {
    background-color: #03151E;
}
.button.ublue:active {
    background: #489cb2;
}
.page-tpl .button:hover,
.page-tpl .button:focus,
.home-tpl .button:hover,
.home-tpl .button:focus  {
    text-decoration: none;
}
.button.small {
  padding: 8px 18px;
}
.button.tiny {
  padding: 5px 15px;
}
.menu a, .menu .button {
    padding: 10px 30px;
}
.menu a {
    color: #03151E;
    font-size: 1.2rem;
}
.button.dark {
    background-color: #03151E;
    color: white;
}
.button.large {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 15px 40px;
}
.outline-white {
    border: 3px solid #fff;
    color: #fff;
    background: transparent;
    padding: 15px 40px;
}
.outline-white:hover {
    border: 3px solid #0096B5;
    color: #fff;
}
.light-text {
    color: white;
}
.dark-text {
    color: #03151E;
}
.opacity-hover:hover {
    opacity: 0.7;
}
::selection {
    background: #C8DBE3; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #C8DBE3 /* Gecko Browsers */
  }
/* END FOUNDATION OVERRIDES */

/* UTILITY CLASSES */

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
/* smaller border-radius */
.big-br {
    border-radius: 200px;
}
.margin-left {
    margin-left: 20px;
}
.margin-left-large {
    margin-left: 40px;
}
.margin-right {
    margin-right: 30px;
}
.margin-right-large {
    margin-right: 40px;
}
.margin-none {
  margin: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
    .margin-bottom-120 {
        margin-bottom: 50px;
    }
}
.margin-bottom-150 {
    margin-bottom: 150px;
}
.margin-bottom-200 {
    margin-bottom: 200px;
}
.hide-text {
    text-indent: -999999px;
}
.padding-none {
    padding: 0;
}
.padding-10 {
    padding: 10px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-20 {
    padding: 20px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-30 {
    padding: 30px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-40 {
    padding: 40px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-100 {
    padding: 100px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-left-100 {
    padding-left: 100px;
}
.padding-right-100 {
    padding-right: 100px;
}
.light-bg-grad {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaf3f4 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf3f4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eaf3f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf3f4',GradientType=0 );
}
table.no-border,
table.no-border tbody,
table.no-border tbody tr,
table.no-border tbody tr td {
    border: none;
}
.blue-shadow {
    box-shadow: 0px 5px 20px -8px rgb(27 84 112 / 60%);
}
.li-note {
    display: block;
    font-style: italic;
    margin-top: 5px;
}
.li-content li {
    font-size: 1.1rem;
    margin-bottom: 20px;
}
/* Screen reader only - hide everywhere else */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* GLOBAL */
body {
    /* overflow: hidden; */
}
#logo {
    background: url(/img/public/libib_logo_dark_blue.svg) no-repeat right bottom 5px;
    height: auto;
    width: auto;
    background-size: auto 24px;
    display: block;
    width: 145px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.6rem;
    line-height: 1em;
    font-weight: 300;
    color: #03151E;
    padding: 0px;
    text-decoration: none;
}
a#logo:hover {
    /* border-bottom: 1px solid #03151E; */
    opacity: 0.8;
}
#navbar {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
    top: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-shadow {
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
.navbar-spacer {
    height: 101px;
    position: relative;
    width: 100%;
}
#navbar .menu a:hover {
    background: #eaf3f4;
    border-radius: 8px;
}
#navbar .menu a.dark.big-br:hover {
    background: transparent;
    border-radius: 100px;
    border: 3px solid #03151E;
    padding: 8px 28px;
    color: #03151E;
}
#mobile-menu {
    background: url(/img/public/icons/menu.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    background-size: 30px auto;
    float: right;
    display: inline-block;
}
.dark #mobile-menu {
    background: url(/img/public/icons/menu-white.svg) no-repeat center center;
    background-size: 30px auto;
}
#mobile-menu:hover {
    opacity: 0.7;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #navbar {
        padding: 20px 0px;
    }
    #navbar .menu {
        width: 100%;
        height: 100vh;
        background: white;
        top: 100vh;
        bottom: 0px;
        right: 0px;
        left: 0px;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
    }
    #navbar .menu.show-menu {
        top: 81px;
    }
    #logo {
        font-size: 2.5em;
        background-size: auto 24px;
        width: 135px;
    }
    #navbar .menu.align-right li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #navbar .menu li {
        padding: 15px 0px;
        border-bottom: 1px dashed #dedede;
    }
    #navbar .menu li:last-child {
        border-bottom: none;
        text-align: center;
    }
    #navbar a.nav-item.button.margin-left-large {
        margin-left: 20px;
    }
    #navbar .menu {
        padding: 0 6%;
    }
    #navbar .menu a {
        font-size: 1.8rem;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    #navbar .menu a.dark.big-br {
        background: none;
        border-radius: 0px;
        color: #03151E;
        margin-left: 0px;
    }
    #navbar .menu > li:last-child a.dark.big-br {
        border-radius: 8px;
        background: #03151E;
        color: white;
        display: inline-block;
        margin-top: 20px;
        padding: 10px 30px;
    }
    .navbar-spacer {
        height: 81px;
    }
    #navbar .menu a#login-button {
        text-align: left;
        padding: 10px 14px !important;
        border-radius: 8px !important;
    }
    #navbar .menu a#login-button:active,
    #navbar .menu a#login-button:focus,
    #navbar .menu a#login-button:hover {
        border: none !important;
        outline: none !important;
        background: #eaf3f4;
        border-radius: 8px !important;
        padding: 11px 15px !important;
    }
}
@media screen and (max-width: 39.9375em) {
    #navbar {
        padding: 10px 0px;
    }
    #navbar .menu {
        width: 100%;
        height: 100vh;
        background: white;
        top: 100vh;
        bottom: 0px;
        right: 0px;
        left: 0px;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
    }
    #navbar .menu.show-menu {
        top: 60px;
    }
    #logo {
        font-size: 2em;
        background-size: auto 17px;
        width: 103px;
    }
    #navbar .menu.align-right li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #navbar .menu li {
        padding: 15px 0px;
        border-bottom: 1px dashed #dedede;
    }
    #navbar .menu li:last-child {
        border-bottom: none;
        text-align: center;
    }
    #navbar a.nav-item.button.margin-left-large {
        margin-left: 20px;
    }
    #navbar .menu {
        padding: 0 6%;
    }
    #navbar .menu a {
        font-size: 1.8rem;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    #navbar .menu a.dark.big-br {
        background: none;
        border-radius: 0px;
        color: #03151E;
        margin-left: 0px;
    }
    #navbar .menu > li:last-child a.dark.big-br {
        border-radius: 8px;
        background: #03151E;
        color: white;
        width: 100%;
        margin-top: 20px;
    }
    .navbar-spacer {
        height: 61px;
    }
    #navbar .menu a#login-button {
        text-align: left;
        padding: 10px 14px !important;
        border-radius: 8px !important;
    }
    #navbar .menu a#login-button:active,
    #navbar .menu a#login-button:focus,
    #navbar .menu a#login-button:hover {
        border: none !important;
        outline: none !important;
        background: #eaf3f4;
        border-radius: 8px !important;
        padding: 11px 15px !important;
    }
}
button,
input[type=button],
input[type=submit] {
  background-image: none;
  background-position: 400px center;
  -webkit-transition: background-position 0.3s ease-in-out, padding-right 0.2s;
  transition: background-position 0.3s ease-in-out, padding-right 0.2s;
}
#login-submit.button {
    margin-bottom: 0px;
}
button.loading,
#modal-buttons button.loading,
input[type=button].loading,
input[type=submit].loading {
  background-image: url('/img/public/icons/loading.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px auto;
  padding-right: 50px !important;
}

.loading-icon-alt,
.loading-icon {
  width: 100%;
  height: 200px;
  margin: auto;
  background-image: url('/img/public/icons/loading.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
  .loading-icon-alt.small-loading-icon,
  .loading-icon.small-loading-icon {
    height: 75px;
    background-size: contain;
  }
  .dark .loading-icon-alt,
  .dark .loading-icon {
    opacity: 0.4;
  }
.hero.section {
    padding: 80px 0px;
}
.section {
    padding: 150px 0px;
}
.ultimate-access-tpl .section {
    height: 100vh;
}
#features.section {
    padding-bottom: 0px;
}
.first-section {
    padding: 80px 0px 150px;
}
.light-blue {
    background-color: #eaf3f4;
}
.ultimate-blue {
    background-color: #004557;
}
.ultimate-gradient {
    background: rgb(3,21,30);
    background: linear-gradient(0deg, rgba(0,69,87,1) 0%, rgba(3,21,30,1) 100%);
}
.accent-blue {
    background-color: #0096B5;
}
.manilla {
    background-color: rgb(255, 252, 249);
}
.light-blue.mountain,
.mountain {
    background-image: url(/img/public/pages/mountains.png);
    background-size: 100% auto;
    background-position: center bottom -1px;
    background-repeat: no-repeat;
    padding-bottom: 300px
}
@media screen and (max-width: 1800px) {
    .light-blue.mountain,
    .mountain {
        background-image: url(/img/public/pages/mountains.png);
        background-size: 1800px auto;
        background-position: center bottom -1px;
        background-repeat: no-repeat;
        padding-bottom: 300px
    }
}
.dark-blue {
    background-color: #03151E;
}
@media screen and (max-width: 1023px) {
    .light-blue.mountain,
    .mountain {
        background-image: url(/img/public/pages/mountains.png);
        background-size: 1800px auto;
        background-position: center bottom -1px;
        background-repeat: no-repeat;
        padding-bottom: 300px
    }
}
@media screen and (max-width: 39.9375em) {
    .light-blue.mountain,
    .mountain {
        background-image: url(/img/public/pages/mountains.png);
        background-size: 1200px auto;
        background-position: center bottom -1px;
        background-repeat: no-repeat;
        padding-bottom: 300px
    }
    .light-blue.mountain.first-section,
    .first-section {
        padding-top: 40px 0px 40px;
    }
    .first-section.mountain {
        padding-top: 40px;
        padding-bottom: 150px;
    }
}

/* FOOTER */
ul.footer-menu {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
li.footer-nav-title {
    font-weight: bold;
    color: #DF6C5E;
    font-size: 1.4em;
}
ul.footer-menu li {
    margin-bottom: 15px;
}
ul.footer-menu li a {
    font-weight: normal;
    font-size: 1.3em;
    color: white;
}
#footer-logo {
    height: 50px;
    width: 100px;
    background: url(/img/public/libib_logo_white.svg) no-repeat center center;
    background-size: 100px auto;
    margin-bottom: 20px;
}
#footer p {
    font-size: 1.2em;
}
@media screen and (max-width: 39.9375em) {
	ul.footer-menu {
        margin-bottom: 50px;
    }
}

/* END FOOTER */

/* HOMEPAGE */
.edge-image {
    position: absolute;
    right: 50%;
    width: 700px;
    height: auto;
    top: -50px;
}
.edge-adjust {
    top: -50px;
}
.apps-image {
    max-width: 500px;
    height: auto;
    width: 100%;
    margin: -50px auto 0px;
}
#apps {
    /* padding-bottom: 110px; */
}
@media screen and (max-width: 1023px) {
	.edge-image, .edge-adjust {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
    }
}
.hero-image-bg {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    max-width: 980px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 25px 100px rgba(27, 84, 112, 0.15);
    margin-top: -320px;
    margin-bottom: 50px;
}
.ultimate-hero .hero-image-bg {
    box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    background: #004557;
}
.home-tpl .hero.section {
    padding-bottom: 200px;
}
@media screen and (max-width: 39.9375em) {
    .hero-image-bg {
        height: auto;
        margin-top: -140px;
        margin-bottom: 30px;
    }
    .home-tpl .hero.section {
        padding-bottom: 100px;
    }
}
#create-share {
    padding-bottom: 80px;
}
#testimonials {
    position: relative;
}
#testimonials .grid-container {
    z-index: 1;
    position: relative;
}
#sully-testimonial {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    right: 0px;
    width: 100%;
}
#sully-testimonial img {
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 350px;
    height: auto;
}
.store-badge {
    display: block;
}
.store-badge:hover {
    opacity: 0.85;
}
#apple-app-store {
    background: url(/img/public/apple-app-store.png) no-repeat center center;
    width: 267px;
    height: 82px;
    background-size: 100% auto;
    margin-bottom: 20px;
    margin-top: 30px;
}
#google-play-store {
    background: url(/img/public/google-play.png) no-repeat center center;
    width: 267px;
    height: 82px;
    background-size: 100% auto;
}
.copyright {
    margin-bottom: 0px;
}
#features img {
    border-radius: 10px;
}
.section-break {
    margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
    .home-tpl .section,
    #footer.section {
        text-align: center;
    }
    .section {
        padding: 80px 0px;
        text-align: left;
    }
    .hero.section {
        padding-top: 60px;
    }
    .hero-image {
        max-width: 80%;
        margin: 80px auto 0px;
    }
    .section img, #features.section video {
        max-width: 80% !important;
    }
    #testimonials.section {
        padding-top: 0px;
    }
    .apps-image {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .store-badge {
        display: inline-block;
    }
    #apple-app-store,
    #google-play-store {
        margin: 15px 10px 0px;
    }
    #footer-logo {
        margin: 80px auto 20px;
    }
}
@media screen and (max-width: 39.9375em) {
    .hero.section {
        padding: 30px 0px 30px;
    }
    .home-tpl .section,
    #footer.section {
        text-align: center;
    }
    .section-break {
        margin-bottom: 50px;
    }
    .section {
        padding: 50px 0px;
    }
    .hero-image {
        max-width: 100%;
        margin: 0px auto 0px;
    }
    .section img, #features.section video {
        max-width: 100% !important;
    }
    #create-share {
        padding-bottom: 50px;
    }
    #apps {
        /* padding-bottom: 50px; */
    }
}
/* END HOMEPAGE */


/* REGISTER */
#register-submit {
    margin-top: 30px;
}

#publish-info-display {
    padding-left: 55px;
    background: url(/img/public/icons/icon-publish.svg) no-repeat left 10px center;
    background-size: 30px auto;
}
#published-url-display {
    display: inline-block;
    padding: 0px 8px;
    border: 1px solid #BAD7E3;
    border-radius: 4px;
    font-size: 18px;
    color: #5D8495;
    background: #F8FEFF;
}
#published-alias {
    font-weight: bold;
}

.ultimate-search-limit {
  max-width: 300px;
}


.ultimate-api {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90px;
  position: relative;
}
  .ultimate-api:hover {
    overflow: visible;
  }
  .ultimate-api:hover span {
    background: #FFF;
    box-shadow: 0px 5px 20px -8px rgba(27, 84, 112, 0.6);
    padding:3px;
    border-radius: 3px;
    margin-left: -3px;
  }
#account-section {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin-top: 30px;
}

#plan-pricing-display {
    padding: 30px 0px;
    border: 1px solid #BAD8E2;
    border-radius: 4px;
    background: #F8FEFF;
    margin-top: 20px;
}
#billing-subscription #plan-pricing-display  {
    margin-top: 0px;
    border-radius: 0px 0px 8px 8px;
    border: none;
    background: #f6f6f6;
}
.dark #billing-subscription #plan-pricing-display {
    background: #282828;
    border: 1px solid #010101;
}
.dark #billing-subscription #register-number-of-managers {
    background-color: #131313;
}
#total {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.total_additional {
    color: #4BC1D2;
}
small {
    font-size: 12px;
}
small.usd {
    text-align: center;
    display: block;
}
#additional {
    text-align: center;
    font-size: 18px;
}
#register-number-of-managers {
    max-width: 80px;
}
label[for="basic-home-required"],
label#register-newsletter-label {
    font-size: 18px;
    margin-top: 10px;
}
#registration-discount-requirements {
    padding: 15px;
    border: 1px solid #dedede;
    font-size: 16px;
    margin-left: 5px;
    width: calc(100% - 5px);
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}
.dark #registration-discount-requirements {
    border: 1px solid #333;
    background: #131313;
    color: #999;
}
#registration-discount-requirements p {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
}
#opt-in {
  padding-top: 20px;
}
span.tada {
    position: relative;
}
span.tada span {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    font-size: 30px;
    position: relative;
    top: 3px;
}
span.tada.active span {
    opacity: 1;
}
#register-heading {
    margin: 50px auto;
}
@media screen and (max-width: 39.9375em) {
    #register-heading {
        margin: 20px auto;
    }
}

/* END REGISTER */


/* LOGIN & REGISTRATION */

body.login-tpl {
    background: url(/img/public/squiggle-pattern-gray.jpg) repeat center center;
}
body.ultimate-access-tpl {
    background: url(/img/public/district-bg.jpg) repeat center center;
    background: url(/img/public/squiggle-pattern-gray.jpg) repeat center center;
}
.login-tpl #navbar,
.ultimate-access-tpl #navbar {
    background: none;
    border: none;
}
.login-tpl #navbar.nav-shadow,
.ultimate-access-tpl #navbar.nav-shadow  {
    background: white;
}
#login-pre-fetch-form,
#login-form,
#register-form,
#checkout-form,
#ultimate-login-form {
    width: 460px;
    max-width: 90%;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 5px 20px -8px rgba(27, 84, 112, 0.6);
    margin: 150px auto 0px;
    display: block;
    background: white;
    padding: 30px;
}
#ultimate-login-form {
    background: rgb(255, 252, 249);
}
#checkout-form,
#register-form {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 75px;
    /* transition: width 0.3s ease-in-out; */
}
#login-container #login-pre-fetch-form *,
#login-container #login-form *,
#login-container #register-callout * {
    transition: all 0.3s ease-in-out;
}
#login-container.login-processing #login-pre-fetch-form *,
#login-container.login-processing #login-form *,
#login-container.login-processing #register-callout * {
    opacity: 0.4;
}
#login-container.login-processing #register-callout * {
    opacity: 0.2;
}

a.sso-provider-link {
  width: 100%;
  text-align: center;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  transition: all 0.3s ease-in-out;
}
a.sso-provider-link img {
  max-width: 75%;
}
a.microsoft-sso-provider-link img {
  max-width: 100%;
}
a.sso-provider-link:hover {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  opacity: 0.7;
}

.divider-text {
  border-bottom: 1px solid #dedede;
  width: 100%;
  line-height: 0.1em;
  margin: 30px 0px 30px;
  text-align: center;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.divider-text span {
  color: #03151E;
  background: #fff;
  padding: 0px 10px;
}
.plan-error {
    background-color: #EC7D78;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0px;
    display: none;
    font-weight: bold;
}
#login-pre-fetch-form h3,
#login-form h3, #ultimate-login-form h3 {
    background: url(/img/public/libib_logo_dark_blue.svg) no-repeat left center ;
    background-size: 65px auto;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}
#ultimate-login-form h3 {
    color: #AA618D;
    color: #004557;
    background: url(/img/public/libib_logo_ublue.svg) no-repeat left center ;
    background-size: 75px auto;
}
.callout.ultimate-privilege {
    background-color: #fee9f5;
    color: #cd75a8;
    border-color: #cd75a8;
    text-align: center;
    font-size: 18px;
    padding: 0px;
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 39.9375em) {
	#login-pre-fetch-form, #login-form, #register-form, #ultimate-login-form {
        margin: 30px auto 0px;
        padding: 15px;
    }
    #register-form {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #login-pre-fetch-form h3, #login-form h3, #ultimate-login-form h3 {
        font-size: 22px;
        background-size: 40px auto;
    }
    #plan-pricing-display {
        margin-bottom: 20px;
    }
    #register-submit {
        width: 100%;
    }
}
#register-callout {
    width: 460px;
    max-width: 90%;
    box-sizing: border-box;
    position: relative;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 7px 20px -8px rgba(27, 84, 112, 0.6), 0px -28px 15px -30px rgba(27, 84, 112, 0.2);
    margin: 0px auto 20px;
    display: block;
    background: white;
    padding: 20px 20px 5px;
    text-align: center;
}
.ultimate-access-tpl #register-callout {
    background: rgb(255, 252, 249);
}
#register-callout a {
    color: #0096B5;
}
#register-callout a:hover {
    text-decoration: underline;
}
/* END OLD REGISTRATION */


.register-plan-fieldset input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.register-plan-fieldset label {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 4px;
  box-shadow: 0px 2px 10px rgba(27, 84, 112, 0.3);
  text-transform: uppercase;
  font-weight: bold;
  width: 32%;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid transparent;
}
@media screen and (max-width: 979px) {
	.register-plan-fieldset label {
        width: 100%;
    }
}

.register-plan-fieldset label:nth-of-type(1),
.register-plan-fieldset label:nth-of-type(2) {
  margin-right: 10px;
}
.register-plan-fieldset label:hover {
    border: 1px solid #BAD7E3;
    background-color: #f8feff;
    box-shadow: 0px 1px 5px rgba(27, 84, 112, 0.2);
}
.register-plan-fieldset input[type="radio"]:checked + label {
    background-color:#4BC1D2;
    box-shadow: none;
    color: #fff;
}
.register-plan-fieldset input[type="radio"]:checked + label[for="register-pro"] {
    background-color: #0096B5;
    box-shadow: none;
    color: #fff;
}
.register-plan-fieldset input[type="radio"]:checked + label[for="register-ultimate"] {
    background-color: #03151E;
    box-shadow: none;
    color: #fff;
}
.register-plan-description {
  display: block;
  font-size: 14px;
  margin-top: .5rem;
  text-transform: none;
  font-weight: normal;
}
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: #fff;
}
.dark .switch-wrapper {
    background-color: #131313;
    border: #282828;
}
.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}
.switch-wrapper [type="radio"]:checked#register-monthly ~ label[for="register-monthly"],
.switch-wrapper [type="radio"]:checked#register-yearly ~ label[for="register-yearly"] {
  color: #FFFFFF;
}
.switch-wrapper [type="radio"]:checked#register-monthly ~ label[for="register-monthly"]:hover,
.switch-wrapper [type="radio"]:checked#register-yearly ~ label[for="register-yearly"]:hover {
  background: transparent;
}
.switch-wrapper
  [type="radio"]:checked#register-monthly
  + label[for="register-yearly"]
  ~ .highlighter {
  transform: none;
}
.switch-wrapper
  [type="radio"]:checked#register-yearly
  + label[for="register-monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}
.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}
.switch-wrapper label:hover {
  background: #eaeaea;
}
.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #4BC1D2;
  transition: transform 0.25s ease-in-out;
}

select#register-currency {
  font-size: 16px;
  background-color: #FFF;
  width: auto;
  border: 1px solid #dedede;
  height: 44px;
}
.dark select#register-currency {
    background-color: #131313;
    border: 1px solid #131313;
    color: #fff;
  }

#basic-agreement label {
  position: relative;
  padding-left: 25px;
  display: block;
}

#basic-agreement label input[type=checkbox] {
  position:absolute;
  top: 10px;
  left: 0px;
}

div.pro-only.gray-background .grid-x {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 40px 40px 20px;
}
form#upgrade-form, #change-plan-wrapper {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 40px 40px 20px;
}
.dark form#upgrade-form, .dark #change-plan-wrapper {
    background-color: #232323;
    border: 1px solid #282828;
}
#change-plan-wrapper {
    padding: 10px 40px 40px;
}
@media screen and (max-width: 39.9375em) {
    #register-currency {
        display: block;
        margin: 0px auto 20px;
    }
}



.login-tpl input[type="text"],
.login-tpl input[type="password"],
.login-tpl select,
.ultimate-access-tpl input[type="text"],
.ultimate-access-tpl input[type="password"],
.ultimate-access-tpl select {
    font-size: 18px;
    padding: 10px 20px;
    height: 50px;
    outline: none;
    box-shadow: none;
    border: 1px solid #BAD7E3;
    background-color: #f8feff;
}
.ultimate-access-tpl input[type="text"],
.ultimate-access-tpl input[type="password"],
.ultimate-access-tpl select {
    border: 1px solid #ffdcf0;
    border: 1px solid #c9e1e8;
    background: #fff;
}

.login-tpl select,
.ultimate-access-tpl select {
    background-position: right center;
}
.password-cell {
    position: relative;
}
.remember-me-cell {
    margin: 5px 5px 15px 5px;
}
.remember-me-cell label {
    font-size: 16px;
    text-align: right;
}
.remember-me-cell input[type="checkbox"] {
    margin: 0 0 1rem;
    height: 16px;
    width: 16px;
    top: 2px;
    position: relative;
}
#forgot-password {
    position: absolute;
    top: 13px;
    right: 40px;
    color: #0096B5;
}
#forgot-password:hover {
    text-decoration: underline;
}
.login-tpl ::-webkit-input-placeholder,
.ultimate-access-tpl ::-webkit-input-placeholder,
#trial-form ::-webkit-input-placeholder { /* Edge */
    color: #5e8396;
}
.login-tpl :-ms-input-placeholder,
.ultimate-access-tpl :-ms-input-placeholder,
#trial-form ::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #5e8396;
}

.login-tpl ::placeholder,
.ultimate-access-tpl ::placeholder,
#trial-form ::-webkit-input-placeholder {
    color: #5e8396;
}
.login-tpl label.pass-label,
.login-tpl label.email-label,
.ultimate-access-tpl label.pass-label,
.ultimate-access-tpl label.email-label {
    height: 0px;
}
.ultimate-access-tpl ::-webkit-input-placeholder {
    color: #CD75A8;
    color: #74a4b0;
}
.ultimate-access-tpl :-ms-input-placeholder {
    color: #CD75A8;
    color: #74a4b0;
}
.ultimate-access-tpl ::placeholder {
    color: #CD75A8;
    color: #74a4b0;
}

/* END LOGIN  */

/* CONTACT FORM */
.form-fields-wrapper {
    box-sizing: border-box;
    position: relative;
    border-radius: 10px 10px;
    box-shadow: 0px 5px 20px -8px rgb(27 84 112 / 60%);
    display: block;
    background: white;
    padding: 30px;
    margin-top: 40px;
}
.no-bots {
  background: url("/img/public/icons/no-robots.svg");
  background-color: #FFF;
  background-position: right 10px bottom 10px;
  background-size: 75px 75px;
  background-repeat: no-repeat;
}
.page-tpl form input[type="text"], .page-tpl form textarea, .page-tpl form input[type="password"], .page-tpl form select,
.home-tpl form input[type="text"], .home-tpl form textarea, .home-tpl form input[type="password"], .home-tpl form select,
.page-tpl form input[type="text"]:focus, .page-tpl form textarea:focus, .page-tpl form input[type="password"]:focus, .page-tpl form select:focus,
.home-tpl form input[type="text"]:focus, .home-tpl form textarea:focus, .home-tpl form input[type="password"]:focus, .home-tpl form select:focus {
    font-size: 18px;
    padding: 10px 20px;
    height: 50px;
    outline: none;
    box-shadow: none;
    border: 1px solid #BAD7E3;
    background-color: #f8feff
}
.page-tpl form textarea,
.home-tpl form textarea {
    min-height: 150px;
}
.login-tpl form input[type="text"]:disabled, .login-tpl form textarea:disabled, .login-tpl form input[type="password"]:disabled, .login-tpl form select:disabled,
.page-tpl form input[type="text"]:disabled, .page-tpl form textarea:disabled, .page-tpl form input[type="password"]:disabled, .page-tpl form select:disabled,
.home-tpl form input[type="text"]:disabled, .home-tpl form textarea:disabled, .home-tpl form input[type="password"]:disabled, .home-tpl form select:disabled {
    background: #f9f9f9;
    border: 1px solid #dedede;
}
/* END CONTACT FORM */

/* SITEMAP */
a.home-link {
    font-size: 2.5rem;
    font-weight: bold;
    color: #03151E;
    text-decoration: underline;
    padding: 5px 10px;
    border-radius: 5px;
}
a.home-link:hover {
    background: #03151E;
    color: white;
}
ul.sitemap-links li {
    list-style: none;
}
ul.sitemap-links li a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2em;
    position: relative;
    color: #03151E;
    text-decoration: underline;
    padding: 5px 5px 5px 40px;
    border-radius: 0px 5px 5px 0px;
}
ul.sitemap-links li a:hover {
    background: #03151E;
    color: white;
}
ul.sitemap-links li a:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: -8px;
    height: 30px;
    width: 30px;
    border-left: 1px dashed #666;
    border-bottom: 1px dashed #666;
}
/* END SITEMAP */

/* TRIAL */
form#trial-form {
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 20px -8px rgb(27 84 112 / 60%);
    display: block;
    background: white;
    padding: 30px;
    margin-top: -400px;
}
form#trial-form input[type="submit"] {
    margin-top: 20px;
}
h4.form-title {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 20px;
}
p.form-subtitle {
    font-size: 1.2rem;
    line-height: 1.4em;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #baddca;
    background: #f4fff9;
    color: #557464;
    margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
    form#trial-form {
        text-align: left;
        margin-top: -340px;
    }
    form#trial-form label {
        text-align: left;
    }
}
@media screen and (max-width: 39.9375em) {
    form#trial-form {
        text-align: left;
        margin-top: -220px;
        padding: 15px;
    }
    form#trial-form label {
        text-align: left;
    }
    form#trial-form #register-newsletter-label, form#trial-form #register-newsletter {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    form#trial-form #register-newsletter {
        height: 16px;
        width: 16px;
    }
}
/* END TRIAL */

/* PRICING */
.pricing-table {
	/* max-width: 90%;
	width: 960px; */
	margin: auto;
	margin-top: -400px;
}
@media screen and (max-width: 1023px) {
    .pricing-table {
        margin-top: -340px;
    }
}
.pricing-table-header {
	background: white;
	border-radius: 10px 10px 0px 0px;
	padding: 0px;
	text-align: left;
	/* box-shadow: 0px 10px 20px rgba(0,0,0,0.3); */
    box-shadow: 0px 10px 20px rgb(27 84 112 / 25%);
}
.pricing-table-header .cell {
    padding: 50px 30px 20px;
}
.pricing-table-header .sub-description {
	color: #03151E;
}
.pricing small {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.6em;
    color: #03151E;
    display: block;
    margin-top: 15px;
}
.key-features {
    padding: 15px 15px 5px 15px;
    background: #eaf3f4;
    border-radius: 10px;
    margin-bottom: 20px;
}
.key-features h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
.key-features ul li {
    font-size: 14px;
}
div.rotate {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 1px;
}
.pro-pricing-details, .ultimate-pricing-details {
	border-left: 1px solid #d7e7f1;
	position: relative;
}
.pricing-details-box.active {
    transform: scale(1.05);
    background: white;
    z-index: 200;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#pro-price .pricing-table-button {
    background: #0096B5;
}
#ultimate-price .pricing-table-button {
    background: #004557;
}
a.pricing-table-button:hover {
    opacity: 0.8;
}
a.pricing-table-button {
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
	.pro-pricing-details {
		border-top: 1px solid #d7e7f1;
	}
}

.pricing-table .pricing {
	border-bottom: none;
	padding-bottom: 0px;
	font-size: 30px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 25px;
    display: block;
    color: #0096B5;
    text-align: center;
    margin-top: 10px;
}
.button.pricing-table-button {
    font-size: 1.2em;
    padding: 12px 30px;
}
@media only screen and (max-width: 1050px) {
	.pricing-table .pricing {
		margin: 20px 0px;
		font-size: 32px;
	}
}
@media only screen and (max-width: 999px) {
	.pricing-table .pricing {
		font-size: 26px;
	}
}
@media only screen and (max-width: 800px) {
	.pricing-table .pricing {
		font-size: 25px;
	}
}
@media only screen and (max-width: 750px) {
	.pricing-table .pricing {
		font-size: 20px;
	}
	label#update-newsletter-label {
    font-size: 11px;
  }
}
.pricing-table tbody tr.platform-header td.base-color,
.pricing-table tbody tr.app-pt td.base-color,
.pricing-table tbody tr.kiosk-pt td.base-color {
    background-color: #d5ecef;
    color: #004e60;
    border-left-color: #d5ecef !important;
    border-bottom: none;
}
.pricing-table tbody tr.platform-header td.basic-color,
.pricing-table tbody tr.app-pt td.basic-color,
.pricing-table tbody tr.kiosk-pt td.basic-color {
    background-color: #4bc1d2;
    color: #fff;
    border-right-color: #4BC1D2;
    border-bottom: none;
}
.pricing-table tbody tr.platform-header td.pro-color,
.pricing-table tbody tr.app-pt td.pro-color,
.pricing-table tbody tr.kiosk-pt td.pro-color {
    background-color: #0096B5;
    color: #fff;
    border-right-color: #0096B5;
    border-bottom: none;
}
.pricing-table tbody tr.platform-header td.ultimate-color,
.pricing-table tbody tr.app-pt td.ultimate-color,
.pricing-table tbody tr.kiosk-pt td.ultimate-color {
    background-color: #004557;
    color: #fff;
    border-right-color: #004557;
    border-bottom: none;
}
.button.pro-color-button {
    background: #0096B5;
}
.button.ultimate-color-button {
    background: #03151E;
}
.see-full-list a {
    color: white;
    display: block;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #0096B5;
    border-radius: 0px 0px 10px 10px;
    text-decoration: none !important;
    box-shadow: inset 0px 6px 12px rgb(27 84 112 / 50%);
    transition: background 0.3s ease-in-out;
}
.see-full-list a:hover {
    background: #007992;

}
.see-full-list a.active {
    border-radius: 0px;
    background: #006d83;
}
.see-full-list a.active:hover {
    border-radius: 0px;
    background: #007992;
}
.page-tpl #basic-overlay,
.page-tpl #pro-overlay,
.page-tpl #ultimate-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background: #f2fdff;
    z-index: 100;
    display: none;
}
.page-tpl .explore-plan-overlay {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    padding: 30px;
    width: 100%;
    max-width: 1170px;
    background: #fff;
    box-shadow:  0px 30px 60px rgb(27 84 112 / 50%);
    border-radius: 20px;
}
@media screen and (max-width: 1170px) {
    .page-tpl .explore-plan-overlay {
	    max-width: 90%;
    }
}
.explore-price {
    border: 1px solid #4AAF79;
    color: #03151E;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #eafff4;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    /* padding-left: 65px; */
    /* background-image: url(/img/library/icons/icon-callout-primary.svg); */
    /* background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 25px auto; */
}
.explore-price span {
    color: #327f56;
}
.explore-price small {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cee7da;
    display: block;
}
a.explore-close {
    margin-left: 15px;
    border-radius: 100px;
    font-size: 30px;
    color: #03151E;
    border: 1px solid #dedede;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 42px;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}
a.explore-close:hover {
    opacity: 0.7;
    background: #f6f6f6;
}
.explore-box {
    border-radius: 10px;
    background-color: #eaf3f4;
    height: 220px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #4BC1D2;
}
.explore-short {
    border-radius: 10px;
    background-color: #eaf3f4;
    height: auto;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #4BC1D2;
}
.explore-catalog {
    background: url('/img/public/pricing-table/features/catalog-image.jpg') no-repeat top -35px center;
    background-size: cover;
}
.explore-collection {
    background: url('/img/public/home/mixed-media-blue.jpg') no-repeat bottom -60px center;
    background-size: cover;
}
.explore-sync {
    background: url('/img/public/home/cloud.jpg') no-repeat right -30px center;
    background-size: 125%;
}
.explore-data {
    background: url('/img/public/pricing-table/features/dashboard-data.webp') no-repeat center center;
    background-size: cover;
}
.explore-lending {
    background: url('/img/public/pricing-table/features/explore-lending.jpg') no-repeat center center;
    background-size: cover;
}
.explore-publish {
    background: url('/img/public/pricing-table/features/explore-publish.webp') no-repeat top center;
    background-size: cover;
}
.explore-batch {
    background: url('/img/public/pricing-table/features/explore-batch.webp') no-repeat center bottom;
    background-size: cover;
}
.explore-training {
    background: url('/img/public/pricing-table/features/explore-training.jpg') no-repeat top center;
    background-size: cover;
}
.explore-invoice {
    background: url('/img/public/pricing-table/features/explore-quote.jpg') no-repeat top center;
    background-size: cover;
}
.explore-ultimate {
    background: url('/img/public/pricing-table/features/explore-ultimate.jpg') no-repeat top center;
    background-size: cover;
}
.explore-features {
    background: url('/img/public/pricing-table/features/explore-features.jpg') no-repeat center center;
    background-size: cover;
}
.feature-text {
    font-weight: bold;
    font-size: 22px;
    width: 90%;
    position: absolute;
    bottom: -10px;
    text-align: center;
    left: 5%;
    right: 5%;
    padding: 15px;
    background: #ffffff80;
    backdrop-filter: blur(30px);
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 6px 10px rgb(27 84 112 / 50%);
    border-radius: 5px;
    color: #03151E;
}
.feature-line {
    color: #014e60;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.feature-icon {
    width: 70px;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 20px;
}
.feature-inline-icon {
    display: inline-block;
}
.stars-icon {
    text-align: center;
}
.stars-icon .feature-inline-icon {
    width: 40px;
    height: auto;
    margin-top: 20px;
}
.stars-icon .feature-line {
    margin-top: 30px;
}
.csv-icon .feature-icon {
    width: 50px;
    margin-top: 20px;
}
.csv-icon .feature-line,
.explore-support .feature-line,
.explore-sso .feature-line,
#ultimate-overlay .explore-managers .feature-line {
    margin-top: 10px;
}
.explore-managers .feature-icon {
    width: 80px;
}
.explore-barcodes .feature-icon,
.explore-edit .feature-icon {
    width: 60px;
}
.explore-automatic-data .feature-line {
    margin-top: 15px;
}

.pricing-table table {
	border-collapse: separate;
	border-spacing: 0px;
	table-layout: fixed;
	width: 100%;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 10px 20px rgb(27 84 112 / 25%);
    display: none;
}
.pricing-table tr.prices td {
	vertical-align: bottom;
}
.pricing-table table td {
	color: #03151E;
	border-bottom: 1px solid #f7fbfd;
	border-top: none;
}
tr.rounded-table {
	border-radius: 0px 0px 10px 10px;
	height: 20px;
}
td.r-first {
	border-radius: 0px 0px 0px 10px;
}
tr.rounded-table td:nth-child(2) {
	background: #f7fbfd;
}
td.r-last {
	border-radius: 0px 0px 10px 0px;
	background: #f7fbfd;
}
.pricing-table table tbody td {
	border-right: 1px solid #d7e7f1;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px dashed #d7e7f1
}
.pricing-table table thead tr th,
.pricing-table table thead tr td {
	background: white;
}
.pricing-table tbody tr.platform-header td {
	background: #d5ecef;
    /* d7e7f1 */
	color: #004e60;
	font-size: 18px;
	font-weight: bold;
}
.pricing-table tbody tr.platform-header td:first-child {
	font-size: 20px;
	font-weight: bold;
	/* background: #4bc1d2;
	color: white; */
	font-weight: bold;
	border-right: 1px solid #4bc1d2;
	border-left: 1px solid #4bc1d2;
	border-top: none;
	border-bottom: none;
}
/* .pricing-table tbody tr.app-pt td {
	background: #d5ecef;
	border-right: 1px solid #d5ecef;
	border-left: 1px solid #d5ecef;
} */
/* tr.app-pt td {
	background: #0096B1;
} */
/* .pricing-table tbody tr.kiosk-pt td {
	background: #d5ecef;
	border-right: 1px solid #d5ecef;
	border-left: 1px solid #d5ecef;
}
.pricing-table tbody tr.app-pt td:first-child {
	background: #0096AD;
	border-right: 1px solid #0096AD;
	border-left: 1px solid #0096AD;
}
.pricing-table tbody tr.kiosk-pt td:first-child {
	background: #004557;
	border-right: 1px solid #004557;
	border-left: 1px solid #004557;
} */
tr.kiosk-pt td {
	background: #160B2A;
}
tbody tr.web-cells,
tbody tr.app-cells,
tbody tr.kiosk-cells {
	background: #f7fbfd;
}
tbody tr.app-cells td:first-child {
	border: 1px dashed #d5ecef;
}
.pricing-table tbody tr td:first-child {
	text-align: left;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px dashed #d5ecef;
	border-right: 1px solid #d5ecef;
	border-left: 1px solid #d5ecef;
	background: #fff;
	box-shadow: inset -10px 0px 15px -15px rgba(0,0,0,0.4);
}
.pricing-table td a {
    color: #03151E;
    text-decoration: underline;
}
body .pricing-table tbody tr td.link {
    background-image: url(/img/public/icons/external-link.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: 13px auto;
    background-position: right 16px center;
}
body .pricing-table tbody tr td.hover {
    position: relative;
    cursor: pointer;
    background-image: url(/img/public/icons/hover-info.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: 18px auto;
    background-position: right 15px center;
}
.pricing-table td.hover:hover:after {
    content: attr(data-hover);
    padding: 8px;
    color: white;
    background-color: #006d83;
    position: absolute;
    left: 10px;
    top: 80%;
    z-index: 10;
    border: none;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}
.pricing-table span.check, .pricing-table span.uncheck {
	display: block;
	text-indent: -99999px;
	height: 22px;
	width: auto;
	background: url(/img/public/pricing-table/table-check.svg) no-repeat center center;
	background-size: 22px auto;
}
.pricing-table span.uncheck {
	height: 22px;
	width: auto;
	background: url(/img/public/pricing-table/table-uncheck.svg) no-repeat center center;
	background-size: 22px auto;
}
@media only screen and (max-width: 599px) {
	.pricing-table tbody tr.platform-header td:first-child,
	.pricing-table tbody tr.platform-header td {
		font-size: 14px;
	}

	.pricing-table tbody tr td:first-child {
		padding: 10px;
		font-size: 12px;
	}
	.pricing-table table tbody td {
		padding: 10px;
	}

	a.jump-btn.pricing-signup {
		margin: 0px 0px 20px;
	}
	.pricing-table span.check, .pricing-table span.uncheck {
		display: block;
		text-indent: -99999px;
		height: 18px;
		width: auto;
		background: url(/img/public/pricing-table/table-check.svg) no-repeat center center;
		background-size: 18px auto;
	}

	.pricing-table span.uncheck {
		height: 18px;
		width: auto;
		background: url(/img/public/pricing-table/table-uncheck.svg) no-repeat center center;
		background-size: 18px auto;
	}
}
.sub-icon {
	padding-left: 70px;
}
.ultimate-sub-icon {
	background: url(/img/public/pricing-table/standard-icon-ultimate.png) no-repeat left center;
	background-size: 50px auto;
    image-rendering: -webkit-optimize-contrast;
}
.pro-sub-icon {
	background: url(/img/public/pricing-table/standard-icon-pro.png) no-repeat left center;
	background-size: 50px auto;
    image-rendering: -webkit-optimize-contrast;
}
.standard-sub-icon {
	background: url(/img/public/pricing-table/standard-icon.png) no-repeat left center;
	background-size: 50px auto;
    image-rendering: -webkit-optimize-contrast;
}
.sub-wrapper {
	border-radius: 20px;
	margin: 0px auto;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	background: white;
	position: relative;
	z-index: 1;
}
.sub-column {
	padding: 0px;
}
.standard-column {
	margin: 0px 0px 0px;
}
.pro-column {
	margin: 0px 0px 0px;
	border-left: 1px solid #d7e7f1;
}
.sub-summary {
	padding: 40px 60px 40px;
	position: relative;
}
.discount-notification {
	font-size: 13px;
	margin-right: 20px;
	position: absolute;
	font-weight: bold;
	background: #92CFAF;
	top: 0px;
    border-radius: 0px 0px 0px 0px;
	left: -1px;
	color: #286544;
	padding: 8px 20px 8px 20px;
	z-index: 10;
}
.discount-notification:after{
  content:"";
  height:0;
  width: 0;
  top:0px;
  right: -35px;
  position: absolute;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 34px solid transparent;
  z-index: 0;
}
.discount-notification:before{
  content:"";
  height:0;
  width: 0;
  top: 0px;
  right: -35px;
  position: absolute;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #92CFAF;
  z-index: -1;
}
.pricing-body .discount-notification {
	font-size: 12px;
	position: absolute;
	font-weight: 600;
	background: #F7FBFD;
	background: #fff;
	top: auto;
	bottom: 10px;
	right: 0px;
	left: 0px;
	margin-left: 0px;
	color: #555;
	padding: 10px 20px;
	z-index: 10;
	box-shadow: none;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	/* border-top: 1px solid #D3E7EF; */
}
@media only screen and (max-width: 640px) {
	.pricing-body .discount-notification {
		border-radius: 0px;
	}
}
.pricing-body .discount-notification:after{
  content:"";
  height:0;
  width: 0;
  top:0px;
  left: -32px;
  position: absolute;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 32px solid transparent;
  z-index: 0;
}
.pricing-body .discount-notification:before{
  content:"";
  height:0;
  width: 0;
  top:0px;
  left:-32px;
  position: absolute;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 32px solid transparent;
  z-index: -1;
}
.pricing-table h3 {
	margin-bottom: 0px;
    font-weight: bold;
	color: #03151E;
	font-size: 30px;
}
.sub-description {
	font-size: 18px;
	color: #FF6355;
	font-weight: 400;
}
@media screen and (max-width: 39.9375em) {
    .pricing-table {
        margin-top: -260px;
    }
    .pricing-table-header .cell:first-child {
        padding: 30px 30px 20px;
    }
    .discount-notification {
        border-radius: 0px;
    }
}
.row.sub-wrapper {
	max-width: 90%;
}
.specs-row.row {
	color: #404040;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
	display: block;
	padding: 30px;
	background: #f7fbfd;
	margin: 0px;
	position: relative;
	z-index: 1;
}
.table-color {
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #f7fbfd;
    height: 100px;
	border-radius: 0px 0px 20px 20px;
}
@media only screen and (max-width: 599px) {
	.sub-wrapper {
		border-radius: 0px;
	}
	.table-color {
		border-radius: 0px;
	}
}
.pro-column .specs-row.row {
	border-radius: 0px 0px 20px 0px;
}
.standard-column .specs-row.row{
	border-radius: 0px 0px 0px 20px;
}
ul.features-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}
.features-list li {
	padding-left: 30px;
	margin: 0px;
	background: url(/img/public/pricing-table/plus-list.svg) no-repeat left 15px;
	background-size: 20px auto;
}
.features-list li span {
	display: block;
	padding: 14px 0px;
	margin: 0px;
	border-bottom: 1px solid #d7e7f1;
	color: #004560;
	font-weight: 400;
}
.features-list li:last-child span {
	border-bottom: none;
}
@media only screen and (max-width: 999px) {
	.sub-icon {
		padding-left: 0px;
		padding-top: 60px;
	}
    .ultimate-sub-icon {
		background: url(/img/public/pricing-table/standard-icon-ultimate.png) no-repeat left top;
		background-size: 50px auto;
	}
	.pro-sub-icon {
		background: url(/img/public/pricing-table/standard-icon-pro.png) no-repeat left top;
		background-size: 50px auto;
	}
	.standard-sub-icon {
		background: url(/img/public/pricing-table/standard-icon.png) no-repeat left top;
		background-size: 50px auto;
	}
	a.ghost.learn-pro {
		margin-top: 20px;
	}
	.specs-row.row {
		padding: 30px 10px;
	}
	.sub-summary {
		padding: 60px 30px 40px;
	}
}
.feature-row h4 {
    line-height: 1.2em;
    margin-bottom: 20px;
}
.feature-row p {
    margin-bottom: 0px;
}
.sitemap-body .primary ul {
    text-align: left;
    border-left: 3px solid #dedede;
    padding-left: 20px;
}
.sitemap-body .primary ul li {
    list-style: inside;
    list-style: none;
}
.sitemap-body .primary ul li ul {
    border-left: 3px solid #f6f6f6;
    margin-top: 20px;
}
.feature-row {
    /* margin-top: 50px;
    padding-top: 50px; */
    /* border-top: 1px solid #BAD7E3; */
}
.feature-row .cell {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 10px 20px rgb(27 84 112 / 15%);
    margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
	.feature-row .cell {
        padding: 20px;
    }
}
.hp-icon {
    width: 40px;
    height: auto;
    margin-bottom: 20px;
}
.hp-callout a.ghost {
    border-radius: 50px;
    padding: 5px 30px;
    margin-top: 15px;
}
a#free-btn {
    background: #4BC1D2;
    border: 1px solid #4BC1D2;
}
a#free-btn:hover {
    background: rgba(96, 193, 212, 0.3);
    color: #404040;
}
a#pro-btn:hover {
    color: #404040;
}
.hp-callout span {
    color: #666;
    margin: 0px 20px;
}
.pricing-body .subtitle a.ghost {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
a#free-inline {
    background: rgb(96, 193, 212);
    border: 1px solid rgb(96, 193, 212);
}
a#free-inline:hover {
    color: rgb(96, 193, 212);
    background: rgba(96, 193, 212,0.3);
}
/* END PRICING */

/* 403 404 */
body.four-o-four,
body.four-o-three {
    overflow: hidden;
}
.four-o-four-image,
.four-o-three-image {
    position: relative;
    top: -120px;
}
.four-o-four-image img,
.four-o-three-image img {
    height: 100%;
    height: 100vh;
    width: auto !important;
    margin: auto !important;
    display: block;
}
body.find_page {
    background: #fff;
}
body.space2 {
    background: #2d2d2d;
}
body.space1 {
    background: #00233b;
}
body.detective {
    background: #ef6257;
}
body.lotr {
    background: #2b2b2b;
}
body.bouncer {
    background: #f9d692;
}
body.savage {
    background: #4BC1D2;
}
body.kraken {
    background: #03151E;
}
/* DONATE */
.donate-option {
    background: #f3fbfc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #BAD7E3;
}
.donate-image:hover {
    opacity: 0.7;
}
.donate-bg {
    padding: 20px 20px 0px 20px;
    background: white;
    box-shadow: 0px 25px 100px rgb(27 84 112 / 15%);
    border-radius: 10px;
}
/* END DONATE */

/* ULTIMATE */
#ultimate-blurb {
    background-image: url(/img/public/icons/icon-district.svg);
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #CD75A8;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    padding: 20px;
    padding-left: 85px;
    box-shadow: 0px 5px 20px -8px rgba(27, 84, 112, 0.6);
}
#ultimate-blurb a  {
    font-weight: bold;
    text-decoration: underline;
    color: white;
    padding: 3px 5px;
}
#ultimate-blurb a:hover {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}
#ultimate-blurb a.button.white {
    text-decoration: none;
    background: white;
    color: #03151E;
}
.ultimate-modal {
  max-width: 1800px;
  background: #FFFFFF;
  width: auto;
  z-index: 2050;
  position: absolute;
  margin: auto;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
  .ultimate-modal-inner {
    height: 100%;
    overflow:auto;
    padding: 25px;
  }
  .ultimate-modal .current-managers-for-account select {
    margin: 0px;
  }
  .ultimate-modal .button {
    margin: 0px;
  }
  .ultimate-modal form#add-manager-form {
      width: 100%;
      max-width: 100%;
      margin: 0px auto;
  }
  .ultimate-modal table tr td:last-child {
    text-align: right;
  }
  .ultimate-modal h4.account-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 94%;
  }

  @keyframes flash {
    0% {
      background-color: #f6f6f6;
    }
    100% {
      background-color: #FFF;
    }
  }

  .flash-grey {
    animation: flash 2s forwards;
    color: #000;
  }
  .ultimate-hero section.splide {
    padding-bottom: 50px;
  }
  .ultimate-hero .splide__track {
    box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    background: #004557;
  }
  .ultimate-outline {
    border: 1px solid #004557;
    border-radius: 10px;
    padding: 30px;
  }

.ultimate-outline ul li {
    font-size: 20px;
    padding: 10px 0px 10px 40px;
    list-style: none;
    background: url(/img/public/pricing-table/table-check-ab.svg) no-repeat left center;
    background-size: 20px auto;
    line-height: 1.2 em;
}
.white-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.7);
    padding: 30px;
    margin-bottom: 60px;
}
h3.ultimate-pricing {
    color: #0096B5;
    border-radius: 10px;
    border: 3px solid #0096B5;
    padding: 30px;
}
.case-study-link {
    display: block;
    max-width: 320px;
    margin: auto;
    cursor: pointer;
}
.case-study-link img {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    border: 2px solid #4BC1D2;
}
.case-study-link:hover img {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.title-section {
    padding-top: 100px;
}
.hero-slider {
    padding-top: 0px;
    padding-bottom: 100px;
}
#ultimate-features-section
p.lead {
    font-size: 1.4rem;
    margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
    .section .ultimate-hero .splide__slide img {
        max-width: 100% !important;
    }
    h3.ultimate-pricing {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 39.9375em) {
	.title-section {
        padding-top: 60px;
    }
    .hero-slider {
        padding-bottom: 60px;
    }
    .button.large.outline-white {
        font-size: 18px;
    }
    #ultimate-features-section
    p.lead {
        font-size: 18px;
        margin-bottom: 40px;
    }
    h3.ultimate-pricing {
        font-size: 1.5rem;
    }
}