.apply {
	text-align: center;
	padding: 40px 0px 25px 0px;
}
.apply_btn {
	color: #ffffff !important;
	font-size: 16px;
	background: #2a588b;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #2a588b !important;
	border: 1px solid #2a588b;
	text-decoration: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 800px;
    margin: 12px auto;
    box-shadow: 1px 1px 10px #ccc;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}

@-webkit-keyframes slidy {
    0% {
        left: 0;
    }

    28% {
        left: 0;
    }

    33% {
        left: -100%;
    }

    62% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    95% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

@keyframes slidy {
    0% {
        left: 0;
    }

    28% {
        left: 0;
    }

    33% {
        left: -100%;
    }

    62% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    95% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

#wrapper .slideshow {
    overflow: hidden;
}

#wrapper .slideshow figure img {
    width: 25%;
    display: inline-block;
}

#wrapper .slideshow figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    font-size: 0;
    -webkit-animation-duration: 12s;
    -webkit-animation-name: slidy;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation: 12s slidy infinite;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .logo {
    padding: 16px;
    display: flex;
    justify-content: center;
}

#wrapper .article {
    padding: 20px 30px;
}

#wrapper .footer {
    padding: 20px 30px;
    background: #2E2E2E;
}

#wrapper .footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

#wrapper .left,
#wrapper .right {
    width: 48%;
}

#wrapper .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper p {
    margin-bottom: 14px;
}

#wrapper strong {
    font-weight: bold;
}

#wrapper h1 {
    color: #fff;
    margin: 18px -30px;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    background: #2a588b;
    padding: 15px 30px;
    text-align: center;
}

#wrapper h3 {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #2a588b;
}

#wrapper a {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin: 0 0 15px 10px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 20px;
    position: relative;
}

#wrapper ul li:before {
    content: '\2022';
    color: #2a588b;
    font-size: 25px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 800px) {
    body {
        margin: 8px;
    }
    
    #wrapper {
        margin: 0;
        border: none;
    }

    #wrapper .article,
    #wrapper .footer {
        padding: 16px;
    }
}

@media (max-width: 599px) {
    #wrapper .left,
    #wrapper .right {
        width: 100%;
    }
}
