@charset "utf-8";

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.btn {
    display: flex;
    justify-content: flex-end;
}

a.apply {
    text-align: center;
    color: #fff;
    background: #4383c4;
    margin: 0;
    padding: 15px 16px;
    border-radius: 6px;
    font-size: 18px;
    display: inline-block;
	font-weight: bold;
}

a.apply:hover {
    background: #000;
	color: #fff;
    text-decoration: underline;
}
.custom-body{ 
 max-width: 950px;
 margin: 20px auto;
 }
.custom-paper { 
 margin: 0 auto;
 background-color: #fff;
 border-radius: 10px;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);
 padding: 20px;
 padding-top: 10px;
 }
.custom-cta .ctabtnp, .custom-cta .ctabtnwa { 
 width: 100%;
 box-sizing: border-box;
 }
 h1 {
 font-size: 28px;
 font-weight: bold;
 color: #4383c4;
 }
 h2 {
 font-size: 18px;
 color: #4383c4;
 }
 h3 {
 font-size: 18px;
 color: #4383c4;
 }