@charset "UTF-8";


@font-face{
    font-family: 'ENDZONE';
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/EndzoneSlab-Bold.otf');
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/endzone_slab_bold.otf?#iefix') format('embedded-opentype'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/endzone_slab_bold.ttf') format('woff'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/endzone_slab_bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'DINWEB-Cond';
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Cond.eot');
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Cond.eot?#iefix') format('embedded-opentype'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Cond.woff') format('woff'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'DINWeb';
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb.eot');
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb.eot?#iefix') format('embedded-opentype'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb.woff') format('woff'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'DINWeb-Bold';
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Bold.eot');
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Bold.woff') format('woff'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'DINOT-Light';
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINOT-Light.eot');
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINOT-Light.eot?#iefix') format('embedded-opentype'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINOT-Light.woff') format('woff'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINOT-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'DINConBla';
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINConBla-Light.eot');
    src: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINConBla-Light.eot?#iefix') format('embedded-opentype'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINConBla-Light.woff') format('woff'),
        url('//p4.zdassets.com/hc/theme_assets/565018/200043439/DINConBla-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "dmgnflicons";
  src:url("//p4.zdassets.com/hc/theme_assets/565018/200043439/dmgnflicons.eot");
  src:url("//p4.zdassets.com/hc/theme_assets/565018/200043439/dmgnflicons.eot?#iefix") format("embedded-opentype"),
    url("//p4.zdassets.com/hc/theme_assets/565018/200043439/dmgnflicons.woff") format("woff"),
    url("//p4.zdassets.com/hc/theme_assets/565018/200043439/dmgnflicons.ttf") format("truetype"),
    url("//p4.zdassets.com/hc/theme_assets/565018/200043439/dmgnflicons.svg#dmgnflicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearfix{clear: both;}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: #111111;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  /*font-weight: lighter;*/
  line-height: 1.5;
  margin: 0;
  position: relative;
  /*padding-bottom: 50px;*/
}
*{
-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #147dff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none;
}
main a:hover{
  color: #1cb2ff;
  text-decoration: none!important;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir="rtl"] table {
  text-align: right;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: 400;
}

h1 {
  font-size: 20px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
   font-family: Arial;
font-style: italic;
font-size: 18px;
color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: Arial;
font-style: italic;
font-size: 18px;
color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: Arial;
font-style: italic;
font-size: 18px;
color: #999;
}

:-ms-input-placeholder {
   font-family: Arial;
font-style: italic;
font-size: 18px;
color: #999;
}
/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #147dff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/assets/loader.gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Breadcrumbs */
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li + li:before {
  position: relative;
  font-family: "dmgnflicons"!important;
  font-size: 6px!important;
  content: "a";
  margin: 0 4px;
  top: -2px;
  color: #000;
}
.breadcrumbs li a, .breadcrumbs li {
  font-size: 14px;
}

.breadcrumbs li a:hover {
  color: #147dff!important;
}

.breadcrumbs li:last-child {
  color: #bebebe;
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}
nav.pagination ul li {
    border: none;
    padding: 10px;
    background-color: #fff;
}
.pagination li {
  float: left;
  /* margin-left: -1px; */
}
[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
font-size: 16px!important;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}
.pagination-current a, .pagination-current span{
  color: #bebebe;
}
nav.pagination ul li.pagination-prev, nav.pagination ul li.pagination-next{
  border: 1px solid #ebebeb;
  padding: 0px;
  margin-top: 8px;
}
.pagination-first {
  border-radius: 3px 0 0 3px;
}
.pagination-first, .pagination-last{
  display: none;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/*.markdown a{
  color: #147dff!important;
}
.markdown a:hover{
color: #34A5FF!important;
}*/
/* ====================================================
   Content frame
   ==================================================== */
main, .header-inner, .footer-inner{
  max-width: 980px;
  margin: 0 auto;
}
main {
  padding: 30px 20px 100px;
}
.homepage main {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1px) and (max-width: 767px) {
  .homepage main, .search-unit .innerWrap {
    max-width: 590px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .homepage main, .search-unit .innerWrap {
    max-width: 740px;
  }
}
.not-homepage main {
  padding-top: 25px!important;
}
.header-inner, .footer-inner {
  padding: 24px 20px 0 20px;
}
.sub-nav .search-small {
  display: none !important;
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 620px;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  background: #000000;
  height: 64px;
}

.header-inner {
  position: relative;
  text-align: center;
}
.logo {
  /*line-height: 180px;*/
  float: left;
  padding-top: 10px;
}
.logo img {
  height: 45px;
  position: relative;
 	z-index: 9;
}
.user-nav {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.user-nav > * {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}
.user-info [role="button"], .login {
  background: linear-gradient(to bottom, white 0%, #f4f4f4 50%, #ededed 100%);
  border-bottom-color: #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0 -1px #DDD;
  color: #444;
  height: auto;
  line-height: 1;
  padding: 4px 10px 4px 4px;
}
.login {
  padding: 7px 10px 8px;
  display:none;
}
.language-selector {
  margin-left: 20px;
}
.submit-a-request {
  display: none;
}
h2.topFive {
  padding: 0;
  font-size: 45px;
  margin: 0;
}
/* ====================================================
   Search
   ==================================================== */
.search-unit {
  background: #000;
  padding: 40px;
  text-align: center;
}

.homepage .search {
	padding-top: 140px;  
}

.search {
  display: inline-block;
  position: relative;
  width: 100%;
  /*padding-top: 140px;*/

}




.search input {
  line-height: 1.2em;
  border-color: #d9d9d9;
  border-radius: 5px;
  height: 65px;
  font-size: 18px;
  font-style: italic!important;
  padding: 0 20px;
  width: 815px;
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-appearance: none;
}
.search input:focus{
  font-style: normal!important;}

.search input[type=submit] {
  display: none;
}
.search button{
  position: absolute!important;
  right: 20px!important;
  top: 20%!important;
  left: auto!important;
}

.homepage .search button{
  top: 75%!important;
}

.search button:after {
  color: #9a9a9a;
  content: "h";
  font-family: "dmgnflicons";
  font-size: 30px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
input#query:focus + button:after {
  color: #147dff!important;
  }
.sub-nav .search {
  display: none;
}
/* ====================================================
   Navigation pages
   ==================================================== */
.category-list ul{
  width: 100%;
}
.category-list li{
  width: 30%;
  float: left;
}
.category-list li:last-child a{
  padding-top: 85px;
  color: #fff;
  font-weight: 100;
  font-family: 'DINWEB-Cond', Arial;
  font-size: 32px;
}
.category-list li:last-child a span{
  padding-top:0;
}
.category-list li:last-child a{
  padding: 0;
  position: relative;
}
.category-list li:last-child a img{
  width: 100%;
  height: 100%;
}
.category-list li:last-child a p{
  width: 100%;
  text-align: center;
  padding-top: 80px;
  margin: 0;
  position: absolute;
  top: 0;
  margin: 0;
}
.category-list a {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #111111;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.knowledge-page-header {
  border-bottom: 4px solid #000;
  margin-bottom: 50px;
  padding: 14px 0 2px 0;
}
.knowledge-page-header p {
  color: #a6a6a6;
  font-size: 14px;
  margin: 0;
}
h1.primaryArticleHeader{
font-family: Arial, helvetica;
  font-size: 45px;
  margin: 0;
  font-weight: bold;
}
h1.sectionPageHeader{
  font-family: 'DINWeb-Bold', Arial, helvetica;
  font-size: 30px;
  margin: 10px 0 0;
  text-transform: uppercase;
}
.primaryArticleHeader h1{
  font-family: 'DINWeb-Bold', Arial, helvetica;
  font-size: 30px;
}
article .knowledge-page-header h1 {
  font-size: 23px;
  margin: 0;
  font-weight: bold;
  /*padding-bottom: 46px;*/
}
.section {
  display: inline-block;
  width: 100%;
  /*width: 49.5%;*/
  padding: 0 20px 55px 0;
  vertical-align: top;
}
.section h3 a {
  color: inherit;
  font-size: 16px;
}
.article-list li {
  font-size: 14px;
  margin-top: 20px;
}
/* ====================================================
   Article
   ==================================================== */
.article-column {
  width: 100%;
  padding-bottom: 36px;
}
.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}
.article-info > * {
  display: table-cell;
  vertical-align: middle;
}
.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}
.article-meta {
  width: 100%;
}
.article-updated {
  display: block;
}
.article-more-questions {
  margin: 15px 0 50px;
}
.article-body table {
  table-layout: fixed;
}
.article-footer {
  border-bottom: 1px solid #eeeeee;
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
  vertical-align: top;
}
.article-vote {
  color: black;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
  padding: 4px 10px 3px 10px;
}
.article-vote > * {
  display: inline-block;
}
.article-vote-controls {
  margin: 0 5px;
}
.article-vote-count {
  color: #999999;
  min-width: 20%;
}
.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "dmgnflicons";
}
.article-vote-up:hover, .article-vote-down:hover, .article-vote-up.selected, .article-vote-down.selected {
  color: #147dff;
}
.article-vote-up:before {
  content: "k";
}
.article-vote-down:before {
  content: "j";
}
.article-vote-up.article-voted {
  color: #147dff;
  border-color: #6B9100;
}
.article-vote-down.article-voted {
  color: #147dff;
  border-color: #999;
}

.article-vote-question{
  font-weight: bold;
  font-size: 23px;
}

/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
}
.community .recent-activity h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.community h4 {
  color: #111111;
  float: right;
  font-size: 13px;
  margin: 0;
}

.community h4 a {
  font-weight: normal;
  font-size: 11px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url(/hc/assets/agent-marker.png);
  background-image: url(/hc/assets/agent-marker.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #147dff;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url(/hc/assets/agent-marker.png);
  background-image: url(/hc/assets/agent-marker.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  /*font-weight: lighter;*/
}

.question-meta, .answer-meta, .topic-meta {
  color: #cccccc;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  padding: 25px 0 12px 0;
}
.search-results-list > *:first-child {
}



.search-result-description{
  color: #666;
  font-size: 16px!important;
}
.search-result-meta{
  color: #666666!important;}
.search-result-meta a{
  color: #147dff!important;
  font-size: 16px!important;
}
.search-result-description{padding-bottom: 8px!important;}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-link a {
  font-size: 18px!important;
}

.search-result-link a:hover {
  font-size: 18px!important;
  color: #147dff!important;
}
.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
    font-family: 'ENDZONE', Arial;
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.10;
}

.error-page h2 {
  font-family: Arial;
  font-size: 16px;
  text-transform: inherit!important;
}

.error-page a {
  color: #147dff;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #111111;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}


/* Custom styles */

/* HEADER */
.headerlinks{
  float: right;
}

.headerlinks a{
  text-decoration: none;
  padding-top: 6px;
}

a .headerlinks .linktext{
  color: white;
  padding-left: 10px;
  font-size: 16px!important;
  font-family: "DINWeb"!important;
}

a:hover .headerlinks .linktext{
  color: #147dff;
}

.headerlinks a .icon{
  color: white;
  font-size: 24px;
  color: #147dff;
  position: relative;
  top: -2px;
}


/* SEARCH AREA */

.search-unit{
  padding: 0;
  /*position: relative;
  overflow: hidden;*/
}
.homepage .search-unit{
  position: relative;
  height: 357px;
  width: 100%;
  overflow: hidden;
  top:-3px;
}
.homepage .search-unit video{
  display: block;
  max-height:360px;
  position: relative;
  top: -3px;
}
video#eligVid {
    width: 100%;
    max-width: 450px;
}
.homepage .search-unit.mobile{
  /*background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/nflstbg-tablet.jpg);*/
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.homepage  .wrapText {
	top: 100px;
  position: relative;
}

.wrapText {
    top: 130px;
    position: absolute;
    left: 0;
    right: 0;
}
.homepage .nflstLogo {
   display: inline-block;
   vertical-align: 35px;
   margin-right: 25px;
}
.homepage h1.homeText{
    margin: 0;
    color: #fff;
    font-family: 'ENDZONE', Arial;
    font-size: 70px;
    line-height: 1;
    display: inline-block;
}
.not-homepage .search-unit video, .not-homepage h1.homeText{
  display: none;
} 
/*.custom-alert{
  position: absolute;
  left: 50%;
  width: 815px;
  margin-left: -406px;
}*/
 .search-unit .innerWrap{
    top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.homepage .search-unit .innerWrap{
    height: 340px;
    max-width: 850px; 
}
.not-homepage .search-unit .innerWrap{
    top: 20px;
    left: 5%;
    height: 100px;
    max-width: 980px;
}
.homepage .custom-alert{
  top: 80px;
  left: 20px;
  right: 20px;
  margin:auto;
  width: auto !important;
  max-width:790px;
  position: absolute;
  display:none !important;
  opacity:1 !important;
  z-index:9;
}
.custom-alert p{
  margin:6px 24px 10px;
}
.homepage .toplogowrap {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto!important;
    width: 100%;
}
.not-homepage .search-unit {
  height: 100px;
  padding: 20px 0 0;
  position: relative;
}
.not-homepage .search-unit .toplogowrap{
  float: left;
  height: 60px;
  margin-left: 15px;
  width: 90%;
}

/*MAIN AREA */
.main{
  width: 915px!important;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  padding-top: 24px!important;
}

main h2{
  font-family: 'ENDZONE', Arial;
}
h2.searchByTopic{
  font-size: 45px;
  margin: 40px 0 43px 0!important;
  line-height: 1!important;
  text-transform: uppercase;
}
.article-body{
  font-size: 18px;
  padding-bottom: 10px;
}
.knowledge-page-header{
  border: 0px!important;
  margin-bottom: 25px!important;
}
.knowledge-page-header h1:before{
   margin-right: 15px;
}

/* CATEGORIES */
.category-list ul{
  width: 100%;
}

.category-list li{
  width: 300px!important;
  float: left;
  text-align: center;
}

.category-list li:nth-child(2),.category-list li:nth-child(3),.category-list li:nth-child(5),.category-list li:nth-child(6){
  margin-left: 10px;
}

.category-list li:nth-child(4),.category-list li:nth-child(5),.category-list li:nth-child(6){
  margin-top: 10px;
}

.category-list li a{
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #f0f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#f0f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#f0f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 0%,#f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

  border: 1px solid #DFDFDF!important;
  border-width: 0px 1px 1px 0px!important;;
  box-shadow: none!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  padding-top: 40px;
  padding-bottom: 30px;
  line-height: 1!important;
  height: 175px;
}
.category-list li:hover a{
  color: #fff!important;
}
.category-list li:nth-child(1) a {
    position: relative;
}

.article-section h1{
  font-family: "ENDZONE", Arial;
  font-size: 45px;
}


/*category-list li:nth-child(1) a:before {
    position: absolute;
    top:45;
    content: " ";
    background: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/icon_buckets_getstarted-inactive.png);
  background-position: center;
    background-size: 100% 100%;
    height: 24px;
}*/

.category-list li a:hover{
  background: #147dff; /* Old browsers */
background: -moz-linear-gradient(top,  #147dff 0%, #308dff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#147dff), color-stop(100%,#308dff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #147dff 0%,#308dff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #147dff 0%,#308dff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #147dff 0%,#308dff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #147dff 0%,#308dff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147dff', endColorstr='#308dff',GradientType=0 ); /* IE6-9 */

  border: 1px solid #DFDFDF!important;
  border-width: 0px 1px 1px 0px!important;
  text-decoration: none;
  color: white;
}

.category-list .callout-ad{
  background-image: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/ftoCallout.png');
  background-repeat: none;
  background-position: center;
  width: 300px;
  height: 174px;
}

.category-list a img{
  display: block;
  text-align: center;
  margin: 0 auto;
}


.lglink{
  font-family: 'DINWEB-Cond', Arial;
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}
.smlink{
  display: block;
  font-size:16px;
  font-weight: normal;
}



/* Hide subcats for all but Get Started*/
.subcat-page{
  display: none;
}

/*
.theSubcat .get_started{
  display: block!important;
}
*/
/*
.theTree .get_started{
  display: none;
}*/


.cat-subcat-links{
  width: 100%;
}

.cat-subcat-links .subcatcontain a{
  margin-bottom: 10px;
  width: 450px!important;
  float: left;
  display: block;
    background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #f0f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#f0f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#f0f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 0%,#f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.cat-subcat-links .subcatcontain a:hover{
  width: 450px!important;
  float: left;
  display: block;
 background: #147dff; /* Old browsers */
background: -moz-linear-gradient(top,  #147dff 0%, #308dff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#147dff), color-stop(100%,#308dff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #147dff 0%,#308dff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #147dff 0%,#308dff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #147dff 0%,#308dff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #147dff 0%,#308dff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147dff', endColorstr='#308dff',GradientType=0 ); /* IE6-9 */
  color: white!important;
}
.subcatcontain a span{
  float: left; padding-left: 40px;
  font-size: 24px;
}

.subcatcontain a:hover span{
  float: left; padding-left: 40px;
  font-size: 24px;
  border: 0px!important;
}

.subcatcontain a:hover div.icon{
  border: 0px!important;
}
.subcatcontain a .icon{float: right; font-size: 18px!important;}
.subcatcontain a .icon{float: right; font-size: 18px!important;}
a.subcatlink {
  border: 1px solid #DFDFDF!important;
  border-width: 0px 1px 1px 0px!important;;
  box-shadow: none!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  padding-top: 38px;
  padding-bottom: 39px;
  line-height: 1!important;
  width: 450px!important;
  display: block;
  font-family: 'DINWEB-Cond', Arial;
  font-size: 30px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

a.subcatlink :hover{
  border: 1px solid #DFDFDF!important;
  border-width: 0px 1px 1px 0px!important;
  text-decoration: none;
  color: white;
  display: block;
  font-family: 'DINWEB-Cond', Arial;
  font-size: 30px;
  color: white!important;
  text-transform: uppercase;
}

.rightsubcatlink{
  margin-left: 20px!important;
}
/* Articles */
.related-articles-display{
  display: inline-block;
  width: 48%;
}
#tag-display{
 width: 45%; 
 display: inline-block;
 vertical-align: top;
}
.tag-list{
  float: right;
  width: 45%;
}
.search-results-subheading{
  display: none;
}
#tags a{background-color: #147dff; color: white; padding: 6px; margin: 4px;border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px; text-decoration: none;padding-left: 20px; padding-right: 20px; margin-bottom: 10px;display: inline-block;}

#tags a:hover{background-color: #0090ff; color: white!important; padding: 6px; margin: 4px;border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px; text-decoration: none;padding-left: 20px; padding-right: 20px; margin-bottom: 10px; display: inline-block;}
/* icons for links */
a.no-video{
  background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/document-png.png);
  display: block;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
}

a.video{
  background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/video-png.png);
  display: block;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
}

.related-articles h2{
  font-family: "ENDZONE", Arial!important;
}
.top5faqs ul, .related-articles ul{
  margin-left: 30px;
}
.related-articles li{
  padding-bottom: 26px;}

.related-articles-display{margin-right: 40px;}

.related-articles ul li a{position: relative;padding-top: 4px;max-width: 400px;top: -5px;}
/* FOOTER */
footer{
  background-color: black;
  margin: 0 auto;
padding: 40px 0 70px;
  color: white;
}

footer h5{
  font-size: 45px;
  text-align: center;
  color: #fff;
  font-family: 'ENDZONE';
    margin: 3px 0 15px 0px!important;
  text-transform: uppercase;
}

.contact, .help{
    width: 185px;
  text-align: center;
  display: inline-block;
  color: white;
  vertical-align: top;
}
.contact .icon{
  font-size: 50px;
}
.help .icon{
  font-size: 42px;
  padding-top: 5px;
}
.footerIcons a .icon {
  color: white;
  height: 75px;
}
.footerIcons a span{
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: "DINOT-Light"!important;
  font-size: 18px!important;
}
.footerIcons a:hover .icon, .footerIcons a:hover, .footerIcons a:hover span{
  color: #147DFF;
}

.cleareverything{clear: both;}

.cat-subcat-links .innerlinktext{
  width: 400px;
  float: left;
}

/* WARNING NOTIFICATION */
/*Custom Alert */

.alert-warning {
color: #333!important;
background-color: #ffffe7!important;
border: 1px solid #ffba57!important;
padding: 18px!important;
}
.alert-warning.red {
background-color: #ffe5e5!important;
border: 1px solid #ff2d00!important;
}
.alert-warning.green {
background-color: #e4fde1!important;
border: 1px solid #85ca77!important;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: left!important;
}

.custom-alert{
  background: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/warningicon.png)no-repeat 11px 8px;
  padding: 0px !important;
  margin-bottom: 0px;
  display: none;
  width: 100%;
}
.custom-alert.red {
  background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/warningicon-red.png);
}
.custom-alert.green {
  background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/warningicon-green.png);
}
.custom-alert li a{
  color: #333;
  font-weight: normal;
  vertical-align: text-top;
}

.custom-alert h3 {
  color: #CC0000;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-alert ul {
  margin: 3px 0;
  display: inline-block;
  vertical-align: text-top;
}

.custom-alert button.close {
  display: none;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 4px;
  color: #666;
  font-size: 30px;
  padding: 0;
  line-height: 1;

}
*:focus {
    outline: 0;
}
.promoted-articles > ul > li {
  display: inline-block;
  margin: 0 20px 4px;
}

.knowledge-page-header p{
  display: none!important;}


/* SEARCH RESULTS */
.search-results section{
  width: 100%!important;
}

.search-results .search-results-column:last-child{
  display: none!important;}

li a{
  color: black;
  font-size: 16px;
  text-decoration: none;
}

li a:hover{
  text-decoration: none;
}

/* CUSTOM FONT ICONS */

[data-icon]:before {
  font-family: "dmgnflicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dmgnflicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.withicons {margin-bottom: 30px;}

.withicons li{
  padding: 20px 0 9px 0!important;
  margin: 0!important;
  display: list-item;
  list-style: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/document-png.png');
}
.withicons li.video{
  padding: 20px 0 16px 0!important;
  margin: 0!important;
 list-style: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/video-png.png');
}
.withicons li a{
padding-left: 0px;
font-weight: normal!important;
max-width: 860px;
display: inline-block;
vertical-align: 5px;
}
.withicons li a:hover{
  color: #147dff!important;
}
.header-inner, .footer-inner{padding: 0px!important;}

.withicons .icon{
   color: #147DFF!important;
  width: 26px;
  float: left;
  font-size: 20px;
}
.homepage p.desc{font-size: 22px; font-family: 'DINWeb', Arial; margin: 0px!important; padding: 0 0 38px 0!important;}

#get_started h1,#account_billing h1, #season_pass h1, #watching_games h1, #troubleshooting h1{
  font-family: 'ENDZONE',
  Arial!important;
  color: #000000!important;
  font-size: 45px;
    margin: 0;
    text-transform: uppercase;
}
.section-tree h3 a{
  font-family: 'DINWeb-Bold', Arial;
  font-size: 30px;
  text-decoration: none!important;
}

.section-tree ul.article-list a{font-size: 18px; text-decoration: none;}
.article-list li a{position: relative!important; padding-top: 2px!important; max-width: 860px!important;top: -5px!important;}
.related-articles icon{
  color: #147dff;
}
.icon-arrow:before {
  content: "a";
}
/*.icon-article-doc:before {
  content: "b";
  color: #147dff;
}*/
li.icon-article-doc{
 list-style: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/document-png.png');
  padding-right: 10px;
  padding-left: 2px;
}
.article-list{
  padding-left: 27px;}
.article-list li{
   list-style: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/document-png.png');
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 2px;

}
.icon-article-video:before {
  content: "c";
  font-size: 53px;
  position: relative;
  top: 5px
}
/*
ul.article-list .icon-article-video:before {
  content: "c";
  color: #147dff;
  padding-right: 10px;
}*/
.article-list li.video{
   list-style: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/video-png.png');
  padding-right: 10px;
}

.unhidethis{display: block;}

.icon-chat:before {
  content: "d";
}
.icon-getstarted:before {
  content: "e";
}

.not-homepage .icon-getstarted:before {
  font-size: 45px;
position: relative;
  top: 7px;
}
.not-homepage h1.icon-article-video:before {
  content: "c";
  font-size: 40px;
  position: relative;
  top: 5px
}
.icon-helpcenter:before {
  content: "f";
  font-size: 20px;
}
.icon-myaccount:before {
  content: "g";
}

.not-homepage .icon-myaccount:before {
  font-size: 34px;
  content: "g";
  position: relative;
  top: 0px;
}
.icon-search:before {
  content: "h";
}
.icon-seasonpass:before {
  content: "i";
}

.not-homepage .icon-seasonpass:before {
  font-size: 45px;
  content: "i";
  position: relative;
  top: 7px;
}
.icon-thumbsdown:before {
  content: "j";
}
.icon-thumbsup:before {
  content: "k";
}

.icon-thumbsdown-active:before {
  content: "j";
  color: #147dff;
}
.icon-thumbsup-active:before {
  content: "k";
  color: #147dff;
}

.icon-troubleshooting:before {
  content: "l";
}

.not-homepage .icon-troubleshooting:before {
  content: "l";
  font-size: 40px;
  position: relative;
  top: 5px;
}
.icon-twitter:before {
  content: "m";
}

#easyXDM_default1792_provider{
  display: hidden;
}
.search-result-meta a:first-child{
  display: none;
}

.search-result-meta time{
  display: none;
}
/* VOTE */

.article-vote form{color: black;}
.article-footer-vote{
  background-color: #f8f8f8;
  color: black;
}

.article-vote-up, .article-vote-down{
  border: 0px!important;
  font-size: 45px!important;
}

.article-vote-count{display: none!important;}
/*COLLEGE ARTICLE SECTION*/
.univ p {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0;
}
.linkToTop.sticky {
    right: 16%;
    border: 2px solid #dfdfdf;
    background-color: #CACACA;
    color: #333!important;
    border-radius: 5px;
    padding: 0 10px;
    position: fixed;
    top: 0;
}
.linkToTop.sticky:hover{color: #333!important}
.search-result-meta{
  font-size: 0px!important;
  color: white;
}

.search-result-meta a{
  font-size: 16px;
  color: black;
  text-decoration: none;
}

.search-result-meta a:after{
    position: relative;
    font-family: "dmgnflicons"!important;
    font-size: 8px!important;
    content: "a";
    margin: 0 6px;
    top: -2px;
    color: #000;
}
.not-homepage a.nflstLogo{
    float: left;
    width: 60px;
    margin-top: -6px;
  	display: none;
}

article h1{font-size: 23px; font-weight: bold;text-transform:none!important;}

.noresults{
  font-size: 16px!important;}

.noresults a{
  color: #147dff;}

#tag-display h2{font-family: "DINWeb-Bold", Arial; font-size: 30px;margin-top: 10px!important;}
h1#article-section{
  font-family: "ENDZONE", Arial;
  font-size: 45px;
  margin: 10px 0px 0px 0px!important;
  text-transform: uppercase;
}
.theTree .section h3{
 margin: 0 0 32px 0;
  line-height: 0.75;
  text-transform: uppercase;
}
a.see-all-articles{
  font-size: 18px;
  margin-bottom: 0px;
  display: inline-block;
  color: #147DFF;
}
.related-articles h3{
  font-family: 'DINWeb-Bold', Arial;
  font-size: 30px;
  margin-top: 10px;
}
#query{
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.formcontainer{
  color: black;
  display: none;
  border-bottom: 1px solid #d3d3d3;
  padding: 25px 40px;
}
.votesuccess{color: black; display: none; text-align: center; width: 100%;padding: 30px 0;border-bottom: 1px solid #d3d3d3;}
.answersent{color: black; display: none;border-bottom: 1px solid #d3d3d3;}
.vote-success .title{font-size: 28px!important;display: block;}
.answersent .title{font-size: 28px!important;display: block;}
.vote-success .desctext, .answersent .desctext{font-size: 18px!important;display: block;}
.answersent .desctext{font-size: 18px!important;display: block;}
.formleft{float: left; width: 45%;padding-left: 60px;}
.formright{float: right; width: 45%;padding-right: 60px;}
.formleft .radio{
  padding-bottom: 20px;
  font-size: 18px;
}
.formright .radio{
  padding-bottom: 10px;
  font-size: 18px;
}
.formright .radio input, .formleft .radio input{
vertical-align: 2px;
margin-right: 10px;
}
.radio p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.formright textarea[disabled]{
    cursor: not-allowed;
    background-color: #dfe0e3;
    opacity: .5;
    border: 1px solid #c8cdd2;
}
.formright textarea{
  width: 100%;
  height: 85px;
}
.search-result-votes{display: none!important;}
textarea, input { outline: none; }
.search-results h1{display: none;}
.search-results h3{
  font-family:"ENDZONE";
  font-size: 45px!important;
  margin: 0px!important;
  padding: 0px!important;
  font-weight: bold;
  line-height: 1!important;
  text-transform:none!important;
}
.article-footer-vote .title{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-sizE: 28px;
}
.article-footer-vote .desctext{
  width: 100%;
  text-align: center;
  font-size: 18px;
}
#feedback_form button{
  border-radius: 0;
  width: 250px;
  text-align: center;
  color: #ffffff;
  background-color: #147dff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  border: none;
  margin: 40px auto 20px;
  display: block;
  font-weight: 100;
  text-transform: uppercase;
}

li.article-promoted > span {display: none;}
.search-result-meta a:last-child:after{
  content: ""!important;
}
.search-result-column p{
  display: none!important;
}

.hidethis{display: none!important;}
.linkToTop{
  float: right;
}
.markdown li li{list-style: circle!important;margin-left: 20px!important;}
.markdown li li li{list-style: square!important;margin-left: 20px!important;}

li.hp-custom-link > a{
  background-color: gray!important; padding-bottom: 2px;}

.bigletter{
  font-family: "ENDZONE";
  font-size: 45px;
}
.bigletter .linkToTop{font-size: 16px!important;}
.sunday-ticket-button a{
  padding: 5px 0;
  background-color: #147dff;
  color: white!important;
  margin: 10px;
  display: block;
  width: 225px;
  height: 40px;
  text-align: center;
}
.sunday-ticket-button a:hover{
  background-color: #0090ff;
  color: #fff!important;
}
.footerIcons {
  width: 405px;
  margin: 0 auto;
}
/***************/
/*MEDIA QUERIES*/
/***************/
@media (min-width: 1600px) {
  .homepage .search-unit video {
      width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .homepage .search-unit {
   	background: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/hdr_bg_1024.jpg');
    background-position: 50% 50%;
  }
}

@media (min-width: 1025px) {
	
  .homepage .search-unit {
   	background: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/hdr_bg_1920.jpg');
    background-position: 50% 50%;
  }
  
}

@media (max-width: 640px) {
  .homepage div.search-unit.mobile {
   	background: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/hdr_bg_640.jpg');
    background-position: 50% 50%;
  }
}
  



/*desktop only*/
@media (min-width: 975px){
  .tabBreak{
    display: none;
  }
  .mobileBreak{
    display: none;
  }
}

/*tab only*/
@media (min-width: 768px) and (max-width: 974px) {

  .mobileBreak{
    display: none;
  }
  .tabBreak{
    display: block;
  }

/*  .category-list li:last-child a {
  background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/protip-tab.png);
  }
  .category-list li:last-child a:hover{
  background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/protip-tab-ro.png);
  }
  .category-list li:last-child a{
    padding: 85px 10px 0;
  }*/

}
/*tab and mobile combined*/
@media (min-width: 1px) and (max-width: 974px) {
  body, html{
   overflow-x:hidden;
  }
  .headerlinks a .icon {
    padding: 0 8px;
  }

  ul.category-list li {
    width: 345px!important;
    margin: 0 0 0 10px!important;
  }
  .not-homepage main {
    padding-top: 12px!important;
  }
  .search {
    display: block;
    position: relative;
    width: 100%;
    border-radius:0;
  }
  .search button {
    right: 0px!important;
  }
  .search input {
    width: 100%!important;
    margin: 0 auto;
    padding-left: 20px!important;
  }
  .not-homepage .search input {
    padding-left: 5px!important;
  }
  .search button:after {
    font-size: 20px;
  }
  ::-webkit-input-placeholder {
      font-size: 15px;
    }
  :-moz-placeholder {
      font-size: 15px;
    }
  ::-moz-placeholder {
      font-size: 15px;
    }
  :-ms-input-placeholder {
      font-size: 15px;
    }
  .homepage .toplogowrap {
      width: 100%;
  }
.homepage .search-unit .innerWrap {
    width: 90%;
  }
  .not-homepage .search-unit {
  padding-left: 10px;
    text-align: left;
  }
  .not-homepage .search-unit .toplogowrap {
padding: 0px 0 0 5px;
  width: 77.5%;
  margin-left: 5px;
  }
  .category-list li:nth-child(4), .category-list li:nth-child(5), .category-list li:nth-child(6){margin-top: 0px!important;}
  .category-list li{width: 100%!important;padding-bottom: 10px;}
  footer{
    color: white;
  }
  .contact, .help {
  width: 48%;
  }

.category-list li:last-child a {
  background-size: cover!important;
  -moz-background-size: cover!important;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer 7/8 */
}

}
/*mobile*/
@media (min-width: 1px) and (max-width: 767px) {
  .logo img {
    padding-top: 4px;
  }
  h1#article-section {
    font-size: 40px;
    line-height: 1.2;
  }
  ul.category-list li{
    width: 100%!important;
    margin: 0 0 5px 0!important;
  }
  .promoted-articles > ul > li {
    display: block;
      width: 95%;
  }
  .custom-alert li a {
    font-size: 15px;
  }
  .withicons {
    margin: 0 0 30px;
  }
  .withicons li{
    list-style: none;
  }
  .withicons li a{
      padding-left: 25px;
      background: url('//p4.zdassets.com/hc/theme_assets/565018/200043439/document-png.png') no-repeat 0px 0px;
      display: block;
  }
  .top5faqs ul {
    margin-left: 0;
  }
  .tabBreak{
    display: none;
  }
  .mobileBreak{
    display: block;
  }
  .homepage .search-unit.mobile{
    background: #000;
    /*background-image: url(//p4.zdassets.com/hc/theme_assets/565018/200043439/nflstbg-mobile.jpg);*/
  }
.homepage .nflstLogo {
  margin-right: 5px;
  width: 70px;
}
.homepage .wrapText{
  top: 100px;
}
.homepage h1.homeText{
  font-size: 40px;
}
/*  .category-list li:last-child a, .category-list li:last-child a:hover {
  background: none;
  }*/
/*  .category-list li:last-child a{
    padding: 0;
    position: relative;
  }
  .category-list li:last-child a img{
    width: 100%;
    height: 100%;
  }
  .category-list li:last-child a p{
    padding: 80px 0;
    margin: 0;
    position: absolute;
    top: 0;
  }*/
/*  .homepage .search-unit {
    padding: 270px 15px 0;
    }*/

/*  .custom-alert, .homepage .toplogowrap {
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
  }*/
  .headerlinks a .linktext {
    text-align: left;
  }
.related-articles-display, #tag-display {
  width: 100%;
}
  .breadcrumbs li a {
    font-size: 10px;
    position: relative;
  }
  .breadcrumbs li:last-child {
    font-size: 10px;
  }
  /*make breadcrumb area larger on mobile for clickability*/
  .breadcrumbs li a:after{
    content: "";
    padding: 10px 25px;
    position: absolute;
    left: -5px;
    top: -5px;
  }
  #tag-display{}
  .category-list li:nth-child(4), .category-list li:nth-child(5), .category-list li:nth-child(6){margin-top: 0px!important;}
  .category-list li{width: 100%!important;padding-bottom: 10px;}

/*VOTE*/
.article-footer-vote .title {
  font-size: 24px;
}
.formcontainer {
  padding: 20px 0;
}
.article-vote-controls {
  margin: 0 0 0 14px;
}
.article-vote-question{
  font-size: 14px;
}
.article-vote-up, .article-vote-down {
  border: 0px!important;
  font-size: 30px!important;
  padding: 5px 5px;
}
.article-vote-down {
  padding-right: 0px;
}
.formleft, .formright{
  float: none;
  width: 100%;
  padding-left: 10px;
}
.formright{
  padding-right: 0;
}
.formright textarea{
  width: 85%;
  height: 85px;
  margin-left: 25px;
}
#feedback_form button {
  width: 82%;
  margin: 10px 0 0 35px;
  padding: 10px 0;
}
.not-homepage h1.categoryPageHeader{
font-size: 35px!important;
}
.not-homepage .categoryPageHeader:before{
  content: ""!important;
  display: none;
}
.article-footer-vote .desctext {
  padding-bottom: 2px!important;
}
.linkToTop.sticky {
    right: 0;
}
footer h5 {
  font-size: 28px;
}
.footerIcons {
  width: 100%;
}

}
/* Landscape */
@media (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {

/*  .custom-alert {
  width: 95.5%;
  margin: 0 15px;
}*/
.footerIcons {
    width: 61%;
}

}
/*ipad mini portrait*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

/*  .custom-alert {
    top: 20px;
    left: 29px;
    width: 89.75%;
    margin: 0 10px;
  }*/
  .logo {
    margin-left: 20px;
}
.headerlinks {
    margin-right: 12px;
}
.related-articles-display {
    margin-right: 15px;
}
.formleft {
    padding-left: 35px;
}
.formcontainer {
    padding: 20px 0;
}
main{
  padding-bottom: 40px;
}

}
/*iPhone 6 and down*/
@media (min-width: 1px) and (max-width: 540px) {
main {
    padding: 30px 20px 40px;
}
.search-results h3{
    font-size: 35px!important;
    margin-top: 15px!important;
}
.not-homepage h1.categoryPageHeader{
  line-height: 1;
}
.theTree .section h3 {
    line-height: 1;
}
.sunday-ticket-button a {
    width: 100%;
    margin: 0;
}
.breadcrumbs li + li:before {
    top: 0;
}
.votesuccess, .answersent {
    padding: 30px 10px 40px;
}
h1.sectionPageHeader {
    line-height: 1;
    margin: 15px 0 5px;
}
.homepage h1.homeText{
    font-size: 28px;
}

}
/*iPhone 4 and down*/
@media (min-width: 1px) and (max-width: 320px) {
.radio p.instructions{
  width: 80%;
  vertical-align: -27px;
}
.homepage h1.homeText{
    text-align: left;
}
}
input#query:focus + button:after{color: #147ddf!important;}