@font-face { font-family: "aleo-bold"; src: url("fonts/aleo-bold-webfont.eot"); }
@font-face { font-family: "aleo-bold"; src: url("fonts/aleo-bold-webfont.woff") format("woff"), url("fonts/aleo-bold-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

#warp { width: 100%; font-family: 'Source Sans Pro', sans-serif; font-weight: normal; }
body {
    background: url(images/background-noise.jpg) repeat;
	font-family: sans-serif;
	line-height: 1.4;
	font-size: 16px;
	color: #222;
}

h1, h2, h3, h4, h5, h6 { font-family: "aleo-bold"; font-weight: normal; }
.hidden {
    display: none !important;
    visibility: hidden;
}
.global-nav {
    background: #909090; /* Old browsers */ 
	background: -moz-linear-gradient(top, #909090 0%, #545454 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #909090), color-stop(100%, #545454)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #909090 0%, #545454 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #909090 0%, #545454 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #909090 0%, #545454 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #909090 0%, #545454 100%); /* W3C */
    border-bottom: 5px solid #f59d00;
    margin: 0;
    padding: 0;
    z-index: 9999 !important;
	float: left;
	width: 100%;
}
.global-nav .inner-nav {
    display: block;
    float: left;
    left: 50%;
    margin-left: -490px;
    min-width: 320px !important;
    overflow: visible;
    position: relative;
    width: 980px;
}
.global-nav .global-navbar {
    margin: 0;
    padding: 0;
}
.global-nav .global-navbar li {
    border-right: 1px solid #979797;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.98em;
    font-style: normal;
    font-weight: 200;
    line-height: 1.4;
    position: relative;
	margin: 0;
}
.global-nav .global-navbar li a {
    border-right: 1px solid #5e5e5e;
    color: #fff;
    display: block;
    float: left;
    padding: 23px 15px 15px;
    position: relative;
	text-decoration: none;
}
.global-nav .global-navbar li.icon-button a {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    max-width: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 17px;
}
.global-nav .global-navbar li.menu-item-has-children .arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    display: inline-block;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    visibility: visible;
    width: 0;
}
.global-nav .global-navbar li ul {
    background: inherit;
    display: none;
    left: 0;
    margin: 60px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: auto;
    z-index: 999;
}
.global-nav .global-navbar li ul li {
    border-right: medium none;
    clear: left;
    display: block;
    float: left;
    position: relative;
    white-space: nowrap;
}
.global-nav .global-navbar li ul li a {
    border-right: medium none;
    border-top: 1px solid #979797;
    display: block;
    float: left;
    min-width: 150px;
    position: relative;
    text-align: center;
}
.global-nav .global-navbar li:hover ul { display: block; visibility: visible; z-index: 9999; }
.global-nav .global-navbar li ul.sub-menu .arrow-down {
    display: none;
    visibility: hidden;
}
.global-nav .global-navbar li.icon-button {
    background: #f8b300; /* Old browsers */ 
	background: -moz-linear-gradient(top, #f8b300 0%, #f07f00 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8b300), color-stop(100%, #f07f00)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #f8b300 0%, #f07f00 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #f8b300 0%, #f07f00 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #f8b300 0%, #f07f00 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #f8b300 0%, #f07f00 100%); /* W3C */
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.global-nav .global-navbar li a img {
    height: auto !important;
	vertical-align: middle;
}
.global-nav .global-navbar li.icon-button.float-right {
    float: right !important;
}
.global-nav .global-navbar li.icon-button.flat {
    background: transparent none repeat scroll 0 0;
}
.global-nav .global-navbar li.icon-button.float-right a {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
.global-nav .global-navbar li.icon-button.flat:hover, .global-nav .global-navbar li.icon-button.flat.active { background: #f07f00; /* Old browsers */ background: -moz-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f07f00), color-stop(100%, #f8b300)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* IE10+ */ background: linear-gradient(to bottom, #f07f00 0%, #f8b300 100%); /* W3C */ }
.global-nav .global-navbar li.icon-button:hover, .global-nav .global-navbar li.icon-button.active { background: #f07f00; /* Old browsers */ background: -moz-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f07f00), color-stop(100%, #f8b300)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f07f00 0%, #f8b300 100%); /* IE10+ */ background: linear-gradient(to bottom, #f07f00 0%, #f8b300 100%); /* W3C */ }

/** submenu hover colors **/
.global-nav .global-navbar li:hover .sub-menu li.programming:hover, .sub-menu li.programming.current-menu-item {background: #8200a6 none repeat scroll 0 0;}
.global-nav .global-navbar li:hover .sub-menu li.regulation:hover, .sub-menu li.regulation.current-menu-item {background: #b31200 none repeat scroll 0 0;}
.global-nav .global-navbar li:hover .sub-menu li.distribution:hover, .sub-menu li.distribution.current-menu-item {background: #00b44b none repeat scroll 0 0;}
.global-nav .global-navbar li:hover .sub-menu li.technology:hover, .sub-menu li.technology.current-menu-item {background: #008dff none repeat scroll 0 0;}

.global-search-container {
    background: #fff; border-bottom: 1px solid #bbb; opacity: 0; top: 0; position: absolute; z-index: -1; -webkit-transition-property: all; -moz-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; animation-duration: 0.5s;
}
.global-search-container.visible {
    opacity: 1;
    z-index: 999;
	top: 0 !important;
}
.global-search-container .inner-search-container {
    display: block;
    float: left;
    left: 50%;
    margin-left: -490px;
    min-width: 320px !important;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 980px;
}
.global-search-container .inner-search-container form {
    margin: 0;
}
.global-search-container .inner-search-container form input[type="text"] { margin: 0; font-family: inherit; font-size: inherit; }
.global-search-container .inner-search-container form button { vertical-align: top; margin: 0; font-family: inherit; font-weight: normal; font-size: inherit; text-transform: none; background: #efefef; border-radius: 0; padding: 5px 10px; }

.global-nav .global-navbar li:hover, .global-nav .global-navbar li.current-menu-item { background: #f59d00; }
.global-nav .global-navbar li:hover li:hover { background: #8f5c00; }
.global-nav .global-navbar li.programming:hover, .global-nav .global-navbar li.programming.current-menu-item { background: #8200a6; }
.global-nav .global-navbar li.programming:hover li:hover { background: #320040; }
.global-nav .global-navbar li.regulation:hover, .global-nav .global-navbar li.regulation.current-menu-item { background: #b31200; }
.global-nav .global-navbar li.regulation:hover li:hover { background: #4d0800; }
.global-nav .global-navbar li.distribution:hover, .global-nav .global-navbar li.distribution.current-menu-item { background: #00b44b; }
.global-nav .global-navbar li.distribution:hover li:hover { background: #004e21; }
.global-nav .global-navbar li.technology:hover, .global-nav .global-navbar li.technology.current-menu-item { background: #008dff; }
.global-nav .global-navbar li.technology:hover li:hover { background: #005599; }
.global-nav .global-navbar li.diversions:hover, .global-nav .global-navbar li.diversions.current-menu-item { background: #fc4b00; }
.global-nav .global-navbar li.diversions:hover li:hover { background: #962d00; }
.global-nav .global-navbar li.cableflix:hover, .global-nav .global-navbar li.cableflix.current-menu-item { background: #ff9f00; }
.global-nav .global-navbar li.cableflix:hover li:hover { background: #995f00; }
.global-nav .global-navbar li.publications:hover, .global-nav .global-navbar li.publications.current-menu-item { background: #ee0098; }
.global-nav .global-navbar li.publications:hover li:hover { background: #880057; }

.global-footer {
    background: #242424 url(images/footer-bg.jpg) repeat;
    border-bottom: 10px solid #f59d00;
    padding: 50px 0;
	width: 100%;
}
.global-footer .inner-footer {
    color: #bbb;
    display: block;
    float: left;
    left: 50%;
    margin-left: -490px;
    min-width: 320px !important;
    position: relative;
    width: 980px;
}
.global-footer .cablefax-daily {
    background: #858585 none repeat scroll 0 0;
    display: block;
    float: left;
    left: 50%;
    margin-left: -490px;
    min-width: 320px !important;
    position: relative;
    width: 980px;
}
.global-footer .cablefax-daily .inner-wrap {
    display: block;
    float: left;
    left: 50%;
    margin-left: -405px;
    min-width: 220px !important;
    position: relative;
    text-align: center;
    width: 810px;
}
.float-left {
    display: block;
    float: left;
    position: relative;
}
.float-right {
    display: block;
    float: right;
    position: relative;
}
.global-footer .cablefax-daily img {
    height: auto !important;
    padding: 10px 0;
}
.global-footer .cablefax-daily .headline {
    color: #fff;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 23px 0 0 23px;
}
.global-footer .cablefax-daily .subscribe {
    animation-duration: 0.5s;
    background: #ffb229 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 17px 0 0;
    padding: 10px 14px;
    position: relative;
    text-transform: uppercase;
    transition-duration: 0.5s;
    transition-property: all;
	text-decoration: none;
}
.global-footer .cablefax-daily .subscribe:hover { color: #242424; background: #fffbf5; }
.global-footer .fat-footer-cont {
    margin: 50px 0 0;
}
.full-width {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.global-footer .global-footer-controls {
    margin-right: 30px;
    width: 165px;
}
.push-30 {
    margin-right: 30px !important;
}
.global-footer .fat-footer-cont .fat-row {
    padding-bottom: 10px;
    width: 173px;
}
.global-footer .global-footer-controls img {
    height: auto !important;
	vertical-align: middle;
}
.cfax-logo { text-decoration: none; }
.global-footer .global-footer-controls .footer-sub {
    color: #7c858e;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: normal;
    margin: 0;
	text-decoration: none;
}
.rounded-social-icons {
    display: block;
    margin: 2px 0 0;
    padding: 0;
    position: relative;
}
.global-footer .global-footer-controls .rounded-social-icons {
    margin-top: 20px;
}
.rounded-social-icons li {
    display: block;
    float: left;
    height: 28px;
    overflow: hidden;
    position: relative;
    width: 32px;
	margin: 0;
}
.rounded-social-icons li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/circular-social-icons-2x.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 161px auto !important;
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-indent: -3000px;
    width: 100%;
}
.rounded-social-icons.grey .facebook > a {
    background-position: 0 -28px;
}
.rounded-social-icons.grey .facebook > a:hover { background-position: 0px 0px; }
.rounded-social-icons.grey .twitter > a {
    background-position: -33px -28px;
}
.rounded-social-icons.grey .twitter > a:hover { background-position: -33px 0px; }
.rounded-social-icons.grey .linkedin > a {
    background-position: -66px -28px;
}
.rounded-social-icons.grey .linkedin > a:hover { background-position: -66px 0px; }
.rounded-social-icons.grey .googleplus > a {
    background-position: -99px -28px;
}
.rounded-social-icons.grey .googleplus > a:hover { background-position: -99px 0px; }
.rounded-social-icons.grey .rss > a {
    background-position: -132px -28px;
}
.rounded-social-icons.grey .rss > a:hover { background-position: -132px 0px; }
.global-footer .global-footer-controls .copyright {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
    text-align: left;
}
.global-footer .fat-footer-cont .fat-row ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.global-footer .fat-footer-cont .fat-row ul li {
    display: block;
    float: left;
    padding-bottom: 14px;
    position: relative;
    width: 100%;
	margin-bottom: 0;
	line-height: 1.4;
}
.global-footer .fat-footer-cont .fat-row .heading {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 0 14px;
	margin: 0;
}
.global-footer .fat-footer-cont .fat-row .heading.responsive {
    display: none;
    visibility: hidden;
}
.global-footer .fat-footer-cont .fat-row .footer-link-gate {
    display: block;
    visibility: visible;
}
.global-footer .fat-footer-cont .fat-row ul li .chip {
    animation-duration: 0.5s;
    border-color: #f59d00 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 0;
    display: block;
    float: left;
    height: 0;
    margin-top: 4px;
    position: relative;
    transition-duration: 0.5s;
    transition-property: all;
    width: 0;
}
.global-footer .fat-footer-cont .fat-row ul li a {
    animation-duration: 0.5s;
    color: #999999;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8%;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-property: all;
    width: 90%;
}
.global-footer .fat-footer-cont .fat-row ul li a:hover { color: #f59d00; }
.global-footer .fat-footer-cont .fat-row ul li:hover .chip { border-color: transparent #fff transparent transparent; }

#content { max-width: 980px; margin: 0 auto; }

.touch-header { visibility: hidden; display: none; }

.header-banner-container { background: #eee url(images/light-grey-noise.jpg) repeat; padding: 20px 0; z-index: 22; }
.header-banner { max-width: 980px; margin: 0 auto; text-align: center; }
.header-banner img { max-width: 100%; height: auto; margin: 0 auto; }

@media only screen and (max-width: 980px) {

.touch-logo { display: block; margin: 0 auto; }	
.global-header, .global-search-container { visibility: hidden; display: none; }
.touch-header { visibility: visible; display: block; background: #8d8d8d; /* Old browsers */ background: -moz-linear-gradient(top, #8d8d8d 0%, #545454 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d8d8d), color-stop(100%, #545454)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #8d8d8d 0%, #545454 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #8d8d8d 0%, #545454 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #8d8d8d 0%, #545454 100%); /* IE10+ */ background: linear-gradient(to bottom, #8d8d8d 0%, #545454 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#545454',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 20px 0 0 0; border-bottom: 10px solid #f59d00; }
.touch-header .menu-icon { position: absolute; right: 13px; top: 50%; margin: -19px 0 0 0; }
  .touch-header .touch-nav-heading { margin-bottom: 15px; }
  .touch-header li a:active, .touch-header li a:focus { background: #f59d00; }
.sub-control { float: left; position: relative; display: table; width: 100%; background: #f1f2f2; padding: 0px; margin: 0; border-top: 10px solid #f59d00; }
  .sub-control.programming { border-top-color: #8200a6; }
  .sub-control.regulations { border-top-color: #b31200; }
  .sub-control.distribution { border-top-color: #00b44b; }
  .sub-control.technology { border-top-color: #008dff; }
  .sub-control.diversions { border-top-color: #fc4b00; }
  .sub-control.cableflix { border-top-color: #ff9f00; }
  .sub-control.publications { border-top-color: #ee0098; }
  .sub-control li { position: relative; display: table-cell; width: 50%; }
  .sub-control li:first-child { border-right: 1px solid #bbb; }
  .sub-control li a, .sub-control li span { float: left; position: relative; display: block; width: 100%; font-size: 18px; color: #000; text-transform: uppercase; padding: 10px 0px 10px 0px; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-style: normal; line-height: normal; text-decoration: none; }
  .touch-navigation { margin: 0px; padding: 0px; }
  .touch-navigation .nav-items { padding: 0px; margin: 0px; }
  .touch-navigation .nav-items li { float: left; position: relative; display: table; width: 100%; background: #4c4c4c; /* Old browsers */ background: -moz-linear-gradient(top, #4c4c4c 0%, #111111 70%, #131313 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(70%, #111111), color-stop(100%, #131313)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #4c4c4c 0%, #111111 70%, #131313 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #4c4c4c 0%, #111111 70%, #131313 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #4c4c4c 0%, #111111 70%, #131313 100%); /* IE10+ */ background: linear-gradient(to bottom, #4c4c4c 0%, #111111 70%, #131313 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */ margin-bottom: 0; line-height: 1.4; }
  .touch-navigation .nav-items li a { display: table-cell; vertical-align: middle; float: left; width: 100%; padding: 15px 0px 15px 0px; text-align: left; text-indent: 20px; border-left: 12px solid #f59d00; font-size: 18px; color: #fff; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-style: normal; line-height: normal;  text-decoration: none; box-sizing: border-box; }
  .touch-navigation .nav-items li .sub-menu { float: left; position: relative; display: block; width: 100%; clear: left; margin: 0px; padding-left: 0px; }
  .touch-navigation .nav-items li .sub-menu a { padding-left: 12px; }
  .touch-navigation .nav-items li.programming a { border-left-color: #8200a6; }
  .touch-navigation .nav-items li.regulation a { border-left-color: #b31200; }
  .touch-navigation .nav-items li.distribution a { border-left-color: #00b44b; }
  .touch-navigation .nav-items li.technology a { border-left-color: #008dff; }
  .touch-navigation .nav-items li.diversions a { border-left-color: #fc4b00; }
  .touch-navigation .nav-items li.cableflix a { border-left-color: #ff9f00; }
  .touch-navigation .nav-items li.publications a { border-left-color: #ee0098; }
  .touch-sublinks { margin: 0px; padding: 0px; }
  .touch-sublinks .touch-sublinks-nav { padding: 0px; margin: 0px; display: table; background: #242423; border-top: 1px solid #ccc; }
  .touch-sublinks .touch-sublinks-nav li { width: 50%; float: left; position: relative; display: table; text-align: left; margin-bottom: 0; line-height: 1.4; }
  .touch-sublinks .touch-sublinks-nav li a { display: table-cell; padding: 15px 15px 15px 45px; color: #bbb; font-size: 16px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-style: normal; line-height: normal; text-decoration: none; }
  .touch-sublinks .touch-sublinks-nav li a .chip { width: 0px; height: 0px; border-style: solid; border-width: 10px 10px 0 0; border-color: #f59d00 transparent transparent transparent; position: absolute; top: 19px; left: 11px; }
  
.global-footer .fat-footer-cont .fat-row { margin-bottom: 0px; padding-bottom: 0px; }
  .global-footer .fat-footer-cont .fat-row .footer-link-gate { visibility: hidden; display: none; }
  .global-footer .fat-footer-cont .fat-row .heading.responsive { visibility: visible; display: block; }
  .global-footer .fat-footer-cont .fat-row .heading.secondary { display: none; visibility: hidden; }
  .global-footer .inner-footer { width: 90% !important; display: block; left: 50%; min-width: 120px !important; margin-left: -45%; }
  .global-footer .cablefax-daily { width: 100%; display: block; min-width: 120px !important; margin-left: 0px; left: auto !important; }
  .global-footer .cablefax-daily .inner-wrap { width: 100%; margin-left: auto; left: auto; min-width: 120px !important; text-align: center; padding-bottom: 20px; }
  .global-footer .cablefax-daily .headline { width: 90%; padding: 0px; left: 50%; clear: left; margin: 0 0 0 -45%; white-space: normal; float: none; }
  .global-footer .cablefax-daily .subscribe { display: inline-block; float: none; margin-top: 15px; }
  .global-footer .global-footer-controls { width: 100%; display: block; padding-bottom: 20px; }
  .global-footer-controls .cfax-logo img { width: 100% !important; }
  .global-footer .global-footer-controls .rounded-social-icons { float: left; clear: left; position: relative; }
  .global-footer .fat-footer-cont .fat-row { clear: left; width: 100%; margin: 0px !important; }
  .global-footer .fat-footer-cont .fat-row .heading { background: #bbb; color: #000; margin-bottom: 10px; padding: 14px 0px 14px 0px; text-indent: 14px; cursor: pointer; }
  .global-footer .fat-footer-cont .fat-row .heading.closed .arrow-outer { width: 0px; height: 0px; border-style: solid; border-width: 16px 16px 0 16px; border-color: black transparent transparent transparent; position: absolute; right: 15px; top: 15px; }
  .global-footer .fat-footer-cont .fat-row .heading.closed .arrow-inner { width: 0px; height: 0px; border-style: solid; border-width: 8px 8px 0 8px; border-color: #bbb transparent transparent transparent; position: absolute; right: 23px; top: 15px; z-index: 99; }
  .global-footer .fat-footer-cont .fat-row .heading.open { background: #959595; }
  .global-footer .fat-footer-cont .fat-row .heading.open .arrow-outer { width: 0px; height: 0px; border-style: solid; border-width: 0 16px 16px 16px; border-color: transparent transparent black transparent; position: absolute; right: 15px; top: 15px; }
  .global-footer .fat-footer-cont .fat-row .heading.open .arrow-inner { width: 0px; height: 0px; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #959595 transparent; position: absolute; right: 23px; top: 23px; z-index: 99; }  
  
#content { padding-left: 15px; padding-right: 15px; }
#content .content-left { width: 100%; float: none; margin-right: 0; }
#content .content-right { width: 100%; float: none; }
  	
}