/* HRH Landing Page
--------------------------------------------- */

/* Main Layout */
body {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}
/* Text */
p {
    margin-bottom: 1.5rem;
}
a {
    color: #7572c1;
    text-decoration: none;
}
a:hover {
    color: #6ab446;
}
.lead {
    font-size: 1.3em;
}
.color-green {
    color: #6bc048;
}
.color-purple {
    color: #7572c1;
}
.hrh-mobile-title {
    color: #ffffff;
    background-color: #6ebe4a;
    border-radius: 40px;
    font-size: 2rem;
    line-height: 1;
    padding: .875rem 1.5rem;
    margin-bottom: 1.8rem;
    width: 100%;
}
h1 {
    color: #7572c1;
    font-size: 2rem;
    line-height:1.2;
}
h4 {
    color: #6bc048;
    font-size: 1.75rem;
    line-height:1.2;
}
.hrh-legacy-divider {
    border: .5px solid #231f20;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-top: 2rem;
    margin: 0 auto 2.5rem;
    opacity: 1;
}
/* Border */
.border-bottom {
    border-bottom: .5px solid #231f20 !important;
}
.border-end {
    border-right: .5px solid #231f20 !important;
}
/* Buttons */
.btn {
    color: #ffffff;
    padding: .675rem 1rem;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .025rem;
}
.btn-primary {
    background-color: #7572c1;
    border: 1px solid #7572c1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #6ab446;
    border-color: #6ab446;
}

@media (min-width: 1200px) {
    .hrh-content {width:75%;}
}
@media (max-width: 768px) {
    .lead {font-size: 1.2rem;}
    .hrh-mobile-half {border-right: none !important; border-bottom: .5px solid #231f20 !important; padding: 1.5rem .5rem 0 !important;}
    .hrh-mobile-third {border-right: none !important; border-bottom: .5px solid #231f20 !important; padding: 1.5rem .5rem 0 !important;}
    .hrh-mobile-half:last-child, .hrh-mobile-third:last-child {border-bottom: none !important;}
    .hrh-legacy-divider {padding-top: 1.5rem;margin: 0 auto;}
    .hrh-mobile-title {font-size:1.5rem!important; margin-bottom: 0;}
}
@media (max-width: 576px) {
    .lead {font-size: 1rem;}
    .hrh-mobile-title {font-size:1.25rem!important;line-height: 1.1;}
}