button-mini-delimiter { display: none !important; }
.show_details_button {
    display: none !important;
}

@media screen and (max-width: 600px){
.video-container {
position: relative;
padding-top: 30px;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}

input[type=text]:focus {
    border: 3px solid #333333;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #7ac128;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin:10px 0px;
    cursor: pointer;
}

div.as-seen-on img{
	  max-width: 80%;
    max-height: 50px;
    margin-bottom: 15px;
}

div.as-seen-on .col-left{
    float: left;
    width: 38%;
}

div.as-seen-on .col-right{
    float: left;
    width: 38%;
    text-align: right;
}

img#wpstats{display:none}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

@media screen and (max-width: 600px){
    .table-2 table{
        width: 100%;
    }

    .table-2 tbody tr:first-child td:nth-child(2), .table-2 tbody tr:first-child td:nth-child(3){
        display: none;
    }

    .table-2 tbody td:first-child{
        font-weight: bold;
        border-bottom: none;
    }

    .table-2 tbody td:nth-child(2){
        border-bottom: none;
    }

    .table-2 tbody td{
        display: block;
        text-align: center;
    }

    .table-2 tbody td:before{
        display: block;
        text-align: center;
    }

    .table-2 tbody tr:nth-child(even){
        background-color: #eee;
    }
}


.pardot-wrapper{
	text-align: center;
	margin: 10px 0;
}

.pardot-inner{
	text-align: left;
	margin: 0px auto;
	width: 50%;
	min-width: 500px;
}

.pardot-inner form.form select{
	width: 200px;
}

.pardot-inner form.form p.submit input{
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;
}

div.pnd-static{
    margin-right: 25px;
}
@media screen and (max-width: 450px){
    div.pnd-static{
        margin-right: 45px;
        max-width: 250px;
        font-size: .8em;
    }
}
