﻿@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: 0;
    color: #000;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 700;
    color: #14487e;
    padding-bottom: 15px;
}

.ca-btn-primary {
    width: 100%;
    max-width: 350px;
    margin: 25px 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;
}

.alignleft {
    text-align: left;
}
/*------------- Header -----------------*/
.ca-headerouter {
    width: 100%;
    padding: 20px 0 40px;
}

.ca-logo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
/*------------- Header -----------------*/

.ca-main-content {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.ca-emphasizer {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2rem;
    padding-bottom: 100px;
}

.ca-italizespace {
    font-style: italic;
}

.ca-formarea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 0 75px;
}

    .ca-formarea img {
        width: 100%;
    }

.ca-smallmark {
    font-size: 0.8rem;
}
/*------------- Location form -------------*/
.leg-radioform {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    text-align: left;
    color: #000;
    font-family: 'Open sans', sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
}

* {
    font-family: 'Roboto', sans-serif;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: solid 4px #45a5dc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 1rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #F2A81D;
    }

    .option-input:checked {
        background: #c65c14;
    }

        .option-input:checked::before {
            height: 30px;
            width: 30px;
            position: absolute;
            top: -4px;
            left: -4px;
            content: '✔';
            display: inline-block;
            font-size: 20px;
            text-align: center;
            line-height: 30px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

label {
    display: block;
    line-height: 30px;
}
/*----------Location form------------------*/
/*------------- Footer-----------------*/
.ca-footer-outer {
    width: 100%;
    padding: 100px 0 75px;
}

.ca-footer-content p {
    display: block;
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    text-align: center;
    color: #000;
    line-height: 1.75rem;
    padding: 0;
}
/*------------- Footer-----------------*/
