﻿@font-face {
  font-family: "quicksandbook";
  src: url("../fonts/Quicksand_Book-webfont.eot");
  src: url("../fonts/Quicksand_Book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Quicksand_Book-webfont.woff2") format("woff2"), url("../fonts/Quicksand_Book-webfont.woff") format("woff"), url("../fonts/Quicksand_Book-webfont.ttf") format("truetype"), url("../fonts/Quicksand_Book-webfont.svg#quicksandbook") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Arial";
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  min-width: 375px;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 991px) and (max-width: 1210px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1210px) {
  .container {
    width: 1170px;
  }
}

.banner {
  max-width: 100%;
  height: auto;
}

.news-banner {
  text-decoration: none;
}
.news-banner div {
  background-color: #A5D36A;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 4px;
}
.news-banner p {
  margin: 0.4em;
}

body {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  background-color: white;
  border-color: white;
  padding: 6px 0;
  margin-bottom: 0;
}
@media (min-width: 1210px) {
  .navbar .navbar-header {
    display: grid;
    grid-template-columns: auto 220px minmax(0, 1fr);
    grid-column-gap: 10px;
    align-items: end;
  }
}
.navbar .logoText {
  font-family: quicksandbook, sans-serif;
  font-size: 0.9285714286em;
  text-transform: uppercase;
  vertical-align: bottom;
}
@media (max-width: 499px) {
  .navbar .logoText {
    visibility: hidden;
    font-size: 0;
  }
}
.navbar .navbar-items {
  align-items: end;
}
@media (max-width: 768px) {
  .navbar .navbar-items {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-items {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-column-gap: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-items {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 991px) and (max-width: 1210px) {
  .navbar .navbar-items {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-items .solutions-dropdown,
  .navbar .navbar-items .login-dropdown {
    position: relative;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-items .solutions-dropdown-content {
    min-width: 290px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-items .login-dropdown-content {
    min-width: 150px;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-items .solutions-dropdown-content,
  .navbar .navbar-items .login-dropdown-content {
    display: none;
    position: absolute;
    background-color: #81BE3F;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  .navbar .navbar-items .solutions-dropdown-content p,
  .navbar .navbar-items .login-dropdown-content p {
    margin: 6px 0 0 0;
  }
  .navbar .navbar-items .solutions-dropdown-content a,
  .navbar .navbar-items .login-dropdown-content a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navbar .navbar-items .solutions-dropdown-content a:hover, .navbar .navbar-items .solutions-dropdown-content a:focus,
  .navbar .navbar-items .login-dropdown-content a:hover,
  .navbar .navbar-items .login-dropdown-content a:focus {
    background-color: #81BE3F;
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-items .solutions-dropdown:hover .solutions-dropdown-content,
  .navbar .navbar-items .login-dropdown:hover .login-dropdown-content {
    display: block;
  }
}
.navbar .navbar-items > a {
  color: black;
  font-family: quicksand, sans-serif;
  font-size: 1.0714285714em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar .navbar-items > a.active {
  color: #81BE3F;
}
.navbar .navbar-items > a:hover, .navbar .navbar-items > a:focus {
  background-color: white;
  color: #81BE3F;
}
.navbar .navbar-items span {
  font-size: 1.0714285714em;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .navbar-items span.active {
  color: #81BE3F;
}
.navbar .navbar-items.mobile {
  display: grid;
}
.navbar .navbar-items.mobile > a {
  display: block;
}
.navbar .navbar-items.mobile .solutions-dropdown-content p,
.navbar .navbar-items.mobile .login-dropdown-content p {
  margin: 2px 0 4px 20px;
}
.navbar .navbar-items.mobile .solutions-dropdown-content a,
.navbar .navbar-items.mobile .login-dropdown-content a {
  color: black;
  text-decoration: none;
}
.navbar .navbar-items.mobile .solutions-dropdown-content a:hover, .navbar .navbar-items.mobile .solutions-dropdown-content a:focus,
.navbar .navbar-items.mobile .login-dropdown-content a:hover,
.navbar .navbar-items.mobile .login-dropdown-content a:focus {
  text-decoration: underline;
}
.navbar .icon-menu-button {
  float: right;
  border: none;
  background: white;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .navbar .icon-menu-button {
    display: none;
  }
}
.navbar .icon-menu-button .icon-menu {
  background-image: url("/Images/sprite.svg#menu");
  background-repeat: no-repeat;
  padding: 0 0 1px 15px;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  min-width: 375px;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 991px) and (max-width: 1210px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1210px) {
  .container {
    width: 1170px;
  }
}

.banner {
  max-width: 100%;
  height: auto;
}

.news-banner {
  text-decoration: none;
}
.news-banner div {
  background-color: #A5D36A;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 4px;
}
.news-banner p {
  margin: 0.4em;
}

footer {
  background-color: black;
  padding: 0.7em 0;
  font-family: Quicksand, sans-serif;
}
footer .top {
  text-align: center;
}
footer .top .company {
  color: white;
  font-weight: bold;
}
footer .top .company a {
  color: white;
  text-decoration: none;
}
footer .top .company a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer .top .company {
    white-space: break-spaces;
  }
}
footer .top .message {
  color: rgb(153, 153, 153);
  font-size: 1.4285714286em;
  font-style: oblique;
  line-height: 1.8;
}
@media (max-width: 768px) {
  footer .top .message {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top .message {
    display: block;
  }
}
@media (min-width: 991px) {
  footer .top .message {
    margin-left: 100px;
  }
}
footer .links {
  margin-top: 0.5em;
  text-align: center;
}
footer .links .linkedin {
  margin-left: 1em;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  min-width: 375px;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 991px) and (max-width: 1210px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1210px) {
  .container {
    width: 1170px;
  }
}

.banner {
  max-width: 100%;
  height: auto;
}

.news-banner {
  text-decoration: none;
}
.news-banner div {
  background-color: #A5D36A;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 4px;
}
.news-banner p {
  margin: 0.4em;
}

.home.body-content {
  padding-left: 0;
  padding-right: 0;
}
.home .background-image {
  background-repeat: no-repeat;
}
.home .background-image p {
  padding: 0.75em 2em 4em 2em;
  margin: 0;
  font-family: quicksandbook, sans-serif;
  font-size: 1.2857142857em;
  color: white;
  text-align: center;
}
.home .operations-links {
  background-color: #ecf0f6;
  font-family: quicksandbook, sans-serif;
  padding: 1em 0 1em 0.75em;
}
.home .operations-links h1 {
  font-size: 1.2857142857em;
  font-weight: bold;
  margin: 0;
}
.home .operations-links ul {
  padding: 0;
  margin: 0;
}
.home .operations-links li {
  font-size: 1.4285714286em;
  list-style: none;
}
.home .operations-links li a {
  color: black;
  text-decoration: none;
}
.home .shows {
  background-color: #81bd3f;
  color: white;
  padding: 0.9em 0.9em 0.1em 0.9em;
  box-sizing: border-box;
}
.home .shows h1.sectionTitle {
  font-family: quicksandbook, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 0.3em 0;
  text-transform: uppercase;
}
.home .shows article {
  margin-bottom: 0.8em;
}
.home .shows article h2 {
  font-size: 1.0714285714em;
  font-weight: bold;
  margin: 0;
}
.home .shows article p {
  font-size: 0.8571428571em;
  padding: 0;
  margin: 0;
  text-align: left;
}
.home .shows .bottom-link {
  font-size: 1em;
  padding: 0;
  margin: 0;
  text-align: right;
}
.home .shows .bottom-link a {
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .home .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home .background-image {
    background-image: url("/Images/home_background_xs.jpg");
    background-size: cover;
    background-position: center top;
  }
}
@media (min-width: 768px) {
  .home .background-image {
    background-image: url("/Images/home_background.jpg");
    background-position: center;
    overflow-x: hidden;
  }
  .home .background-image p {
    padding: 1em 2em;
    font-size: 2em;
  }
  .home .operations-links {
    display: none;
  }
  .home .operations-image {
    float: left;
    margin-left: 1em;
    width: 64em;
  }
  .home .operations-image div#select_operation {
    background-image: url("/images/home_operation.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 0;
    padding-bottom: 27.6063386155%;
    display: block;
    position: relative;
  }
  .home .operations-image div#select_operation span {
    position: absolute;
    width: 28%;
    height: 60%;
  }
  .home .operations-image div#select_operation span:hover {
    border: 1px solid rgba(141, 198, 65, 0.3);
    background-color: rgba(141, 198, 65, 0.3);
  }
  .home .operations-image div#select_operation span#school_bus_contractor {
    left: 3%;
    top: 30%;
  }
  .home .operations-image div#select_operation span#school_district {
    left: 35%;
    top: 30%;
  }
  .home .operations-image div#select_operation span#motorcoach_operator {
    left: 69%;
    top: 30%;
  }
  .home .shows {
    float: right;
    width: 17em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .operations-links {
    display: none;
  }
  .home .operations-image {
    float: right;
    margin-right: 1em;
    width: 51.5em;
  }
  .home .shows {
    margin-right: 1em;
  }
}
@media (min-width: 991px) and (max-width: 1210px) {
  .home .operations-links {
    display: none;
  }
  .home .operations-image {
    float: right;
    margin-right: 2em;
    width: 66em;
  }
  .home .shows {
    margin-right: 2em;
  }
}
@media (min-width: 1210px) {
  .home .background-image p {
    padding: 1.25em 2em;
    font-size: 2.7142857143em;
  }
  .home .operations-links {
    display: none;
  }
  .home .operations-image {
    float: left;
    margin-left: 2em;
    width: 60em;
  }
  .home .shows {
    margin-right: 3em;
    margin-bottom: 10em;
  }
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  min-width: 375px;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 991px) and (max-width: 1210px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1210px) {
  .container {
    width: 1170px;
  }
}

.banner {
  max-width: 100%;
  height: auto;
}

.news-banner {
  text-decoration: none;
}
.news-banner div {
  background-color: #A5D36A;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 4px;
}
.news-banner p {
  margin: 0.4em;
}

.about {
  margin-top: 2em;
}
@media (min-width: 991px) {
  .about {
    display: grid;
    grid-template-areas: "aside section" "aside demo";
    grid-template-columns: 200px minmax(0, 1fr);
    grid-column-gap: 10px;
  }
}
.about section {
  grid-area: section;
}
.about section p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.about aside {
  grid-area: aside;
  font-size: 0.8571428571em;
}
.about aside img {
  display: block;
}
.about .request-demo img {
  grid-area: demo;
  margin-top: 1em;
  margin-bottom: 12em;
}

@media (min-width: 768px) {
  .solution {
    display: grid;
    grid-template-columns: 70% 30%;
  }
}
.solution section h1 {
  font-size: 1.5714285714em;
  font-weight: bold;
  color: #8dc641;
  text-align: center;
}
.solution section h2 {
  font-size: 1.4285714286em;
  color: #8dc641;
  text-align: center;
}
.solution section p {
  font-size: 1.1428571429em;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .solution section p {
    font-size: 1em;
  }
}
.solution section p a {
  color: black;
  text-decoration: underline;
}
.solution section p.quote {
  font-size: 1.1428571429em;
  font-style: italic;
  font-weight: bold;
  color: #807e7e;
  margin: 1.4em 0 0 0;
  line-height: 1.4em;
}
.solution section p.quote-source {
  font-size: 0.8571428571em;
  font-style: normal;
  font-weight: normal;
  color: black;
  margin: 0 2em 1.4em 0;
  text-align: right;
}
.solution section p.quote-source img {
  display: inline;
}
.solution section ul {
  list-style: none;
  padding: 0;
}
.solution section li {
  font-size: 1.0714285714em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .solution section li {
    font-size: 0.9285714286em;
  }
}
.solution section li .feature-name {
  font-weight: bold;
  text-transform: uppercase;
}
.solution section .featured {
  background-color: #81bd3f;
  color: white;
  padding: 1.2em;
}
.solution section .featured .title {
  font-family: quicksandbook, sans-serif;
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
.solution section .featured .link {
  font-size: 1em;
  font-weight: bold;
}
.solution section .featured .link a {
  color: white;
}
@media (min-width: 768px) {
  .solution section .featured {
    margin: 1em 0 0 1.8em;
  }
  .solution section .left-top-line {
    border-top: solid #000203 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 95%;
  }
  .solution section .left-bottom-line {
    border-top: solid #000203 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 95%;
  }
}

.solution-associations {
  margin: 0 1em;
}
.solution-associations hr {
  margin: 1.5em 0;
  border-top: 1px solid #ccc;
}
.solution-associations img {
  margin: 0.5em 1em;
}
@media (min-width: 499px) and (max-width: 991px) {
  .solution-associations div.images3 {
    margin: 0 10em;
  }
}
@media (min-width: 991px) and (max-width: 1210px) {
  .solution-associations div.images4 {
    margin: 0 10em;
  }
}

.solution-quote {
  position: relative;
  margin: 2.2em 0;
}
.solution-quote .title {
  color: #d7df21;
  font-size: 1.8571428571em;
  position: absolute;
  top: -0.6em;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
}
.solution-quote .quote {
  color: #81bd3f;
  font-size: 1.5em;
  line-height: 1.6em;
  padding-top: 1em;
}
.solution-quote .source {
  color: #020202;
  font-size: 1.0714285714em;
  font-style: italic;
  padding: 1em 0 1.2em 0;
}
@media (min-width: 768px) {
  .solution-quote {
    padding-left: 2.2em;
    margin-left: 1.8em;
    border-left: solid #000203 1px;
  }
}

.solution-demo {
  position: relative;
  margin: 2.2em 0;
  text-align: center;
}
.solution-demo .image {
  width: 90%;
  text-align: center;
  padding: 1em 0;
}
.solution-demo .title {
  font-size: 1.8571428571em;
  width: 90%;
  line-height: 1em;
  text-transform: uppercase;
}
.solution-demo .title a {
  color: #d7df21;
}
.solution-demo .message {
  color: #86bf48;
  font-size: 1.1428571429em;
  margin: 0.6em 0.9em;
}
.solution-demo .learn-more {
  font-size: 0.9285714286em;
  margin: 0 2.5em;
  padding-bottom: 1.2em;
}
.solution-demo .learn-more a {
  color: black;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .solution-demo {
    padding-left: 2.2em;
    margin-left: 1.8em;
    border-left: solid #000203 1px;
  }
}

@media (min-width: 991px) {
  .demo {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
  }
}
.demo aside h1 {
  font-size: 1.2857142857em;
  color: #8dc641;
  margin-bottom: 0;
}
.demo section {
  background-color: rgba(236, 254, 200, 0.3);
  margin-left: 1em;
  padding-bottom: 5em;
}
.demo section h1 {
  font-size: 1.4285714286em;
  font-weight: bold;
  color: #8dc641;
  text-align: center;
}
.demo section h2 {
  font-size: 1.1428571429em;
  font-weight: bold;
  color: #8dc641;
  text-align: center;
}
@media (max-width: 768px) {
  .demo section .contact label, .demo section .contact input, .demo section .contact textarea {
    display: block;
  }
  .demo section .contact button {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .demo section .contact {
    display: grid;
    grid-template-columns: 260px 260px minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
}
.demo section .contact label {
  padding-top: 6px;
  justify-self: right;
}
.demo section .contact input, .demo section .contact textarea {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.demo section .contact .required {
  font-weight: bold;
}
.demo section .field-validation-error {
  color: red;
}
.demo section button {
  width: 20em;
  background-color: #fff;
  border: 1px solid transparent;
  border-color: #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  text-align: center;
}

@media (min-width: 991px) {
  .testimonials {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-column-gap: 20px;
  }
}
.testimonials section h1 {
  font-size: 1.2857142857em;
  color: #8dc641;
  margin-bottom: 0;
}
.testimonials section ul {
  padding: 0;
}
.testimonials section li {
  list-style: none;
  padding-top: 0.6em;
}
.testimonials section li a {
  font-size: 1em;
  color: black;
  text-decoration: none;
}
.testimonials section li a:hover {
  text-decoration: underline;
}
.testimonials section li a .type {
  display: block;
  font-size: 0.8571428571em;
  color: gray;
}
@media (min-width: 768px) {
  .testimonials section {
    padding-top: 4em;
  }
}
.testimonials article {
  padding: 0 1em 0 1em;
}
.testimonials article h1 {
  margin-bottom: 0.2em;
  font-size: 1.4285714286em;
  font-weight: bold;
  color: #8dc641;
  text-align: center;
}
.testimonials article h2 {
  margin-top: 0;
  font-size: 1.1428571429em;
  font-weight: bold;
  color: #8dc641;
  text-align: center;
  line-height: 1.4em;
}
.testimonials article h3 {
  font-size: 1.4285714286em;
  color: #8dc641;
  text-align: center;
}
.testimonials article p a {
  color: black;
  text-decoration: underline;
}
.testimonials article p.img-description {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin: 0 2em 1.4em 0;
  text-align: center;
  width: 90%;
  margin: 1.5em auto;
}
.testimonials article p span.quote {
  color: #81bd3f;
  font-weight: bold;
}
@media (min-width: 768px) {
  .testimonials article {
    padding-bottom: 2em;
  }
}

.contact .row {
  position: relative;
}
.contact .row .background-image {
  background-image: url("/Images/contact_background.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 556px;
}
.contact .row .sections {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em 0 0 15%;
}
.contact .row .sections section {
  font-family: quicksand, sans-serif;
  float: left;
  margin-top: 2em;
  margin-left: 1em;
  margin-right: 1.5em;
  width: 25%;
  text-align: center;
  min-width: 200px;
}
.contact .row .sections section h1 {
  font-size: 1.4285714286em;
  color: #99cc33;
  margin: 0;
  text-transform: uppercase;
}
.contact .row .sections section p {
  color: white;
  margin: 0;
}
@media (min-width: 768px) {
  .contact .row .sections section p {
    font-size: 1.2857142857em;
  }
}
.contact .row .sections section p a {
  color: white;
}
.contact .row .sections section p a:hover, .contact .row .sections section p a:focus {
  text-decoration: underline;
}
.contact .row .team-viewer {
  margin: 14px 0 0 60px;
}

.shows h1.title {
  font-size: 1.4285714286em;
  color: #8dc641;
  margin-top: 1em;
}
.shows article {
  margin-bottom: 0.8em;
}
.shows article h2 {
  font-size: 1.0714285714em;
  font-weight: bold;
  margin: 0;
}
.shows article p {
  font-size: 0.8571428571em;
  padding: 0;
  margin: 0;
}

.team-viewer {
  position: relative;
  width: 120px;
  height: 60px;
}
.team-viewer a span {
  position: absolute;
  top: 10px;
  left: 45px;
  display: block;
  cursor: pointer;
  color: #424242;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  width: 70px;
}

@media (min-width: 768px) {
  .team-viewer-phone {
    display: none;
  }
}
@media (min-width: 991px) {
  .honeycomb_background-image {
    background-image: url("/Images/honeycomb_background.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
  }
}
