body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color:  #000000;
    font-size: 12px;
    background-color: #F5F5F5;
}

p,
img,
h1,
h2,
h3,
h4,
ol,
ul,
li,
a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    transition: all .4s ease 0s;
}

p {
    line-height: 18px;
}

h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 2px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
}

#acx_header_bg_cvr_svg {
    position: absolute;
    right: -57px;
    top: 0;
}

.acx_header_bg_cvr {
    position: absolute;
    right: 0;
    top: 0;
}

.wrapper,
.canvas960,
.inline_block,
.header {
    width: 100%;
    transition: all .4s ease 0s;
}

.canvas960 {
    max-width: 960px;
    margin: 0 auto;
}

.inline_block {
    display: inline-block;
}

.inline_block_divider {
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.inline_block_divider_holder {
    margin-bottom: 30px;
}

.header {
    box-sizing: border-box;
    float: right;
    max-width: 885px;
    min-height: 81px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
}

#csma_master_logo {
    float: right;
    margin: 20px;
    width: 100px;
    z-index: 1;
    position: relative;
}

#csma_master_logo > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
}

.mg_top {
    margin: 120px 0;
}

.form {
    float: left;
    width: 50%;
}

.yellow {
    padding: 68px 6% 50px;
    width: 88%;
    background-color: #FFEE92;
}

.text_box {
    margin: 30px 0 0;
    padding: 30px 0 0;
}

.text_box p {
    text-align: center;
}

.footer {
    height: 81px;
    margin: 0;
    padding: 0;
    position: relative;
}

.acx_footer_svg_bg {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 980px) {

    .header,
    .footer
    {
        max-width: none;
        text-align: center;
        background: none repeat scroll 0 0 #000000;
    }

    #csma_master_logo {
        float: none;
        margin: 20px auto;
    }

    .form {
        text-align: center;
        width: 100%;
    }

    .mg_top {
        margin: 0;
    }

    .acx_header_bg_cvr,
    .acx_footer_svg_bg
    {
        display: none;
    }

}
