
a {
    text-decoration: none;
    color: #244db6;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #5297EA;
}

p {
    color: #666666;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

h4 {
    color: #666666;
    line-height: 34px;
}

h1, h2, h3, h5 {
    color: #262626;
}

h1.large {
    font-size: 72px; /* 100px in em, base 15px */
}

h1.medium {
    font-size: 50px; /* 72px */
}

h2.larger {
    font-size: 40px;
    font-weight: 300;
}

.large {
    font-size: 28px;
    font-weight: 300;
}

h2.medium {
    font-size: 20px;
}

.med-small {
    font-size: 18px;
    font-weight: 300;
}

.green {
    color: #2ea321;
}

.blue {
    color: #3e88d2;
}

.gray {
    color: #737373;
}

.orange,
p.orange,
.hero p.orange {
    color: #e2581c;
}

.error-red {
    color: #990000;
}

.error-red-outline {
    border: 1px solid #990000;
}

.white,
.white-font {
    color: #fff;
}

.bg-gray {
    background-color: #f2f2f2;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero p {
    color: #fff;
}

.hero h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}