@import url("https://fonts.googleapis.com/icon?family=Material+Icons&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C700%3B1%2C400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

@media (max-width: 1050px) and (orientation: portrait),
  (max-width: 1050px) and (orientation: landscape) {
  .sostereo-sidebar.active {
    display: block !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1050px) {
  .slide {
    width: 70% !important;
  }

  .show-for-tablet {
    display: flex !important;
  }

  .tablet-hidden {
    display: none !important;
  }

  #landing-section h2 {
    font-size: 19.5px !important;
  }

  #landing-section {
    padding-left: 2rem !important;
    padding-top: 2rem !important;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) and (orientation: portrait),
  (max-width: 767px) and (orientation: landscape) {
  .second-view > h3 {
    margin-top: 1rem;
  }
}

#sidenav {
  position: fixed;
  width: 70px;
  float: left;
  height: 100vh;
  background-color: #263e54;
  z-index: 5;
  padding-top: 0;
}

.logo-container {
  cursor: default !important;
}

.logo-container img {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.sidenav-item-container {
  cursor: pointer;
}

.sidenav-text-container {
  line-height: 1;
}

.sidenav-text-container h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
  min-height: 21px;
  color: white;
  text-transform: none;
}
.sidenav-item {
  padding: 5px;
  line-height: 1 !important;
}

.sidenav-item-container .material-icons {
  font-size: 24px;
  margin-bottom: 5px;
}

.sidenav-item-container:hover {
  background-color: #d9f1f3;
  color: black !important;
  width: 100%;
  color: #263e54;
}
.sidenav-item-container:hover h6.sidenav-text {
  color: #263e54;
}

.sidenav-container a {
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.white-btn {
  color: var(--primary-dark);
  background-color: #fff;
  border-color: #fff;
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active,
.white-btn:active:focus {
  color: var(--primary-dark);
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.pull-right {
  float: right !important;
}

header .navbar-header {
  background-color: #3c3c3c;
  height: 50px;
}

header .navbar-default .navbar-header {
  background-color: transparent;
}

.material-icons-outlined[data-icon]::before {
  content: attr(data-icon);
}

.material-icons-sharp[data-icon]::before {
  content: attr(data-icon);
}

.sidenav-bg {
  right: 0;
  opacity: 0.4;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  background: #000;
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.desktop-mosaic {
  position: absolute;
  right: 0;
  top: 50px;
  width: 40vw;
  height: auto;
}

.mr30 {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .col-xs-12 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-4 {
    width: 33.33333333% !important;
    float: left;
  }

  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }

  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }

  .col-md-6 {
    width: 50%;
    float: left;
  }
}

@media (max-height: 600px) {
  #landing-section {
    position: relative !important;
  }
}
