@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;700&display=swap');

:root {
    --lightblue: #ecf2f4;
}

.cms {
    color: #09254a;
    font-size: 1em;
    font-family: Sans-Serif;
    padding-bottom: 50px;
}

.cms h2 {
    font-size: 34px;
    font-family: 'Maven Pro';
    background: none;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: inline-block;
}

.cms a:not(.btn) {
    color: #eb7e5b;
    font-weight: bold;
}

.cms .button {
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    background-color: #54c0eb;
    padding: 8px;
    border-radius: 20px;
}

.cms .button:after {
    margin: 0 5px 0 15px;
    content: ">";
}

.cms blockquote {
    color: #86a3ae;
}

.cms blockquote:before {
    content: "“";
    color: #eb7e5b;
    font-weight: bold;
    font-size: 3em;
    float: left;
    margin-right: 15px;
}

.cms .col-md-6 > img{
    width: 100%;
    height: auto;
}

.cms .cms-blue-bg {
    background: var(--lightblue);
    padding: 20px !important;
}

.cms .cms-text-container{
    padding:50px;
}

.cms .col-md-12 > img{
    width: 100%;
}

.cms .cms-text-container a{
    text-decoration: underline;
}