/*  Ofcom Style Sheet
    --------------------------------------------------------------
    Style name:			css
    Original author:	Ofcom PCS Team ( http://www.ofcom.org.uk/ )
    --------------------------------------------------------------
*/
/* Standard Styles */
@charset "UTF-8";

html,body,div,span,hr,img,object,iframe,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,form,fieldset,legend,label,p,q,blockquote,pre,ins,del,s,em,strong,dfn,code,samp,kbd,var,a,abbr,acronym,address,cite,sub,sup,tt,table,caption,thead,tfoot,tbody,tr,th,td {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    overflow-y: scroll;    
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {    
    height: auto;
    min-height: 100%;
    font: 87.5%/140% 'Open Sans',Arial,sans-serif;
    background: 100% 0px #F2f2f2;
}

audio,canvas,video {
    display: inline-block;
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;    
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

mark {
    color: #000;
    background: #FF0;
}

abbr {
    speak: spell-out;
}

acronym {
    speak: normal;
}

abbr[title],acronym[title],dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

pre,code,samp,kbd {
    font-size: 1em;
    font-family: monospace,serif;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

img {    
    height: auto;
    max-width: 100%;
    border: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -ms-interpolation-mode: bicubic;
}

q {
    quotes: none;
}

q:before,q:after {
    content: none;
}

sub,sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;    
}

sup {
    top: .4em;
}

sub {
    bottom: -.25em;
}

button,input,select,textarea {
    vertical-align: middle;
    margin: 0;
}

input[type="checkbox"],input[type="radio"] {    
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,input {
    line-height: normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,input::-moz-focus-inner {    
    padding: 0;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

ins {
    text-decoration: none;
    border-bottom: 1px solid;
}

del {
    text-decoration: line-through;
}

a {
    text-decoration: underline;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;    
}

a:hover,a:active,a:focus {
    /*background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 5px 5px;
    color: #000 !important;*/
}

table {
    width: 100%;
    font-size: 90%;
    border-spacing: 3px;
    border-collapse: collapse;
    box-shadow: 0 0 1px #777;
    -webkit-box-shadow: 0 0 1px #777;
    -moz-box-shadow: 0 0 1px #777;
}

table tr th, table tr td {
    padding: 5px 5px 8px;
    border-bottom: 1px solid #CCCCCC;    
}
table tr th {    
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

hr {
    border-top: 1px solid;
}

q,blockquote {
    quotes: " ";
}

q:before,q:after,blockquote p:before,blockquote p:after,blockquote p:last-of-type:after {
    content: '"';
}

p,li,td,th,dt,dd,label,legend,caption,blockquote {
    font-size: 1em;
}

p,table,form,pre,hr,ul,ol,dl {
    margin: 1em 0;
}

ul,ol,blockquote {
    margin-left: 2.5em;
}

h1 {    
    margin: 0 0 .5em;
    padding: 0;
    font-weight: 700;
    font-size: 180%;
    line-height: 1.2em;
}

h2 {
    margin: 0 0 .5em !important;
    font-weight: 700;
    font-size: 160%;    
    line-height: 1.2em;
}

h3 {
    margin: 0 0 .5em !important;
    font-weight: 700;
    font-size: 140%;    
    line-height: 1.2em;
}

h4 {
    margin: 0 0 .5em !important;
    font-weight: 700;
    font-size: 120%;    
    line-height: 1.2em;
}

h5 {
    margin: 0 0 .5em !important;
    font-weight: 700;
    font-size: 110%;    
    line-height: 1.2em;
}

h6 {
    margin: 0 0 .5em !important;
    font-weight: 700;
    font-size: 110%;    
    line-height: 1.2em;
}

::selection {
    background: #DC3664;
    color: #fff;
}

::-moz-selection {
    background: #DC3664;
    color: #fff;
}

.clr:before, .clr:after{
    visibility: hidden;
    display: block;
    overflow: hidden;
    height: 0;
    width: 0;
    content: " ";
}

.clr:after {
    clear:both;
}

.skiplinks {
    left: 0;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.skiplinks li {
    left: -2500px;
    position: absolute;
    width: 1px;
}

.skiplinks a:hover {
    text-decoration: underline;
}
.skiplinks a:active, .skiplinks a:focus {
    border: 0 none;
    cursor: pointer;
    font-weight: 700;
    left: 2502px;
    padding: 4px;
    position: absolute;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    color: #000;
    background-color: #fff
}

.wrapper, .footer-inner-wrapper {       
    /*overflow: hidden;*/
    margin: 0 auto;
    padding: 0 12px 0 12px;
    max-width: 1200px;    
    height: auto;
}

#site-options {
    display: block;
    zoom:1;
}

.display-options { 
    float:left; 
    padding:10px;
    width:300px;
    z-index: 2;
}

.display-options a {
    padding: 0 4px;    
    font-weight: bold; 
    text-decoration: none; 
    line-height: 1;    
    vertical-align: middle; 
    color: #666666; 
}
.display-options a:hover     { text-decoration: underline; }
.display-options a.small     { font-size: 100%; }
.display-options a.medium  { font-size: 120%; }
.display-options a.large     { font-size: 140%; }
.display-options a.options { font-size: 100%; }
.display-options a.cymraeg { font-size: 100%; }

body.font-size-small { font-size: 80%; }
body.font-size-medium { font-size: 87.5%; }
body.font-size-large { font-size: 120%; }

.social-options a { background: url("/acm/css/img/social-icons.png") no-repeat scroll 0px 0px transparent;
                    display: block;
                    float: left;
                    overflow: hidden;
                    width: 25px;
                    height: 25px;
                    margin: 3px 0 0 7px;
                    font-size: 1px;    
                    text-decoration: none;
                    text-indent: -5000px;
                    white-space: nowrap;
}

.social-options {
    float:right;
    padding:6px;
    width:224px;
    z-index: 2;
}

.social-options a.fb-icon  {background-position: 0px 0px;}
.social-options a.fb-icon:hover  {background-position: -25px 0px;}
.social-options a.tw-icon  {background-position: -0px -25px;}
.social-options a.tw-icon:hover  {background-position: -25px -25px;}
.social-options a.rss-icon  {background-position: 0px -50px;}
.social-options a.rss-icon:hover  {background-position: -25px -50px;}
.social-options a.yt-icon  {background-position: 0px -75px;}
.social-options a.yt-icon:hover  {background-position: -25px -75px;}
.social-options a.em-icon  {background-position: 0px -100px;}
.social-options a.em-icon:hover  {background-position: -25px -100px;}
.social-options a.gp-icon  {background-position: 0px -125px;}
.social-options a.gp-icon:hover  {background-position: -25px -125px;}
.social-options a.li-icon  {background-position: 0px -150px;}
.social-options a.li-icon:hover  {background-position: -25px -150px;}

#header {
    margin: 0 auto 4px;
    background-color: #fff;    
}
#header .tagline {
    width:300px;
    margin: 0;
    padding: 6px 0;    
    font-size: 80%;
    font-weight: 700;
    line-height: 1.2em;
    color: #666666;
}

#pri-nav {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    float: right;
    padding-right: 10px;
}
#pri-nav ul {    
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
#pri-nav ul li:first-child {
    border-left: 1px solid #D7D7D7;
}
#pri-nav ul li {
    float: left;
    display: inline;
    border-right: 1px solid #D7D7D7;
}
#pri-nav a {
    float: left;
    display: block;
    padding: 10px 11px 12px 11px;    
    font-size: 120%;
    font-weight: bold;
    letter-spacing: -0.04em;
    text-decoration: none;
    line-height: 14px;
    color: #666666;
}
#pri-nav a.home.active, #pri-nav a.home:hover {
    background: url("/acm/css/img/pri-pink.gif") no-repeat scroll right top;
}
#pri-nav a.consumers.active, #pri-nav a.consumers:hover {
    background: url("/acm/css/img/pri-blue.gif") no-repeat scroll right top;
}
#pri-nav a.licensing.active, #pri-nav a.licensing:hover {
    background: url("/acm/css/img/pri-green.gif") no-repeat scroll right top;
}
#pri-nav a.stakeholders.active, #pri-nav a.stakeholders:hover {
    background: url("/acm/css/img/pri-brown.gif") no-repeat scroll right top;
}
#pri-nav a.media.active, #pri-nav a.media:hover {
    background: url("/acm/css/img/pri-purple.gif") no-repeat scroll right top;
}
#pri-nav .last-child {
    border: medium none;
}

#logo { padding: 12px 0 0 14px; }

#search {
    float: right;
    width: 460px;
    margin-top: -40px;
    padding-right: 10px;    
    border: 0 solid #FFFFFF;
    z-index: 2;
}
#search legend {
    display: none;
}
#search fieldset {
    border: 0 solid #FFFFFF;
}
#search-field {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-weight: bold;
    width: 174px;
}

#breadcrumbs {
    padding: 8px;
    background: url("/acm/css/img/container-bg-spectrum-top.gif") no-repeat scroll 0 0 #fff;
    background-size: 100% 4px;
    box-shadow: 0 3px 3px #ccc;
    -webkit-box-shadow: 0 3px 2px #ccc;
    -moz-box-shadow: 0 3px 2px #ccc;
}
ol.breadcrumbs {    
    display: block;
    margin: 0 330px 0 0;
    list-style: none;
}
ol.breadcrumbs li {
    display: inline;
    float: left;
    margin-left: 5px;
    padding-left: 10px;    
    font-size: 80%;
    font-weight: bold;
    color: #444;
    background: url("/acm/css/img/crumb-trail-slash.gif") no-repeat scroll left center;
}
ol.breadcrumbs li:first-child {
    margin: 0;
    padding-left: 4px;
    background: none repeat scroll 0 0;
}
ol.breadcrumbs a {
    color: #444444;
    text-decoration: none;
}
ol.breadcrumbs:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";    
}

.print-share { float: right; margin-top: -26px; margin-right: 36px; width: 154px; height: 22px; }
#gplusone, #twitter, #print, #linkedin { display:none; float: left; margin-right: 6px;}
#facebook { float: left; width: 50px; vertical-align: top }
#linkedin .IN-widget {
    vertical-align: top !important;
    line-height: 0 !important;
}

#linkedin .IN-widget span span { 
    top: -5px;
}
#___plusone_0 {vertical-align: top !important;}

#content {    
    display: block;
    margin-bottom: 10px;
    padding: 6px 12px 6px 12px;
    background-color: #fff;
    box-shadow: 0 3px 3px #ccc;
    -webkit-box-shadow: 0 3px 2px #ccc;
    -moz-box-shadow: 0 3px 2px #ccc;
}

#intro {
    position: relative;
    margin-right: 310px;
    margin-top: 10px;
    padding-top: 8px;
    background-color: #000;
}
#intro h1 {
    font-size: 220%;
    line-height: 1em;
}
#intro .body {
    padding: 12px;
    color: #fff;
    background-color: #DC3664;
    background-size: cover !important;
}
#intro.height-300 .body {
    height: 300px;
    background: no-repeat scroll right center / cover;
}

#content h2 {
    margin: 0;    
}
#content a {
    color: #DC3664;
}
.consumers #content a {
    color: #18808E;
}
.licensing #content a {
    color:  #6C7B02;
}
.stakeholders #content a {
    color: #AD2B00;
}
.media #content a {
    color: #9900CC;
}
#content a:link, a:visited {
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content h2 a, #content h3 a {
    margin: 0;
    vertical-align: middle;
}

#main{
    display: block;
    float: left;
    width:100%;
    margin-right: -310px;    
}
.standard #main .clean-border, .standard #main .pagination {
    margin-right: 310px;
}
#main nav ul {
    margin: 0px;
    padding: 0px;    
    list-style-type: none;
}
.nav h3 {
    margin: 0 !important;
    padding: 0 0 0 12px;    
    font-size: 100%;
    font-weight: bold;
    background: url("/acm/css/img/grey-arrow.png") no-repeat scroll 0 6px transparent;    
}
#main .nav li {
    display: block;
    clear: both;
    width: auto;    
    /*margin-top: 10px;*/
    padding-top: 10px;
    border-top: 1px solid #DC3664;
}
#main .nav .first {
    margin-top: 0;
    padding-top: 6px;
    border: medium none !important;
}
#main .nav li img {
    float: right;
    margin-top: -16px;
    margin-bottom: 12px;
}
#main .nav h3 img {
    float: none;
    margin: 0;
}
#main ul p {
    padding: 0 0 0 12px;
}

#main .date {
    margin: 0;
    font-weight: 600;
}
.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagination ul {
    float: right;
}
.pagination li {
    float: left;
    padding: 0 0 0 8px;
    font-weight: 600;
}
.previous, .current, .next {
    color: #777;
}

#aside { 
    display: block;
    float: right;
    width: 300px;
}
#aside h2, .two-col h2, .grid h2, .nav h2, .with-heading h2 {
    margin: 0 !important;
    padding: 10px;
    font-size: 120%;
    background: url("/acm/css/img/c-b-head-bg.png") repeat scroll 0 0 #DC3664;
    color: #fff;
}

.skin {
    position: relative;
    padding: 1px;    
}

.body {
    position: relative;
    padding: 6px;
}
.body ol li {    
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.grid ul {
    margin: 0;
}
.grid li {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.3333%;
    list-style: none;
    color: #00546C;    
}
.grid a {
    display: block;
    overflow: hidden;
    padding: 10px;    
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.2em;    
    text-align: center;
    text-decoration: none;
    color: inherit;
}
.grid h3 {
    margin-top: 12px !important;
    padding: 0 !important;
    background-image: none !important;
}

.carousel {
    position: relative;
}
.carousel-items {
    display: block;
    overflow: auto;
    position: relative;
}
.carousel-items {
    overflow-y: hidden;
}
.carousel-items ul {
    overflow: hidden;
    margin: 0;    
    padding: 0;
    list-style: none outside none;    
}
.carousel-items .citem {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
.one-col {
    min-height: 270px;
    font-size: 120%;
    color: #fff;
    background-color: #000;    
}
.one-col h2 {
    font-size: 140%;
    background-image: none;
    background-color: transparent !important;
}
.one-col .items {
    position: absolute;
    top: 0;
    left: 0;
}
.one-col .citem {
    height: 270px;
}
.one-col .car-wrap {
    width: 500px;
    padding: 24px 18px;
}

.one-col .car-wrap h2 a {
    color: #FFFFFF !important;
}

.one-col .citem p, .one-col .citem h2 {
    padding: 0 0 0 12px;
}
#content .one-col a {color: #fff;}

.carousel-nav {
    position: absolute;
    right: 330px;
    top: 238px;
    width: 400px;
    z-index: 1;   
}
.carousel-nav ul { 
    float: right;
}
.carousel-nav button {
    float: right;
    margin-top: -6px !important;
}
.carousel-nav button.disabled {
    cursor: default;
    background-color: #777;
    color: #444;
}
.one-col .carousel-nav {
    top: 310px;
}
.carousel-nav li {
    float: left;
    width: auto !important;
    height: auto;
    margin: 0 10px 0 0;    
}
.carousel-nav a {
    display: block;
    float: left;
    margin: 0 2px;
    width: 21px;
    height: 8px;
    cursor: pointer;    
    font-size: 1px;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #d93361;
}
.carousel-nav li.active a, .carousel-nav li a:hover, .carousel-nav li a:focus {
    background-color: #fff;
}

.col-nav.site-col-nav {
    background-color: #ebebeb;
    border: none;
    float: left;
    min-height: 300px;
    width: 25%;
}

.col-nav.site-col-nav > div {
    background-color: #fff;
    margin: 1px;
    min-height: 300px;
}

.site-col-nav {
    float: left;
    width: calc(25% - 1px);
    min-height: 300px;
    border-right: 1px #ccc solid;
}
.site-col-nav h2 a {
    color: #fff !important;
}
.site-col-nav.consumers h2 {
    background-color: #18808E !important;
}
.site-col-nav.licensing h2 {
    background-color: #6C7B02 !important;
}
.site-col-nav.stakeholders h2 {
    background-color: #AD2B00 !important;
}
.site-col-nav.media h2 {
    background-color: #581067 !important;
}
.site-col-nav.consumers p {
    color: #18808E;
}
.site-col-nav.licensing p {
    color: #6C7B02;
}
.site-col-nav.stakeholders p {
    color: #AD2B00;
}
.site-col-nav.media p {
    color: #581067;
}
.site-col-nav p {
    margin: 0;
    padding: 6px;
    font-size: 120%;
    font-weight: 600;
}
.site-col-nav h2 {
    padding: 10px;
    font-size: 120%;
    color: #fff;
    background: url("/acm/css/img/c-b-head-bg.png") repeat scroll 0 0;
}
.site-col-nav ul {
    padding: 6px !important;
    font-size: 100%;
}
.site-col-nav li {
    padding: 0 0 0 12px;
    background: url("/acm/css/img/grey-arrow.png") no-repeat scroll 0 6px transparent;
    line-height: 20px;
}
.site-col-nav li a {
    color: #444 !important;
}

#aside .body {
    position: relative;
    background-color: #F4F0F2;
}

ul.accordion-mini {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
ul.accordion-mini li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #DC3664;    
}
ul.accordion-mini li.first {
    padding: 0;
    border: medium none !important;    
}
ul.accordion-mini li h3 {
    margin: 0;
    padding: 0 0 0 12px;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    background: url("/acm/css/img/grey-arrow.png") no-repeat scroll left center transparent;
    color: #000;
}
.accordion-body {
    margin: 0 12px;
}

.accordion-mini li h3 {
    margin: 0;
}

.image-widget div.body, .faq-widget div.body, .track-and-trace-widget div.body{
    padding: 0px;
}
.track-and-trace-widget p {
    margin: 10px;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
}
.track-and-trace-widget a {
    color: #fff !important;
}
.track-and-trace-widget form {
    top: 4px;
}
.track-and-trace-widget .body span {
    font-size: 150%;
}

.faq-widget {
    height: 212px;
}
.faq-widget h2 {
    position: absolute;
    background-image: none !important;
    background-color: transparent !important;
    z-index: 1;
}
.faq-widget form {
    position: absolute;
    left: 0;
    margin: 130px 0 0 9px;
}
.faq-widget form {
    top: -10px;
}

.faq-widget input[type=text], .latest-docs input, .latest-docs select {
    width: 272px;
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #999999;
    color: #444444;    
}
.image-widget div.body:hover, .faq-widget div.body:hover {
    background-color: #F9F9F9 !important;
}
.faq-widget select, .track-and-trace-widget select {
    float: left;
    padding: 2px;
}
.faq-widget fieldset, .track-and-trace-widget fieldset {
    border: 0 solid #fff;
}
.faq-widget legend, .faq-widget label, .track-and-trace-widget legend, .track-and-trace-widget label {
    display: none;
}
.faq-widget .action, .track-and-trace-widget .action {
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}
.faq-widget .top-questions {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;    
}
.top-questions a {
    color: #fff !important;
}

.hidden {
    position:absolute !important;
    left:-10000px !important;
    top:auto !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

p.single-action {
    margin: 0;
    padding: 0;
}
p.sub {
    margin: 0 0 6px 0;
    font-size: 180%;
    font-weight: 700;
    line-height: 1.2em;
}
p.teaser {
    margin: 0 0 6px 0;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
}
p.teaser a {
    color: #fff !important;
}

.clean-border {
    display: block;
    margin: 10px 0;
    box-shadow: 0 0 3px #777;
    -webkit-box-shadow: 0 0 3px #777;
    -moz-box-shadow: 0 0 3px #777;
}
.clean-border p { 
    margin-top: 0;
}
#header.clean-border {
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
}

.tabs {
    overflow:hidden;
    width:auto;
    padding:6px;
    background:#444;
    background:-moz-linear-gradient(top, #DC3664 0%, #444 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b7bcb), color-stop(100%,#444));
    background:-webkit-linear-gradient(top, #2b7bcb 0%,#444 100%);
    background:-o-linear-gradient(top, #2b7bcb 0%,#444 100%);
    background:-ms-linear-gradient(top, #2b7bcb 0%,#444 100%);
    background:linear-gradient(top, #2b7bcb 0%,#444 100%);
}
.tabs ul {
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
    list-style:none;
}
.tabs li {
    float:left;
    margin:5px 10px 2px 5px;
    padding:0;
}
.tabs li a {
    display:block;
    padding:6px 16px;
    font:1em Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration:none;
    background: #444;
    color:#fff !important;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.tabs li.current a {
    background:#2061AF;
    box-shadow:inset 2px 2px 1px #1B518D;
    -webkit-box-shadow:inset 2px 2px 1px #1B518D;
    -moz-box-shadow:inset 2px 2px 1px #1B518D;
}
.tabs li.current a:hover, .tabs li a:hover {
    background:#2061AF;    
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.tabs .article {
    float:left;
    position:relative;
    overflow:hidden;
    margin:5px;
    padding:5px;
    min-height:170px;
    height:auto !important;
    height:170px;
    width: calc((100% - 66px) / 3);
    background:#fff;
    border:1px solid #ccc;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.tabs .new {
    display:block;
    position:absolute;
    top:8px;    
    left:-23px;
    width:5em;
    padding:1px;
    font:700 1em Arial, Helvetica, sans-serif
        text-align:center;    
    letter-spacing:-1px;
    text-transform:uppercase;
    background:#ccc;
    color:#0B75B8;
    -webkit-transform:rotate(-45deg);   
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    background:#bdbdc0;
    background:-moz-linear-gradient(45deg, #bdbdc0 0%, #ffffff 100%);
    background:-webkit-gradient(linear, left bottom, right top, color-stop(0%,#bdbdc0), color-stop(100%,#ffffff));
    background:-webkit-linear-gradient(45deg, #bdbdc0 0%,#ffffff 100%);
    background:-o-linear-gradient(45deg, #bdbdc0 0%,#ffffff 100%);
    background:-ms-linear-gradient(45deg, #bdbdc0 0%,#ffffff 100%);
    background:linear-gradient(45deg,  #bdbdc0 0%,#ffffff 100%);
    box-shadow:0 2px 4px #333;
    -webkit-box-shadow:0 2px 4px #333;
    -moz-box-shadow:0 2px 4px #333;
}
.tabs h2 {
    display:none;
}
.tabs .new span {
    display:none;
}
.tabs .article a {
    width:210px;    
}
.tabs img {
    display:block;    
    width:100%;
    border:0;
}
.tabs a:hover img {
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=5)';
    filter:alpha(opacity=5);
    opacity:.05;
}
.tabs h3 {
    margin:0;
    padding:4px 45px 7px 0;
}
.tabs .article h3 a {
    width:auto;
    height:auto;
    font:700 .7em Arial, Helvetica, sans-serif;
    color:#024995;
    background:none;
    text-decoration:none;
}
.tabs h3 a:hover {
    color:#00aeef;
}
.tabs h3 span {
    position:absolute;
    top:123px;
    right:5px;
    color:#fff;
    padding:0 5px;
    font:700 .65em Arial, Helvetica, sans-serif;
    background:#00aeef;
}
.tabs p {
    margin:0;
    font:.75em Arial, Helvetica, sans-serif;
    color:#707070;
}
.tabs .view-all {
    float: right;
    width: auto;    
    margin-right: 8px;
}
.tabs .view-all a {
    font-weight: bold;
    color: #fff !important;
}

.latest-docs form {
    margin: 0;
}
.latest-docs label {
    display: block;
    width: 100%;
    font: 700 100% Arial,Helvetica,sans-serif;
}
.latest-docs legend {
    display: block;
    width: 100%;
    font: 700 80% Arial,Helvetica,sans-serif;
}
.latest-docs select, .latest-docs input {
    margin-bottom: 8px;
}

input#latest-docs-submit, input#mini-search-submit, input#faq-promo-submit, button.next, button.prev, .btn-mini {
    cursor:pointer;
    width: auto;
    margin: 0 0 0 4px;
    padding:2px 8px;
    border:1px solid #777;
    font:80% Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration:none;
    background: #444;
    color:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;    
}

.content-options .pagination ul {
    float: right;
}
.content-options .pagination li {
    display: block;
    float: left;
    margin: 4px;
}

input#latest-docs-submit:hover, input#latest-docs-submit:focus,
input#mini-search-submit:hover, input#mini-search-submit:focus,
input#faq-promo-submit:hover, input#faq-promo-submit:focus, 
button.next:hover, button.next:focus, 
button.prev:hover, button.prev:focus {
    background-color :#777; 
    box-shadow: 0 0 1px rgba(0,0,0, .75);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
}

#cookies-bar {
    position: absolute;
    right: 236px;
    top: 32px;
}
#cookie-bar, #survey-bar {
    display: block;
    min-height: 40px;
    width: 99.9%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFCC;
    color: #666666;
    font-size: 90%;
    font-weight: bold;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
}

#survey-bar {
    background-color: #f89520;
    color: #fff;
}

.cookie-container .cookie-text {
    left: 0;
    top: 6px;
    z-index: 2;
}
.cookie-button {
    float: right;
    margin-right: 6px;
    margin-top: -34px;
}
.survey-button {
    float: right;
    margin-right: 6px;
    margin-top: -14px;
}
.cookie-button a, .survey-button a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-color: #EAEAEA #777777 #777777 #EAEAEA;
    border-style: solid;
    border-width: 2px;
    color: #666666;
    cursor: pointer;
    line-height: 28px;
    padding: 5px;
    text-decoration: none;
}
.survey-button a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-color: #EAEAEA #777777 #777777 #EAEAEA;
    border-style: solid;
    border-width: 2px;
    color: #666666;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
}
.cookie-button a.down {
    background: none repeat scroll 0 0 #BBBBBB;
    border-color: #777777 #EAEAEA #EAEAEA #777777;
    border-style: solid;
    border-width: 2px;
}

#footer {
    position: relative;
    background-color: #fff;    
}
#footer-social {
    background-color: #404040;
    padding-bottom: 2px;
    color: #FFFFFF;    
}
#footer-social ul {
    float: right;
    width: auto;
    margin: 0;
    padding: 0 10px;
    list-style: none outside none;
}
#footer-social ul li {
    float: left;
    padding-left: 10px;
    font-size: 90%;
    font-weight: 700;
    text-decoration: none;    
}
#footer-social ul li h2 {
    margin: 0;
    font-size: 100%;
    font-weight: 800;
    color: #fff;
}
#footer-social ul li a {
    text-decoration: none;
    color: #fff;
}
.footer-container, .cookie-container, .survey-container {
    width: 98%;
    margin: 0 auto;    
}

.icon a {
    padding: 2px 0 1px 21px;
    text-decoration: none;
}
.delicious a {
    background: url("/acm/css/img/delicious-icon-grey.gif") no-repeat scroll 0 0 transparent;
}
.delicious a:hover {
    background: url("/acm/css/img/delicious-icon-color.gif") no-repeat scroll 0 0 transparent;
}
.facebook a {
    background: url("/acm/css/img/facebook-icon-grey.gif") no-repeat scroll 0 0 transparent;
}
.facebook a:hover {
    background: url("/acm/css/img/facebook-icon-color.gif") no-repeat scroll 0 0 transparent;
}
.twitter a {
    background: url("/acm/css/img/twitter-icon-grey.gif") no-repeat scroll 0 0 transparent;
}
.twitter a:hover {
    background: url("/acm/css/img/twitter-icon-color.gif") no-repeat scroll 0 0 transparent;
}
.youtube a {
    background: url("/acm/css/img/youtube-icon-grey.gif") no-repeat scroll 0 0 transparent;
}
.youtube a:hover {
    background: url("/acm/css/img/youtube-icon-color.gif") no-repeat scroll 0 0 transparent;
}

#footer-inner {
    overflow: hidden;
    padding: 0 10px;
    background-color: #F4F0F2;
}
.footer-links{
    display: block;
    float: left;
    min-width: 10%;
    padding: 12px 0 0;
}
#footer-promos{
    display: block;
    float: left;
    width: 55%;
}
#footer-promos p {
    margin: 6px 0;
    font-size: 80%;
}
.footer-links h2{
    margin: 6px 0;
    color: #444444;
    font-size: 100%;
}
.footer-links ul {
    list-style: none outside none;
    margin: 12px;
}
.footer-links a {
    text-decoration: none;
    color: #444444;
    font-weight: 700;
    font-size: 80%
}
#footer small {
    position: absolute;
    bottom: 0;
    right: 0;
}

.vimeo-container 
{ 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden; 
    margin-bottom: 10px;
}

.vimeo-container iframe 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.select-date select {
    width: 90%;
}

.select-date {
    width: 50%;
    float: left;
}

/* Full Styles */
.full #main {
    display: block;
    width: 100%;
}
.full .carousel-nav {
    right: 16px;
}
.full #main .clean-border, .full #main .pagination {
    margin-right: 0;
}
.full #aside {
    display: none;
}

/* Data Table Styles */
.dataTable {
    clear: both;
}
.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}
.dataTables_length {
    float: left;
}
.dataTables_paginate.paging_full_numbers {
    float: right;
}
#latest-docs-results_paginate a {
    font-weight: 600;
}

/* Site Colours */
/* WWW */
.www ::selection {
    background: #d93361;
    color: #fff;
}
::-moz-selection {
    background: #d93361;
    color: #fff;
}
.www .navigation-outline {               
    background-color: #d93361;
}
.www #intro .body {
    color: #fff;
    background-color: #d93361; 
}
.www #content a {
    color: #d93361;
}
.www #main .nav li {
    border-top: 1px solid #d93361;
}
.www #aside h2, .www .two-col h2 {
    background-color: #d93361; 
}
.www .clean-border.grid h2, .www .clean-border.nav h2, .www ul.accordion-mini li {
    border-top: 1px solid #d93361;
}
.www .tabs {             
    background:-moz-linear-gradient(top, #d93361 0%, #444 100%);
}
.www #main .nav li {
    border-top: 1px solid #d93361;
}

/* Consumers */
.consumers ::selection {
    background: #18808E;
    color: #fff;
}
::-moz-selection {
    background: #18808E;
    color: #fff;
}
.consumers .navigation-outline {
    background-color: #18808E;
}
.consumers #intro .body {
    color: #fff;
    background-color: #18808E; 
}
.consumers #content a {
    color: #18808E;
}
.consumers #main .nav li {
    border-top: 1px solid #18808E;
}
.consumers .clean-border.grid h2,
.consumers .clean-border.nav h2,
.consumers #aside h2,
.consumers .two-col h2 {
    background-color: #18808E; 
}
.consumers ul.accordion-mini li {
    border-top: 1px solid #18808E;
}
.consumers .tabs {             
    background:-moz-linear-gradient(top, #18808E 0%, #444 100%);
}
.consumers #main .nav li {
    border-top: 1px solid #18808E;
}
/*stakeholders*/

.stakeholders .clean-border.grid h2,
.stakeholders .clean-border.nav h2,
.stakeholders #aside h2,
.stakeholders .navigation-outline,
.stakeholders .two-col h2 {
    background-color: #AD2B00;
}
.stakeholders #main .nav li {
    border-top: 1px solid #AD2B00;
}
/*licensing*/
.licensing #aside h2,
.licensing .navigation-outline,
.licensing #intro .body,
.licensing .clean-border.nav h2 {               
    background-color: #6C7B02;
}
.licensing #main .nav li {
    border-top: 1px solid #6C7B02;
}

/* Media */
.media ::selection {
    background: #581067;
    color: #fff;
}
::-moz-selection {
    background: #581067;
    color: #fff;
}
.media .navigation-outline {               
    background-color: #581067;
}
.media #intro .body {
    color: #fff;
    background-color: #581067; 
}
.media #content a {
    color: #9900CC;
}
.media #main .nav li {
    border-top: 1px solid #581067;
}
.media .clean-border.grid h2, .media .clean-border.nav h2, .media #aside h2, .media .two-col h2 {
    background-color: #581067; 
}
.media ul.accordion-mini li {
    border-top: 1px solid #581067;
}
.media .tabs {             
    background:-moz-linear-gradient(top, #581067 0%, #444 100%);
}

.media #main .nav li {
    border-top: 1px solid #581067;
}

.home .breadcrumbs {
    display: none;
}

.home #breadcrumbs {
    height: 20px;
}
.file-size {
    font-size: 62%;
    color: #666666;
}


@media all and (max-width:933px) {
    .wrapper {       
        margin: 0px;
        padding: 0;
    }
    #main {
        display: block;
        width: 100%;
    }
    .carousel-nav {
        right: 16px;
    }
    #content .clean-border, #main .pagination {
        margin-right: 0 !important;
    }
    #aside {
        /*display: none;*/
        clear: both;
        display: block;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    #aside .clean-border {
        width: 100%;
        float: left;
    }
    .image-widget img, .faq-widget img {
        width: 100%;
    }

    .faq-widget {
        height: auto;
    }
}

@media all and (max-width:868px) {
    #pri-nav {
        float:none;
        height: auto;
        padding: 0;
    }
    #logo {
        clear:both;
        width: auto;
    }
    #search {
        float: none;
        margin-top: 0;
        padding: 12px;
    }
    #pri-nav ul li a {
        margin: 1px;
        float: none;
        background-color: #fff;
    }
    #cookie-bar, #survey-bar {
        padding-bottom: 2px;
    }
    .cookie-button, .survey-button {
        float: none;
        margin: 4px auto 6px;
        width: 100px;
    }
/*    .survey-button {
        display: inline-block;
        width: 120px;
    }*/
    .surveyBtnContainer {
        width: 240px;
        margin: 0 auto;
    }
    #btnCookie, #btnSurvey, #btnSurveyTake {
        background: none repeat scroll 0 0 #CCCCCC;
        border-color: #EAEAEA #777777 #777777 #EAEAEA;
        border-radius: 20px;
        border-style: solid;
        border-width: 2px;
        box-shadow: 0 -12px 4px 0 #DADADA inset;
        color: #666666;
        cursor: pointer;
        display: block;
        line-height: 28px;
        outline: medium none;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        width: 100px;
    }
    .cookie-text {
        margin: 0 !important;
        text-align: justify;
    }
    .col-nav.site-col-nav {
        width: 50%;
    }

    .one-col .car-wrap, #intro h1, #intro p.teaser{ width: auto !important;}
    .car-wrap h2, .car-wrap p, #intro h1, #intro p.teaser, #intro p.sub {
        margin: 0 10px 0 10px !important;
        padding: 0!important;
    }
    .car-wrap h2 a, .car-wrap p, #intro h1, #intro p.teaser,  #intro p.sub{
        padding: 6px 0 !important;
        display: inline-block;
        line-height: 30px;
        clear: both;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9; 
    }

    .www .car-wrap h2 a, .www .car-wrap p, .www #intro h1, .www #intro p.teaser {
        background: none repeat scroll 0 0 #d93361;
        -webkit-box-shadow: 10px 0 0 #d93361, -10px 0 0 #d93361;
        -moz-box-shadow: 10px 0 0 #d93361, -10px 0 0 #d93361;
        box-shadow: 10px 0 0 #d93361, -10px 0 0 #d93361;
    }
    .consumers .car-wrap h2 a, .consumers .car-wrap p, .consumers #intro h1, .consumers #intro p.teaser {
        background: none repeat scroll 0 0 #18808E;
        -webkit-box-shadow: 10px 0 0 #18808E, -10px 0 0 #18808E;
        -moz-box-shadow: 10px 0 0 #18808E, -10px 0 0 #18808E;
        box-shadow: 10px 0 0 #18808E, -10px 0 0 #18808E;       
    }
    .media .car-wrap h2 a, .media .car-wrap p, .media #intro h1, .media #intro p.teaser {
        background: none repeat scroll 0 0 #581067;
        -webkit-box-shadow: 10px 0 0 #581067, -10px 0 0 #581067;
        -moz-box-shadow: 10px 0 0 #581067, -10px 0 0 #581067;
        box-shadow: 10px 0 0 #581067, -10px 0 0 #581067;
    }
}

@media all and (max-width:440px) {
    .col-nav.site-col-nav {
        width: 100%;
    }
    .car-wrap h2 a {
        font-size: 80%;
    }
    .one-col .car-wrap {
        padding: 8px;
    }
    .car-wrap p {
        font-size: 90%;
    }
    .car-wrap h2, .car-wrap p, #intro h1, #intro p.teaser, #intro p.sub  {
        margin: 0 6px 0 6px !important;
    }
    #print {display: none !important;}
    .print-share {margin-left: 8px; float: none;}
}

/* Check and clean */

.corner-shadow {
    height:100px;
    background:#FFF;
    margin:40px auto;
    position:relative;
}
.corner-shadow:before, .corner-shadow:after {
    top:80%;
    left:10px;
    width:50%;
    content:"";
    z-index:-1;
    bottom:15px;
    max-width:300px;
    background:#777;
    position:absolute;
    -webkit-box-shadow:0 15px 10px #777;
    -moz-box-shadow:0 15px 10px #777;
    box-shadow:0 15px 10px #777;
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
.corner-shadow:after {
    left:auto;
    right:10px;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform: rotate(3deg);
}


.splash {
    /*position: relative;*/
    overflow: visible;
    z-index: 1;

}
.splash h1 {
    position: absolute;
    color: #fff;
    z-index: 3;
    margin: 10px;

}
.splash p.sub {
    position: absolute;
    color: #fff;
    z-index: 3;
    margin: 50px 0 0 10px;
}
.splash-bg {
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 1px;
}

.splash-bg img {
    width: 100%;
}

.tmp{
    display: -webkit-box;      OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.two-col h2, .three-col h2 {
    font-size: 120%;
}
.two-col h3, .three-col h3 {
    margin: 0;
    padding: 12px 0 0 12px;
    font-size: 100%;
}
.two-col li, .three-col li {
    height: 180px;
}
.two-col .carousel-nav, .three-col .carousel-nav {
    top: 246px;
}
#citem-1 {
    background: url("/acm/css/img/caro-1.jpg") no-repeat scroll right center ;
    background-size: cover;
}
#citem-2 {
    background: url("/acm/css/img/caro-2.jpg") no-repeat scroll right center ;
    background-size: cover;
}
#citem-3 {
    background: url("/acm/css/img/caro-3.jpg") no-repeat scroll right center ;
    background-size: cover;
}
#citem-4 {
    background: url("/acm/css/img/caro-4.jpg") no-repeat scroll right center ;
    background-size: cover;
}
#citem-5 {
    background: url("/acm/css/img/caro-1.jpg") no-repeat scroll right center ;
    background-size: cover;
}
#citem-6 {
    background: url("/acm/css/img/caro-2.jpg") no-repeat scroll right center ;
    background-size: cover;
}

.two-col {
    background-color: #fff;
}

.sort {
    float: left;
}
@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
.none {
    display: none;
}
/* Template port - layout */
.content-block-0 {
    -moz-box-shadow: 0 0 3px #777;
    -webkit-box-shadow: 0 0 3px #777;
    box-shadow: 0 0 3px #777;
}
#main {
    display: block;
    float: left;
    width: 100%;
    margin-right: -310px;
}
#main .content-block-1 {
    margin-right: 310px;
    margin: 10px 310px 10px 0;
    background: none;
    -moz-box-shadow: 0 0 3px #777;
    -webkit-box-shadow: 0 0 3px #777;
    box-shadow: 0 0 3px #777;
}
#aside { 
    display: block;
    float: right;
    width: 300px;
}
#aside .content-block-2 {
    background: none;
    margin: 10px 0;
    -moz-box-shadow: 0 0 3px #777;
    -webkit-box-shadow: 0 0 3px #777;
    box-shadow: 0 0 3px #777;
}
#main .skin, #aside .skin {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
#main .title, #aside .title {
    padding: 10px 10px 1px;
    box-shadow: inset 0 15px 20px -10px rgba(0,0,0,0.3);
    color: #fff;
}
/* Template port - components */
.standard .scroller {
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}
.standard .scroller-two-up .scrollable {
    min-height: 120px;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.standard .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0;
}
.standard .scrollable .items .item {
    width: 295px;
    float: left;
    margin: 0 15px 0 0px;
    padding: 0;
    font-size: 100%;
}
.standard .scroller .scroller-navigation {
    width: 100%;
    z-index: 1;
    height: 20px;
}
.standard .scroller .scroller-navigation .navi {
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: 5px;
    display: block;
    width: auto;
    height: 8px;
}
.standard .scroller .scroller-navigation .navi a {
    cursor: pointer;
    width: 21px;
    height: 8px;
    float: left;
    margin: 0 2px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
}
.standard .scroller .navi a {
    background-image: url(/acm/css/img/scroll-navi-item-consumer.gif);
}
.stakeholders .standard .scroller .navi a {
    background-image: url(/acm/css/img/scroll-navi-item-industry.gif);
}
.licensing .standard .scroller .navi a {
    background-image: url(/acm/css/img/scroll-navi-item-licensing.gif);
}
.media .standard .scroller .navi a {
    background-image: url(/acm/css/img/scroll-navi-item-media.gif);
}
.standard .scroller .scroller-navigation .navi a.active {
    background-position: 0 -16px;
}
.standard .scroller .scroller-button {
    cursor: pointer;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    bottom: 0;
}
.standard .scroller .scroller-button-next {
    right: 0px;
    background-image: url(/acm/css/img/scroll-next.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.standard .scroller .scroller-button-previous {
    right: 22px;
    background-image: url(/acm/css/img/scroll-previous.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.standard .scroller .scroller-navigation .scroller-button span {
    display: none;
}
#main .arrow-block {
    position: relative;
    border-top: solid 1px;
    padding: 10px 0 0 0;
}
#main .arrow-block:first-child {
    border-top: none;
}
#main .arrow-block h3, #aside .arrow-block h3, #main .arrow-block h2 {
    margin: 0 !important;
    padding: 0 0 0 12px;    
    font-size: 100%;
    font-weight: bold;
    background: url("/acm/css/img/grey-arrow.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);    
}
#main .arrow-block-inner {
    margin-left: 12px;
}
#main .arrow-block-inner p {
    margin-top: 2px;
}
.standard .news-finder-form {
    margin: 0;
}
.standard .news-finder-form h4 {
    font-weight: 700;
    font-size: 80%;
    margin-bottom: 0 !important;
}
.standard .news-finder-form label {
    display: block;
    font-weight: 700;
    font-size: 100%;
}

.standard .news-finder-form .frow-select-1, .news-finder-form .frow-select-2 {
    width: 50%;
    position: relative;
    float: left;
}
.standard .news-finder-form .frow-select-1 select, .news-finder-form .frow-select-2 select {
    width: 90%;
}
.standard .news-finder-form .frow-action input {
    cursor: pointer;
    width: auto;
    margin: 0 0 0 4px;
    padding: 2px 8px;
    border: 1px solid #777;
    font: 80% Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    background: #444;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.accordion-mini{
    padding-top: 6px;
}
.standard .accordion-mini ul {
    list-style: none;
    margin-left: 0;
}
.standard .accordion-mini li h4 {
    font-size: 100%;
    background: url(/acm/css/img/list-arrow.png) left center no-repeat;
    padding-left: 12px;
    cursor: pointer;
}
.standard .accordion-mini li .current {
    background-image: url(/acm/css/img/list-arrow-active.png);
}
.dynamic-backgrounds .skin {
    background-repeat: no-repeat;
    background-size: cover;
    height: 269px;
}
.dynamic-backgrounds:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.dynamic-backgrounds .panes {
    width: 370px;
    float: left;
    padding-top: 4px;
    padding-left: 10px;
    color: #fff;
}
.dynamic-backgrounds .panes p {
    margin-top: 0;
    line-height: 1.2;
}
#content .dynamic-backgrounds .panes a {
    color:#fff;
    font-weight: bold;
}
.dynamic-backgrounds .tabs {
    background: none;
    width: 220px;
    list-style: none;
    float: left;
    padding: 0 0 30px;
    margin: 0;
}
.dynamic-backgrounds .tabs li {
    width: 100%;
    border-bottom: 1px #493112 solid;
    padding-bottom: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.dynamic-backgrounds .tabs li a {
    background: none;
    font-size: 1em;
    line-height: 1.2em;
    color: #666666;
    font-weight: bold;
    padding: 0 10px 0 0;
    
}
.dynamic-backgrounds .tabs li a.current {
    color: #fff !important;
}
.hero h1 { z-index: 3; padding-right: 10px; font-size: 1.6em; line-height: 1.2em; font-weight: normal;}

.hero-3 { background: none; height: auto; margin-bottom: 0; padding-bottom: 20px; width: 627px; }
.hero-3 h1 { position: relative; top: auto; left: auto; width: auto; padding-left: 3px; padding-bottom: 0; color: #666666; margin-bottom: 0;}
.hero-3 p { padding-bottom: 5px; }
.hero-3 p.sub { padding-left: 3px;
                font-weight: normal;
                color: #666666;
                font-size: 1.4em;
}
.hero-3 p.sub-foot { font-size: 1.2em;}

.hero-6 { background: none; height: auto; margin-bottom: 30px; }
.hero-6 h1 { position: relative; top: auto; left: auto; width: auto; padding-left: 3px; color: #666666; margin-bottom: 0;}
.hero-6 p.sub { color: #666666; padding: 0 10px 0 0; font-size: 1.6em; line-height: 1.2em; font-weight: normal; }

.hero {
    width: auto;
}

.consumers .hero h1 {
    color: #18808E;
}

.stakeholders .color,
.stakeholders .hero h1 {
    color: #AD2B00;
}

p.highlight-1 {
    font-size: 1.4em;
    line-height: 1.3em;
}
.image-right { float: right; margin: 0 0 20px 20px; }

.content-block-2-dark {
    color: #fff;
    padding: 1px;
    border-radius: 2px;
}
.content-block-2-dark .skin {
    background-color: #545454;
    background: linear-gradient(to bottom, #545454, #656565);
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: inset 0 -2px 0 0 #545454;
}
#aside .content-block-2-dark .title.title {
    background: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

/* Template port - mobile layout and components */
.mobile-only { display: none; }
@media (max-width: 933px) {
    .content-block-0 {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #main {
        float: none;
        margin-right: 0;
    }
    #aside {
        width: 100%;
        float: none;
    }
    #main .content-block-1, #main .hero {
        margin-right: 0;
        margin-left: 0;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
@media (max-width: 480px) {
    #content {
        padding-left: 0;
        padding-right: 0;
    }
    #main .content-block-1, #main .hero, 
    #aside .content-block-2 {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }
    .hero {
        margin: 10px 15px 20px;
    }
}

.mobileNav, .mobileNavBtn, .mobileSearchBtn,
.navigation-structure {
    display: none;
}
#sec-nav {
    margin: 0 auto 4px;
    padding: 8px 0 6px;
    position: relative;
}
.navigation-outline > li {
    display: none;
}
.navigation-outline .active-sec-nav-list {
    display: block;
}
.active-sec-nav-list > a {
    display: none;
}
.navigation-outline {
    margin: 0;
    background-color: #DC3664;
}
.navigation-outline li {
    list-style: none;
}
.navigation-outline li,
.navigation-outline ul {
    margin: 0;
}
.secondary-nav-list {
    -webkit-box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;    
    box-shadow: 0 0 3px #666666;
    margin: 0;
}
.secondary-nav-list > li {
    float: left;
    position: relative;
}
.secondary-nav-list > li> a {
    font-weight: 700;
}
.secondary-nav-list a {
    display: block;
    padding: 14px 14px;
    line-height: 14px;
    text-decoration: none;
    color: #fff;
}
.secondary-nav-list > li:hover,
.secondary-nav-list > li > a:focus,
.secondary-nav-list > li.active {
    background-color: #444;
}

.sec-nav-inner {
    position: absolute;
    top: 42px;
    left: 0;
    visibility: hidden;
    min-width: 200px;
    overflow: hidden;
    color: #FFFFFF;
    z-index: 1000;
    zoom:1;
    opacity:0;
    box-shadow: 0 3px 3px #444;
    -webkit-box-shadow: 0 3px 2px #444;
    -moz-box-shadow: 0 3px 2px #444;    
    box-shadow: 0 3px 2px #444;    
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.last > .sec-nav-inner {
    right: 0;
    left: auto;
}
.sec-nav-inner a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.sec-nav-inner > ul > li {
}
.sec-nav-inner > ul > li > a {
    font-weight: 700;
    line-height: 14px;
    padding: 8px 8px 8px 12px;
    font-size: 96%;
}
.sec-nav-inner a:hover,
.sec-nav-inner a:focus {
    background: #777;
}
.sec-nav-inner ul {
    margin: 0;
    background-color: #444;
}
.secondary-nav-list > li:hover .sec-nav-inner,
.secondary-nav-list > li a:focus + .sec-nav-inner {
    visibility: visible;
    opacity:1;
    transition-delay:0s;    
}
.home #sec-nav {
    display: none;
}
.is-focussed {
    background: #444;
}
/*
.sec-nav-mega {
    transition: opacity .4s;
}
.sec-nav-mega-shown {
    top: auto;
    visibility: visible;
    display: block;
    opacity: 1;
    background: #444;
    width: 100%;
}
.sec-nav-mega > ul {
    float: left;
    width: 33.333%;
    background: 0;
}
.sec-nav-mega li {
    list-style: none;
}
#sec-nav .sec-nav-mega a:hover,
#sec-nav .sec-nav-mega a:focus {
    background-color: #777;
}
*/
#sec-nav .sec-nav-inner > ul ul {
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding-top: 1px;
}
#sec-nav .sec-nav-inner > ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    background: #ccc;
    right: 0;
    left: 16px;
    height: 1px;
}
/*
.sec-nav-mega li li a {
    padding: 6px 14px 6px 24px;
}
.no-js .sec-nav-mega ul {
    float: none;
    width: auto;
    background-color: #444;
}
.no-js li:hover > .sec-nav-mega {
    display: block;
}
*/
 
.print-share {
    width: 300px;
}

@media only screen and (max-width: 933px) {
    .active-sec-nav-list > a {
        display: block;
    }
    .wrapper #site-options {
        display: none;
    }
    .js .wrapper > .print-share {
        display: none;
    }
    #header {
        margin-bottom: 0;
        position: relative;
    }
    #header .tagline {
        display: none;
    }
    #logo {
        padding: 16px 14px 12px;
        position: relative;
    }
    #pri-nav {
        display: none;
    }
    .no-js #sec-nav:target {
        display: block;
    }
    .no-js #sec-nav ul {
        background: 0;
        padding-left: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .no-js #sec-nav li {
        float: none;
        display: block;
        font-size: 20px;
        background: 0 !important;
    }
    .no-js #sec-nav a {
        padding: 10px !important;
        color: #444 !important;
        background: 0 !important;
        display: block;
        font-weight: 400;
    }
    .no-js .navigation-outline {
        background: #fff !important;
    }
    .no-js .sec-nav-inner {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        position: static;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .mobileNavBtn, .mobileSearchBtn {
        position: absolute;
        top: 8px;
        background: 0;
        border: 0;
        font-size: 39px;
        width: 48px;
        text-align: center;
        color: #444;
    }
    .mobileNavBtn {
        display: block;
        right: 14px;
    }
    .showMobileNav {
        min-height: 60px;
    }
    .showMobileNav .mobileNav {
        display: block;
        background: url("/acm/css/img/container-bg-spectrum-top.gif") no-repeat scroll 0 60px;
        background-size: 100% 4px;
        padding-top: 60px;
    }
    .mobileNav ul {
        margin: 0;
        display: block;
    }
    .navigation-outline > li {
        background: #fff;
    }
    .mobileNav li {
        display: block;
        float: none;
        font-size: 22px;
        font-weight: bold;
        list-style: none;
        position: relative;
    }
    .mobileNav ul a {
        color: #666;
        display: block;
        padding: 15px;
        text-decoration: none;
        border-bottom: solid 5px #999;
    }
    .navExpandBtn {
        background: 0;
        padding: 0;
        border: 0;
        width: 48px;
        height: 52px;
        line-height: 54px;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
    }
    .navExpandBtn:focus,
    .navExpandBtn:hover {
        outline: 0;
        color: #efefef;
    }
    li ul .navExpandBtn {
        background-color: #E7E7E7;
    }
    li li ul .navExpandBtn {
        background-color: #dcdcdc;
    }
    li ul .navExpandBtn.fa-caret-up {
        border-left: solid 1px;
        border-top: solid 1px;
        height: 58px;
        margin-top: -1px;
    }
    .mobileNav .www {
        border-color: #d93361;
    }
    .mobileNav .www + .navExpandBtn {
        background: #d93361;
    }
    .mobileNav .consumers {
        border-color: #18808E;
    }
    .mobileNav .consumers + .navExpandBtn {
        background: #18808E;
    }
    .mobileNav .licensing {
        border-color: #6C7B02;
    }
    .mobileNav .licensing + .navExpandBtn {
        background: #6C7B02;
    }
    .mobileNav .stakeholders {
        border-color: #AD2B00;
    }
    .mobileNav .stakeholders + .navExpandBtn {
        background: #AD2B00;
    }
    .mobileNav .media {
        border-color: #580f67;
    }
    .mobileNav .media + .navExpandBtn {
        background: #580f67;
    }
    .mobileSocial {
        padding: 40px 15px 15px;
    }
    .mobileSocial a {
        width: 17%;
        height: 0;
        padding-bottom: 17%;
        float: left;
        background: #2aa9df;
        margin-left: 10%;
        margin-bottom: 29px;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
    }
    .mobileSocial a:nth-child(4n + 1) {
        margin-left: 0;
    }
    .mobileSocial .fa {
        position: absolute;
        height: 36px;
        line-height: 36px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mobileSocial .rss-icon { background: #f4801f }
    .mobileSocial .fb-icon { background: #365f9f }
    .mobileSocial .tw-icon { background: #2aa9df }
    .mobileSocial .yt-icon { background: #ec3437 }
    .mobileSocial .em-icon { background: #580f67 }
    .mobileSocial .gp-icon { background: #db5342 }
    .mobileSocial .li-icon { background: #066c9a }

    .mobileSearchBtn {
        display: block;
        right: 66px;
    }
    .mobileSearchOpen .mobileSearchBtn i:before {
        background-position: -101px -82px;
    }
    .mobileSearchOpen .mobileNav i {
        margin-top: 20px;
    }
    #search {
        display: none;
        width: auto;
        text-align: center;
        float: none;
        padding: 0 12px 10px 10px;
        margin: 0;
    }
    .mobileSearchOpen #search {
        display: block;
    }
    #search-field, #search select {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 4px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 16px;
    }
    #search #mini-search-submit {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
        min-width: 111px;
        font-size: 16px;
        font-weight: normal;
        border: 0;
    }
    
    .no-js #search:target {
        display: block;
    }
    .no-js .search-close {
        text-align: right;
    }
    .no-js .search-close a {
        color: #444;
        font-size: 39px;
    }

    /* Secondary */

    #sec-nav { display: none; }

    .mobileNav ul ul {
        display: none;
    }
    .mobileNav ul ul {
        background: #f2f2f2;
    }
    .mobileNav ul ul ul {
        background: #E7E7E7;
    }
    .mobileNav ul ul ul ul {
        background: #dcdcdc;
    }
    .mobileNav ul ul ul a{
        padding-left: 30px;
    }
    .mobileNav ul ul li {
        font-weight: normal;
        position: relative;
        line-height: 1.2;
    }
    .mobileNav ul ul a {
        border: 0;
        color: #333;
    }
    .mobileNav .www ~ ul .navExpandBtn {
        color: #d93361;
    }
    .mobileNav .www ~ ul ul {
        border-top: solid 1px #d93361;
        border-bottom: solid 1px #d93361;
    }
    .mobileNav .consumers ~ ul .navExpandBtn {
        color: #18808E;
    }
    .mobileNav .consumers ~ ul ul {
        border-top: solid 1px #18808E;
        border-bottom: solid 1px #18808E;
    }
    .mobileNav .licensing ~ ul .navExpandBtn {
        color: #6C7B02;
    }
    .mobileNav .licensing ~ ul ul {
        border-top: solid 1px #6C7B02;
        border-bottom: solid 1px #6C7B02;
    }
    .mobileNav .stakeholders ~ ul .navExpandBtn {
        color: #AD2B00;
    }
    .mobileNav .stakeholders ~ ul ul {
        border-top: solid 1px #AD2B00;
        border-bottom: solid 1px #AD2B00;
    }
    .mobileNav .media ~ ul .navExpandBtn {
        color: #580f67;
    }
    .mobileNav .media ~ ul ul {
        border-top: solid 1px #580f67;
        border-bottom: solid 1px #580f67;
    }

    .mobileNav .parent > a {
        padding-right: 49px;
    }

    .mobile-tertiary {
        display: none;
    }
    #cookie-bar {
        margin: 0px;
        padding: 15px;
        background: #F89520;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #333;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #cookie-bar a {
        color: #333;
    }
    #btnCookie, #btnSurvey {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #444;
        border-radius: 5px;
    }
    a#btnCookie, #btnSurvey {
        color: #fff;
    }
    .cookie-text, .cookie-container, .survey-container {
        text-align: center;
        margin-bottom: 10px;
    }
    /* survery bar untested */
    #survey-bar {
        background: #f89520;
    }
    #survey-bar .survey-button {
        background: #999;
        color: #fff;
    }
    .fontSizeContainer {
        position: absolute;
        left: 16px;
        top: 16px;
        font-size: 1em;
        line-height: 16px;
    }
    .fontSizeContainer a {
        text-decoration: none;
        font-weight: 700;
        color: #444;
        margin-right: 10px;
        vertical-align: baseline;
    }
    .fontSizeContainer .small {
        font-size: 1.2em;
    }
    .fontSizeContainer .medium {
        font-size: 1.5em;
    }
    .fontSizeContainer .large {
        font-size: 2em;
    }
}

@media only screen and (max-width: 480px) {
    .showMobileNav #logo {
        display: none;
    }
    #search {
        padding: 0 50px 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 933px) {
    .showMobileNav .mobileNav {
        padding-top: 60px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        background: #fff;
        width: 50%;
        min-height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 0 0 0 2px #999;
    }
    .mobileNavBtn, .mobileSearchBtn {
        z-index: 11;
    }
    #search {
        padding: 0 20% 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.stakeholders #sec-nav > nav > ul {
    background-color: #AD2B00;
}

@media only screen and (max-width: 933px) {
    
    .showMobileNav .mobileNav ul {
        line-height: 19px;
    }
    .home #breadcrumbs {
        display: none;
    }
    ol.breadcrumbs {
        margin: 20px 0 30px;
    }
    ol.breadcrumbs li {
        background: 0;
        position: relative;
        padding-left: 0;
        font-size: 1em;
        display: none;
    }
    ol.breadcrumbs li:before {
        content: '/';
        margin-right: 4px;
        color: #444444;
    }
    ol.breadcrumbs li:first-child:before {
        display: none;
    }
    /* show only 1st, last and 2nd last items - replace missing items with '...' */
    ol.breadcrumbs li:nth-child(2) {
        display: inline;
        /*        padding-left: 8px;
                padding-right: 8px;
                border: solid 1px #555;
                border-radius: 30px;*/
    }
    ol.breadcrumbs li:nth-child(2):after {
        content: "...";
        font-weight: bold;
        cursor: pointer;
        padding-left: 8px;
        padding-right: 8px;
        border: solid 1px transparent;
        border-radius: 4px;
    }
    ol.breadcrumbs li:nth-child(2) a {
        display: none;
    }

    ol.breadcrumbs li:first-child,
    ol.breadcrumbs li:last-child,
    ol.breadcrumbs li:nth-last-child(2),
    ol.breadcrumbs li:first-child a,
    ol.breadcrumbs li:last-child a,
    ol.breadcrumbs li:nth-last-child(2) a {
        display: inline;
    }

    ol.breadcrumbs li:first-child:after,
    ol.breadcrumbs li:last-child:after,
    ol.breadcrumbs li:nth-last-child(2):after {
        display: none;
    }

    /* is-expanded added by JS */

    ol.breadcrumbs .breadcrumb-btn.breadcrumb-btn:after {
        box-shadow: inset 0 -8px 8px -4px #ccc;
        border-color: #ccc #aaa #888;
        transition: 1s;
    }
    .breadcrumb-btn a {

    }

    .breadcrumb-btn,
    .breadcrumbs-expanded.breadcrumbs-expanded > li,
    .breadcrumbs-expanded.breadcrumbs-expanded > li:nth-child(2) a {
        display: inline;
    }
    .breadcrumbs-expanded.breadcrumbs-expanded > li:nth-child(2):after {
        display: none;
    }

    .breadcrumbs .active {
        color: #DC3664;
    }
    .media .breadcrumbs .active {
        color: #9900CC;
    }
    .www .breadcrumbs .active {
        color: #d93361;
    }
    .licensing .breadcrumbs .active {
        color: #6C7B02;
    }
    .consumers .breadcrumbs .active {
        color: #18808E;
    }
    .stakeholders .breadcrumbs .active {
        color:#AD2B00;
    }

    /* print-share appears at top of footer on tablet/mobile screens */

    .print-share {
        width: auto;
        float: none;
        margin: 0;
        padding: 18px 18px 6px;
    }

    #main .nav li img {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .print-share {
        background-color: #fff;
    }
    .pagination {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* whole-page layout adaptiveness */

.ie6 .hide-desktop,
.ie7 .hide-desktop,
.ie8 .hide-desktop {
    display: none !important;
}

.js .js-hide {
    display: none !important;
}

#main .title,
#aside .title { 
    background-color: #d93361;
}
.clean-border .title {
    /*border-radius: 2px 2px 0 0;*/
}
.clean-border .title > * {
    font-size: 1.1em;
}
.consumers #main .title,
.consumers #aside .title { 
    background-color: #18808E;
}
.licensing #main .title,
.licensing #aside .title { 
    background-color: #6C7B02;
}
.stakeholders #main .title,
.stakeholders #aside .title { 
    background-color: #AD2B00;
}
.media #main .title,
.media #aside .title { 
    background-color: #581067;
}

.l-c-1 .arrow-block {
    border-top-color: #ccc;
}

#content .background-dark {
    background-color: #d93361;
}
#content .background-mid {
    background-color: #DC3664;
}
.consumers #content .background-dark {
    background-color: #18808E;
}
.consumers #content .background-mid {
    background-color: #27baca;
}
.licensing #content .background-mid {
    background-color: #b1c137;
}
.licensing #content .background-dark {
    background-color: #6C7B02;
}
.stakeholders #content .background-dark {
    background-color: #AD2B00;
}
.stakeholders #content .background-mid {
    background-color: #f89520;
}
.media #content .background-dark {
    background-color: #581067;
}
.media #content .background-mid {
    background-color: #9900CC;
}

#content .background-dark {
    color: #fff;
}

#content .background-dark a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (min-width: 934px) {
    .hide-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 933px) {
    #aside .clean-border {
        float: none;
        width: auto;
    }
    #content {
        margin-bottom: 0;
        padding-top: 1px;
    }
}


@media only screen and (max-width: 933px) and (orientation: landscape) {
    p {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 481px) and (max-width: 933px) {
    .hide-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    body {
        min-width: 320px;
    }
    .wrapper {
        padding: 0;
    }
    #intro {
        margin-top: 0;
    }
    #content {
        padding: 0;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .clean-border {
        margin-bottom: 0;
    }
    .hide-mobile {
        display: none !important;
    }
}

.unshadow .content-block-1 {
    background: 0;
}

/* Data-protection info box */

#content .container-block .body {
    padding: 14px 14px 4px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}
#content .container-block .body > :first-child {
    margin-top: 0;
}

.standard-form .frow input,
.standard-form .frow select,
.standard-form .frow textarea {
    border: solid 1px #ccc;
    padding: 4px;
}
.standard-form textarea {
    resize: vertical;
}

.standardBtn,
#faq-promo-submit.standardBtn,
.news-finder-form #latest-docs-submit.standardBtn,
.standard .news-finder-form .frow-action .standardBtn,
#content .track-and-trace-widget .standardBtn {
    
}
#qasForm select {
    width: 100%;
}

.validation {
    color: #CD1228;
}

.content-block-1 {
    margin-bottom: 10px;
}
.content-block-1 .skin {
    border-radius: 3px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    border: solid 1px #ddd;
}
.content-block-1 .title {
    box-shadow: inset 0 15px 20px -10px rgba(0,0,0,0.3);
    padding: 10px 10px 1px;
    /*border-radius: 2px 2px 0 0;*/
}
.content-block-1 .arrow-block{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #CCCCCC solid;
}
.content-block-1 .arrow-block h2 {
      font-size: 16px;
      font-weight: bold;
      background: url(../images/global/link-list-grey-arrow.png) 0 6px no-repeat;
      padding: 0 0 0 12px;
}
.content-block-1 .title > * {
    color: #fff;
    font-size: 1.1em;
}
.standard-form label {
    margin-bottom: 6px;
}
.standard-form .frow {
    margin: 6px 0 10px;
}
.standard-form .frow label {
    display: block;
}
.textarea-wide {
    max-width: 583px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.validation {
    padding: 0;
    border-bottom:solid 1px #ddd;
}
.validation h2 {
    font-size: 1.1em;
}

.option-rows {
    margin: 0;
}
.option-rows li {
    list-style: none;
    clear: both;
    margin-bottom: .5em;
}
.option-rows input {
    float: left;
    margin-bottom: .5em;
    margin-right: .5em;
}
.contain {
    display: block;
    overflow: hidden;
}
#BtnEpgOverlay{
    padding: 1em 2em;
}

@media (max-width: 480px) {
    #content .container-block .body {
        border-radius: 0;
        box-shadow: none;
        padding: 14px 15px;
    }
    .skin {
        padding-left: 0;
        padding-right: 0;
    }
    .content-block-1 .skin {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .content-block-1 .title {
        border-radius: 0;
    }

    .standard-form select {
        width: 100%;
    }
    .standard-form .time-input {
        width: auto;
    }

    .standard-form .frow-text input {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    fieldset .content-block-1 {
        margin: 0;
    }
    fieldset + fieldset .content-block-1 .skin {
        border-top: 0;
    }
}
@media (max-width: 933px) {
    .validation{
        padding: 14px 15px;
    }
    .standard-form .frow input, .standard-form .frow select, .standard-form .frow textarea{
        font-size: 16px;
    }
    .standardBtn,
    #faq-promo-submit.standardBtn,
    .news-finder-form #latest-docs-submit.standardBtn,
    .standard .news-finder-form .frow-action .standardBtn,
    #content .track-and-trace-widget .standardBtn {
        color: #111;
        background: #efefef;
        background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
        background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
        background: #efefef linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #ccc;
        border-radius: 4px;
        padding: 1em 2em;
        font-size: 1em;
        font-weight: normal;
    }
    .standardBtn:hover,
    .standardBtn:focus {
        background: #fff;
    }
    .standardTextField,
    .track-and-trace-widget input.standardTextField,
    .standard-form .frow .standardTextField,
    .content-table-container .dataTables_filter input,
    .faq-widget input[type=text].standardTextField,
    .standardTextField {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        border: solid 1px #cccccc;
        border-radius: 0;
    }
    #content select {
        border: solid 1px #cccccc;
        background: #fff;
        border-radius: 0;
        font-size: 1.14em;
        padding: 6px 8px;
    }
    .standard .news-finder-form .frow-action input {
        margin-left: 0;
    }
    .dataTables_filter {
        line-height: 35px;
    }
    .standard-form #submit {
        margin-right: 18px;
    }
    select {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .frow-text {
        width: 100%;
    }
    .textarea-wide {
        width: 100%;
        max-width: 583px;
    }
    .standard-form .time-input {
        padding: 6px;
    }
    .standard-form .time-seperator {
        padding-top: 6px;
        display: inline-block;
        font-size: 1.14em;
        font-weight: bold;
    }
    #qasForm select {
        margin-bottom: 20px;
    }
    
    input[type=radio],
    input[type=checkbox] {
        height: 30px;
        width: 30px;
    }
    .frow-select-long select {
        width: 100%;
    }
    .button-set {
        text-align: center;
    }
    #recaptcha_area {
        margin-left: auto;
        margin-right: auto;
    }
}
.unshadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.padded {
    padding: 1em;
}
.shadow-border {
    -webkit-box-shadow: 0 0 3px #777 !important;
    -moz-box-shadow: 0 0 3px #777 !important;
    box-shadow: 0 0 3px #777 !important;
}

@media (max-width: 933px) {
    .clean-border {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }
    .clean-border .body {
        padding: 10px;
        background: none;
    }
}

@media (max-width: 480px) {
    .compact-body {
        padding-left: 0;
        padding-right: 0;
    }
    #aside .content-block-2-clean {
        margin: 15px 0 !important;
        border: solid 1px #fff;
        -webkit-box-shadow: 0 0 1px 1px #aaa;
        -moz-box-shadow: 0 0 1px 1px #aaa;
        box-shadow: 0 0 1px 1px #aaa;
    }
}
@media (min-width: 934px) {
    .carousel article {
        background: 0 !important;
    }
}
.ie6 .carousel article,
.ie7 .carousel article,
.ie8 .carousel article {
    background: 0 !important;
}

.scroller-images img {
    margin-bottom: 10px;
}
.no-js .scrollable {
    height: auto !important;
}
.no-js .scrollable .items {
    width: auto !important;
    position: static !important;
}
.no-js .scrollable .item {
    float: none !important;
    display: block !important;
}

.no-js .scroller-navigation {
    display: none;
}

@media (max-width: 933px) {
    
    .font-size-large .one-col {
        min-height: 350px;
    }
    .font-size-large .one-col .citem {
        height: 350px;
    }
    .font-size-large #main .carousel-nav {
        top: 350px;
    }
    #main .car-wrap {
        width: 81%;
    }
    #main .car-wrap h2 a, #main .car-wrap p {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #main .carousel {
        padding-bottom: 42px;
        overflow: hidden;
    }
    #main .carousel-nav {
        width: auto;
        height: 38px;
        top: 270px;
        position: absolute;
        right: auto;
        margin: auto;
        padding: 23px 0;
    }
    #main .carousel-nav ul {
        display: none;
    }
    #main .carousel-nav .navi {
        position: relative;
        display: block;
        left: -50%;
    }
    #main .carousel-nav .navi li a {
        width: 18px;
        height: 18px;
        display: block;
        margin: 8px;
        border: solid 1px #cecece;
        -moz-border-radius: 8px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        background: #f2f2f2;
    }
    #main .carousel-nav .navi .active a {
        width: 16px;
        height: 16px;
        background: #fff;
        border: solid 2px #e5074d;
        background: #f2f2f2;
    }
    #main .carousel nav {
        width: auto;
        position: relative;
        left: 50%;
    }
    #main .carousel nav:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .standard .scroller .scroller-navigation {
        height: auto;
        padding-right: 110px;
        width: auto;
        padding-left: 100px;
    }

    .standard .scroller .scroller-navigation .navi {
        position: static;
        height: auto;
        text-align: right;
        margin-bottom: 2px;
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px;
    }
    .standard .scroller .scroller-navigation .navi a {
        height: 18px;
        background: #d2d2d2;
        margin-top: 10px;
        float: none;
        display: table-cell;
        margin-left: 8px;
    }

    .standard .scroller .scroller-navigation .navi a.active {
        background: #d93361;
        /* pink */
    }
    .consumers .standard .scroller .scroller-navigation .navi a.active {
        background: #18808E;
    }
    .licensing .standard .scroller .scroller-navigation .navi a.active {
        background: #6C7B02;
    }
    .stakeholders .standard .scroller .scroller-navigation .navi a.active {
        background: #AD2B00;
    }
    .media .standard .scroller .scroller-navigation .navi a.active {
        background: #581067;
    }

    .standard .scroller .scroller-button {
        
    }
    .standard .scroller .scroller-button-previous {
        right: 56px;
    }

    .standard .scroller-two-up .scrollable {
        padding-left: 0;
        padding-right: 0;
    }
    .standard .scroller-two-up .scrollable .item {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width:581px) and (max-width: 933px) {

    .items .citem {
        display: table;
        background-position: 80% 50% !important;
        background-size: cover !important;
    }
    .items .citem > article {
        display: table-cell;
        vertical-align: middle;
    }
    .items .citem:after {
        content: '';
        display: table-cell;
        width: 33%;
    }

    .one-col .car-wrap {
        padding: 8px;
    }
    .car-wrap h2 {
        font-size: 130%;
    }
    .car-wrap h2 a {
        padding: 0 !important;
    }
    .car-wrap p {
        line-height: 1.4;
    }

    /*    #main #citem-1 article {
            background: #6a0839 !important;
        }
        #main #citem-2 article {
            background: #590869 !important;
        }
        #main #citem-3 article {
            background: #b2c041 !important;
        }
        #main #citem-4 article {
            background: #f99500 !important;
        }
        #main #citem-5 article {
            background: #f00882 !important;
        }*/
}

@media (max-width:580px) {
    /*    #main #citem-1 {
            background: #6a0839 !important;
        }
        #main #citem-2 {
            background: #590869 !important;
        }
        #main #citem-3 {
            background: #b2c041 !important;
        }
        #main #citem-4 {
            background: #f99500 !important;
        }
        #main #citem-5 {
            background: #f00882 !important;
        }*/
    #main .carousel article {
        height: 100%;
    }
}


@media (max-width:480px) {
    .standard .scroller .scroller-navigation {
        padding-right: 90px;
        padding-left: 0;
    }
    .standard .scroller .scroller-navigation .navi a {
        width: 20px;
        height: 18px;
    }
    .standard .scroller .scroller-button-previous {
        right: 46px;
    }
    .scroller-images .item {
        text-align: center;
    }
}

.track-and-trace-widget {
    background-color: #18808E;
    text-align: center;
}

#aside .track-and-trace-widget .body {
    background: none;
}

#aside .track-and-trace-widget h2 {
    background: 0;
    text-align: left;
    margin-bottom: 20px !important;
}

.track-and-trace-widget p,
.track-and-trace-widget form {
    text-align: left;
}
.track-and-trace-widget form {
    margin: 30px 9px 10px;
}

.track-and-trace-widget input[type=text]{
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 933px) {
    .track-and-trace-widget {
        padding: 10px;
        box-sizing: border-box;
    }
    #aside .track-and-trace-widget {
        width: auto;
    }
    .track-and-trace-widget form {
        margin: 30px 10px 10px;
    }
    #aside .track-and-trace-widget h2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .track-and-trace-widget #faq-promo-submit {
        margin-left: 0;
        border: 0;
        padding: 8px 30px;
    }
    .track-and-trace-widget p {
        font-size: 100%;
        margin-top: 20px;
    }
    .track-and-trace-widget p span {
        margin-bottom: 10px;
        display: block;
    }
    .track-and-trace-widget #faq-promo-submit {

    }
}

@media only screen and (max-width: 480px) {
    #content .track-and-trace-widget {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media (max-width: 868px) {
    .col-nav.site-col-nav {
        margin-bottom: 0;
    }
}

@media (max-width: 868px) {
    #main .col-nav.site-col-nav h2 {
        margin: 0 !important;
        font-size: 1.43em;
        padding: 15px;
        background-image: none;
        box-shadow: inset 0 20px 20px -10px rgba(0,0,0,.2), inset 0 -20px 20px -10px rgba(0,0,0,.2);
    }
}

@media (min-width: 480px) and (max-width: 868px) {
    .site-col-nav p {
        font-size: 1.29em;
    }
    .site-col-nav li {
        margin-bottom: 10px;
        font-size: 1.29em;
    }
    .site-col-nav:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 480px) {
    #main .col-nav.site-col-nav {
        width: 100%;
        min-height: 0;
        position: relative;
    }
    #main .col-nav.site-col-nav div {
        position: relative;
        min-height: 0;
        margin: 0 0 1px;
    }

    #main .col-nav.site-col-nav h2 {
        font-size: 1.57em;
    }
    #main .col-nav.site-col-nav i {
        position: absolute;
        top: 5px;
        right: 0px;
        padding: 3px 15px 3px 5px;
        font-size: 2.1em;
        color: #fff;
    }
    #main .col-nav.site-col-nav .fa-angle-up {
        top: 0;
    }
    #main .col-nav.site-col-nav .container {
        display: none;
        padding: 8px 12px 1px;
    }
    #main .col-nav.site-col-nav p {
        padding: 0;
        margin-bottom: 0.15em;
        font-size: 1em;
    }
    #main .site-col-nav.site-col-nav ul {
        margin-bottom: 0.15em;
        padding: 0 !important;
    }
    .site-col-nav .container {
        font-size: 1.57em;
        line-height: 1.2;
    }
    .site-col-nav li {
        line-height: 1.4;
        margin-bottom: 10px;
        background: 0;
        padding: 8px 0 0;
        border-top: solid 1px #ddd;
    }
    .site-col-nav li > a {
        display: block;
    }
    .site-col-nav li:first-child {
        border: 0;
    }
}

@media (max-width: 933px) {
    #main .content-intro {
        padding: 0;
            overflow: hidden;
    }
    #main .content-intro .body {
        height: auto !important;
        min-height: 180px;
        position: relative;
        padding: 0;
    }
    .content-intro-panel {
        padding: 14px 10px;
    }
    .content-intro-table {
        display: table;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-height: 180px;
    }
    .content-intro-panel {
        display: table-cell;
    }
    .content-intro h1,
    .content-intro p.teaser {
        opacity: .9;
        padding: 6px 0;
        margin: 0 10px;
        width: auto !important;
    }
    .content-intro p.teaser {
        line-height: 30px;
    }
}

@media (max-width: 580px) {
    .content-intro .body {
        background-image: none !important;
        height: auto !important;
    }
    .content-intro-table {
        position: relative;
    }
}

@media (min-width: 581px) and (max-width: 933px) {

    .content-intro {
        position: relative;
    }

    .content-intro-table:after {
        content: '';
        display: table-cell;
        width: 33%;
    }
}
@media (min-width: 933px) {
    .content-intro-panel {
        width: 420px;
    }
}

.blockgrid > div {
    float: left;
    width: 50%;   
}
.blockgrid > div:nth-child(odd) {
    clear: left;
}
.blockgrid > div div {
    padding: 10px;
    margin: 10px;
    background: #D3D3D3;
}
/* .block-colorswitch applies to desktop/tablet
 on mobile, the blocks are displayed in single column with alternating styles */
.blockgrid > .block-colorswitch div {
    background: #18808e;
    color: #fff;
}
#content .blockgrid > .block-colorswitch a {
    color: #fff;
}
.grid-item:nth-child(4) {
    clear: left;
}

@media (max-width: 933px) {
    .blockgrid {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (max-width: 480px) {
    .grid-item:nth-child(4) {
        clear: none;
    }
    .grid-item:nth-child(odd) {
        clear: left;
    }
    .blockgrid {
        margin-left: 0;
        margin-right: 0;
    }
    #main .grid {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #main .grid-item {
        width: 50%;
    }
    .blockgrid > div {
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: auto;
    }
    .blockgrid > div:nth-child(odd) div {
        color: #fff;
        background: #18808e;
    }
    #content .blockgrid > div:nth-child(odd) div a {
        color: #fff;
    }
    .blockgrid > div:nth-child(even) div {
        color: #18808e;
        background: #D3D3D3;
    }
    #content .blockgrid > div:nth-child(even) div a {
        color: #18808e;
    }
}
@media (max-width: 933px) {
    #aside {
        -webkit-column-count: auto;
        column-count: auto;
        position: relative;
    }
    #aside .faq-widget {
        width: auto;
        position: relative;
        background: #18808e;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #aside .faq-widget .body {
        width: 100%;
        position: relative;
        padding: 10px;
        overflow: hidden;
        box-sizing: border-box;
        background: none !important;
    }
    #aside .faq-widget .body .top-questions {
        position: relative;
    }
    #aside .faq-widget .body img {
        width: 300px;
        margin: -52px 0 -60px  -12px;
    }
    #aside .faq-widget .body form {
        position: relative;
        margin: 0 10px;
    }
    input#faq-promo-submit {
        margin: 0 0 20px 0;
    }
    #aside .faq-widget .body select {
        width: 296px;
        padding: 6px 8px;
        display: block;
        float: none;
        vertical-align: top;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #aside .faq-widget h2 {
        position: relative;
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {
    #aside .faq-widget .body input[type="text"],
    #aside .faq-widget .body select {
        width: 100%;
        box-sizing: border-box;
    }
    #aside .faq-widget {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

}

.tabs-option-light .body {
    padding: 0;
}
.tabs-option-light .tabs {
    margin: 0;
    padding: 0;
    background: 0;
    box-shadow: inset 0 -10px 40px -10px rgba(0,0,0,.3);
}
.tabs-option-light .tabs li {
    list-style: none;
    margin: 0 1px 0 0;
}
.tabs-option-light .tabs a {
    background: 0;
    text-decoration: none;
    padding: 11px 10px 13px;
    border-radius: 3px 3px 0 0;
    color: #666 !important;
}
#content .tabs-option-light .tabs a:hover,
#content .tabs-option-light .tabs a:focus {
    text-decoration: none;
}
.tabs-option-light .tabs span {
    color: #666;
}

.tabs-option-light .panes {
    padding: 10px;
}
.tabs-option-light .tabs a:hover,
.tabs-option-light .tabs .current {
    box-shadow: inset 0 -10px 40px -10px #fff;
    color: #fff !important;
}
.tabs-option-light .tabs a:hover span,
.tabs-option-light .tabs .current span {
    color: #fff;
}

.tabs-option-light .tabs .current,
.tabs-option-light .tabs a:hover {
    background-color: #18808E;
}
.consumers .tabs-option-light .tabs .current,
.consumers .tabs-option-light .tabs a:hover {
    background-color: #18808E;
}
.licensing .tabs-option-light .tabs .current,
.licensing .tabs-option-light .tabs a:hover {
    background-color: #6C7B02;
}
.stakeholders .tabs-option-light .tabs .current,
.stakeholders .tabs-option-light .tabs a:hover {
    background-color: #AD2B00;
}
.media .tabs-option-light .tabs .current,
.media .tabs-option-light .tabs a:hover {
    background-color: #581067;
}

/* sidebar style tab */

.tabs-option-side .tabs {
    display: table;
    width: 100%;
}
.tabs-option-side .tabs li {
    display: table-cell;
    float: none;
    text-align: center;
    padding-left: 1px;
}
.tabs-option-side .tabs li:first-child {
    padding: 0;
}
.tabs-option-side .tabs a:hover,
.tabs-option-side .tabs .current {
    box-shadow: inset 0 -10px 40px -10px rgba(0,0,0,.5);
    color: #fff !important;
}

/* Dynamic Backgrounds */
.no-js .stakeholders #content .dynamic-backgrounds a{
    color: #f89520;
}
.no-js .dynamic-backgrounds .skin {
    background-color: #000000;
}


@media (max-width: 933px) {
    .dynamic-backgrounds .skin {
        height: auto;
    }
    .dynamic-backgrounds .body {
        display: table;
    }
    .dynamic-backgrounds .tabs {
        width: calc(90px + 15%);
    }
    .dynamic-backgrounds .tabs li:last-child {
        padding-bottom: 0;
    }
    .dynamic-backgrounds .panes {
        float: none;
        width: auto;
        overflow: hidden;
        max-width: 370px;
    }

    .accordion-button {
        display: block;
        width: 100%;
        border: solid 1px #ccc;
        border-left: 0;
        border-right: 0;
        text-align: left;
        font-size: 1.25em;
        padding: 15px 50px 15px 15px;
        background: #ad2b00 none repeat scroll 0 0;
        box-shadow: 0 -40px 60px -60px #fff inset;
        position: relative;
        color: #fff;
    }
    .accordion-button > .fa {
        position: absolute;
        right: 15px;
        top: 0;
        margin: auto;
        font-size: 50px;
        color: #999;
        vertical-align: top;
        line-height: 35px;
    }
    .accordion-button-active {
        color: #fff;
        background-image: none;
        box-shadow: 0 -40px 60px -60px #fff inset;
    }
    .accordion-button:hover,
    .accordion-button:focus {
        outline: 0;
        border-color: #888;
    }
    .accordion-button:hover > .fa,
    .accordion-button:focus > .fa {
        color: #444;
    }
    .accordion-button-active > .fa.fa {
        color: #fff;
    }
    .accordion-pane {
        padding: 15px;
    }
    .accordion-pane > * {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .tabs-option-light .tabs {
        border-top: solid 1px #ccc;
    }
    .standard .accordion-mini ul {
        margin-left: 10px;
        margin-right: 10px;
    }
    .standard .accordion-mini li h4 {
        background: none;
        padding-left: 0;
        padding-right: 20px;
        position: relative;
    }
    .standard .accordion-mini li .current {
        background: 0;
    }
}


@media (max-width: 933px) {
    #aside .clean-border {
        clear: both;
        margin-bottom: 20px;
    }
    #aside .image-widget {
        clear: none;
    }
    #aside .image-widget {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    #aside .image-widget .skin {
        padding: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 933px) {
    #aside .image-widget {
        float: left;
        width: 50%;
    }
    #aside .image-widget-container:after {
        content: '';
        display: table;
        clear: both;
    }
    #aside .image-widget .body {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #aside .image-widget-container > .image-widget:nth-child(odd) {
        clear: left;
    }
    #aside .image-widget-container > .image-widget:nth-child(odd) .body {
        margin-left: 0;
    }
    #aside .image-widget-container > .image-widget:nth-child(even) .body {
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    #aside .image-widget {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #aside .image-widget .skin {
        margin: 0 20px 20px;
    }
}

#main #in-this-section p {
    margin-top: 2px;
}
#in-this-section .container img {
    margin-left: 20px;
}
#in-this-section .body{
    padding: 0 6px;
}

#in-this-section li.banner h3 a{  
    color:white;
    font-size: 120%;
}
.in-this-section .title{

}
@media (max-width: 933px) {
    .banner{
        background-color: #DC3664;
    }
    .licensing .banner{
        background-color: #6C7B02 !important;
    }
    .media .banner{
        background-color: #581067 !important;
    }
    .consumers .banner{
        background-color: #18808E !important;
    }
    .stakeholders .banner{
        background-color: #AD2B00 !important;
    }
    #in-this-section .banner h2{
        padding: 0;
    }  
    #in-this-section .banner{  
        color: white;
        margin: -1px -6px;
        padding: 12px 12px 12px 9px !important;
        box-shadow: inset 0 15px 20px -10px rgba(0,0,0,0.3);
    }
    #main #in-this-section , #content #in-this-section {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }
    #content #in-this-section h2{
        color:white;
    }
    #main #in-this-section .container, #content #in-this-section .container {
        display: none;
        padding: 8px 6px 0px 6px;
    }
    #main #in-this-section .container p, #content #in-this-section .container p {
        display: none;
        padding: 0;
        margin: 0;
    }
    #main #in-this-section .container ul, #content #in-this-section .container ul {
        display: none;
    }
    #main #in-this-section .container .reset-display , #content #in-this-section .container .reset-display {
        display: block;
    }
    #content #in-this-section .title {
        /* background: none; */
    }
    #main #in-this-section h3, #content #in-this-section h3, #content #in-this-section .banner {
        background: none;
        padding-left: 4px;
        margin-bottom: 8px;
    }
    #content #in-this-section h3 i {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 6px 10px;
        font-size: 1.5em;
        color: #ccc;
    }
    #content #in-this-section .arrow-block {
        position: relative;
        background: none;
        border: none !important;
        border-bottom: solid 1px #ccc !important;
        padding: 12px 30px 12px 0;
        width: auto;
        display: block;
    }
    #content #in-this-section .arrow-block:last-child {
        border-bottom: 0 !important;
    }
    #main #in-this-section li {
        border-color: #ccc;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 30px;
        position: relative;
    }
}

.link-list-arrow {
    margin-top: 10px;
}

.link-list-arrow ul {
    margin: 0;
}
.link-list-arrow li {
    list-style: none;
}
#content .link-list-arrow a {
    padding-left: 18px;
    position: relative;
    color: #444;
    background: url("img/list-arrow.png") no-repeat 5px 5px;
}

@media (max-width: 933px) {
    .link-list-arrow li {
        margin-bottom: 10px;
    }
}

@media (min-width: 600px) and (max-width: 933px) {
    .link-list-arrow {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

@media (min-width: 360px) and (max-width: 599px) {
    .link-list-arrow {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media (max-width: 480px) {
    /* remove arrows completely */
    .link-list-arrow li {
        padding-left: 16px;
    }
    #content .link-list-arrow a {
        padding-left: 0;
    }
    #content .link-list-arrow a {
        background: 0;
    }
}


.keyword-search {
}
.keyword-search .body {
    padding: 10px;
}

.keyword-search label {
    display: block;
}
.keyword-search select,
.keyword-search .frow-text input {
    width: 90%;
    box-sizing: border-box;
}
.keyword-search .frow-action {
    width: 90%;
    margin-top: 16px;
}
.keyword-search .frow-text {
    margin-bottom: 10px;
}
.keyword-search .standardBtn {
    margin-left: 0;
}

@media (max-width: 933px) {
    .news-finder-form #pubText , .news-finder-form #sector {
        width: 45%;
    }
    .news-finder-form #latest-docs-submit {
        padding: 6px 8px;
        margin-top: 8px;
        margin-left: 0;
    }
    .news-finder-form label {
        margin-bottom: 8px;
    }
    .keyword-search select,
    .keyword-search .frow-text input {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .news-finder-form .select-date {
        width: 100%;
    }
    .news-finder-form select {
        width: 100%;
    }
    .news-finder-form #pubText , .news-finder-form #sector {
        width: 100%;
    }
    .keyword-search select,
    .keyword-search .frow-text input {
        width: 100%;
    }
}

.supplementary-content {
    float: right;
    width: 500px;
    padding: 6px;
    margin: 0 0 15px 15px;
    background: #f0c992;
    max-width: 65%;
}

@media (max-width: 933px) {
    .supplementary-content {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .supplementary-content {
        width: auto;
        margin: 0 0 20px;
        max-width: none;
    }
}

.content-table {
    border: 0;
    box-shadow: none;
    box-shadow: none;
}

.tablesaw-cell-hidden {
    display: none !important; 
}

.dataTables_paginate > a:first-child {
    border-radius: 4px 0 0 4px;
}
.dataTables_paginate > a:last-child {
    border-radius: 0 4px 4px 0;
}

.dataTable.collapsed tbody [role="row"] > :first-child:after {
    content: "+";
    color: #444;
    text-align: center;
    display: block;
    font-size: 20px;
}
.dataTable.collapsed tbody .parent[role="row"] > :first-child:after {
    content: 'Ãƒâ€”';
}

table .parent th, table .parent td {
    border-bottom: 0;
}

.dataTables_wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.dataTables_filter button {
    margin-left: 4px;
}
#content .content-table-container.content-table-enhanced .paginate_button {
    text-decoration: none;
    display: inline-block;
    padding: 6px 8px;
    border: solid 2px #ccc;
    margin: -2px -2px 0 0;
    cursor: pointer;
}
#content .content-table-enhanced .current {
    background: #ccc;
    color: #111;
}
.content-table-enhanced.onePage .dataTables_length,
.content-table-enhanced.onePage .dataTables_paginate {
    display: none;
}
#content .content-table-container .paginate_button {
    margin: 0 7px;
}
.content-table-container .dataTables_filter input {
    margin-left: 10px;
}

.selectFilterContainer {
    clear: both;
}
.selectFilter {
    margin-right: 1em;
}

@media (max-width: 933px) {
    .selectFilterContainer {
        line-height: 35px;
    }
    .selectFilter {
        float: left;
        margin-bottom: 15px;
    }
    .dataTables_filter {
        margin-bottom: 15px;
        
    }
    .content-table-enhanced .paginate_button {
        font-size: 18px;
    }
    .content-table-container {
        overflow: auto;
    }
    .content-table-container table {
        width: 100% !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #CCCCCC;
    }
    .content-table-container .dataTables_wrapper .ui-toolbar {
        background: 0;
        color: #333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-top: solid 1px #ccc;
        border-radius: 0;
    }
    #filters:after {
        content: '';
        clear: both;
        display: block;
    }
    .content-table-container tr.even {
        background: 0;
    }
    .content-table-container .dataTables_filter {
        float: none;
        text-align: left;
        clear: both;
        margin-top: 12px;
        position: relative;
    }
    .content-table-container .dataTables_filter input {
        font-size: 16px;
    }
    .content-table-container .dataTables_wrapper .ui-toolbar {
        padding-bottom: 15px;
    }
    .content-table-container .dataTables_wrapper table + .fg-toolbar {
        padding: 20px 10px 65px;
        border-bottom: solid 1px #ccc;
    }
    .content-table-container .dataTables_length {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 34px;
    }
    .content-table-enhanced .dataTables_length {
        position: static;
        width: auto;
        text-align: left;
    }
    .dataTables_paginate.paging_full_numbers {
        float: none;
        text-align: center;
    }
    .content-table-enhanced .dataTables_paginate {
        padding-bottom: 20px;
    }
    #data-table_wrapper #filters label {
        line-height: 35px;
    }
    .dataTables_filter button {
        padding: 9px;
        border: solid 1px #ccc;
    }
    #latest-docs-results_length {
        width: auto;
        position: static;
        text-align: left;
        margin-bottom: 10px;
    }
    #latest-docs-results_length > label {
        line-height: 35px;
        vertical-align: middle;
    }
    .tableScrollHelp {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5) url('img/swipe-left.png') no-repeat center 60px;
        box-shadow: 0 0 40px 20px rgba(0,0,0,.5);
    }
}

@media (max-width: 480px) {
    .dataTables_wrapper #filters select + label {
        clear: left;
        margin-top: 10px;
        width: 58px;
    }
    .dataTables_wrapper #filters .select-absolute2 {
        margin-top: 10px;
    }
    .content-table-container .dataTables_filter {
        margin-top: 15px;
    }
    .dataTables_filter {
        margin-left: 10px;
        margin-right: 10px;
    }
    .dataTables_filter label input {
        width: 156px;
        margin-left: 4px;
    }
    .content-table-container .dataTables_filter {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 750px) and (max-width: 933px) {
    .dataTables_wrapper #filters {
        float: left;
    }
    .content-table-container .dataTables_filter {
        float: right;
        clear: none;
        margin-top: 0;
    }
}

@media (max-width: 749px) {
    .content-table-enhanced .dataTables_length {
        float: none;
    }
}

/* Stakeholders */
.stakeholders ::selection {
    background: #f89520;
    color: #fff;
}
::-moz-selection {
    background: #f89520;
    color: #fff;
}
.stakeholders #intro .body {
    color: #fff;
}

.stakeholders .clean-border.grid h2,
.stakeholders .clean-border.nav h2,
.stakeholders #intro .body,
.stakeholders .two-col h2 {
    background-color: #AD2B00; 
}
.accordion-mini ul {
    margin: 0;
}
.accordion-mini li {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 4px;
}
.accordion-mini li:first-child {
    border-top: 0;
    padding-top: 4px;
}

@media all and (max-width:868px) {
    .stakeholders .car-wrap h2 a, .stakeholders .car-wrap p, .stakeholders #intro h1, .stakeholders #intro p.teaser, .stakeholders #intro p.sub {
        background: none repeat scroll 0 0 #AD2B00;
        -webkit-box-shadow: 10px 0 0 #AD2B00, -10px 0 0 #AD2B00;
        -moz-box-shadow: 10px 0 0 #AD2B00, -10px 0 0 #AD2B00;
        box-shadow: 10px 0 0 #AD2B00, -10px 0 0 #AD2B00;
    }
}
.standard .hero .image {
    background: #f89520;
}
#aside .content-block-2 {
    background: #f6f5f4;
}
.dynamic-backgrounds .tabs li a {
    color: #f89520 !important;
}
/* replacement for fontawesome */
@media only screen and (max-width: 933px) {
    .fa {
        display: inline-block;
    }
    .fa:before {
        content: '';
        display: inline-block;
    }
    .fa:before,
    .styled-checkbox .is-checked:before,
    .print-share #print > a,
    .print-share #linkedin,
    .print-share #gplusone,
    .print-share #twitter,
    .print-share #facebook {
        background-image: url("img/symbols-lowres.png");
    }
    #content .scroller-button {
        background-image: url("img/symbols-lowres.png") !important;
    }

    .fa-bars:before {
        background-position: -138px -82px;
        width: 37px;
        height: 39px;
    }

    .fa-search:before {
        background-position: -101px -122px;
        width: 37px;
        height: 39px;
    }
    .mobileSearchOpen .mobileSearchBtn i,
    .fa-bars, .fa-close {
        line-height: 39px;
        vertical-align: middle;
    }

    .fa-close:before {
        background-position: -101px -82px;
        width: 37px;
        height: 39px;
    }

    .fa-caret-down:before {
        background-position: -192px -113px;
        width: 13px;
        height: 9px;
    }
    .fa-caret-up:before {
        background-position: -149px -164px;
        width: 13px;
        height: 9px;
    }
    .www ~ ul .fa-caret-down:before {
        background-position: -205px -93px;
    }
    .www ~ ul .fa-caret-up:before {
        background-position: -228px 0px;
    }
    .consumers ~ ul .fa-caret-down:before {
        background-position: -185px -31px;
    }
    .consumers ~ ul .fa-caret-up:before {
        background-position: -214px -10px;
    }

    .licensing ~ ul .fa-caret-down:before {
        background-position: -124px -189px;
    }
    .licensing ~ ul .fa-caret-up:before {
        background-position: -214px -20px;
    }
    .stakeholders ~ ul .fa-caret-down:before {
        background-position: -214px 0px;
    }
    .stakeholders ~ ul .fa-caret-up:before {
        background-position: -104px -196px;
    }
    .media ~ ul .fa-caret-down:before {
        background-position: -167px -148px;
    }
    .media ~ ul .fa-caret-up:before {
        background-position: -205px -83px;
    }

    .mobileSocial .fa:before {
        width: 24px;
        height: 25px;
        margin-top: 4px;
    }

    .fa-facebook:before {
        background-position: -202px -31px;
    }
    .fa-twitter:before {
        background-position: -79px -196px;
    }
    .fa-rss:before {
        background-position: -167px -122px;
    }
    .fa-youtube-play:before {
        background-position: -205px -57px; 
    }
    .fa-envelope-o:before {
        background-position: -29px -198px;
    }
    .fa-google-plus:before {
        background-position: -124px -163px;
    }
    .fa-linkedin:before {
        background-position: -54px -198px;
    }

    .print-share #print > a {
        background-position: 0 -125px;
    }
    .print-share #linkedin {
        background-position: -84px 0px;
    }
    .print-share #gplusone {
        background-position: 0px -43px;
    }
    .print-share #twitter {
        background-position: -101px -41px;
    }
    .print-share #facebook {
        background-position: 0 -84px;
    }
    
    #content .scroller-button {
        width: 41px;
        height: 42px;
    }
    #content .scroller-button-next {
        background-position: -42px 0;
    }
    .styled-checkbox .is-checked:before {
        content: "";
        display: block;
        width: 18px;
        height: 14px;
        background-position: -223px -220px;
        margin: 0 auto;
    }
    
    .fa-angle-down:before {
        width: 29px;
        height: 17px;
        background-position: -66px -172px;
    }
    .fa-angle-up:before {
        width: 29px;
        height: 17px;
        background-position: -138px -130px;
    }
    .footerExpand .fa:before {
        background-position: -185px -6px;
    }
    .fa-sort-desc:before {
        background-position: -29px -225px;
        width: 14px;
        height: 9px;
    }
    .fa-sort-asc:before {
        width: 14px;
        height: 9px;
        background-position: -149px -154px;
    }
}

@media only screen and (max-width: 480px) {
    #content .scroller-button {
        width: 32px;
        height: 32px;
    }
    #content .scroller-button-previous {
        background-position: 0 -166px;
    }
    #content .scroller-button-next {
        background-position: -33px -166px;
    }
    
    .standard .accordion-mini li h4:after {
        content: '';
        background-image: url("img/symbols-lowres.png");
        background-position: -29px -226px;
        width: 14px;
        height: 9px;
        position: absolute;
        right: 0;
        font-weight: 400;
        top: 6px;
    }
    .standard .accordion-mini li .current:after {
        top: 5px;
        background-position: -149px -154px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    
}

@media only screen and (max-width: 1210px) {
    #footer-inner {
        padding: 0;
    }
    .footer-inner-wrapper {
        text-align: center;
        padding: 0;
    }
    #footer-promos {
        display: inline-block;
        float: none;
        width: auto;
    }
    .footer-links {
        display: inline-block;
        float: none;
        width: 200px;
        text-align: left;
    }
}

.footer-inner-wrapper .cymraeg,
.footer-inner-wrapper .options,
.footerExpand {
    display: none;
}

@media only screen and (max-width: 480px) {
    #footer {
        border-top: solid 1px #ddd;
    }
    .footer-inner-wrapper .social-options {
        display: none;
    }

    #footer-inner {
        padding: 0 0 60px;
        background: #fff;
    }
    .footer-inner-wrapper {
        padding: 0;
    }

    .footer-links {
        float: none;
        padding: 0;
        background: #f2f2f2;
        width: auto;
        display: block;
    }
    .footer-links ul {
        margin: 0 0 1px;
        display: none;
    }
    .footer-links .open {
        display: block;
    }
    .footer-links .header-item {
        display: none;
    }
    .footerExpand {
        border: 0;
        padding: 0;
        background: 0;
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        font-size: 20px;
        padding: 18px 15px;
        margin-bottom: 1px;
    }
    .footerExpand:hover, .footerExpand:focus {
        outline: 0;
        background: #ddd;
    }
    .footerExpand .fa {
        position: absolute;
        right: 15px;
        top: 20px;
        display: block;
    }
    .open.footerExpand .fa {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 16px;
    }

    .footer-links a {
        display: block;
        padding: 10px 15px 10px 30px;
        font-size: 16px;
        font-weight: normal;
        border-top: solid 1px #fff;
    }

    #footer-promos {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 10px;
    }
    #footer-promos a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        text-decoration: none;
        color: #333;
    }
    #footer-promos img {
        display: none;
    }
    #footer-promos .text {
        display: block;
    }

    #footer small {
        font-size: 14px;
        left: 13px;
        right: auto;
        bottom: 20px;
    }
    div#footer-social {
        display: none;
    }

    /* Print Share buttons (print hidden on mobile) */

    .print-share.print-share #print {
        display: none !important;
    }

    .print-share {
        max-width: 350px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 933px) {
    .footer-inner-wrapper .cymraeg,
    .footer-inner-wrapper .options {
        margin: 15px 0;
        text-decoration: none;
        font-size: 18px;
        color: #444;
        display: block;
        float: none;
    }
    #footer-promos {
        clear: both;
        margin: 0 20px 20px;
    }
    #footer-promos:after {
        content: '';
        display: table;
        clear: both;
    }
    #footer-promos a{

    }
    .footer-inner-wrapper .options {
        clear: both;
    }
    .footer-links {
        float: left;
        width: 33%;
    }
    .footer-links h2 {
        font-size: 20px;
    }
    .footer-links li {
        margin-bottom: 18px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 933px) {
    .back-to-top {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        margin-bottom: 0;
        padding-bottom: 1em;
    }

    #footer-promos {
        display: block;
    }

    .print-share {
        text-align: center;
        height: auto;
        margin: 0 auto;
    }
    .print-share:after {
        content: '';
        clear: both;
        display: block;
    }

    .print-share #facebook,
    .print-share #twitter,
    .print-share #gplusone,
    .print-share #linkedin {
        width: 100px;
        height: 40px;
        overflow: hidden;
        position: relative;
        margin: 0 15px 30px;
        display: inline-block !important;
        float: none;
    }

    .print-share #facebook > *,
    .print-share #twitter > *,
    .print-share #gplusone > *,
    .print-share #linkedin > * {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        transform: scale(4);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
        position: absolute;
        left: 0;
    }
    .print-share #print {
        float: none;
        display: inline-block !important;
    }
    .print-share #print a {
        width: 100px;
        height: 40px;
        display: inline-block;
        margin: 0 15px 30px ;
    }
    .print-share #print img {
        display: none;
    }
}
