html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: left, visibility;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

body {
  font-family: 'Montserrat';
}

nav {
  /* font-family: Gotham;
    */
  font-family: 'Montserrat';
}

nav.navbar.bg-dark {
  background-color: #fff !important;
}

ul.navbar-nav, ul.navbar-nav li.nav-item {
  width: 100%;
  float: right;
  text-align: right;
}

.rounded-pill {
  border-radius: 24px;
  padding: .5rem 1rem !important;
  margin-left: 0 !important;
  color: #232323;
  font-weight: 300;
}

.pill-nav {
  height: auto !important;
  font-size: 12px;
}

a.navbar-brand span {
  padding-top: 0.54rem !important;
  font-size: 16px;
  letter-spacing: 3px;
  padding-left: 12px !important;
}

.navbar-brand svg {
  height: 40px;
  width: 40px;
}

.navbar-brand svg .a {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}

.navbar-brand svg path {
  fill: #000;
}

#menu-icon {
  cursor: pointer;
}

#menu-icon .bar1, #menu-icon .bar2, #menu-icon .bar3 {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#menu-icon.open .bar1 {
  /*-webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);*/
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
          transform: rotate(-45deg) translate(-6px, 7px);
}

#menu-icon.open .bar2 {
  opacity: 0;
}

#menu-icon.open .bar3 {
  /*-webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);*/
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -7px);
}

.media-item {
  cursor: pointer;
}

.media-item .media-container {
  overflow: hidden;
}

.media-item .media-container .image-container {
  width: 100%;
  height: 193px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  .media-item .media-container .image-container {
    height: 134px;
  }
}

@media (min-width: 768px) {
  .media-item .media-container .image-container {
    height: 185px;
  }
}

@media (min-width: 992px) {
  .media-item .media-container .image-container {
    height: 163px;
  }
}

@media (min-width: 1200px) {
  .media-item .media-container .image-container {
    height: 196px;
  }
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

#campus-links a:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

footer {
  color: #bbb;
}

.login-brand svg {
  width: 80px;
  height: 80px;
}

.login-brand svg .a {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}

.login-brand svg path {
  fill: #000;
}

.alert-danger {
  background-color: #fbeff0;
}

.w-20 {
  width: 20% !important;
}

.thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thumbnail strong {
  position: absolute;
  bottom: 14px;
  left: 19px;
}

.thumbnail:hover {
  background: rgba(0, 0, 0, 0);
}

.thumbnail:hover img {
  opacity: 0.6;
}

.thumbnail .play-icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  top: 30%;
}

.thumbnail svg {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
}

.thumbnail svg .a {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}

.thumbnail svg path {
  fill: #fff;
}

.text-dark, a.text-dark, a.text-dark:visited, a.text-dark:active, a.text-dark:hover {
  color: #212529;
  text-decoration: none;
}

h1 {
  font-size: 22px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}

.audio-container {
  position: relative;
  width: 100%;
  height: 300px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #bbb;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #bbb transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.nav-link:active, .nav-link:hover, .nav-link:focus {
  color: #6c757d !important;
}

.btn-round {
  padding: .5rem 1rem;
  border-radius: 25px;
}

.font-size-22 {
  font-size: 22px;
}

.lh-0 {
  line-height: 0;
}
/*# sourceMappingURL=EdgeMedia.css.map */