body {
    background: #dadada;
    background-repeat: no-repeat;
    background-position: bottom center;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff !important;
}
h1 {
    color: #002c5a;
    text-transform: uppercase;
}
h1 sup {
    font-size: 1rem;
    font-style: italic;
    position: relative;
    top: 2px;
}
h2 {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
p {
    color: #fff;
    margin: 0;
}
p.info {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
p.bold {
    font-weight: 700;
}
ul {
    margin-left: -25px;
    margin-top: 0;
}
ul li {
    line-height: 1.2;
    list-style: none;
    margin-bottom: 5px;
}
ul li::before {
    content: "-";
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -11px;
}
#container {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(6, 6, 6, 0.35);
    margin: 0 auto 274px auto;
    position: relative;
    transition: margin-top 1s;
    width: 768px;
}
#header {
    overflow: hidden;
}
.certificate {
    margin: 15px 20px 10px 30px;
}
.logo {
    float: right;
    margin: 15px 20px 10px 20px;
}
#img-top-left,
#img-top-left-mobile,
#img-top-right,
#img-top-right-mobile,
#img-bottom-left,
#img-bottom-right {
    position: absolute;
}
#img-top-left-mobile,
#img-top-right-mobile {
    display: none;
}
#img-top-left {
    z-index: 1;
}
#img-top-left.casual {
    left: -128px;
    bottom: 440px;
}
#img-top-left.business {
    left: -79px;
    bottom: 510px;
}
#img-top-left-mobile {
    z-index: 1;
}
#img-top-left-mobile.casual {
    margin-top: -31px;
}
#img-top-left-mobile.business {
    margin-top: -57px;
}
#img-top-right {
    z-index: 1;
}
#img-top-right.casual {
    right: -76px;
    bottom: 495px;
}
#img-top-right.business {
    right: -90px;
    bottom: 120px;
}
#img-top-right-mobile {
    z-index: 1;
}
#img-top-right-mobile.casual {
    margin-top: -23px;
}
#img-top-right-mobile.business {
    margin-top: -30px;
    right: 260px;
}
#img-bottom-left {
    left: 20px;
}
#img-bottom-left.casual {
    bottom: -239px;
    z-index: 1;
}
#img-bottom-left.business {
    bottom: -276px;
}
#img-bottom-left.business.mobile {
    display: none;
}
#img-bottom-right.casual {
    bottom: -254px;
    right: 40px;
}
#img-bottom-right.business {
    bottom: -271px;
    right: -15px;
    z-index: 1;
}
#content {
    background: #00b6ed;
    margin: 0 20px;
    padding: 20px;
    position: relative;
}
#content .apply-now a {
    background: #002c5a;
    box-shadow: 0 0 10px #000;
    color: #fff;
}

.btn {
    background: #002c5a;
    border-radius: 0;
    color: #fff;
}
.btn.apply-link {
    align-items: center;
    bottom: -100px;
    border-radius: 100%;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    flex-flow: column;
    height: 220px;
    justify-content: center;
    line-height: 1.5;
    position: absolute;
    right: -40px;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
    z-index: 10;
}
.apply-description h2 {
    margin-bottom: 5px;
}
.apply-description a,
.apply-description a:hover {
    color: #000 !important;
}
.apply-description ul {
    margin-top: 0;
}
.apply-description.column2 {
    column-count: 2;
}
.apply-description.contact p {
    color: #000;
    line-height: 1.5;
}
.apply-footer {
    margin-left: 15px;
    margin-top: 30px;
}
.apply-footer .order-1 {
    order: 1;
}
.apply-footer .order-2 {
    order: 2;
}
.apply-footer .apply-now .white {
    color: #fff;
}
.apply-footer .apply-now .blue {
    color: lightblue;                
}
.apply-footer .apply-footer-title {
    overflow: hidden;
}
.apply-footer .apply-footer-title img  {
    display: block;
    margin-bottom: 20px;
}
.apply-footer .apply-footer-title p {
    font-size: 1.5rem;
    overflow: hidden;
    width: 100%;
}
.apply-footer .apply-footer-title .return-link {
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    padding: 5px 20px;
}
.apply-footer .apply-footer-title .extern {
    bottom: 0;
    font-weight: 700;
    position: absolute;
}

@media screen and (max-width: 992px) {
    #container {
        margin-top: 50px;
    }
    #img-top-left,
    #img-top-right {
        display: none;
    }
    #img-top-left-mobile,
    #img-top-right-mobile {
        display: block;
    }
    #img-top-left-mobile {
        left: 100px;
    }
    #img-top-right-mobile {
        right: 100px;
    }
    #content .apply-link {
        right: inherit;
    }
}
@media screen and (max-width: 810px) {
    #container {
        width: 100%;
    }
    .apply-description.column2 {
        column-count: 1;
    }
}
@media screen and (max-width: 767px) {
    .apply-footer .order-1 {
        order: 2;
    }
    .apply-footer .order-2 {
        order: 1;
    }
    #content .apply-footer {
        margin-top: 15px;
    }
    #content .apply-footer .apply-link {
        bottom: inherit;
        margin-bottom: 30px;
        position: relative;
    }
    #img-top-left-mobile.business {
        width: 100px;
        margin-top: -35px;
    }
    #img-top-right-mobile.business {
        margin-top: -19px;
        right: 180px;
        width: 50px;
    }
    #img-bottom-left.business {
        width: 240px;
        bottom: -163px;
    }
    #img-bottom-right.business {
        width: 150px;
        bottom: -171px;
        right: 60px;
    }
    .apply-footer .apply-footer-title .extern {
        bottom: inherit;
        display: block;
        margin: 15px 0;
        position: relative;
    }
    .apply-footer .apply-footer-title .return-link {
        display: inline-block;
        float: none;
    }
}
@media screen and (max-width: 576px) {
    #header .row div {
        width: 50%;
    }
    .logo,
    .certificate {
        height: 75px;
    }
    #img-top-left-mobile {
        left: 50px;
    }
    #img-top-right-mobile {
        right: 50px;
    }
    #img-top-left-mobile.casual {
        margin-top: -21px;
        width: 60px;
    }
    #img-top-right-mobile.casual {
        margin-top: -17px;
        width: 65px;
    }
    #img-bottom-left.casual {
        bottom: -148px;
        width: 120px;
    }
    #img-bottom-right.casual {
        bottom: -163px;
        width: 150px;
        right: 10px;
    }
    #img-bottom-left.business {
        display: none;
    }
    #img-bottom-left.business.mobile {
        bottom: -165px;
        display: block;
        left: 0;
        width: 180px;
        z-index: -1;
    }
    #img-bottom-right {
        right: 0;
    }
    /* #img-top-right-mobile.business {
        right: 60px;
    } */
    .text-sm-center {
        text-align: center;
    }
}
@media screen and (max-width: 460px) {
    #img-top-right-mobile.business {
        right: 110px;
    }
    #img-bottom-right.business {
        right: -10px;
    }
}
@media screen and (max-width: 400px) {
    #img-top-left-mobile.business {
        left: 15px;
    }
}