body {
    /*color:#333333;*/
}
.logo-wrapper.extend {
    background-color: #F7941D;
}
input[type="text"], input[type="email"], textarea {
    width:100%;
    color:#333333;
}
input[type="submit"], input[type="submit"]:hover{
    width:100%;
}
.content {
    width: 100%;
    margin: 40px 0;
}
#response{
    min-height: 30px;
    display: block;
    clear: both;
    text-align: center;
}
.entry-content ul {
    list-style-type: none;
}
.entry-content li {
    margin-bottom: 10px;
}
ul li label input {
    margin-left:-16px;
}

.nomargin{
    margin:0 !important;
}

.blinkNotify{
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color:red;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
