@import url(fonts.css);
/*
 * Customize
 * Colors ---
 */

body {
    background: white !important;
}
footer {
    background: #232323 !important;
}
header {
    background: #5F4D69 !important;
}
.img-cover {
    background: url(../images/hero-image.png) 50% no-repeat;
    background-size: cover;
}
.btn-blue,
.video-price {
    color: white !important;
    background: #50a7ff !important;
}
.btn-blue:hover {
    background: #5bc1ff !important;
    color: white !important;
}
.video-box-item a:hover .video-price {
    background: #F5A623 !important;
}
/*
 * End Customization
 * Colors ---
 */


* {
    margin: 0;
}
html, body {
    height: 100%;
}

.btn {
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    background: #f9f9f9;
    padding: 10px 25px;
}
h1 {
    font-size: 64px;
    font-weight: 100;
    padding-left: 30px;
    padding-right: 30px;
}
h2 {
    font-size: 36px;
    font-weight: 300;
}
h3 {
    font-size: 14px;
    font-weight: 700;
    color: #848484;
    padding-bottom: 10px;
}
body {
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}
header {
    min-height: 650px;
    position: relative;
    overflow: hidden;
}
.img-cover {
    min-height: 650px;
}

.sliding-browser {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -450px;
    opacity: 0;
    padding: 0 40px;
}
.sliding-browser img {
    margin: 0 auto;
}
.heading {
    color: white;
    padding-top: 0;
}
.heading .btn {
    min-width: 200px;
}
.sub-text {
    font-size: 18px;
    opacity: .5;
    font-weight: 100;
    width: 60%;
    margin: 0 auto 30px;
}
.sub-secondary {
    font-size: 18px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
    color: #999;
}
#ca {
    display: block;
    text-align: center;
    padding-bottom: 25px;
    font-size: 18px;
}
.top-nav {
    padding: 20px;
}
.top-menu {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    padding-top: 7px;
}
.top-menu a {
    font-weight: 100;
    color: white;
    margin: 0 10px;
}
.top-menu * {
    vertical-align: middle;
}
/* Top cart */
.top-cart {
    display: inline-block;
    border-left: 2px solid white;
    padding-left: 15px;
    margin-left: 5px;
}
.top-cart .count {
    margin-left: 6px;
    background: rgba(255,255,255, .3);
    color: white;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 12px;
}
/* Sections */
.page-section-header {
    padding: 30px 0 10px;
}
.separator {
    background: url("../images/separator.png") 50% repeat-x;
    height: 26px;
    background-size: 1000px;
    margin: 0 auto 10px;
}
.shop-section {
    padding-bottom: 60px;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 60px;
}
.nav-pills > li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}
.nav-tabs > li > a {
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    color: #777;
    padding: 3px 30px;
    margin: 1px 5px;
    text-decoration: none;
}
.nav-tabs > li > a:hover {
    background: white;
    color: #4a90e2;
    text-decoration: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border: 2px solid #4a90e2;
    color: #4a90e2;
    background: white;
    margin: -1px 4px 1px;
    text-decoration: none;
}

/* Video box item */
.video-box-item {
    border-radius: 4px;
    margin-bottom: 25px;
}
.video-box-item a {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
    border-radius: 4px;
    position: relative;
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: 300;
}

.video-price {
    border-radius: 4px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 10px 3px 7px;
    position: absolute;
    top: 10px;
    left: -5px;
}
.video-price img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.video-preview {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.video-title {
    padding: 10px 10px 15px;
    display: block;
    line-height: 1;
    font-weight: bold;
    overflow: hidden;
}
.video-user {
    padding: 15px 10px 10px;
    display: block;
    color: #A6A6A6;
    font-size: 12px;
}
.video-user .avatar {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

/* Footer */
footer {
    padding: 20px;
}
.newsletter-signup {
    text-align: right;
}
.newsletter-signup span {
    font-weight: 200;
    color: #fff;
    padding-right: 15px;
    display: block;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 0;
    clear: both;
    padding-left: 15px;
}
.newsletter-signup .field-label {
    padding-bottom: 10px;
    display: block;
    padding-left: 15px;
}
.newsletter-signup .form {
    display: inline-block;
}
.newsletter-signup * {
    vertical-align: middle;
}
.newsletter-signup .email {
    background: #191919;
    border: 1px solid #494949;
    border-radius: 4px;
    padding: 7px 15px;
    color: white;
    font-size: 14px;
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    width: 100%;
    font-weight: 300;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.newsletter-signup .submit {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer .copy-area {
    padding: 20px 0 0px;
    margin-top: 20px;
    border-top: 1px solid #333;
    color: #666;
    font-size: 13px;
    font-weight: 300;
}
footer .logo-spot,
footer .col-md-9 {
    margin-top: 5px;
}
/* Dropdowns */
.dropdown-menu > li {
    margin: 0 !important;
}
.dropdown-menu > li > a {
    font-weight: 300;
}
.nav-tabs .dropdown-menu {
    border-top: 1px solid #ddd;
}
.grey-box {
    background: #f6f6f6;
    padding: 1px 15px 10px;
    border-radius: 5px;
}
small {
    display: block;
    padding-bottom: 10px;
    opacity: .5;
}
.margin-top-20 {
    margin-top: 20px;
}

.alert-success {
    border: 0;
    background: #e1f0d0;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 50px;
}

.modal-backdrop.in {
    opacity: .85;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-dialog h2 {

}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: -25px;
    top: -35px;
    text-shadow: none;
    color: white;
    font-size: 32px;
    opacity: 0.5;
}
button.close:hover {
    opacity: 1;
}

.form-item {
    display: block;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    margin-bottom: 15px;
}
.modal-sm .btn {
    display: block;
}
.breadcrumb {
    margin-bottom: 0;
}
.outline-btn {
    border: 1px solid #666;
    background: white;
    font-weight: 300;
    color: black;
}
.outline-btn:hover {
    border: 1px solid #ddd;
    background: #eee;
}

footer .logo-spot {
    margin-bottom: 20px;
}
footer .logo-spot, footer .col-md-9 {
    margin-top: 5px;
    display: block;
    float: none;
    text-align: center;
    width: auto;
}


/* responsive ONLY */



@media (max-width: 400px){
    body header,
    header .img-cover {
        min-height: 550px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 975px;
    }

}
@media (min-width: 768px) {
    .modal-sm {
        width: 400px;
    }

}
@media (max-width: 850px) {
    header,
    .img-cover {
        min-height: 600px;
    }
    .top-menu,
    .vidlogo {
        text-align: center;
    }
    .vidlogo {
        text-align: center;
        padding-bottom: 10px;
    }
    footer {
        height: auto;
    }
    footer .logo-spot,
    footer .newsletter-signup,
    footer .copy-area {
        text-align: center;
        padding-bottom: 15px;
    }
    footer input.email {
        margin: 10px 0;
    }
    h1 {
        font-size: 44px;
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
        margin: 15px 0;
        padding-bottom: 20px;
    }
}

.the-way {
    margin-top: 40px;
    margin-bottom: 70px;
}
.related-items {
    padding-top: 40px;
}
#WFItem16121405 html {
    color:#000 !important;
    background:#FFF !important;
}
#WFItem16121405 body, #WFItem16121405 div, #WFItem16121405 dl, #WFItem16121405 dt, #WFItem16121405 dd, #WFItem16121405 ul, #WFItem16121405 ol, #WFItem16121405 li, #WFItem16121405 h1, #WFItem16121405 h2, #WFItem16121405 h3, #WFItem16121405 h4, #WFItem16121405 h5, #WFItem16121405 h6, #WFItem16121405 pre, #WFItem16121405 code, #WFItem16121405 form, #WFItem16121405 fieldset, #WFItem16121405 legend, #WFItem16121405 input, #WFItem16121405 textarea, #WFItem16121405 p, #WFItem16121405 blockquote, #WFItem16121405 th, #WFItem16121405 td {
    margin-left:0 !important;
    margin-right:0 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-left:0 !important;
    padding-bottom:0 !important;
    padding-right:0 !important;
    padding-top:0 !important;
    width:auto !important;
    background-image:none !important;
}
#WFItem16121405 div, #WFItem16121405 dl, #WFItem16121405 dt, #WFItem16121405 dd, #WFItem16121405 ul, #WFItem16121405 ol, #WFItem16121405 li, #WFItem16121405 h1, #WFItem16121405 h2 {
    border:none !important;
    background:none !important;
    float:none !important;
    width:auto !important;
    -moz-box-shadow:0 !important;
    -webkit-box-shadow:0 !important;
    box-shadow:0 !important;
    text-indent:inherit !important;
    position:static !important;
    visibility:inherit !important;
    box-sizing:content-box !important;
    -webkit-box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    line-height:normal !important;
}
#WFItem16121405 table {
    border-collapse:collapse !important;
    border-spacing:0 !important;
}
#WFItem16121405 fieldset, #WFItem16121405 img {
    border:0 !important;
}
#WFItem16121405 address, #WFItem16121405 caption, #WFItem16121405 cite, #WFItem16121405 code, #WFItem16121405 dfn, #WFItem16121405 em, #WFItem16121405 th, #WFItem16121405 var {
    font-style:normal !important;
    font-weight:normal !important;
}
#WFItem16121405 strong {
    font-style:normal !important;
    font-weight:bold !important;
}
#WFItem16121405 em {
    font-style:italic !important;
    font-weight:normal !important;
    position:static !important;
}
#WFItem16121405 li {
    list-style:none !important;
}
caption, #WFItem16121405 th {
    text-align:left !important;
}
#WFItem16121405 h1, #WFItem16121405 h2, #WFItem16121405 h3, #WFItem16121405 h4, #WFItem16121405 h5, #WFItem16121405 h6 {
    font-size:100% !important;
    font-weight:normal !important;
}
#WFItem16121405 q:before, #WFItem16121405 q:after {
    content:" " !important;
}
#WFItem16121405 abbr, #WFItem16121405 acronym {
    border:0 !important;
    font-variant:normal !important;
}
#WFItem16121405 sup {
    vertical-align:text-top !important;
}
#WFItem16121405 sub {
    vertical-align:text-bottom !important;
}
#WFItem16121405 input, #WFItem16121405 textarea, #WFItem16121405 select {
    font-family:inherit !important;
    font-size:inherit !important;
    font-weight:inherit !important;
    height:auto !important;
    line-height:auto !important;
}
#WFItem16121405 input, #WFItem16121405 textarea, #WFItem16121405 select {
    *font-size:100% !important;
}
#WFItem16121405 legend {
    color:#000 !important;
}
#WFItem16121405 .clearfix:after {
    visibility: hidden !important;
    display: block !important;
    font-size: 0 !important;
    content:" " !important;
    clear: both !important;
    height: 0 !important;
}
#WFItem16121405 .clearer {
    display: block !important;
    clear:both !important;
    font-size:0.1px !important;
    height:0.1px !important;
    line-height:0.1px !important;
    width:100% !important;
}
#WFWrapper .close {
    background:url(https://app.getresponse.com/images/common/highslide/close.png) repeat scroll 0 0 transparent !important;
    cursor:pointer !important;
    height:30px !important;
    position:absolute !important;
    right:-15px !important;
    top:-15px !important;
    width:30px !important;
    z-index:1 !important;
}
#wfCloseX {
    background:url(https://app.getresponse.com/images/common/highslide/close.png) repeat scroll 0 0 transparent !important;
    cursor:pointer !important;
    height:30px !important;
    position:absolute !important;
    right:0 !important;
    top:0 !important;
    width:30px !important;
    z-index:1 !important;
    cursor:pointer !important;
}
#WFItem16121405 .clrB {
    clear:both !important;
    text-align:left !important;
}
#WFItem16121405 * html .clearfix {
    zoom: 1 !important;
}
#WFItem16121405 *:first-child+html .clearfix {
    zoom: 1 !important;
}
#WFItem16121405 .wf-contbox {
    width:100% !important;
}
.wf-formTpl li:before {
    content:" " !important;
}
#WFItem16121405 form {
    display:inline-block !important;
    width:100% !important;
}
#WFItem16121405 label {
    margin:0 !important;
}
#WFItem16121405 p {
    line-height:18px !important;
    font-size:11px !important;
}
#WFItem16121405 input[type="submit"] {
    cursor:pointer !important;
    text-shadow:none !important;
    filter:none !important;
    float:none !important;
    text-transform:none !important;
    letter-spacing:0 !important;
    white-space: nowrap !important;
    word-wrap:normal !important;
}
#WFItem16121405 .wf-label {
    word-break: normal !important;
    width: auto !important;
    float: none !important;
    width: auto !important;
}
#WFItem16121405 {
    width:289px !important;
}
#WFItem16121405 {
    color: #555555 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}
#WFItem16121405 .wf-body li {
    padding: 10px 15px !important;
    clear: both !important;
}
#WFItem16121405 .actTinyMceElBodyContent ul li {
    padding: 3px !important;
    list-style-type: disc !important;
}
#WFItem16121405 .actTinyMceElBodyContent ol li {
    padding: 3px !important;
    list-style-type: decimal !important;
}
#WFItem16121405 .actTinyMceElBodyContent ul {
    margin-left: 20px !important;
}
#WFItem16121405 .actTinyMceElBodyContent ol {
    margin-left: 25px !important;
}
#WFItem16121405 .actTinyMceElBodyContent ol ul, #WFItem16121405 .actTinyMceElBodyContent ul ol, #WFItem16121405 .actTinyMceElBodyContent ul ul, #WFItem16121405 .actTinyMceElBodyContent ol ol {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#WFItem16121405 .wf-body {
    background-color: #F0F0F0 !important;
    background-image: none !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    border-color: #92757d !important;
    border-width: 0px !important;
    border-style: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#WFItem16121405 .wf-header {
    color: #2B93D3 !important;
    background-color: #000 !important;
    background-image: none !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    border-color: #6b6262 !important;
    border-width: 0px !important;
    border-style: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    display: block !important;
    min-height: 32px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#WFItem16121405 .wf-footer {
    color: #2B93D3 !important;
    background-color: #F0F0F0 !important;
    background-image: none !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    border-color: #6b6262 !important;
    border-width: 0px !important;
    border-style: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: block !important;
    min-height: 25px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#WFItem16121405 .wf-input {
    padding: 2px 0 !important;
    font-family: Arial !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #D9D9D9 !important;
    border-style: solid !important;
    width: 100% !important;
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#WFItem16121405 .wf-label {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #555555 !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 0 !important;
    padding-right: 3px !important;
    display: block !important;
}
#WFItem16121405 .wf-input {
    font-family: Arial !important;
    font-size: 14px !important;
    color: #555555 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #D9D9D9 !important;
    border-style: solid !important;
    width: 100% !important;
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#WFItem16121405 .wf-button {
    font-family: Arial !important;
    font-size: 22px !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #0DBAFF !important;
    background-image: url(https://app.getresponse.com/images/core/webforms/gradient_top.png) !important;
    border-width: 0px !important;
    border-color: #000000 !important;
    border-style: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-bottom-right-radius: 8px !important;
}
#WFItem16121405 .wf-button:hover {
!important;
}
#WFItem16121405 .wf-submit {
    text-align: center !important;
}
#WFItem16121405 .wf-labelpos {
    float: none !important;
    width: auto !important;
    text-align: left !important;
}
#WFItem16121405 .wf-inputpos {
    float: none !important;
    width: auto !important;
}
#WFItem16121405 .wf-privacy {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #B8B8B8 !important;
    font-weight: normal !important;
    font-style: italic !important;
    text-decoration: none !important;
    text-align: center !important;
    border: none !important;
}
#WFItem16121405 .wf-privacyico {
    padding: 4px 0 0 20px !important;
    background: url(https://app.getresponse.com/images/core/webforms/lock.png) no-repeat left center !important;
}
#WFItem16121405 .wf-counter {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #44454f !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: center !important;
}
#WFItem16121405 .wf-poweredby {
    font-family: Arial !important;
    font-size: 10px !important;
    color: #B8B8B8 !important;
    font-weight: normal !important;
    font-style: italic !important;
    text-decoration: none !important;
    text-align: center !important;
}
#WFItem16121405 .wf-link {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
#WFItem16121405 .wf-link:hover {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
#WFItem16121405 .wf-text {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #B8B8B8 !important;
}
#WFItem16121405 .wf-divider {
    border-top-width: 1px !important;
    border-color: #ffffff !important;
    border-style: solid !important;
}
#WFItem16121405 .wf-image {
    text-align: center !important;
}
#WFItem16121405 .wf-privacylink {
    color: #B8B8B8 !important;
    font-style: italic !important;
}
#WFItem16121405 .wf-poweredbylink {
    color: #B8B8B8 !important;
    font-style: italic !important;
}
#WFItem16121405 .wf-imgbox {
    overflow: hidden !important;
}
#WFItem16121405 .wf-rc-reload {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    overflow: hidden !important;
    text-indent: -99999px !important;
    position: relative !important;
    top: 3px !important;
    margin-left: 3px !important;
    background: url(https://app.getresponse.com/images/core/webforms/captchaico.png) no-repeat 0 -32px !important;
}
#WFItem16121405 .wf-rc-audio {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    overflow: hidden !important;
    text-indent: -99999px !important;
    position: relative !important;
    top: 3px !important;
    margin-left: 3px !important;
    background: url(https://app.getresponse.com/images/core/webforms/captchaico.png) no-repeat 0 0 !important;
}
#WFItem16121405 .wf-rc-image {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    overflow: hidden !important;
    text-indent: -99999px !important;
    position: relative !important;
    top: 3px !important;
    margin-left: 3px !important;
    background: url(https://app.getresponse.com/images/core/webforms/captchaico.png) no-repeat 0 -16px !important;
}
#WFItem16121405 #recaptcha_image {
    width: 200px !important;
    height: 38px !important;
}
#WFItem16121405 #recaptcha_image img {
    width: 200px !important;
    height: 38px !important;
}
#WFItem16121405 .wf-rc-boxm {
    width: 200px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
}
#WFItem16121405 em {
    color: inherit !important;
    font-style: italic !important;
}
#WFItem16121405 .recaptcha_only_if_incorrect_sol {
    display:none !important;
}