﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding: 0;
    color: #000;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding-bottom: 15px;
    color: #000;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 700;
    color: #14487e;
    padding-bottom: 40px;
}

.ca-btn-primary {
    width: 100%;
    max-width: 350px;
    margin: 40px auto 0;
    padding: 15px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase;
    border: none;
    border-radius: 35px;
    background-color: #f1a81f;
}

a.ca-btn-primary:hover,
a.ca-btn-primary:active,
a.ca-btn-primary:focus {
    color: #fff;
    background-color: #c65e28;
}

.ca-btn-secondary {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 0;
    padding: 15px 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3rem;
    border: solid 2px #000;
    border-radius: 35px;
    background-color: transparent;
}

a.ca-btn-secondary:hover,
a.ca-btn-secondary:active,
a.ca-btn-secondary:focus {
    color: #fff;
    background-color: #c65e28;
}

.ca-content-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .ca-content-area::after {
        content: "";
        clear: both;
        display: table;
    }

.ca-leftcolumn {
    width: 100%;
    padding-bottom: 100px;
}

    .ca-leftcolumn::after {
        content: "";
        clear: both;
        display: table;
    }

.ca-rightcolumn {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-flow: wrap;
    align-content: space-around;
    background-color: #afd8f3;
    border-top: solid 4px #afd8f3;
}

    .ca-rightcolumn::after {
        content: "";
        clear: both;
        display: table;
    }



/*------------- Header -----------------*/
/*------------- Left content -----------------*/
.ca-main-content {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}

.ca-subheading {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: 700;
    font-style: italic;
    color: #000;
    padding-bottom: 40px;
}

.ca-super {
    font-size: 1.1rem;
}

.ca-disclaimer {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
}

.ca-formarea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

    .ca-formarea img {
        width: 100%;
    }

.ca-marginupper {
    margin-top: 50px;
}

.ca-newbie {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 75px auto 20px;
}
/*------------- Left content -----------------*/



/*------------- Right content -----------------*/
.ca-message {
    width: 100%;
    margin: 20px 0;
}

    .ca-message:nth-child(2) {
        margin: 0 0 20px;
    }

.ca-messageupper {
    width: 100%;
    padding: 20px 10% 20px;
    background-color: #fff;
}

.ca-messagelower {
    width: 100%;
    background-color: #14487e;
    padding: 20px 10%;
}

.ca-messageupper img {
    display: block;
    width: 160px;
    margin: 0 auto 20px;
}

.ca-messageupper h2 {
    font-size: 1.2rem;
    color: #f1a81f;
    text-align: center;
}

.ca-messagelower p {
    color: #fff;
    font-size: .9rem;
    line-height: 1.3rem;
    text-align: center;
    padding-bottom: 5px;
}

.ca-messagelower a:link,
.ca-messagelower a:visited {
    display: block;
    color: #fff;
    font-size: .9rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.ca-messagelower a:hover,
.ca-messagelower a:active,
.ca-messagelower a:focus {
    color: #f18721;
}
/*------------- Right content -----------------*/
/*------------- Footer-----------------*/
.ca-footer-outer {
    width: 100%;
    padding: 50px 5%;
    background-color: #45a5dc;
    text-align: center;
}

.ca-footer-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    color: #fff;
    line-height: 1.75rem;
    padding: 0;
    margin: 0;
}
/*------------- Footer-----------------*/

/**
 *  - >= 568px
 */

@media screen and (min-width: 35.5em) {
}



/**
 *  - >= 768px
 */

@media screen and (min-width: 48em) {
}
/**
 *  - >= 910px
 */

@media screen and (min-width: 56.875em) {

    .ca-leftcolumn {
        width: 60%;
    }

    .ca-rightcolumn {
        width: 40%;
        border-top: none;
    }
}
/**
 *  - >= 1250px
 */

@media screen and (min-width: 78.125em) {
}
