/*
Theme Name: DIRECTVPROMISE (wordpress_theme_directv-promise)
Description: The 2010 default theme for WordPress.
Author: Directv DMG
Author URI: http://dmg.directv.com/
Version: 1.0
*/


@font-face{
    font-family: 'DTV-DIN-LGT';
    src: url('fonts/DIN/DINOT-Light.eot');
    src: url('fonts/DIN/DINOT-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIN/DINOT-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'DTV-DIN';
    src: url('fonts/DIN/DINWeb.eot');
    src: url('fonts/DIN/DINWeb.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIN/DINWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'DTV-DIN-BOLD';
    src:url('fonts/DIN/DINWeb-Bold.eot');
    src:url('fonts/DIN/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DINWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* =HTML5 display definitions
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}
h1 {
    font-size: 2em;
    margin: 0 0 0.67em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* =Old Stylesheet
-------------------------------------------------------------- */

/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.wrapper .content {
    padding: 22px 49px;
}
.col-1{
    width:25%;
    float:left;
}
.col-2 {
    width: 49%;
    float: left;
}
.col-3 {
    width: 74%;
    float: left;
}
.col-4 {
    width: 100%;
}
.clear {
    clear: both;
}
.divider-line {
    border-bottom:1px solid #dcdcdc;
    margin-top: 56px;
}
.img-text{
    display:inline-block;
    padding-left:5px;
}

/* ZipCode tool */
.ui-helper-hidden-accessible {
    display: block;
}

#cboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000;
}
#colorbox {
    border-radius: 9px;
    background: #fff;
    outline: 0;
}
#cboxLoadedContent {
    padding: 21px;
}
#county_wrap {
    display: none;
}
#zip_code_lb {
    display: none;
}

#cboxContent #zip_code_lb {
    display: block;
}
#cboxContent * {
    outline: 0;
}
#cboxContent h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
#cboxContent p {
    font-size: 16px;
}
#cboxContent .form-ele {
    position: absolute;
}
#cboxContent label {
    display: block;
}
#zip_code {
    width: 185px;
}
#colorbox .close-btn {
    background: url(images/close.png) no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#county {
    width: 245px;
}
.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
#zipcode_wrap {
    left: 21px;
}
#county_wrap {
    left: 232px;
}
#colorbox input,
#colorbox select {
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    border: 1px solid #c4c9cf;
}
#check_dispute_btn {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: red;
    border-radius: 4px;
    display: none;
    background: #b1b1b1;
    position: absolute;
    padding: 5px 10px;
    bottom: 9px;
    right: 12px;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYjFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b1b1b1 0%, #999999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1b1b1 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1b1b1 0%,#999999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1b1b1 0%,#999999 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1b1b1 0%,#999999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1b1', endColorstr='#999999',GradientType=0 ); /* IE6-8 */

}
#check_dispute_btn:hover {
    background: #999999; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #999999 0%, #b1b1b1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#b1b1b1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#b1b1b1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#b1b1b1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#b1b1b1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999999 0%,#b1b1b1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#b1b1b1',GradientType=0 ); /* IE6-8 */

}
#dispute_status {
    position: relative;
    top: 50px;
    left: 0;
    font-size: 15px;
}
#dispute_status div {
    font-weight: normal;
    margin-top: 10px;
}
#breadcrumb {
    font-weight: bold;
}
#load_dispute_tool {
    display: none;
}



/* :) */
img#wpstats{display:none;}


/* slider */
.sliderstyle {
    margin-bottom: 25px;
}
h3 {
    font: 30px DTV-DIN-LGT;
    color: #363636;
    margin: 1em 0 .5em;
}
.sliderstyle h3 {
    margin: 10px 10px 5px;
}
.sliderstyle span.newstitle, h4 {
    margin: 0 0 12px;
    display: block;
    font: 26px DTV-DIN-LGT;
    color: #363636;

}
.sliderstyle p.padding {
    padding: 0 10px 10px;
    margin-top: 5px;
}
.slider li {
    display: none;
}
.bordtainer {
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background: #f7f7f7;
}
.slider .content-area {
    padding: 0 41px;
    list-style: none;

}
.slider.slider-off li {display: block;}
.sliderstyle li p {
    font-family: Helvetica, Arial, sans-serif;
    min-height: 80px;
}
.slider .slider-controls {
    margin: 0 auto;
    padding-bottom: 10px;
    height: 60px;
    position: relative;
}
.slider .slider-controls .controller {
    display: none; /* This should be an option in the slider function for the jDMG */
}
.slider .slider-controls div {
    cursor: pointer;
}
.slider .slider-controls .btns {
    background: url(images/slider__redesign_sprite.png) no-repeat 0 0;
    height: 47px;
    position: absolute;
}
.slider .slider-controls .previous {
    width: 136px;
    left: 48px;
}
.slider .slider-controls .next {
    width: 136px;
    background-position: -136px 0;
    right: 48px;
}
.slider .slider-controls ul {
    margin: 0 38px;
}
.slider .slider-controls ul li {
    height: 17px;
    width: 16px;
    background: url(images/slider__sprite.png) no-repeat -101px 5px;
    float: left;
    margin-right: 4px;
    display: block;
}
.slider .prev-next-title {
    font-size:12px;
    font-family:arial, sans-serif;
    width:145px;
    margin-top:22px;
    cursor:none;
}
.slider .next-title{
    float:right;
    text-align: right;
}
.slider .slider-controls ul li.active {
    background-position: -101px -12px;
}



/* =WordPress Core
-------------------------------------------------------------- */

body {
    min-width: 1024px;
    -webkit-font-smoothing: antialiased;
}
header {
    width: 100%;
}
header .logo {
    height: 65px;
    background: #000;
}
header .logo .logocontainer {
    width: 1024px;
    height: 43px;
    padding: 10px 0 0;
    margin: 0 auto;

}
header .sub-menu-bg {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #ccc;
    margin-bottom: -39px;
    position: relative;
    top: 123px;
    left: 0;
    background: #f0f0f0;
    visibility: hidden;
}
header nav {
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
header nav a {
    color: #797979;
    text-decoration: none;
}
header nav a:hover, header nav a:active {
    color: #1588e1; /*blue*/
    text-decoration: none;
}
header nav ul {
    width: 1024px;
    height: 56px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
header nav ul li {
    height: 37px;
    padding: 19px 27px 0;
    border: 1px solid #ccc;
    margin: -1px -1px 10px 0;
    float: left;
}
header nav ul li.sub-enabled:hover {
    border-bottom: 1px solid #f0f0f0;
}
header nav ul li a {
    font: 19px/19px DTV-DIN,Trebuchet MS,sans-serif;
}
header nav ul li ul.sub-menu {
    width: auto;
    height: 36px;
    position: absolute;

    margin: 19px 0 0 -28px;
    margin-top: 17px\9;
    visibility: hidden;
}
header nav ul li:hover ul.sub-menu {
    visibility: visible;
}
header nav ul li ul.sub-menu li {
    height: 15px;
    border: 0;
    padding: 14px 20px 4px;
}
header nav ul li ul.sub-menu li a {
    font: 14px/14px DTV-DIN,Trebuchet MS,sans-serif;
}

main {
  width:1024px;
    min-height: 500px;
  padding: 50px 0 45px;
  margin: 0 auto;
    clear: both;
}

footer {
    width: 100%;
    height: 241px;
    margin-top: 70px;
    clear: both;
    background: #2c2f34;
}
footer .footercontainer {
    width: 1024px;
    margin: 0 auto;
}
footer .footercontainer div.sharedaddy .sd-content {
    width: auto;
    position: absolute;
    left: 50%;
    margin: 22px 0 0 -136px;
}
footer .footercontainer div.sharedaddy .sd-content ul {
    list-style: none;
}
footer .footercontainer div.sharedaddy .sd-content ul li {
    float: left;
}
footer .footercontainer ul.legal {
    padding: 100px 0 0 0;
    margin: 100px 0 0 0;
    color: #fff;
    font: 10px Helvetica, Arial, sans-serif;
    list-style: none;
    text-align: center;
}
footer .footercontainer #copyright {
    float: right;
    margin: 35px 0 0;
    color: #1588e1;
    font: 12px DTV-DIN-LGT,Trebuchet MS,sans-serif;
}
footer .footercontainer .powered-by-wpcom {
    float: left;
    margin-top: 30px;
}

/* =Homepage 20131029
-------------------------------------------------------------- */

main {
    width: 100%;
    color: #707070;
    font: 16px/26px arial,sans-serif;
    line-height: 26px;
}
a {
    color: #1588e1;
    text-decoration: none;
}
a:link, a:visited {

}
a:hover, a:active {
    text-decoration: underline;
}
h1 {
    margin: 0 0 5px;
    font: 43px/49px DTV-DIN-LGT,Trebuchet MS,sans-serif;
    color: #363636;
}
h2 {
    font: 30px/35px DTV-DIN-LGT,Trebuchet MS,sans-serif;
     color: #363636;
}

section {
    clear: both;
    width: 1024px;
    margin: 0 auto;
}
section a {

}
section.fullwidth {
    width: 100%;
}
section.fullwidth .container {
    width: 1024px;
    margin: 0 auto;
}
#mainmessage .text,
#mainmessage .video {
    margin-bottom: 50px;
}
#mainmessage .text {
    width: 414px;
    float: left;
    /*background: url(images/uparrow.png) bottom left 245px no-repeat;*/
}
#mainmessage .text h3 {
    margin: 0;
    font: 22px/33px DTV-DIN-LGT,Trebuchet MS,sans-serif;
}

#mainmessage .video {
    width: 50%;
    float: left;
}
#mainmessage .video object.BrightcoveExperience {
    padding: 11px;
    border: 1px solid #e7eaec;
    margin-left: 12px;
}
#updates {
    padding: 27px 0 25px;
    margin: 0 0 50px 0;
    background: url('http://directvpromise.com/wp-content/uploads/2016/01/hdr__dtv_promise_v2.jpg') no-repeat 50% 0;
    height: 350px;
    position: relative;
    top: -16px;
    z-index: -1;
}
#updates .text .title {
    width: 232px;
    height: 107px;
    float: left;
    padding: 46px 23px 0 0;

    color: #fff;
    font: 24px DTV-DIN-BOLD,Trebuchet MS,sans-serif;
    letter-spacing: 0;
    line-height: 31px;
    text-align: right;
}
#updates .text .righttext {
    width: 750px;
    float: left;
    padding: 0 0 0 15px;
    border-left: 4px solid #1493f6;

}
#updates .text .righttext p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
#updates .text .righttext .date {
    width: 91px;
    padding: 10px;
    margin: 0 0 9px 0;
    background: #39adf7;
    border-radius: 4px;
    font-size:  14px;
    font-style: italic;
    line-height: 14px;
}
#answers .container {
    float: left;
}
#answers .container .image, #answers .container .title, #answers .container .text, #answers .container .link {
    width: 314px;
}
#answers .container#switching {
    margin: 0 31px;
}
#answers .container .image {
    height: 87px;
    margin: 0 0 10px 0;
}
#answers .container .title {
    color: #363636;
    font: 23px/30px DTV-DIN,Trebuchet MS,sans-serif;
}
#answers .container .text {
    color: #707070;
    padding-bottom: 12px;
    clear: both;
}
a.larrow {
    padding: 0 0 0 12px;
    background: url(images/leftlinkarrow.jpg) center left no-repeat;
}
#answers .container .link a, a.rarrow {
    padding: 0 12px 0 0;
    background: url(images/linkarrow.jpg) center right no-repeat;
}
#customersaying {
    border-top: 1px solid #dcdcdc;
    margin-top: 36px;
    margin-bottom: 110px;
    padding-top: 31px;
}
#customersaying h2.title {
    margin-bottom: 36px;
}
#customersaying img.icon {
    margin: 0 19px -21px 0;
}
#customersaying .quotes .eachquote {
    margin: 0 0 15px;
}
#customersaying .quotes .eachquote .quote {
    font-style: italic;
}

#faq h2 {
    margin-bottom: 9px;
}

#cheetahresponse .text{
  height: 50px;
}
#emailform #cheetahresponse .text{
  height: auto;
}
#pagetitle {
    padding: 0 0 19px;
    border-bottom: 1px solid #dcdcdc;

}
#pagetitle h1 {
    color: #363636;
    font: 48px/48px DTV-DIN-LGT,Trebuchet MS,sans-serif;
}
#pagetitle h1.title {
    width: 560px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
#pagetitle h1.title.wide {
    width: 650px;
}
#pagetitle h1.title.short {
    width: 545px;
}
#pagetitle .title-icon {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
#pagetitle .pagetitle {
    float: left;
}
#pagetitle .container .socialmedia {
    float: right;
    margin: 33px 63px 0 0;
}
#pagetitle .container .socialmedia .icon {
    float: left;
}
#pagetitle .container .socialmedia .text {
    float: left;
    margin: 20px 27px 0 6px;
    color: #2c2e2f;
    font: 11px Arial, sans-serif;
}
#pagetitle .socialmedia .facebook {
    float: left;
}
#pagetitle .socialmedia .twitter {
    float: left;
}
#pagecontent {
    width: 1024px;
    margin: 0 auto;
}
#pagecontent section {
    margin: 0;
}
#pagecontent #contentall {
    float: left;
    margin: 40px 0 0;
}
#pagecontent #contentall article .text {
    color: #707070;
    font: 16px/27px Arial, sans-serif;
}
#pagecontent #emailform {
    width: 246px;
    float: right;
    padding: 25px 20px 47px;
    border: 1px solid #c4c4c4;
    margin: 61px 90px 0px 0px;
    clear: none;
    background: #f7f8fc;
    border-radius: 5px;
}
#pagecontent #emailform h2 {
    color: #828282;
    font: 18px/24px DTV-DIN,Trebuchet MS,sans-serif;
}
#pagecontent #emailform form#theform input[type="text"], #pagecontent #emailform form#theform input[type="email"] {
    width: 241px;
    height: 44px;
    padding-left: 5px;
    border: 1px solid #c4c4c4;
    margin: 0 0 16px;
    border-radius: 5px;
    font: 16px DTV-DIN-LGT,Trebuchet MS,sans-serif;
}
#pagecontent #emailform form#theform input[type="submit"] {
    width: 107px;
    padding: 11px 0;
    border: none;
    background: #A1CFF3;
    color: #fff;
    font: 14px DTV-DIN,Trebuchet MS,sans-serif;

    border-radius: 5px;
}

#pagecontent .slider-off {
    margin-top: 27px;
}

#pagecontent .slider-off .newstitle {
    margin: 0;
}
#pagecontent .slider-off .attributions {
    color: #8b8b8b;
    font-size: 12px;
}
#pagecontent .slider-off .attributions .source {
    font-style: italic;
}

/* prevents bundling of single submenu */
#menu-item-1115 ul.sub-menu {
    margin-left: -466px;
}


/* =Comments section
-------------------------------------------------------------- */
.page-template-pagecomments-php #pagecontent {
    margin-top: 22px;
}
#pagecontent #contentall.comments {
    width: 514px;
    padding: 0 38px 53px 0;
    border-right: 1px solid #bdcddc;
    float: left;
}
#comments-title {
    margin-top: 8px;
}
#comments-title .commentsline {
    float: left;
    padding: 11px 0 0 8px;
}
ul.commentlist {
    height: 522px;
    overflow-y: scroll;
    padding: 0;
    margin: 0 0 34px 0;
    list-style: none;
}

ul.commentlist li.comment {
    font: 16px/27px Arial, sans-serif;

}
ul.commentlist li.comment .comment-body {
    padding: 26px 0 40px;

}
ul.commentlist li.comment .comment-body p,
ul.commentlist li.comment .comment-meta {
    float: right;
    width: 409px;
    margin: 0 30px 0 0;
}
ul.commentlist li.comment .comment-body p {
    margin-top: 10px;
}
ul.commentlist li.comment .comment-meta {
    margin-bottom: 15px;
    font-size: 11px;
}
ul.commentlist li.comment .comment-body .comment-meta cite.fn {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
ul.commentlist li.comment .comment-body .comment-author {
    width: 40px;
    float: left;
}
#pagecontent section#comments-twitter {
    width: 364px;
    padding: 0 0 0 22px;
    margin: 40px 0 0;
    float: left;
    clear: none;
}
#pagecontent section#comments-twitter h3 {
    margin-top: 8px;
}
#pagecontent section#comments-twitter h4 {
    color: #2897ff;
    font: italic 20px/36px Arial, sans-serif;
}
#pagecontent section#comments-twitter .twittercomments {
    margin: 28px 0 0;
}
#pagecontent section#comments-twitter .twittercomments img.avatar {
    padding-top: 9px;
    float: left;
}
#pagecontent section#comments-twitter .twittercomments p {
    width: 309px;
    margin: 0 0 29px;
    float: right;
}
section#comments-emails {
    border-top: 1px solid #bdcddc;
}
section#comments-emails ul.commentlist {
    height: auto;
    overflow-y: auto;
}
section#comments-emails ul.commentlist li.comment .comment-body p,
section#comments-emails ul.commentlist li.comment .comment-meta {
    width: 894px;
    margin-right: 70px;
}

.gray-box {
    padding: 20px 34px;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    background-color: #f7f7f7;
}
section#local-form, section#sports-form {
    margin-top: 40px;
}
section#local-form .locallookupform {

    margin-top: 12px;
}
section#local-form .locallookupform:after {
    display: block;
    clear: both;
    content: ' ';
}
section#local-form .locallookupform #zip,
section#local-form .locallookupform .countycontainer,
section#local-form .locallookupform .disputecontainer {
    margin-right: 14px;
    float: left;
}


.page-template-pagesports .ui-autocomplete {
    width:600px;
  height: 200px;
      background-color: #f7f7f7;
  list-style: none;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
   margin-left: -40px;
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  padding: 0;
}
.page-template-pagesports .ui-autocomplete li {
    height: 30px;
    padding-top: 12px;
    padding-left: 10px;
}
.page-template-pagesports .ui-autocomplete li:hover {
    background-color: #eaeaea;
}
.page-template-pagesports .ui-helper-hidden-accessible {
    display: none;
}

section#sports-form .hidden {
  display: none;
}


/* =Custom Twitter link
-------------------------------------------------------------- */
.changelinktwitter {
    width: 76px;
    height: 23px;
    margin-top: -25px;
    position: relative;
    display: block;

}


/* =Spanish Version
-------------------------------------------------------------- */
table.spanishfaq td {
    padding: 5px;
    line-height: normal;
    border: 1px solid #999;
}




/* =Browser Adjust(IE10 and below)
-------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   header nav ul li ul.sub-menu {
        margin-top: 17px;
   }

}
/* =Browser Adjust(IE8 and below)
-------------------------------------------------------------- */
#betterways .form select {
    font: 20px Arial, Trebuchet MS,sans-serif/9;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    h2 {
        font-family: Trebuchet MS,sans-serif;
    }
 }

/* =Browser Adjust(Firefox)
-------------------------------------------------------------- */
 @-moz-document url-prefix() {
    header nav ul li a {
        line-height: 16px;
    }
}

.hidden {
    display: none;
}

.btn {
    display: inline;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #0076DC;
  border-color: #0096FC;
  padding: 2px 8px;
  text-decoration: none;
  outline: none !important;
}

.btn:hover {
  background: #3cb0fd;
  border-color: #3cb0fd;
  text-decoration: none;
}

.btn:active {
  background: #2397E4;
  border-color: #2397E4;
  text-decoration: none;
}

.btn:disabled {
    background: #ccc;
    border-color: #ddd;
    color: #aaa;
}

.bold {
    font-weight: bold;
}


/* Home Page Styles */
body.home .white {
color:white;
}

body.home main {
    padding: 0;
}

body.home .backtotop {
text-align:right;
margin-bottom:30px;
}

body.home #mastheader {
height:355px;
color:#fff;
}

body.home #mastheader .title {
font:52px/52px DTV-DIN-LGT;
margin-bottom:18px;
}

body.home #mastheader .subtitle {
font:19px/19px DTV-DIN-BOLD;
}

body.home #mastheader .date {
color:#93cfff;
font-size:14px;
font-style:italic;
}

body.home #mastheader .text {
font:18px/27px DTV-DIN-LGT;
}

body.home #mastheaderbg {
height:398px;
margin-top:-398px;
position:absolute;
background-color:#1a9aff;
z-index:-5;
}

body.home #mastheaderbg .container {
height:398px;
background:#1a9aff url(images/header-bg-baseball2.jpg) no-repeat 177px 0;
}

body.home #hpnav {
background-color:#ebebeb;
}

body.home #hpnav nav {
text-align:center;
}

body.home #hpnav ul {
padding:0;
margin:0;
display:inline-block;
list-style:none;
}

body.home #hpnav ul:after {
clear:both;
}

body.home #hpnav ul li {
padding:16px 54px 5px;
float:left;
}

body.home #hpnav ul li a {
font:bold 20px/20px sans-serif;
}

body.home .pagetitle img.title-icon {
margin-right:17px;
float:left;
}

body.home #hpfaq {
margin-top:44px;
}

body.home #hpfaq #faq {
max-height:652px;
margin-top:15px;
overflow-y:hidden;
-webkit-transition:max-height .5s linear;
}

body.home #hpfaq #faq.expand {
height:auto;
max-height:3000px;
-webkit-transition:max-height .5s linear;
}

body.home #expandbutton {
background:url(images/expandlinebg.jpg) repeat-x 50% 50%;
}

body.home #expandbutton .expandbuttonbg {
width:139px;
height:35px;
margin:0 auto;
background:url(images/expandbuttonoff.jpg) no-repeat 50% bottom;
}

body.home #expandbutton .expandbuttonbg .text {
padding-top:2px;
margin-left:15px;
}

body.home #howtolisten {
padding-top:61px;
border-top:1px solid #bdcddc;
}

body.home #howtolisten ul {
}

body.home #comments-emails.homepage {
padding-top:59px;
margin-top:80px;
}

body.home #whitelink {
color:#FFF;
text-decoration:underline;
font-weight:600;
}

body.home #underline {
text-decoration:underline;
}

body.home #padtop {
padding-top:15px;
}

body.home #jp-post-flair {
display:none;
}
/* end home page */



.menuicon{display: none;}
#spinner{margin: 40px 0;}
@media (max-width: 1024px) {
    body.home main {
        font: 14px/24px arial,sans-serif;
    }
    ul#menu-main-menu{
        display: none;
    }
    .menuicon {
        float: right;
        display: inline-block;
    width: 32px;
    }
    .menuicon a {
        color: #fff;
        font-size: 30px;
        line-height: 1;
        text-decoration: none;
        text-shadow: none;
    outline: none !important;
    }
    .logoimg {
        display: inline-block;
        width: 80%;
    }

    body{
        min-width:100%;
        width:100%;
        max-width: 100%;
    }
    section,footer .footercontainer,section.fullwidth .container,main,#pagecontent{
        min-width:100%;
        width:100%;
        max-width: 100%;
        padding: 0 .5em;
        box-sizing: border-box;
    }

    header .logo{height: auto;}

    header .logo .logocontainer {
        box-sizing: border-box;
        height: auto;
        padding: 1em;
        width: 100%;
    }
    .logocontainer img {
        max-width: 100%;
    }
    header nav {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        display: inline-block;
        width: 100%;
    }
    header nav ul{max-width: 100%;}
    header nav ul#menu-main-menu {
        height: auto;
        margin: 0;
        padding: 0;
    }
    header .sub-menu-bg{display: none;}
    header nav ul li {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #eee;
        border-image: none;
        border-style: none none solid;
        border-width: 0 0 1px;
        float: none;
        height: auto !important;
        margin: 0 !important;
        padding: 1em 0;
        width: 100% !important;
    }
    header nav ul li a{margin:0 1em;}
    header nav ul li ul.sub-menu {
        box-sizing: border-box;
        height: auto;
        margin: 0;
        padding: 0 !important;
        position: relative;
        visibility: visible;
        width: 100%;
    }
    header nav ul li ul.sub-menu li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 border-box;
        border: 0 none !important;
        overflow: hidden;
    }
    header nav ul li ul.sub-menu li a {
        box-sizing: border-box;
        display: block;
        margin: 0 0 0 2em;
        width: 100%;
    }

    #pagetitle .title-icon {
        float: left;
        margin: 0 .5em 1em 0;
        max-width: 48px;
    }
    #pagetitle h1.title{width: auto;display: inline;}
    section#local-form, section#sports-form {
        margin: 1em;
        padding: 1em;
    }
    #pagecontent #contentall{padding:0;margin:0;}
    #pagecontent #contentall section{padding:0;}
    .slider .content-area{padding:0 1em;}
    footer {
        height: auto;
        margin: 40px 0 0;
    padding: 1em 0;
    }
    footer .footercontainer div.sharedaddy .sd-content {
        box-sizing: border-box;
        left: 0;
        margin: 1em;
        position: relative;
        text-align: center;
    }
    footer .footercontainer div.sharedaddy .sd-content ul li {
        display: inline-block;
        float: none;
        margin: 1em;
        text-align: center;
        vertical-align: text-top;
    }
    footer .footercontainer ul.legal {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.3;
        margin: 1em;
        padding: 0;
    }
    footer .footercontainer .powered-by-wpcom {
        display: none;
    }
    #answers #switching.container {
        display: inline-block;
        float: none;
        margin: 0 0 50px !important;
    }
    #answers .container .image, #answers .container .title, #answers .container .text, #answers .container .link{
                min-width:100%;
            width:100%;
            max-width: 100%;

    }
    #answers .container .title {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .home #updates {
        background-image: url("images/hdr__tablet_dtv_promise.jpg.jpeg");
        background-position: center bottom !important;
        background-size: cover !important;
        height: auto !important;
        margin: 0 0 1em;
        color:#000;
    }
    .home #updates .container {
    padding: 0;
    }
    .home #updates .text {
        font-size: 16px;
        line-height: 27px;
    padding-left: 40px;
    color:#797979;
    }
    #answers .container .image {
        display: inline-block;
        float: left;
        margin: 0 .5em .5em 0;
        max-width: none;
        min-width: auto;
        width: auto;
    height: auto;
    }
        #customersaying{
        margin-bottom: 1em;
        margin-top: 1em;
        padding-top: 1em;

        }
        #customersaying h2.title{
            margin: 1em 0;
        font-size: 22px;
        line-height: 26px;
        }
        .home #customersaying img.icon {
        float: left;
        margin: 0 .5em .5em 0;
        }
        section#local-form, section#sports-form {
        box-sizing: border-box;
        margin: 1em 0;
        padding: 1em;
    }
    .sliderstyle p.padding {
        margin-top: 5px;
        padding: 0 0px 10px;
    }
        section#sports-form #teams{max-width:100%;}
    .slider .slider-controls .btns {
        background: transparent none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        height: auto;
        left: auto;
        margin: 10px;
        position: relative;
        width: auto;
        right:auto;
    }
    .slider .slider-controls .previous{width: auto;height:auto;float: left;margin-left: 2em;}
    .prev-next-title.prev-title{width: auto;height:auto;}
    .prev-next-title.prev-title::before {
        background: #1688e1 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        content: "Previous";
        font-size: 20px;
        line-height: 1;
        padding: 5px 10px;
    }
    .slider .slider-controls .next{width: auto;height:auto;float: right;margin-right: 2em;}
    .prev-next-title.next-title{width: auto;height:auto;}
    .prev-next-title.next-title::before{
        background: #1688e1 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        content: "Next";
        font-size: 20px;
        line-height: 1;
        padding: 5px 10px;
    }
    .home #answers .container {
        box-sizing: border-box;
        float: none;
        margin: 0 0 50px !important;
    }
    #customersaying .quotes .eachquote {
        margin: 0 0 30px;
    }

    section#local-form .locallookupform #zip,section#sports-form #teams{height:40px;}
    button#submit{line-height: 40px;}

}
@media (max-width: 900px) {
    .home #updates {
        background: #fff;
        height: auto !important;
        margin: 0 0 1em;
        color:#000;
        padding-top: 0;
        padding-bottom: 0;
    }
    .home #updates .text {
        margin: 0 !important;
        width: 100% !important;
    padding: 0;
    }
    .home #updates .text h1 {
    padding:0 20px;
    font-size:36px;
    }
    .home #updates .text p {
    padding:0 20px;
    font-size:14px;
    }
    .mobileupdate {
        display: block !important;
        width: 100%;
    }
    #answers .container .title {
    font: 22px/26px DTV-DIN,Trebuchet MS,sans-serif;
    }
    #answers .container .image img,
   .home #customersaying img.icon {
    max-width:46px;
    }
    #pagetitle h1 {
        font: 26px/26px DTV-DIN-LGT,Trebuchet MS,sans-serif;
    }
    h2, h3, h4, .sliderstyle span.newstitle, h4 {
    font: 22px/30px DTV-DIN-LGT,Trebuchet MS,sans-serif;
    }
}