/********** fonts **********/
@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/Futura\ PT\ Book.ttf');
  }

/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

#banner {
    background-size: cover;
    background-color: #083766;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 320px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #5cced6 0);
}

#feature-last {
    background: #5cced6;
}

/********** footer **********/
#copyright {
    background: #5b94d8;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #083766;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #5cced6;
}

#copyright #footerleft a {
    color: #ffffff !important;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}


/********** CAREERS **********/
.navbar { padding-top: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #e3e3e3; }
.navbar-brand img { height: 56px; }

section { margin-top: 1rem; margin-bottom: 2.5rem; }
section.jumbotron { margin-top: 0; margin-bottom: 0; }
section h2 { text-align: center; margin-top: 2rem; margin-bottom: 2rem; }
section hr { margin-top: 2.5rem; }

.job-category h3 { margin-top: 2rem; margin-bottom: 1rem; }
.job-list { font-size: 1.125rem; }
.job-list td:first-child { width: 65%; }
.no-jobs { font-size: 1.25rem; }

.apply-now { text-align: center; padding-top: 1rem; }

button { outline: none !important; }
main section:last-child hr:last-child { display: none; }

.link-small { font-size: 0.75rem; }
