#footer .lower-container .menu-box{
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 20px 0px;
    float: left;
}
#footer .lower-container .menu-box .link-box{
    float: left;
}
#footer .lower-container .menu-box .link-box:not(:last-child){
    margin-right: 30px;
}
#footer .lower-container .menu-box .link-box a{
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}
#footer .lower-container .menu-box .link-box.active a,
#footer .lower-container .menu-box .link-box a:focus,
#footer .lower-container .menu-box .link-box a:hover{
    color: #fff;
    text-decoration: none;
}
@media (max-width: 991px){
    #footer .lower-container .menu-box{
        float: none;
        text-align: center;
        padding: 15px 0px;
    }
}
#footer .lower-container .copy-box{
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 30px 20px 0px;
    margin-right: 30px;
    position: relative;
}
#footer .lower-container .copy-box::before {
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -6px;
}
@media (max-width: 991px){
    #footer .lower-container .copy-box{
        float: none;
        text-align: center;
        padding: 5px 0px;
        margin-right: 0px;
    }
    #footer .lower-container .copy-box::before {
        display: none;
    }
}

#footer .create-box{
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0px;
}

#footer .create-box.iw a{ /* colorful */
    position: relative;
    display: inline-block;
    width: 136px; 
    height: 20px;
    margin: 0px;
    border: 0px; 
    background-image:url(../design/footer-iwlogo.svg);
    background-repeat: no-repeat;
    background-position: right -40px;
    z-index: 1;
}
#footer .create-box.iw a::after, /* gray */
#footer .create-box.iw a::before{ /* black */
    content: '';
    position: absolute;
    right: 0px;
    display: inline-block;
    width: 136px; 
    height: 20px;
    margin: 0px;
    border: 0px;
    background-image:url(../design/footer-iwlogo.svg);
    background-repeat: no-repeat;
    background-color: #1b2025;
}
#footer .create-box.iw a::before{ /* black */
    z-index: 2;
    top: 0px;
    background-position: right -20px;
    transition: width 0.3s 0.4s ease-out;
}
#footer .create-box.iw a::after{ /* gray */
    z-index: 3;
    top: 0px;
    background-position: right 0px;
    transition: width 0.3s 0s ease-in;
}
@media (min-width:992px){
    #footer .create-box.iw a:hover::before, /* black */
    #footer .create-box.iw a:hover::after { /* gray */
        width: 0px;
    }
}

#footer .apply-container{
    padding: 100px 0px;
    background: #DADADA;
}
@media (min-width: 1440px) {
    #footer .apply-container .container {
        width: 1410px;
    }
}
#footer .apply-container .box-container{
	text-align: center;
}
#footer .apply-container .box{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #1E1E1E;
}
#footer .apply-container .box .img-box{
    display: inline-block;
	margin-bottom: 30px;
}
#footer .apply-container .box .img-box{
    border-bottom: 6px solid transparent;
}
#footer .apply-container .box.type-1 .img-box{
 	border-bottom-color: #91D8F7;
}
#footer .apply-container .box.type-2 .img-box{
 	border-bottom-color: #A98F71;
}
#footer .apply-container .box.type-3 .img-box{
 	border-bottom-color: #203A65;
}
#footer .apply-container .box .img-box img, 
#footer .apply-container .box .img-box video{
    width: 260px;
	background: rgba(255, 255, 255, 0.5);
}
#footer .apply-container .box .txt-box{
    font-family: var(--secondary-font), "Georgia";
    font-weight: 200;
    font-size: 32px;
    line-height: 1.25em;
	text-transform: uppercase;
}
#footer .apply-container .box .btn-box{
    margin-top: 30px;
}
@media (max-width: 1199px){
    
}
@media (max-width: 991px){
    #footer .apply-container{
        padding: 80px 0px;
        text-align: center;
    }
    #footer .apply-container .box.width-separator{
        margin-bottom: 80px;
    }
}
@media (max-width: 767px){
    #footer .apply-container{
        padding: 60px 0px;
    }
    #footer .apply-container .box .btn-box{
        margin-top: 30px;
    }
}