﻿@font-face {
    font-family: awesome-regular;
    src: url('../fonts/Awesome-Regular.woff') format('woff');
}

body {
    background-color: #012d28;
    margin-top: 20px;
    font-family: awesome-regular;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: awesome-regular;
}

h1 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 30px;
    color: #047364
}

h2 {
    font-size: 13px;
    line-height: 30px;
    color: #012d28;
}

h3 {
    color: #047364;
}

p {
    line-height: 20px;
    margin-bottom: 10px;
    color: #012d28;
}

P.intro {
    line-height: 18px;
    font-size: 14px;
    font-weight: 200;
    color: #012d28;
    margin-bottom: 30px;
}

footer {
    margin: 20px 0;
}

footer p {
    color: #ababab;
}

a {
    color: #049a78;
    font-family: awesome-regular;
}

a:hover {
    color: #047364;
    text-decoration: none;
}

.container {
    max-width: 940px;
}

a.header {
    display: block;
    width: 184px;
    height: 70px;
    margin: 20px 0 40px 0;
}

textarea {
    max-width: 940px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px; /* adjust line height to align vertically*/
    padding: 0;
    border-radius: 50%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
input[type="submit"] {
    margin: 0 0 20px 0;
    background-color: #05d48e;
    border: none;
    border-radius: 0px;
    font-size: 16px;
}


input[type="submit"]:hover {
    background-color: #049a78;
    border: none;
}

input[type="radio"] {
  appearance: none;
  margin: 0;
}

.alert-top-margin {
    margin: 20px 0;
}

.row-background-white {
    background-color: #fff;
    padding: 10px 30px 0px 30px;
}

.btn-group > .btn:first-child {
    border-radius: 0;
}
.btn-group > .btn:last-child {
    border-radius: 0;
}
.form-group label a {
    font-size: inherit;
}

.btn-lg {
    background-color: #049a78;
    border-color: #047364;
}
.btn-lg:hover {
    background-color: #047364;
    border-color: #047364;
}
.btn-lg.active {
    background-color: #047364;
    border-color: #047364;
}

toggle.btn-success {
    background-color: #047364;
}

.form-control::placeholder {
    font-family: awesome-regular;
}

.form-control {
    border-radius: 0px;
}

.control-label {
    font-family: awesome-regular;
    font-size: 17px;
    color: #012d28;
}

.alert-danger {
    color: #b94a48;
    background-color: #ffffff;
    border: none;
    padding-bottom: 40px;
}

.pull-right.header {
    margin-top: 30px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    float: left !important;
}

.thank-you-page-box {
    margin-bottom: 50px;
    margin-top: 30px;
}

.alert-warning {
    background-color: #fff;
    border: none;
    margin-bottom: 50px;
                      
}



.row a img {
    width: 184px;
}
