/*custom styles here*/

.sideNavButton {
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
    max-height: 50px;
    overflow: hidden;
    padding: 5px 15px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.sideNavIcon {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sideNavCaption {
    padding-top: -5px;
    padding-bottom: 30px;
    padding-left: 15px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    width: auto;
    /* ie8 */
}

.centeredContent {
    width: 560px;
    /* you have to have a size or this method doesn't work */
    height: 315px;
    /* think about making these max-width instead - might give you some more responsiveness */
    position: absolute;
    /* positions out of the flow, but according to the nearest parent */
    top: 0;
    right: 0;
    /* confuse it i guess */
    bottom: 0;
    left: 0;
    margin: auto;
    /* make em equal */
}

.f1-cal-inactiveDay {
    background-color: LightGray;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.fab-overlay-horizontal {
    width: 0px
}

.fab-overlay-vertical {
    height: 0px
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-item-halfwidth-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border: 0;
}

.padText {
    margin-top: 0px;
    margin-left: 5px; 
    margin-right: 5px;
}

.f1-announcement {
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
}

.f1-announcement.ng-enter {
    top: -100%;
    bottom: 100%;
}

.f1-announcement.ng-enter.ng-enter-active {
    top: 0;
    bottom: 0;
}

.f1-announcement.ng-leave {
    top: 0;
    bottom: 0;
}

.f1-announcement.ng-leave.ng-leave-active {
    top: 100%;
    bottom: -100%;
}
