/* 
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
*/
/* add sorting icons to gridview sort links */
/* align the logout "link" (button in form) of the navbar */
/* CSS for the address bar and search bar */
/* CSS for the main content area */
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

.navbar-brand {
  font-weight: bold;
  font-size: 18px;
  margin-right: 35px;
}

.navbar-brand span {
  margin-left: 5px;
  color: #0e0f1b;
  position: relative;
  bottom: -1px;
}

.text-bg-trial {
  font-size: 14px;
  color: #812828;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #F3A6A6;
}

.text-bg-premium {
  font-size: 14px;
  color: #84561D;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #FBDF8D;
}

.signup-form {
  box-shadow: 0 12px 48px rgba(26, 33, 52, 0.11);
  border-radius: 0.5rem;
}

.btn-oauth {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  color: #4d536e;
}

.btn-oauth:hover {
  background-color: #f1f1f1;
  border: 1px solid #eee;
}

.btn-oauth img {
  vertical-align: middle;
  height: 18px;
  margin-top: -4px;
  margin-right: 5px;
}

.btn-wide {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.btn-header {
  color: #fff;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 10px;
  font-weight: bold;
}

.btn-header i {
  margin-right: 5px;
}

.btn-header:hover {
  color: #f1f1f1;
}

header {
  border-bottom: 1px solid #cdd1dc;
}

section {
  padding: 100px 0;
}

.plans {
  margin-top: 40px;
  border: 1px solid #cdd1dc;
  border-radius: 8px;
  background-color: #fff;
}

.plan {
  padding: 60px;
}

.plan-q {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #6D758D;
}

.plan-name {
  font-size: 29px;
  line-height: 38px;
  font-weight: bold;
}

.plan-desc {
  color: #0E101A;
  font-size: 16px;
  line-height: 22px;
}

.plan-price {
  color: #0E101A;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}

.plan-price-line {
  color: #6D758D;
  font-size: 16px;
}

.plan-feature {
  color: #0E101A;
  font-size: 16px;
  margin: 5px 0;
}

.plan-feature i {
  margin-right: 8px;
  color: #05735a;
}

.plans-border-left {
  border-left: 1px solid #cdd1dc;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3rem;
}

.section-subheading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 2.5rem;
}

.section-content {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.75rem;
}

.how {
  background-color: #f9faff;
}

.why {
  background-color: #f9faff;
}

.signup {
  background-color: #f9faff;
}

.dark {
  background-color: #333954;
}

.faq {
  background: #fff;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.hero .sub-headline {
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
}

footer {
  background-color: #f0f2fc;
}

footer a {
  color: #333;
}

footer p {
  color: #555;
}

footer .social {
  font-size: 24px;
}

footer .social span {
  font-size: 14px;
}

footer .social a {
  margin: 5px;
  color: #a8a5a0;
}

footer .social a:hover {
  color: #817f7c;
}

footer .copy {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.menu-profile {
  padding: 5px 15px;
  font-size: 12px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a.asc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.nav li>form>button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.nav>li>form>button.logout:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  outline: none;
}

.nav>li>form>button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.browser-tabs {
  background-color: #DFE1E5;
  height: 40px;
  padding-left: 50px;
}

.browser-tab {
  padding: 4px 25px 3px 15px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin: 10px 5px 0;
  font-size: 14px;
  position: relative;
}

.browser-tab.active {
  background-color: #fff;
}

.tab-icon {
  width: 20px;
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 6px;
}

.tab-name {
  margin-right: 10px;
}

.tab-close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.arrow-top {
  position: fixed;
  top: -40px;
  right: 80px;
  z-index: 0;
  display: none;
}

.arrow-top img {
  width: 250px;
}

.browser-tab-action {
  border-left: 1px solid #8C8E92;
  margin: 15px 0 5px 0;
  padding-left: 15px;
  font-size: 14px;
}

.browser-window {
  width: 800px;
  margin: 0 auto;
  height: 600px;
  border: 1px solid #dbdcdd;
  border-radius: 4px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.browser-window .browser-header {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #dbdcdd;
}

.browser-window .browser-header .browser-search {
  flex-grow: 1;
  margin-left: 10px;
  position: relative;
}

.browser-window .browser-header .browser-search .browser-lock {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 11px;
}

.browser-window .browser-header .browser-search .browser-share {
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 11px;
}

.browser-window .browser-header .browser-search .browser-star {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 11px;
}

.browser-window .browser-header .browser-search input {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 15px 5px 30px;
  border: none;
  outline: none;
  background-color: #f1f3f4;
  color: #1f2123;
  border-radius: 10px;
  height: 30px;
}

.browser-window .browser-header .browser-nav {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.browser-window .browser-header .browser-nav .browser-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 26px;
  height: 26px;
  color: #5e6368;
  text-align: center;
}

.browser-window .browser-header .browser-nav .browser-nav-item img {
  width: 18px;
  height: 18px;
}

.browser-window .browser-header .browser-nav .browser-nav-item:hover {
  background-color: #EDEDEE;
  border-radius: 50%;
}

.browser-window .browser-header .browser-nav .browser-nav-item.not-active {
  color: #bdbfc1;
}

.browser-window .browser-header .browser-nav .browser-nav-item.active {
  background-color: #EDEDEE;
  border-radius: 50%;
}

.browser-window .browser-header .browser-nav .browser-nav-item.focus {
  background-color: #E1E1E2;
}

.browser-window .browser-body {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  position: relative;
}

.browser-end-screen {
  display: none;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.browser-end-screen ol li {
  padding: 8px 0;
  font-size: 16px;
}

.browser-ext-icon {
  position: relative;
}

.browser-ext-icon .browser-cursor {
  position: absolute;
  bottom: -100px;
  display: none;
  right: 0;
  z-index: 1000;
}

.browser-ext-popup {
  width: 270px;
  height: 150px;
  border: 1px solid #dbdcdd;
  background: #fff;
  position: absolute;
  right: 110px;
  top: 0;
  padding: 10px;
  display: none;
}

.browser-extensions {
  position: relative;
}

.browser-extensions .browser-cursor {
  position: absolute;
  bottom: -150px;
  display: none;
  right: 100px;
  z-index: 1000;
}

.browser-extensions-popup {
  width: 250px;
  border: 1px solid #dbdcdd;
  background: #fff;
  position: absolute;
  right: 90px;
  top: 0;
  padding: 10px;
  display: none;
}

.browser-extensions-popup img {
  vertical-align: top;
}

.browser-extensions-popup span {
  font-size: 14px;
}

.browser-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
}

.browser-pin-extension.active {
  color: #1E66E1;
}

.skeleton-icon {
  width: 20px;
  height: 20px;
  background-color: #ADAFBA;
  border-radius: 4px;
}

.skeleton-name {
  width: 100%;
  height: 10px;
  background-color: #DEDEE0;
  border-radius: 6px;
  margin-top: 5px;
}

.how-step {
  position: relative;
  width: 30px;
  height: 50px;
}

.how-step span {
  font-weight: bold;
  color: #86e7d1;
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 50px;
  line-height: 1;
  margin: 0 auto;
}

.how-step span:last-child {
  color: #0e0f1b;
  font-size: 50px;
  left: 4px;
  top: 0px;
}

.platform-item {
  width: 70px;
  height: 70px;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.platform-item img {
  min-width: 50px;
  height: auto;
}

.platform-request {
  width: 140px;
  height: 70px;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.faq-card {
  border: 1px solid #e7e9f5;
  border-radius: 8px;
  color: #0e101a;
  margin-bottom: 8px;
  padding: 24px;
  font-size: 18px;
}

.faq-card div:first-child {
  font-weight: bold;
}

.benefits {
  font-size: 20px;
}

.benefit-icon {
  margin-right: 20px;
  position: relative;
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.benefit-icon i {
  color: #86e7d1;
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 40px;
  margin: 0 auto;
}

.benefit-icon i:last-child {
  color: #0e0f1b;
  font-size: 40px;
  left: 4px;
  top: 0px;
}

.connect-icon {
  position: relative;
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.connect-icon i {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 40px;
  margin: 0 auto;
}

.connect-icon i:last-child {
  color: #86e7d1;
  font-size: 40px;
  left: 4px;
  top: 0px;
}

.benefit-label {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.75rem;
  margin: 0;
  color: #0e101a;
  margin-top: 10px;
}

.school nav {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  width: auto;
  margin: 20px 0;
}

.school nav ol {
  padding-bottom: 0;
  margin-bottom: 0;
}

.school nav ol a {
  text-decoration: none;
  color: #575757;
}

.school nav ol a:hover {
  text-decoration: underline;
}

.help-post nav {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  width: auto;
  margin: 20px 0;
}

.help-post nav ol {
  padding-bottom: 0;
  margin-bottom: 0;
}

.help-post nav ol a {
  text-decoration: none;
  color: #575757;
}

.help-post nav ol a:hover {
  text-decoration: underline;
}

.help-post .help-content {
  font-size: 18px;
  line-height: 1.6;
}

.help-post .help-content img {
  max-width: 100%;
}

.help-post .help-related li {
  margin-bottom: 5px;
}

.help-post .help-related li a {
  font-size: 14px;
  text-decoration: none;
}

.help-post .help-related li a:hover {
  text-decoration: underline;
}

.help-categories {
  list-style: none;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}

.help-categories li {
  margin-bottom: 20px;
}

.help-categories li a {
  text-decoration: none;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  color: #575757;
}

.help-categories li a .help-icon {
  position: absolute;
  left: 0;
  width: 30px;
  font-size: 20px;
}

.help-categories li a .help-icon i {
  color: #86e7d1;
  position: absolute;
  left: -2px;
  top: 7px;
}

.help-categories li a .help-icon i:last-child {
  color: #0e0f1b;
  left: 0px;
  top: 5px;
}

.help-categories li.active a {
  font-weight: bold;
}

.help-item-card {
  height: 140px;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  border-left: 4px solid #ccc;
}

.help-item-card .help-item-name {
  display: block;
  color: #0e0f1b;
  letter-spacing: 0.005em;
  font-size: 18px;
  line-height: 1.6;
}

.help-item-card .help-item-link {
  display: block;
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}

.help-item-card:hover {
  border-left-color: #59c09d;
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.16);
}

.help-category {
  text-align: center;
  color: #2E3543;
  margin-bottom: 30px;
}

.help-category a {
  text-decoration: none;
  color: #2E3543;
  padding: 20px;
  display: block;
  width: 100%;
}

.help-category a:hover {
  background-color: #f1f1f1;
  border-radius: 6px;
}

.help-category .help-name {
  color: #2E3543;
  font-size: 21px;
  margin-bottom: 20px;
  padding-left: 120px;
  padding-top: 20px;
}

.help-category .help-icon {
  position: relative;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.help-category .help-icon i {
  color: #86e7d1;
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 70px;
  margin: 0 auto;
}

.help-category .help-icon i:last-child {
  color: #0E101A;
  font-size: 70px;
  left: 4px;
  top: 0px;
}

.payment-card {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.payment-card .payment-type-name {
  font-weight: bold;
}

.members-count {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.members {
  border: 1px solid #E2E2E3;
  border-radius: 6px;
  padding: 10px;
}

.members .summary {
  display: none;
}

.members table {
  margin-bottom: 0px;
}

.members table thead {
  background-color: #F8FAFE;
}

.members table thead tr {
  padding: 5px 0;
}

.members table thead tr th {
  color: #96A8E7;
}

.members table thead tr th a {
  color: #24263D;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-right: 1px solid #CDD0E2;
}

.members table thead tr th:last-child a {
  border-right: 0;
}

.members table tr,
.members table th,
.members table td {
  border: 0;
}

.members table tr {
  cursor: pointer;
  border-bottom: 1px solid #EAEDF6;
}

.members table tr td {
  padding: 10px;
}

.members table tr:hover {
  background: #F0F1FA;
}

.members table tr:last-child {
  border-bottom: 0;
}

.school-request {
  background-color: #f9faff;
  border-top: 5px solid #86e7d1;
}

.onboarding-step {
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  padding: 40px;
  border: 1px solid #f1f1f1;
}

.page h2 {
  font-weight: bold;
  font-size: 18px !important;
}

.page h3 {
  font-weight: bold;
}

.platform-card {
  display: block;
  align-content: center;
  align-items: flex-start;
  -moz-column-gap: 1rem;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 1rem;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  margin-bottom: 20px;
  min-height: 105px;
  border: 1px solid #f1f1f1;
}

.platform-card:hover {
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.16);
  color: #000;
}

.platform-card-logo {
  display: flex;
  width: 50px;
}

.platform-card-logo img {
  width: 50px;
}

.platform-card-name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: bold;
}

.platform-card-types {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #555;
  font-size: 14px;
}

.platform-card-types .platform-card-type {
  margin-right: 20px;
}

.platform-card-types .platform-card-type i {
  color: #ccc;
}

.page-content {
  font-size: 16px;
  line-height: 1.65;
  max-width: 650px;
}

.platform-card-tags {
  margin-top: 5px;
  display: block;
}

.platform-card-tag-new {
  background-color: #dce7e4;
  color: #438952;
  padding: 3px 6px;
  font-size: 11px;
  border-radius: 4px;
}

.platform-card-tag-update {
  background-color: #fae8d6;
  color: #e44232;
  padding: 3px 6px;
  font-size: 11px;
  border-radius: 4px;
}

.platform-request-block {
  background-color: #fafafa;
  padding: 20px;
  text-align: center;
  max-width: 600px;
  margin: 30px auto 0;
  border-radius: 4px;
}

.platform-request-block a {
  color: #333;
}

.platform-request-block a:hover {
  text-decoration: none;
}

.platform-filters {
  margin-top: 10px;
}

.platform-filters li {
  margin-bottom: 5px;
}

.platform-filters li a {
  border-radius: 4px;
  padding: 8px 25px;
  display: block;
  text-decoration: none;
  color: #575757;
}

.platform-filters li a:hover {
  background-color: #f0f2fc;
}

.platform-filters li a.active {
  background-color: #f0f2fc;
  font-weight: bold;
}

.integration-steps .integration-step {
  padding: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #cdd1dc;
  border-radius: 6px;
  font-size: 18px;
}

.integration-steps .integration-step i {
  color: #95928e;
  font-size: 22px;
}

.integration-steps .integration-step span {
  font-weight: normal;
  color: #95928e;
}

.ez-calculator .form-group label {
  font-weight: bold;
  margin-bottom: 10px;
}

.ez-calculator .options {
  background-color: #edf5ff;
  padding: 20px;
  border-radius: 6px;
}

.ez-calculator .options .options-head {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.ez-calculator .ez-calculator-action {
  background: #f9faff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.ez-calculator .ez-calculator-action .ez-calculator-result {
  margin-top: 40px;
}

.ez-calculator .ez-calculator-action .ez-calculator-result .result-content {
  font-size: 60px;
  line-height: 1;
}

.ez-calculator .ez-calculator-action .ez-calculator-result .result-head {
  font-weight: bold;
  margin-bottom: 10px;
}

.ez-calculator .ez-calculator-table {
  margin-top: 20px;
}

.ez-calculator .ez-calculator-table .table-head {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.ez-calculator .ez-calculator-table table {
  text-align: center;
}

.ez-calculator .ez-calculator-table table thead {
  background-color: #f9faff;
}

.ez-calculator .ez-calculator-table table thead th {
  padding: 10px;
}

.ez-calculator .ez-calculator-howto {
  margin-top: 47px;
  border-radius: 6px;
  color: #333;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 14px;
}

.ez-calculator .ez-calculator-howto h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.ez-calculator .ez-calculator-howto ul {
  margin-bottom: 0;
}

.ez-calculator .ez-calculator-howto ul li {
  margin-bottom: 5px;
}

.ez-calculator .ez-content h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.ez-calculator .ez-content .tab-pane {
  padding: 30px 20px 20px;
  border: 1px solid #dee2e6;
  border-top: 0;
  margin-top: -1px;
}

.ez-calculator .ez-content .tab-pane table thead {
  background-color: #f9faff;
}

.map-block-head {
  font-size: 12px;
  color: #393939;
  font-family: Helvetica, Arial, sans-serif;
}

/*# sourceMappingURL=site.css.map */