@media only screen and (max-width: 992px)
{
    h1
    {
        font-size: 1.75rem!important;
    }
    h2
    {
        font-size: 1.5rem!important;
    }
    h3
    {
        font-size: 1.25rem!important;
    }
}
p
{
    font-size: 17px;
}
.blockslp-h1
{
    font-size: 1rem!important;
}
@media only screen and (max-width: 1024px)
{
    .blockslp-h1
    {
        font-size: .8rem!important;
    }
}
.bb
{
    transform: translateX(0);
    font-size: 1.4rem;
}
.bb:hover
{
    transform: translateX(0)!important;
}
.landingpage-bar, .landingpage-bar-center
{
    margin: 1rem 0;
    background: #45566c;
    background: linear-gradient(135deg,#45566c 0%,#bcc3c4 25%,#9270a6 57.5%);
    height: .2rem;
    width: 90%;
    max-width: 250px;
}
.landingpage-bar-center
{
    margin: 1rem auto;
}
.blockslp-actionblock-callout
{
    font-size: 2.45rem!important;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    max-width: 650px;
    text-align: left;
    color: #45556c;
    margin: 0 0 1rem;
    padding: 0;
    font-family: "raleway";
}
@media only screen and (max-width: 1200px)
{
    .blockslp-actionblock-callout
    {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 992px)
{
    .blockslp-actionblock-callout
    {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 576px)
{
    .blockslp-actionblock-callout
    {
        font-size: 1.15rem;
    }
}
.blockslp-actionblock-button
{
    margin: 0!important;
    font-family: "open sans";
    font-size: 1.4rem;
}
.fakeh1
{
    display: block!important;
    font-family: Raleway,sans-serif!important;
    font-weight: 600!important;
    font-size: 3.5rem!important;
    line-height: 1.2em!important;
}
@media only screen and (max-width: 1024px)
{
    .fakeh1
    {
        font-size: 3rem!important;
    }
}
@media only screen and (max-width: 992px)
{
    .fakeh1
    {
        font-size: 2.5rem!important;
    }
}
.homepagehq
{
    font-size: 1.125rem!important;
}
@media only screen and (max-width: 1024px)
{
    .homepagehq
    {
        font-size: 1.125rem!important;
    }
}
@media only screen and (max-width: 992px)
{
    .homepagehq
    {
        font-size: 1.125rem!important;
    }
}
.colorfulheading
{
    background-image: linear-gradient(135deg,#45566c 0%,#9270a6 40%)!important;
    -webkit-background-clip: text!important;
    background-clip: text!important;
    color: transparent!important;
}
.nobottom
{
    margin-bottom: 0!important;
}
.nobottomall, .nobottompadding
{
    padding-bottom: 0!important;
}
.nobottomall
{
    margin-bottom: 0!important;
}
.notop
{
    margin-top: 0!important;
}
.notopall, .notoppadding
{
    padding-top: 0!important;
}
.notopall
{
    margin-top: 0!important;
}
.shadowtwo
{
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.contact2024
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.contact2024 .wpcf7-form-control-wrap
{
    width: 600px;
    max-width: 90%;
}
.contact2024 input[type=email], .contact2024 input[type=tel], .contact2024 input[type=text], .contact2024 input[type=textarea], .contact2024 textarea
{
    border: 0;
    border-bottom: 1px solid #45556c;
    width: 600px;
    max-width: 90%;
}
.contact2024 input[type=submit]
{
    box-shadow: none;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    display: flex;
    font-size: 1.25rem;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: #956ea5;
    color: #fff;
    text-decoration: none;
}
.contact2024 input[type=submit]:hover
{
    background-color: #333;
}
@media only screen and (max-width: 992px)
{
    .contact2024 .sub-button
    {
        margin: 0 auto;
    }
}