body {
    font-family: 'Montserrat', sans-serif;
    color: #65707e;
}

/* .nav-link {
    color: #65707e;
} */

.bar {
    background-color: #65707e;
}


.career-title {
    text-align: center;
    font-size: 32px;
    color: #318cdd;
    /* margin-top: 5%; */
}

.career-statement {
    color: #65707e;
    font-size: 48px;
    text-align: center;
    margin: 2% 15%;
}

.career-content {
    color: #65707e;
    text-align: center;
    margin: 2% 15%;
}

.why-join-container {
    margin: 0 15% 2% 15%;
}

.card-container {
    /* margin: 1% 13%; */
    display: flex;
    column-gap: 4rem;
    row-gap: 2rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.card-title {
    font-size: 26px;
    color: #318cdd;
}

.card-temp {
    max-width: 30%;
}

ul {
    color: #318cdd;
    padding-left: 17px;
    list-style-position: inside;
}

.testimonial-container {
    margin: 0 15%;
}

.testimonial {
    margin-top: 10%;
    background-color: rgb(244, 244, 244);
    display: flex;
}

.testimonial-statement {
    max-width: 50%;
    font-size: 26px;
    padding: 3rem;
    font-style: oblique;
}

.testimonial-name {
    text-align: end;
}

.testimonial-img {
    margin-top: -4rem;
    max-height: 480px;
}

.testimonial-qoutes {
    max-height: 75px;
    margin-bottom: -11rem;
    margin-left: 4rem;
}

.career-join {
    margin-top: 0;
}

.nav-logo {
    display: none;
}

.nav-logo-2 {
    display: block;
    margin-left: 4%;
}

.mob-ban{
    display: none;
}

.desk-ban {
    width: 100%;
}

.positions-container {
    margin: 0 15%;
}

.positions-title {
    font-size: 32px;
    color: #318cdd;
    text-align: center;
}

.positions-selection {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding-left: 0;
}

.positions-selection li {
    margin: 0.5rem 2rem 1rem 0;
}

.positions-sel-cont {
    display: flex;
    justify-content: start;
}

.pos-click {
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #65707e;
}

.pos-click:hover {
    border-bottom: 2px solid #65707e;
}

.btn-pos-adj {
    color: #318cdd;
    border-color: #318cdd;
}

.open-pos-cont {
    display: none;
    position: relative;
}

/* .open-pos-cont.visible {
    display: block;
    opacity: 1;
} */

/* .open-pos-cont.active {
    display: block;
    opacity: 1;
}

.open-pos-cont:not(.active) {
    opacity: 0;
} */

.off-screen {
    left: -150%;
}

.on-screen {
    left: 0;
    animation: myAnim 2s ease 0s 1 normal forwards;
}

.open-pos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(158, 158, 158, 0.425);
    margin-bottom: 4rem;
}

.open-pos h3 {
    margin-bottom: 4px;
    color: #318cdd;
}

.open-pos p {
    margin-top: 2px;
}

.pos-bottom {
margin-bottom: 6rem;
}

.pos-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.sel-style {
    appearance: none;
    cursor: pointer;
    border: 2px solid rgba(158, 158, 158, 0.425);
    padding: 12px;
    padding: 12px 56px 12px 20px;
    color: #65707e;
    font-size: 16px;
    border-radius: 20px;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.pos-label {
    font-size: 20px;
    font-weight: bold;
    color: #318cdd;
    margin-right: 30px;
    border-bottom: 2px solid rgba(158, 158, 158, 0.425);
}

.cb-img {
    max-height: 500px;
    margin-top: -3rem;
    margin-bottom: -7%;
}

.check-back {
    display: flex;
    justify-content: center;
}

.temp-pos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid rgba(158, 158, 158, 0.425);
}

.com-soon-img{
    max-height: 450px;
}

.com-soon-btn{
    margin-bottom: 20px;
}

.logo-click-1 {
    display: none;
  }

  .logo-click-2 {
    display: block;
  }

  .vid-statement{
    font-size: 1.7rem;
    font-weight: 600;
    color: #318cdd;
    grid-area: content;
    padding: 50px;
    padding-left: 14%;
    text-align: center;
  }

  .video {
    max-width: 560px;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
  }

  .vid-sect {
    grid-area: video;
    padding: 25px 0;
  }

  .video-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    grid-template-areas: "content video";
    align-items: center;
    justify-items: center;
    background-color: #e1e6f1;
    border-radius: 4px;
    margin-bottom: 3%;
  }

/* .minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  } */
  
@media (min-width:1029px) {
    .nav-link{
        color: #65707e;
    }

}

@media (max-width: 1840px){
    .card-container{
        column-gap: 3rem;
    }
}

@media (max-width:1740px){
    .testimonial-qoutes{
        margin-bottom: -10rem;
    }

    .testimonial-img{
        margin-top: -2rem;
    }

    .video {
        max-width: 480px;
    }

    .video-container {
        grid-template-areas: "content" "video";
        grid-template-columns: 1fr;
    }
}

@media (max-width:1590px){
    .testimonial-img{
        margin-top: 1rem;
    }

    .testimonial-container{
        margin: 0;
    }
}

@media (max-width:1500px){
    .testimonial-container{
        margin: 0;
    }
}

@media (max-width:1300px){

    .why-join-container{
        margin: 0 5%;
    }    

    .card-container {
        justify-content: center;
        column-gap: 5rem;
    }

    .card-temp {
        max-width: 40%;
    }
}

@media (max-width: 1200px){

    .testimonial-container{
        margin: 0;
    }

    .testimonial-statement{
        padding-bottom: 0;
    }

    .cb-img {
        max-height: 400px;
    }
}

@media (max-width:1114px){
    .testimonial-img {
        margin-top: 3rem;
    }
}

@media (max-width:1000px){
    .career-title{
        font-size: 28px;
    }

    .career-content {
        margin: 5% 10%;
    }

    .career-statement {
        font-size: 32px;
    }

    .why-join-container {
        margin: 0 5%;
    }

    .card-title {
        font-size: 20px;
        margin-bottom: 2%;
    }

    .card-container {
        flex-direction: column;
        align-content: center;
    }

    .card-temp {
        max-width: 90%;
        text-align: center;
    }

    .card-statement {
        margin-top: 10px;
    }

    .testimonial-container {
        margin: 0;
    }

    .testimonial {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-statement {
        max-width: 100%;
        font-size: 20px;
        padding: 1rem 2rem;
    }

    .testimonial-qoutes {
        max-height: 60px;
        margin-bottom: -8rem;
        margin-left: 2rem;
    }

    .testimonial-img {
        max-height: 400px;
        max-width: 100%;
    }

    .desk-ban{
        display: none;
    }

    .mob-ban{
        display: block;
        width: 100%;
    }
}

@media (max-width:978px){
    .testimonial-img{
        margin-top: -5rem;
    }
}



@media (max-width: 800px){
    .testimonial-qoutes{
        max-height: 50px;
        margin-bottom: -6rem;
    }

    .pos-label {
        margin-bottom: 2rem;
        margin-right: 0;
    }

    .pos-dropdown {
        flex-direction: column;
        justify-content: center;
    }

    .cb-img {
        max-height: 300px;
    }

    .com-soon-img {
        width: 100%;
    }
}

@media (max-width:700px){
    .positions-title h2 {
        font-size: 28px;
    }

    .positions-selection {
        flex-direction: column;
    }

    .open-pos {
        flex-direction: column;
    }

    .open-pos-cont {
        text-align: center;
    }

    .btn-pos-adj {
        margin-bottom: 1.5rem;
        font-size: 12px;
    }

    .positions-container {
        text-align: center;
    }
}

@media(max-width:600px){
    .nav-logo-2 {
        margin-left: 8%;
        width: 220px;
    }

    .testimonial-qoutes {
        max-height: 50px;
        margin-bottom: -5rem;
        margin-left: 2rem;
    }
}

@media (max-width:575px){
    .video {
        max-width: 320px;
    }
}

@media (max-width:500px){
    .pos-label {
        margin-bottom: 1rem;
        text-align: center;
    }
}

@keyframes myAnim {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}