

#background {
    background: url('https://image.info.energyfactor.com/lib/fe291171716405747d1175/m/1/42013b3b-d6c1-447c-a875-23f4c07d1bf6.jpg');
    background-position: center;
    background-size: cover;
    height: 192px;
    width: 100%;
}

body {
    margin: 10;
    font-family: 'EMprint'!important;
}
.wrap {
    max-width: 1024px;
    margin: 0 auto;
}
p,select,option,input,label {
    font-family: 'EMprint'!important;
}



option {
font-family: 'EMprint'!important;
font-weight:normal!important;
}
 

b {
    font-family: 'EMprint';
}
input,select { padding-left:15px!important; }
html {
    scroll-behavior: smooth;
}
select#Title {
    font-family: 'EMprint';
}
#Salutation {
    font-family: 'EMprint'!important;
margin-top:10px !important;
}
select#Industry {
    font-family: 'EMprint' !important;
margin-top:10px !important;
}
select#Job_Role {
    margin-top: 10px !important;
}
label {
    font-family: 'EMprint';
    font-size: 14px;
}

.Logo-Img {
    width: 205;
    padding-left: 10px;
}

.form_div {
    font-size: 20px;
    font-family: 'EMprint';
    padding-top: 0px;
    padding: 10px;
    margin: 10px;
}

.form_div h3 {
    font-size: 18px;
    font-family: 'EMprint';
    color: #1b1b1b;
    padding-left: 18px;
}

.form_div .form_text {
    padding-left: 10px;
    margin: 10px;
    font-size: 14px;
    font-family: 'EMprint';
    line-height: 30px;
}

.container .form_fields {
    font-family: 'EMprint';
    font-size: 14px;
    color: #000000;
    margin-right: 60px;
}

.email_select {
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: 'EMprint';
    font-size: 14px;
    color: #000000;
}

.container option {
    font-family: 'EMprint';
}

.container select {
    font-family: 'EMprint';
    padding: 0 14% 0 0;
  
    height: 40px;
    width: 400px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 10px;
    border: 2px solid #ccc;
    outline: none;
}

.container input[type=text] {
    font-family: 'EMprint';
    height: 40px;
    margin-top: 10px;
    width: 400px;
    font-size: 14px;
    border-radius: 10px;
    border: 2px solid #ccc;
    outline: none;
}

.container input[type=radio] {
    padding-top: 10px;
    font-size: 14px;

}

.job_title input[type=radio] {
    margin-right: 5px;
}

.job_title {
    margin-top: 30px;
    font-family: 'EMprint';
    font-size: 14px;
    color: #000000;
}

.job_title p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'EMprint';
}

.email_type {
    margin-top: 20px;
}

.pri_sec {
    margin-left: 0px;
    font-family: 'EMprint';
    font-size: 14px;
    color: #000000;
   

}

.button {
    font-family: 'EMprint';
    
    font-size: 16px;
    background-color: rgb(238, 15, 15);
    border-color: #CCC;
    color: #000000;
    padding: 15px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

.footer p {
   
    color: red;
    font-size: 12px;
}

.footer p a {
    text-decoration: underline;
    padding-top: 1%; 
    color: red;
    font-size: 12px;
    text-align: center;
}



.unsub_parent {
    position: relative;
    text-align: center;
}

[type=checkbox],
[type=radio] {
    padding: 0;
    margin-right: 10px;
}

.unsub_parent p {
    /* display: inline; */
    color: red;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-left: 20px;
}

.container {
    margin: 20px;
}

option {
    font-weight: 600;
}

#industry {
    
    font-size: 14px;
}

.button {
    background-color: #FE000C;
    border: none;
    font-weight: 600;
    color: white;
    /* display: flex; */
    padding: 10px 30px !important;
    text-align: center;
    line-height: 18px;
    align-items: center;
    text-decoration: none;
    display: inline-block;
    
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    margin-bottom: 10px;
}

.input_wrapper {
    background-color: #f1f1f1;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 0px;
}

img {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 20px;
}

.checkbox1 {
    margin-bottom: 26px !important;
    padding-bottom: 20px;
}


@media only screen and (max-width:629px) {
    img#background {
        display: none;
        /* background-image: url("https://image.info.energyfactor.com/lib/fe291171716405747d1175/m/1/846d9f02-7ed1-4f23-9a01-4633255eda5b.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(5px);
        /* Adjust the blur value as desired */
    }

    [type="checkbox"] {
        font-size: 12px;
        margin-right: 5px;
    }

    img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .pri_sec select {
        width: 100% !important;
        margin: 0px !important;
    }
.form_div .form_text{
padding-left: 0px;
    margin: 0px;
}

    .pri_sec input {
        margin-right: 5px;
        font-size: 12px;

    }

    .pri_sec {
        margin: 0px !important;
    }

    .container {
        margin: 0px !important;
    }

    .container select {
        width: 100% !important;
        margin: 0px !important;
    }

    input#First_Name {
        width: 100% !important;
    }

    input#Last_Name {
        width: 100% !important;
    }

    input#Added_Email {
        width: 100% !important;
    }

    input#Title {
        width: 100% !important;
    }

    .container input[type="radio"] {
        margin-right: 5px !important;
    }

    p {
        padding: 0px !important;
        margin-left: 0px !important;
        text-align: justify;
        margin-bottom: 30px;
    }

    h3 {
        padding: 0px !important;
        margin-left: 0px !important;
        text-align: justify;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    #background {
        height: 100px;
    }
}

@media (min-width: 481px) {
    #background {
        height: 130px;
    }
}


@media (min-width: 992px) {
    #background {
        height: 192px;
    }
}