﻿.downloadBtn {
    font-size: 1.8rem;
    text-align: center;
    color: navy;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid;
    background: #144e8d;
}

    .downloadBtn a :hover {
        color: yellow !important;
    }

.big-title {
    margin-bottom: 30px;
}

.section {
    padding: 30px 0;
}

.defaultform .form-control {
    background-color: #ffffff;
}
/* Radio */
input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%), -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8), 0 0 0 1px hsla(0,0%,0%,.6), 0 2px 3px hsla(0,0%,0%,.6), 0 4px 3px hsla(0,0%,0%,.4), 0 6px 6px hsla(0,0%,0%,.2), 0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}

    input[type="radio"]:after {
        background-color: #fff;
        border-radius: 25px;
        box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4), 0 1px 1px hsla(0,0%,100%,.8);
        content: '';
        display: block;
        height: 7px;
        left: 4px;
        position: relative;
        top: 4px;
        width: 7px;
    }

    input[type="radio"]:checked:after {
        background-color: #f66;
        box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4), inset 0 2px 2px hsla(0,0%,100%,.4), 0 1px 1px hsla(0,0%,100%,.8), 0 0 2px 2px hsla(0,70%,70%,.4);
    }


.lead {
    text-align: center;
    color: #195390;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: bold;
}

.contact_form .form-control {
    margin-bottom: 5px;
}

.side-block {
    font-size: 1.8rem;
    text-align: center;
    color: navy;
    font-weight: bold;
    background: #ecf0f1;
    border: 1px solid #d0dfe3;
    border-radius: 5px;
}
