.container .km-btn-cta-blank {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #0066cc;
    transition: opacity ease .3s; 
    background-image: url(/shared/unchangeable/img/bg-btn-icn-external.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px 16px;
    background-origin: padding-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 8px 9px 0px #b5bcc3;
    padding: 0.8em 1.5em 0.8em 2.5em;
    font-size: 18px;
    margin-bottom: 0px;
}

.btn.km-btn-cta-blank:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1050px) and (min-width: 720px){
	.container .km-btn-cta-blank {
        padding: 0.8em 2.5em 0.8em 1.5em;
    }
}

@media only screen and (max-width: 719px){
    .container .row .page-link-list {
        flex-direction: column;
    }
    .container .row .page-link-list li {
        width: 100%;
    }
    .container .row .page-link-list li:nth-child(odd) {
        padding-right: 0px;
    }
    .container .row .page-link-list li:nth-child(even) {
        padding-left: 0px;
    }
    .text-xlarge{
        font-size: 20px !important;
    }
    .text-large{
        font-size: 20px !important;
    }
    .h1{
        font-size: 28px !important;
    }
    .page-link-list li a{
        font-size: 16px !important;
        text-align: left !important;
        justify-content: left !important;
    }

    .container .km-btn-cta-blank {
        width: 75%;
        text-align: center;
        margin: 0 auto;
        padding: 0.8em 2.5em 0.8em 1.2em;
    }
}

@media only screen and (min-width: 535px){
    .br-535{
        display: none!important;
    }
}




