.tx-pb-downloadform UL {list-style:none;margin:0;padding:0;}
.tx-pb-downloadform UL > LI {margin:0 !important;}
.tx-pb-downloadform UL > LI I {margin-right:5px;}

.downloadform {
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 29px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 29px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 29px 10px rgba(0,0,0,0.5);
    position: relative;
}

.downloadform form > div {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 9px 0;
}

.downloadform__message--error {
    width: auto;
    margin: 0 0 6px 0;
    float: left;
    display: block;
    background: #e72121;
    color: #fff;
    border-color: #e72121;
    position: relative;
    font-size: 13px;
    padding: 2px 10px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.downloadform__message--error p {
    margin: 0;
}

.downloadform__message--error:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #e72121;
}

.downloadform input[type="text"] {
    width: 100%;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 14px;
    width: 98%;
    padding: 10px;
    border: 2px solid #d4d4d4;
    color: #656565;
}
.downloadform input[type="text"]:hover, input[type="text"].f3-form-error {
    border: 2px solid #e72121;
    background:#fff;
}
.downloadform input[type="submit"] {
    font-family: "Source Sans Pro",Arial,sans-serif;
    margin: 20px 0 0 0;
    width: auto;
    float: left;
    border: 0;
    padding: 10px 60px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: rgb(99,176,62);
    border-color: none;
    border-bottom: 5px solid #538e37;
}
.downloadform input[type="submit"]:hover {
    border: none !important;
    background-color: #535353 !important;
    border-bottom: 5px solid #686868 !important;
    padding: 10px 60px;
}
  
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.7;
    background-color: rgb(119, 119, 119);
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-close.mfp-close, .mfp-close.mfp-close:active {
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    line-height: 26px;
    border-radius: 20px;
    box-shadow: 0 0 5px #333;
    top: -15px;
    right: -15px;
    opacity: 1;
}

.mfp-close-btn-in.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}