.container {
    max-width:1000px;
    border-radius: 2px;
    box-shadow: 0 0 7px 1px #ddd;
    margin: 2rem auto 0;
    padding: 4rem;
    background: #fff;
    text-align: center;
}

div.banner {
    background: url(../img/models-wanted.jpg?ver=1) no-repeat center 0 transparent;
    height: 500px;
    border: 1px solid #ccc;
}


h1.model-application__title {
    font-size: 2.5rem;
    font-weight: 700;
}

h3.model-application__subtitle {
    font-size: 1.4rem;
    padding-top: 1rem;
    color: #606f7b;
    line-height: 1.5;
}

div.model-application__info {
    display: block;
    text-align: left;
    margin-top: 3rem;
}

h4.model-application__info-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 3rem;
}

ul.model-application__info-list {
    margin-top: 1rem;
}

ul.model-application__info-list li {
    font-size: 1.1rem;
    padding: .3rem 2rem;
    display: flex;
}

ul.model-application__info-list li i {
    position: relative;
    bottom: 5px;
}

ul.model-application__info-list li span {
  margin-left: 5px;
}

ul.model-application__info-list li a  {
    text-decoration: underline;
}

ul.model-application__info-list li a:hover  {
    color: #222;
}


div.model-application__apply {
}

h3.model-application__apply-title {
    font-size: 1.4rem;
    padding-top: 1rem;
    color: #606f7b;
    line-height: 1.5;
}

a.model-application__apply-button {
    background-color: #20bef8;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin: 3rem 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    padding: 8px 60px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: inset 0 -3px rgba(0,0,0,.2);
    transition: all .15s ease 0s;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
}

a.model-application__apply-button:hover {
    background-color: #42cbfe;
}

p.model-application__apply-contact-us {
    margin: 0 0 2rem;
}

p.model-application__apply-contact-us a {
        color: #20bef8;
}


p.model-application__apply-contact-us a:hover {
      text-decoration: underline;
}

i.icon-paw {
    color: #20bef8;
    font-size: 1.4rem;
}

div.model-application__apply-wrapper {
    background: url(../img/careers/scene-img.svg) no-repeat -18px bottom #fff;
}

i.fa-heart {
    color:#ff4e4e;
    bottom:0 !important;
}


/* TABLET SCREENS */
/* ############################################ */
@media screen and (max-width: 850px) {


div.banner {
    background: url(../img/models-wanted-medium.jpg?ver=4) no-repeat center 0 transparent;
}

.container {
    padding: 2rem;
}

    .model-application__info-title {
        text-align: center;
    }

} /* end media (max-width: 850px) */


/* ############################################ */
@media screen and (max-width: 500px) {

    .container {
        padding: 4rem 1rem;
        margin: 1rem;
    }

    .model-application__info-title {
        line-height: 1.5;
    }


} /* end media (max-width: 500px) */
