html {
  overflow: overlay !important;
}

body {
  margin: 0;
}

nav {
  background-color: transparent !important;
}

.primary {
  background: radial-gradient(#355ebe, #223155);
  min-height: 100vh;
}

.secondary {
  background: #223155;
  height: 50vh;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.main-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#logo {
  padding-top: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90, 0.35);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(90, 90, 90, 0.5);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.vimeo-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  background: #000;
}

.vimeo-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.vimeo-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.vimeo-player img:hover {
  -webkit-filter: brightness(75%);
}

.vimeo-player .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}

.fa-play {
  font-size: 80px;
  color: rgba(34, 49, 85, 0.8);
}

hr {
  opacity: 10%;
  background-color: white !important;
}

.title-vid {
  font-weight: 450;
  font-size: 1.7rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 10px 10px 0 10px;
  position: absolute;
  cursor: pointer;
  background-color: rgba(34, 49, 85, 0.8);
  color: white;
  padding: 0 0.5rem 0.1rem 0.5rem;
  border-radius: 5px;
}

.title-vid-mobile {
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(34, 49, 85, 0.8);
  color: white;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-grow: 1;
  width: 100%;
}

.tile > .tile {
  display: flex;
  flex-flow: column;
}

.title-vid:empty {
  background-color: rgba(0, 0, 0, 0);
}

#embed-branding-overlay {
  display: none !important;
}

#prospectus-iframe {
  background: none !important;
}

.page-link {
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .page-link {
    padding-top: 10.75rem;
    min-width: 202.36px;
  }
}

.apply-num {
  background-color: rgba(34, 49, 85, 0.8);
  color: white;
  padding: 0 0.5rem 0.2rem 0.5rem;
  border-radius: 5px;
}

.link:hover {
  color: #8b8b8b !important;
}

.apply-img {
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(34, 49, 85, 0.8);
}

.page-link {
  display: flex;
  flex-direction: row;
}

.page-link:before,
.page-link:after {
  min-width: 75px;
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.page-link:before {
  margin-right: 10px;
}
.page-link:after {
  margin-left: 10px;
}

.page-link > i {
  padding-top: 5px;
}

.looking-for {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
}

#adobe-dc-view {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
