* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    margin: 0px;
}

.ohio_hed {
    width: 100%;
    display: block;
    padding: 50px 0px;
}

.ohio_hed h1 {
    font-size: 21px;
    font-weight: 500;
    margin-top: 10px;
    color: #008dd1;
    clear: both;
    text-align: center;
}

.ohio_abt {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.ohio_abt img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ohio_vdo {
    width: 100%;
    display: block;
}

.ohio_vdo iframe {
    width: 100%;
    display: block;
}

.ohio_pg_hed {
    width: 100%;
    padding: 50px 0;
    font-weight: 300;
    text-align: center;
    border-top: 1px solid #ddd;
}

.ohio_wrks_itms {
    width: 100%;
    display: block;
}

.ohio_wrks_itms ul {
    width: 100%;
    display: block;
   position: relative;
   list-style: none;
   margin-left: 20px;
}

.ohio_wrks_itms ul li::before {
    content: ">";
    position: absolute;
    left: -20px;
}

.ohio_icn_bx {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
}

.ohio_icn_bx img {
    width: 80%;
    display: block;
    margin: auto;
}

.ohio_icn_bx p {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
}
.ohioCntForm
{
    width: 100%;
    display: block;
    height: 100%;
    background: #efeeec;
    padding: 30px;
}
.ohioCntForm input
{
    margin: 10px 0px;
}
.ohioCntForm select
{
    margin: 10px 0px;
}
.ohioCntForm textarea
{
    margin: 10px 0px;
    min-height: 200px;
}

@media (max-width: 799px){
    .ohio_icn_bx img {
        width: 40%;
    }
    .ohio_wrks_itms ul {
        width: 90%;
        display: block;
        position: relative;
        list-style: none;
        margin-left: 20px;
    }
    .ohio_pg_hed {
        width: 100%;
        padding: 10px 0;
        font-weight: 300;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    h3,h2,h1,h4,h5,h6 {
        font-size: 22px !important;
    }
    .ohio_abt {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding-top: 21px;
    }
}