

#ilm-careers  .ilm-section-content {
    display: flex;
}

#ilm-careers #section01  .ilm-section-content {
    padding-top: 3vw;
}

#ilm-careers #section01  .ilm-section-content {
    flex-direction: column;
    align-items: center;
}

#ilm-careers #section01 .ilm-section-content > .ilm-title {
    max-width: 950px;
    text-align: center;
}

#ilm-careers #section01  .ilm-subtitle {
    display: block;
}

#ilm-careers #section01  .ilm-title {
    margin-bottom: 40px;
}
#ilm-careers #section01  .ilm-title h1 {
    padding-bottom: 2vw;
}

#ilm-careers #section01 .buttons {
    /*
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    */
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
#ilm-careers #section01 .buttons > *:first-child {
    margin-right: 20px;
}

#ilm-careers #section02  video {
    border: solid 1px var(--roger-rabbit);
    border-radius: 20px;
}

#ilm-careers #section02 .ilm-section-content {
    flex-direction: column;
    align-items: center;
}

#ilm-careers .skyline {
    width: 100%;
    margin-bottom: 2vw;
}
#ilm-careers .skyline a {
    color: var(--black-panther);
}
#ilm-careers .skyline a:hover {
    color: var(--magicians-red);
}

#ilm-careers #section03  .ilm-section-content {
    flex-direction: column;
    align-items: center;
}


#ilm-careers #section04 .ilm-section-content,
#ilm-careers #section05 .ilm-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ilm-careers #section04 {
    padding-bottom: 2vw;
}

#ilm-careers #vertical-callouts {
    /*
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1vw;
    grid-auto-columns: 30%;
    */
    display: grid;
    grid-template-columns: repeat(3, 31%);
    column-gap: 3.5%;
    color: var(--black-panther);
    width: 84%;
    margin-bottom: 30px;
}
#ilm-careers #vertical-callouts .vertical-callout {
    height: auto;
}
#ilm-careers #vertical-callouts .content {
  padding: 1.5vw;
  border-radius: 20px;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  /*
  flex-grow: 1;
  flex-basis: 33%;
  min-width: 33%;
  height: 100%;
  */
}

#ilm-careers #vertical-callouts .title {
    margin-bottom: 2vw;
}

#ilm-ergs h3 {
    margin-bottom: 2vw;
    max-width: 800px;
}
#ilm-ergs {
    padding: 3vw;
    background-color: var(--indy-khaki);
    border: solid 1px var(--indy-khaki);
    border-radius: 20px;
    width: 84%;
}
#ilm-ergs .wrap {
	display: grid;
    row-gap: 3vw;
    column-gap: 6vw;
	grid-template-columns: repeat(3, 1fr);
}
#ilm-ergs p {
    font-family: owners-text, sans-serif;
    font-weight: 400;
}

#ilm-careers #section06 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    background-color: var(--strange-red);
    color: var(--roger-rabbit);
    margin-bottom: 0px;
}

#ilm-careers #section06 a {
  color: var(--roger-rabbit);
}
#ilm-careers #section06 a:hover {
  color: var(--black-panther);
  text-decoration: underline;
}

#ilm-careers #section07 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: var(--roger-rabbit);
    margin-bottom: 0px;
}


#ilm-careers #section06 h1,
#ilm-careers #section06 h2,
#ilm-careers #section06 h3,
#ilm-careers #section06 h4,
#ilm-careers #section06 h5,
#ilm-careers #section06 h6 {
    color: var(--roger-rabbit)
}

#ilm-crew-videos .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3vw;
}
#ilm-crew-videos .top {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#ilm-crew-videos .top > *{
    width: 50%;
}
#ilm-crew-videos .top > .text {
    display: flex;
    flex-direction: column;
}
#ilm-crew-videos .top .text > *{
    width: 55%;
    margin-bottom: 1vw;
}
#ilm-crew-videos .videos {
    /*
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    max-width: 1920px;
    column-gap: 2vw;

}
#ilm-crew-videos img {
    border: solid 1px var(--strange-red);
    border-radius: 20px;
    cursor: pointer;
}
#ilm-crew-videos .videos .crew-video {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 17%;
    position: relative;
    justify-content: center;
}
#ilm-crew-videos .videos .crew-video label {
    text-align: center;
    padding-bottom: 0.4em;
    padding-left: 0;
}
#ilm-crew-videos label.ilm-subcaption {
    text-transform: uppercase;
}
#ilm-crew-videos .crew-video .thumbnail {
    display: flex;
    position: relative;
}
/* #ilm-crew-videos .crew-video .thumbnail::after { */
#ilm-crew-videos .crew-video .thumbnail .overlay {
    background-image: url(../svg/play-small.svg);
    background-position: 0% 90%;
    background-size: 18% 18%;
    background-repeat: no-repeat;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 10;
    /* top: 78%; */
    cursor: pointer;
}
#ilm-crew-videos .hero {
    position: relative;
}
#ilm-crew-videos .hero .crew-video .thumbnail .overlay {
    background-image: url(../svg/play-large.svg);
    background-position: 50% 50%;
    background-size: 18% 18%;
    background-repeat: no-repeat;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 10;
    /* top: 78%; */
    cursor: pointer;
}
#ilm-crew-videos video {
    max-width: 1920px;
    width: 75vw;
}
.crew-video-wrap {
    display: none;
}
.ui-dialog .ui-dialog-content.crew-video-wrap {
    padding: 0px;
    overflow: hidden;
}
.ui-dialog .ui-dialog-content.crew-video-wrap .ilm-caption,
.ui-dialog .ui-dialog-content.crew-video-wrap .ilm-subcaption {
    color: var(--roger-rabbit);
    padding-right: 1em;
}
.ui-dialog .ui-dialog-content.crew-video-wrap .ilm-subcaption {
    text-transform: uppercase;
}

#ilm-careers #ilm-join h1,
#ilm-careers #ilm-join p {
    color: var(--black-panther);
}
