.btn-primary1 {
    background-color: #41a928;
    border: 2px solid #41a928;
    color: white;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham, Arial;
}
.btn-accent
 {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham, Arial;
}
.btn-primary1 {
    background-color: #41a928;
    border: 2px solid #41a928;
    color: white;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham,Arial
}

.btn-primary1:hover {
    background-color: #338720;
    border: 2px solid #338720;
    color: white
}

.a-1 {
    color: #fff;
    text-decoration: none
}

.a-1:hover {
    color: #fff;
    text-decoration: none
}

.btn-secondary {
    background-color: #fff;
    border: 2px solid #41a928;
    color: #2f7b1d;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham,Arial
}

.btn-secondary:hover {
    background-color: #338720;
    border: 2px solid #338720;
    color: ffffff
}

.btn-knockout {
    background-color: #41a928;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham,Arial
}

.btn-knockout:hover {
    background-color: #338720;
    border: 2px solid #fff;
    color: #fff
}

.btn-accent {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham,Arial
}

.btn-accent:hover {
    background-color: #d5cfe0;
    border: 2px solid #863d82;
    color: #fff
}

.btn-alert {
    background-color: #ffb549;
    border: 2px solid #ffb549;
    color: #00205b;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    transition-duration: .4s;
    font-family: "Calibri","open sans",sans-serif;
    font-weight: bold;
    line-height: 100%
}

.btn-alert:hover {
    background-color: #ffba52;
    border: 2px solid #ffba52;
    color: #00205b
}

.a-2 {
    color: #000;
    text-decoration: none
}

.a-2:hover {
    color: #fff;
    text-decoration: none
}

.btn-primary2 {
    background-color: #41a928;
    border: 2px solid #41a928;
    border-radius: 8px;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: .4s;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: HCo_Gotham,Arial
}

.btn-primary2:hover {
    background-color: #338720;
    border: 2px solid #338720;
    color: white
}

.container {
    background-color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
}

.row {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block
}

.row.blockDisplay {
    display: block
}

.column_half {
    width: 50%;
    float: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.columns {
    width: 33%;
    float: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.row .columns p {
    padding-left: 10%;
    padding-right: 10%
}

.row .column_half p {
    padding-left: 10%;
    padding-right: 10%
}

@media(max-width: 320px) {
    .container .secondary_header ul {
        margin-top:0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        height: auto;
        width: 100%;
        text-align: center
    }

    .placeholder {
        width: 100%;
        margin-top: 22PX;
        margin-right: 0;
        margin-bottom: 22PX;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        max-width: 400px;
        max-height: 200px;
        height: auto
    }

    .columns {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .columns p {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 321px) and (max-width:768px) {
    .container .secondary_header ul {
        margin-top:0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        height: auto;
        width: 100%;
        text-align: center
    }

    .placeholder {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%
    }

    .columns {
        width: 100%;
        margin-top: 6px;
        margin-right: 0;
        margin-bottom: 6px;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .columns p {
        padding-left: 10px;
        padding-right: 10px
    }

    .column_half.left_half {
        width: 100%
    }

    .column_half.right_half {
        width: 100%
    }

    @media(min-width: 769px) and (max-width:1000px) {
        .placeholder {
            width:100%;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0
        }

        .columns {
            width: 50%;
            float: left;
            padding-left: 0;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0
        }

        .container .columns p {
            padding-left: 25px;
            padding-right: 25px
        }
