body {
  font-size: 62.5%;
  background-color: #d3d4d4;
  font-family: 'Lato', sans-serif;
}
.tab-content {
  font-size: 13px;
}
.thin {
  font-weight: 100;
}
.navbar {
  line-height: 3.4em;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 1em;
  color: #ffffff;
}
p {
  color: #333333;
  font-weight: 100;
  font-size: 1.4em;
  margin-bottom: 0;
}
ul, ol {
  font-size: 1.4em;
  font-weight: 100;
}
.alert-box-text {
  font-weight: 100;
  font-size: 1.4em;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #1aa0db;
}
.text-gray {
  color: #333333;
}
.light-blue-bg {
  background-color: #bae5fa;
}
.dark-blue {
  color: #2d3e49;
}
.dark-blue-bg {
  background-color: #2d3e49;
}
.blue {
  color: #1aa0db;
}
.blue-bg {
  background-color: #1aa0db;
}
.light-gray-bg {
  background-color: #f1f2f2;
}
.gray-bg {
  background-color: #e5e6e6;
}
.dark-gray-bg {
  background-color: #d3d4d4;
}
.click-to-watch a {
  text-decoration: none;
  color: #1aa0db;
}
.card a,
footer a {
  color: #333333;
}
.card a:hover {
  text-decoration: none;
}
#footer-logo {
  max-height: 40px;
}
#tabs-menu .nav-link.active {
  border-bottom: 3px solid #1aa0db;
}
#tabs-menu .nav-link {
  color: #000000;
  font-weight: bold;
}

#advancedInstructionsAccordion .card {
  border-radius: 0;
  border-bottom: 1px solid #ffffff !important;
}
#advancedInstructionsAccordion .card-header .btn-link {
  color: #ffffff;
}
#advancedInstructionsAccordion .card-header .btn-link:hover {
  text-decoration: none;
}
#advancedInstructionsAccordion .btn {
  text-align: left;
}
.code-quote {
  border-left: 2px solid #daf0f9;
  padding-left: 20px;
  margin-left: 20px;
}
.code-text {
  font-size: 1em;
}
#alert-triangle-div {
  width: 50px;
  float: left;
  height: 37px;
  margin-right: 20px;
  background-color: #1aa0db;
}
.file-download-link a
 {
  font-size: 18px;
  color: #1aa0db;
}
.firewall-items,
.apple-device-list {
  font-size: 14px;
}

.ipad-support-table {
  font-size: 1.4em;
}

.ipad-support-table-key-block {
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  vertical-align: top;
}

.ipad-support-table-key-block.success {
  background-color: #c3e6cb;
}

.ipad-support-table-key-block.warning {
  background-color: #ffeeba;
}

.ipad-support-table-key-block.danger {
  background-color: #f5c6cb;
}

.ipad-support-table td {
  font-weight: normal;
}

.card-desc {
  min-height: 22vh;
}

#faq-questions ul {
  font-size: 16px;
}

.lightbox {
  background-color: rgba(0,0,0,.8);
  height: 100vh;
  width: 100vw;
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;
}
.lightbox-content {
    box-shadow: 0 1px 6px fade(black, 70%);
}
.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -38px;
    right: 3%;
}
.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.instruction-image img {
  width: 345px;
  padding-right: 10px;
}

.liveScheduleContainer {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, .1);
  background-color: white;
  margin: 1.5em;
  padding: 10px;
  width: calc(100vw - 3em);
  min-height: 85vh;
  position: absolute;
}

.calendarFrames {
  display: flex;
  flex-wrap: wrap;
}

#calendarViewFrame, #agendaViewFrame {
  min-height: 80vh;
  margin-bottom: 20px;
  max-width: 100%;
}

#calendarViewFrame {
  flex: 1 1 auto;
  min-width: 600px;
}

#agendaViewFrame {
  flex: 0.1 1 auto;
  margin-right: 20px;
}

.image-container img {
  width: 960px;
}

.use-pointer-cursor {
  cursor: pointer;
}

.image-background {
  background-color: #FFF;
  margin: 8px auto;
  height: 90%;
  width: 90%;
}

.svg-filter {
  filter: invert(51%) sepia(88%) saturate(871%) hue-rotate(166deg) brightness(88%) contrast(93%);
}

.banner-link {
  color: #FFFFFF;
}

.appStoreBadge {
  height: 50px;
}

@media (max-width: 991px) {
  #alert-triangle-div {
    width: 58px;
    height: 58px;
    padding-left: 2px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lightbox {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox {
    margin-top: 10%;
  }
}