body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

p {
    font-weight: 300;
    font-size: 16px;
    margin: 15px 0;
    padding: 0;
}

strong {
    font-weight: 500;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
}

.formcont {
    background: #f8f8f8;
    border: 1px solid #dcdde1;
    padding: 20px 35px 20px 15px;
    margin: 40px 0;
    color: #7d7e80;
}

.formcont input {
    border-radius: 0;
    border: 1px solid #1ea4c1;
    font-size: 13px;
}

.formcont select {
    border-radius: 0;
    border: 1px solid #1ea4c1;
    font-size: 13px;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

#top {
    background: #e9ecef url(../images/bg-top.jpg) top no-repeat;
    width: 100%;
}

.logo {
    padding: 2px 0;
}

.logo2 {
    padding-top: 45px;
}

label.control-label {
    color: #385a6e;
    font-size: 13px;
    font-weight: 500;
}

.m-b-35 {
    margin-bottom: 35px;
}

.p-l-35 {
    padding-left: 35px;
}

.iradio .icheckbox_minimal-aero {
    margin: -5px 0 0 0;
}

.ilabel {
    display: inline;
    padding-left: 15px;
    font-size: 22px;
    color: #256197;
}

.ilabel span {
    margin-left: 35px;
}

.ilabel2 {
    display: inline;
    font-size: 12px;
    font-weight: 300;
    color: #333;
}

.ilabel2 strong {
    margin-left: 8px;
    color: #256197;
}

.webinars .row {
    margin-bottom: 4px;
}

.grey {
    color: #7e7f81 !important;
}

.light-blue {
    color: #12a4c9 !important;
}

.blue {
    color: #44a3db !important;
}

.white {
    color: #fff !important;
}

.footer1 {
    background: #061626;
    padding: 20px 0 10px 0;
    color: #fff;
    font-weight: 300;
}

.footer1 p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.footer2 {
    padding: 8px 0;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-11 {
    font-size: 11px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.error-label {
    display: block;
    font-size: 13px;
    color: #ea394a;
}

.btn-submit {
    border: none;
    background: none;
    padding: 0;
}

@media (max-width: 480px) {
    .m-b-10-sm {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .ilabel {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        width: 768px;
        padding: 0;
    }
}

@media (min-width: 960px) {
    .wrapper {
        width: 960px;
    }
}