body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: "myriad-pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4286;
    color: #333;
    background-color: #fff;
}

.logo {
    margin: 20px 0 20px 0;
}

#header {
    background: #fff;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

input {
    width: 100%;
    height: 32px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin-bottom: 20px;
}

label {
    height: 16px;
    font-size: 13px;
    color: #333333;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #cd202c !important;
    }

.btn-default {
    margin-top: 25px;
    width: 180px;
    height: 50px;
    border: 1px solid #cccccc;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.btn-shareyourcomment {
    margin-top: 25px;
    width: 180px;
    height: 50px;
    border: 1px solid #cccccc;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #cd202c;
}

.fa {
    color: #cd202c;
}

h1,
h2 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    color: #cd202c;
}

h2 {
    color: #000;
}

    h2.text-uppercase {
        color: #cd202c;
    }

    h1 span,
    h2 span {
        color: #666;
    }

#main {
    position: relative;
    min-height: 350px;
}

.disclaimer {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
}

    .disclaimer p {
        font-size: 14px;
        color: #666666;
        margin: 10px;
    }

.inner-head h1, .inner-head h1 a {
    padding-top: 10px;
    font-size: 30px;
    color: #333333;
    font-weight: 700;
}

.inner-head h2 {
    padding-top: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.inner-text1 p {
    padding-top: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}

.inner-text1 a {
    text-decoration: underline solid rgb(51, 51, 51);
}

.inner-text2 p {
    padding-top: 20px;
    font-size: 14px;
    color: #333333;
}

@@media (min-width: 768px) {
    #footer {
        text-align: left;
        padding: 56px 0 25px;
    }
}

#footer {
    width: 100%;
    padding: 100px 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

@@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

@@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@@media (min-width: 768px) {
    .container {
        width: 960px;
    }
}

.dzContainer {
    position: relative;
    height: 230px;
    border: 2px dashed #cccccc;
    background-color: #ffffff;
    background-size: cover;
}

.dz-head-text {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    text-align: center;
    margin: 20px 0 20px 0;
}

.dz-button {
    height: 50px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.dz-button-text {
    font-size: 16px;
    color: #cd202c;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}

.dz-fileformat-text {
    width: 349px;
    height: 15px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.input-validation-error {
    border: 1px solid red;
}

.field-validation-error {
    color: red;
    margin-top: 25px;
    position: absolute;
}

.dz-upload {
    display: block;
    background-color: red;
    height: 10px;
    width: 0%;
}

.error_container {
    font-size: 130px;
    text-align: center;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}
.requirement-text {
    margin: 25px 0 30px 0;
    /* Please use our */
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    text-decoration: none solid rgb(51, 51, 51);
}

    .requirement-text a {
        text-decoration: underline solid rgb(51, 51, 51);
    }

.acceptable-text ul {
    color: #666;
}

.acceptable-text h1 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-left: 25px;
}

.preview img {
    height: 40px;
    width: 40px;
}

.file-row {
    padding: 10px 0 10px 0;
}

textarea {
    width: 100%;
    height: 100px;
    margin: 2px;
}

.dz-progress-container {
    margin: 0px 0 10px 0;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
}

.dz-progress-box {
    color: #fff;
    background-color: #4CAF50 !important;
    padding: 5px 0px !important;
}

.dz-progress-text {
    text-align: center;
}

.dz-delete {
    color: #d9534f;
    cursor: pointer;
    margin-left: 5px;
}

.file-row {
    padding: 0;
}

.files {
    margin-bottom: 0;
}

.name {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.size {
    float: left;
}

.dz-file-success {
    color: #4CAF50;
    margin-left: 5px;
    display: none;
}

.upload-status {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
    display: none;
}

.upload-status-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
}