﻿.container {
  margin: 0 auto 0 auto;
  width: 960px;
}
.column,
.columns {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.row {
  padding-bottom: 20px;
  overflow: hidden;
}
.one.column,
.one.columns {
  width: 60px;
}
.two.columns {
  width: 140px;
}
.three.columns {
  width: 220px;
}
.four.columns {
  width: 300px;
}
.five.columns {
  width: 380px;
}
.six.columns {
  width: 460px;
}
.seven.columns {
  width: 540px;
}
.eight.columns {
  width: 620px;
}
.nine.columns {
  width: 700px;
}
.ten.columns {
  width: 780px;
}
.eleven.columns {
  width: 860px;
}
.twelve.columns {
  width: 940px;
}
.prefix-by-one.column,
.prefix-by-one.columns {
  padding-left: 80px;
}
.prefix-by-two.columns {
  padding-left: 160px;
}
.prefix-by-three.columns {
  padding-left: 240px;
}
.prefix-by-four.columns {
  padding-left: 320px;
}
.prefix-by-five.columns {
  padding-left: 400px;
}
.prefix-by-six.columns {
  padding-left: 480px;
}
.prefix-by-seven.columns {
  padding-left: 560px;
}
.prefix-by-eight.columns {
  padding-left: 640px;
}
.prefix-by-nine.columns {
  padding-left: 720px;
}
.prefix-by-ten.columns {
  padding-left: 800px;
}
.prefix-by-eleven.columns {
  padding-left: 880px;
}
.suffix-by-one.column,
.suffix-by-one.columns {
  padding-right: 80px;
}
.suffix-by-two.columns {
  padding-right: 160px;
}
.suffix-by-three.columns {
  padding-right: 240px;
}
.suffix-by-four.columns {
  padding-right: 320px;
}
.suffix-by-five.columns {
  padding-right: 400px;
}
.suffix-by-six.columns {
  padding-right: 480px;
}
.suffix-by-seven.columns {
  padding-right: 560px;
}
.suffix-by-eight.columns {
  padding-right: 640px;
}
.suffix-by-nine.columns {
  padding-right: 720px;
}
.suffix-by-ten.columns {
  padding-right: 800px;
}
.suffix-by-eleven.columns {
  padding-right: 880px;
}
.push-by-one.column,
.push-by-one.columns {
  left: 80px;
}
.push-by-two.columns {
  left: 160px;
}
.push-by-three.columns {
  left: 240px;
}
.push-by-four.columns {
  left: 320px;
}
.push-by-five.columns {
  left: 400px;
}
.push-by-six.columns {
  left: 480px;
}
.push-by-seven.columns {
  left: 560px;
}
.push-by-eight.columns {
  left: 640px;
}
.push-by-nine.columns {
  left: 720px;
}
.push-by-ten.columns {
  left: 800px;
}
.push-by-eleven.columns {
  left: 880px;
}
.pull-by-one.columns {
  left: -80px;
}
.pull-by-two.columns {
  left: -160px;
}
.pull-by-three.columns {
  left: -240px;
}
.pull-by-four.columns {
  left: -320px;
}
.pull-by-five.columns {
  left: -400px;
}
.pull-by-six.columns {
  left: -480px;
}
.pull-by-seven.columns {
  left: -560px;
}
.pull-by-eight.columns {
  left: -640px;
}
.pull-by-nine.columns {
  left: -720px;
}
.pull-by-ten.columns {
  left: -800px;
}
.pull-by-eleven.columns {
  left: -880px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /*
          #            
        #   @            Grid.Less
      #   @   #        960px Grid System
        #   #         Copyright Clarity Information Solutions
      @   #   @        http://www.clarity-ltd.co.uk
        @   @            
      ?   @   ?        Version 12.10.18
        ?   ?
          ?
  */
  /*    Contents
  ==========================================
      [# 768 Grid]          Base Grid Configuration
  */
  /*    [# 768 Grid]  */
  /* containers */
  .container {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding: 0;
    /*background: url(dev/grid.768.12.bg.png);*/
  
  }
  .column,
  .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  .row {
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* columns */
  .one.column,
  .one.columns {
    width: 44px;
  }
  .two.columns {
    width: 108px;
  }
  .three.columns {
    width: 172px;
  }
  .four.columns {
    width: 236px;
  }
  .five.columns {
    width: 300px;
  }
  .six.columns {
    width: 364px;
  }
  .seven.columns {
    width: 428px;
  }
  .eight.columns {
    width: 492px;
  }
  .nine.columns {
    width: 556px;
  }
  .ten.columns {
    width: 620px;
  }
  .eleven.columns {
    width: 684px;
  }
  .twelve.columns {
    width: 748px;
  }
  /* fractions */
  .one-quarter.column {
    width: 172px;
  }
  .three-quarter.column {
    width: 556px;
  }
  .one-half.column {
    width: 364px;
  }
  .one-third.column {
    width: 236px;
  }
  .two-thirds.column {
    width: 492px;
  }
  /*offsets*/
  .push-by-one.column,
  .push-by-one.columns {
    margin-left: 64px;
  }
  .push-by-two.columns {
    margin-left: 128px;
  }
  .push-by-three.columns {
    margin-left: 192px;
  }
  .push-by-four.columns {
    margin-left: 256px;
  }
  .push-by-five.columns {
    margin-left: 320px;
  }
  .push-by-six.columns {
    margin-left: 384px;
  }
  .push-by-seven.columns {
    margin-left: 448px;
  }
  .push-by-eight.columns {
    margin-left: 512px;
  }
  .push-by-nine.columns {
    margin-left: 576px;
  }
  .push-by-ten.columns {
    margin-left: 640px;
  }
  .push-by-eleven.columns {
    margin-left: 704px;
  }
  .push-by-twelve.columns {
    margin-left: 768px;
  }
  .pull-by-one.column,
  .pull-by-one.columns {
    margin-left: -44px;
  }
  .pull-by-two.columns {
    margin-left: -108px;
  }
  .pull-by-three.columns {
    margin-left: -172px;
  }
  .pull-by-four.columns {
    margin-left: -236px;
  }
  .pull-by-five.columns {
    margin-left: -300px;
  }
  .pull-by-six.columns {
    margin-left: -364px;
  }
  .pull-by-seven.columns {
    margin-left: -428px;
  }
  .pull-by-eight.columns {
    margin-left: -492px;
  }
  .pull-by-nine.columns {
    margin-left: -556px;
  }
  .pull-by-ten.columns {
    margin-left: -620px;
  }
  .pull-by-eleven.columns {
    margin-left: -684px;
  }
  .pull-by-twelve.columns {
    margin-left: -748px;
  }
}
@media only screen and (orientation: portrait) {
  /*
          #            
        #   @            Grid.Less
      #   @   #        960px Grid System
        #   #         Copyright Clarity Information Solutions
      @   #   @        http://www.clarity-ltd.co.uk
        @   @            
      ?   @   ?        Version 12.10.18
        ?   ?
          ?
  */
  /*    Contents
  ==========================================
      [# 768 Grid]          Base Grid Configuration
  */
  /*    [# 768 Grid]  */
  /* containers */
  .container {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding: 0;
    /*background: url(dev/grid.768.12.bg.png);*/
  
  }
  .column,
  .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  .row {
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* columns */
  .one.column,
  .one.columns {
    width: 44px;
  }
  .two.columns {
    width: 108px;
  }
  .three.columns {
    width: 172px;
  }
  .four.columns {
    width: 236px;
  }
  .five.columns {
    width: 300px;
  }
  .six.columns {
    width: 364px;
  }
  .seven.columns {
    width: 428px;
  }
  .eight.columns {
    width: 492px;
  }
  .nine.columns {
    width: 556px;
  }
  .ten.columns {
    width: 620px;
  }
  .eleven.columns {
    width: 684px;
  }
  .twelve.columns {
    width: 748px;
  }
  /* fractions */
  .one-quarter.column {
    width: 172px;
  }
  .three-quarter.column {
    width: 556px;
  }
  .one-half.column {
    width: 364px;
  }
  .one-third.column {
    width: 236px;
  }
  .two-thirds.column {
    width: 492px;
  }
  /*offsets*/
  .push-by-one.column,
  .push-by-one.columns {
    margin-left: 64px;
  }
  .push-by-two.columns {
    margin-left: 128px;
  }
  .push-by-three.columns {
    margin-left: 192px;
  }
  .push-by-four.columns {
    margin-left: 256px;
  }
  .push-by-five.columns {
    margin-left: 320px;
  }
  .push-by-six.columns {
    margin-left: 384px;
  }
  .push-by-seven.columns {
    margin-left: 448px;
  }
  .push-by-eight.columns {
    margin-left: 512px;
  }
  .push-by-nine.columns {
    margin-left: 576px;
  }
  .push-by-ten.columns {
    margin-left: 640px;
  }
  .push-by-eleven.columns {
    margin-left: 704px;
  }
  .push-by-twelve.columns {
    margin-left: 768px;
  }
  .pull-by-one.column,
  .pull-by-one.columns {
    margin-left: -44px;
  }
  .pull-by-two.columns {
    margin-left: -108px;
  }
  .pull-by-three.columns {
    margin-left: -172px;
  }
  .pull-by-four.columns {
    margin-left: -236px;
  }
  .pull-by-five.columns {
    margin-left: -300px;
  }
  .pull-by-six.columns {
    margin-left: -364px;
  }
  .pull-by-seven.columns {
    margin-left: -428px;
  }
  .pull-by-eight.columns {
    margin-left: -492px;
  }
  .pull-by-nine.columns {
    margin-left: -556px;
  }
  .pull-by-ten.columns {
    margin-left: -620px;
  }
  .pull-by-eleven.columns {
    margin-left: -684px;
  }
  .pull-by-twelve.columns {
    margin-left: -748px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /*
          #            
        #   @            Grid.Less
      #   @   #        960px Grid System
        #   #         Copyright Clarity Information Solutions
      @   #   @        http://www.clarity-ltd.co.uk
        @   @            
      ?   @   ?        Version 12.10.18
        ?   ?
          ?
  */
  /*    Contents
  ==========================================
      [# 768 Grid]          Base Grid Configuration
  */
  /*    [# 768 Grid]  */
  /* containers */
  .container {
    position: relative;
    width: 480px;
    margin: 0 auto;
    padding: 0;
    /*background: url(dev/grid.768.12.bg.png);*/
  
  }
  .column,
  .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  .row {
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* columns */
  .one.column,
  .one.columns,
  .two.columns,
  .three.columns,
  .four.columns,
  .five.columns,
  .six.columns,
  .seven.columns,
  .eight.columns,
  .nine.columns,
  .ten.columns,
  .eleven.columns,
  .twelve.columns {
    width: 460px;
  }
  /* fractions */
  .one-quarter.column,
  .three-quarter.column,
  .one-half.column,
  .one-third.column,
  .two-thirds.column {
    width: 460px;
  }
  /*offsets*/
  .push-by-one.column,
  .push-by-one.columns,
  .push-by-two.columns,
  .push-by-three.columns,
  .push-by-four.columns,
  .push-by-five.columns,
  .push-by-six.columns,
  .push-by-seven.columns,
  .push-by-eight.columns,
  .push-by-nine.columns,
  .push-by-ten.columns,
  .push-by-eleven.columns,
  .push-by-twelve.columns {
    margin-left: 0;
  }
  .pull-by-one.column,
  .pull-by-two.columns,
  .pull-by-three.columns,
  .pull-by-four.columns,
  .pull-by-five.columns,
  .pull-by-six.columns,
  .pull-by-seven.columns,
  .pull-by-eight.columns,
  .pull-by-nine.columns,
  .pull-by-ten.columns,
  .pull-by-eleven.columns,
  .pull-by-twelve.columns {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /*
          #            
        #   @            Grid.Less
      #   @   #        960px Grid System
        #   #         Copyright Clarity Information Solutions
      @   #   @        http://www.clarity-ltd.co.uk
        @   @            
      ?   @   ?        Version 12.10.18
        ?   ?
          ?
  */
  /*    Contents
  ==========================================
      [# 768 Grid]          Base Grid Configuration
  */
  /*    [# 768 Grid]  */
  /* containers */
  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*background: url(dev/grid.768.12.bg.png);*/
  
  }
  .column,
  .columns {
    float: left;
    display: inline;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
  }
  .row {
    margin-bottom: 10px;
    overflow: hidden;
  }
  /* columns */
  .one.column,
  .one.columns,
  .two.columns,
  .three.columns,
  .four.columns,
  .five.columns,
  .six.columns,
  .seven.columns,
  .eight.columns,
  .nine.columns,
  .ten.columns,
  .eleven.columns,
  .twelve.columns {
    width: 90%;
  }
  /* fractions */
  .one-quarter.column,
  .three-quarter.column,
  .one-half.column,
  .one-third.column,
  .two-thirds.column {
    width: 90%;
  }
  /*offsets*/
  .push-by-one.column,
  .push-by-one.columns,
  .push-by-two.columns,
  .push-by-three.columns,
  .push-by-four.columns,
  .push-by-five.columns,
  .push-by-six.columns,
  .push-by-seven.columns,
  .push-by-eight.columns,
  .push-by-nine.columns,
  .push-by-ten.columns,
  .push-by-eleven.columns,
  .push-by-twelve.columns {
    margin-left: 0;
  }
  .pull-by-one.column,
  .pull-by-two.columns,
  .pull-by-three.columns,
  .pull-by-four.columns,
  .pull-by-five.columns,
  .pull-by-six.columns,
  .pull-by-seven.columns,
  .pull-by-eight.columns,
  .pull-by-nine.columns,
  .pull-by-ten.columns,
  .pull-by-eleven.columns,
  .pull-by-twelve.columns {
    margin-left: 0;
  }
}
/*
        #            
      #   @              Reset.Less
    #   @   #          Cross Browser Styles standardization
      #   #           Copyright Clarity Information Solutions
    @   #   @          http://www.clarity-ltd.co.uk
      @   @            
    ?   @   ?          Version 12.11.30
      ?   ?
        ?
*/
/*    Contents
==========================================
    [# Base]    Standard Resets
    [# HTML5]   Provide legacy support for HTML5 elements
*/
/*
  NOTE:
  
  Margins and padding must be re-applied e.g unordered lists, ordered lists, etc.
  
*/
/* [# Base] */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*  [# HTML5] */
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Open Baskerville 0.0.53';
  src: url('font/OpenBaskerville-0.0.5.3.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
}
body {
  background: white;
  margin: 0;
  font-family: 'Libre Baskerville';
  font-size: .75em;
}
.footer div.container {
  border-top: 2px solid #b7b7b7;
  padding-top: 20px;
}
.footer div.copyright {
  text-align: right;
  margin-top: .5em;
}
.heading {
  background: white;
}
.heading .search-column {
  width: 240px;
}
.heading .pfew-link {
  float: right;
}
.heading .search-form {
  margin: 40px 0 15px 0;
  height: 20px;
  padding: 4px;
  width: 231px;
}
.heading .search-form label {
  display: none;
}
.heading .search-form input {
  border: none;
  background: none;
}
.heading .search-form .search-button {
  float: right;
}
.heading .search-form .search-box {
  width: 190px;
}
.heading .mast-head h1 a {
  padding: 20px 0 0 0;
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
}
.heading .mast-head h1 a span {
  display: block;
}
.heading .mast-head h1 a .police {
  font-size: 7em;
  line-height: .9em;
  padding: 5px 0 0 2px;
}
.heading .mast-head h1 a .pfew {
  padding: 0 0 5px 10px;
  font-size: .85em;
  font-weight: bold;
  letter-spacing: .3px;
}
.heading .mast-head h1 a .voice {
  font-size: 1em;
  font-weight: bold;
  padding: 2px 0 5px 5px;
  letter-spacing: .1px;
}
.heading ul.link-list {
  padding: 0 .5em 1em .5em;
  margin-top: .5em;
}
.heading ul.link-list li {
  margin-left: 17px;
}
.heading ul.link-list li a {
  text-decoration: none;
  color: #000;
}
.heading ul.link-list li a.datedissue {
  color: #808080;
}
.heading ul.link-list li a:hover {
  text-decoration: underline;
}
.heading div.social-links {
  margin-top: 40px;
}
div.social-links {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
div.social-links ul {
  float: right;
}
div.social-links ul li {
  float: left;
  margin-left: 5px;
}
.features .row {
  padding-bottom: 0;
}
.features .latest-news {
  height: 405px;
}
.latest-news,
.latest-tweets {
  background-color: #fff;
}
.latest-news h1,
.latest-tweets h1 {
  color: #fff;
  padding: .4em .5em;
  font-size: 1.8em;
  background: #b7b7b7;
}
.latest-news ul,
.latest-tweets ul {
  display: block;
  padding: 0 .5em 1em .5em;
  border-top: solid 1px #b7b7b7;
}
.latest-news ul li,
.latest-tweets ul li {
  margin-top: 1em;
  margin-left: 15px;
}
.latest-news ul li a,
.latest-tweets ul li a {
  color: #000;
  text-decoration: none;
  font-size: .8em;
}
.latest-news ul li a:hover,
.latest-tweets ul li a:hover {
  text-decoration: underline;
}
.content {
  margin-top: 20px;
}
.dogberry-list {
  background: #b7b7b7;
  margin-bottom: 20px;
}
.dogberry-list h1 {
  font-size: 2em;
  padding: 12px;
}
.dogberry-list h1 a {
  color: #fff;
  text-decoration: none;
}
.dogberry-list h1 a:hover {
  text-decoration: underline;
}
.dogberry-list .dogberry-item {
  color: #fff;
  padding: 10px;
  overflow: hidden;
}
.dogberry-list .dogberry-item .image-floater {
  margin: 0 15px 5px 0;
  float: left;
}
.dogberry-list .dogberry-item a {
  color: #fff;
  text-decoration: none;
}
.dogberry-list .dogberry-item a:hover {
  text-decoration: underline;
}
.dogberry-list .dogberry-item a.readmore {
  margin-top: 5px;
  font-size: .9em;
  padding: 2px 2px 2px 15px;
  display: block;
  margin-left: 60px;
}
.hp-article-list,
.ed-article-list {
  float: left;
  width: 410px;
}
.hp-article-item,
.ed-article-item,
.ed-article-editorial {
  width: 195px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
.hp-article-item .image-floater,
.ed-article-item .image-floater,
.ed-article-editorial .image-floater {
  float: left;
  width: 85px;
  height: 85px;
  padding: 3px;
  margin: 0 5px 5px 0;
}
.hp-article-item .image-floater img,
.ed-article-item .image-floater img,
.ed-article-editorial .image-floater img {
  max-width: 78px;
  max-height: 78px;
}
.hp-article-item h2,
.ed-article-item h2,
.ed-article-editorial h2 {
  font-size: 1.3em;
  padding: 3px;
  margin-bottom: 5px;
}
.hp-article-item h2 a,
.ed-article-item h2 a,
.ed-article-editorial h2 a {
  color: #000;
  text-decoration: none;
}
.hp-article-item h2 a:hover,
.ed-article-item h2 a:hover,
.ed-article-editorial h2 a:hover {
  text-decoration: underline;
}
.hp-article-item h2 span.article-type,
.ed-article-item h2 span.article-type,
.ed-article-editorial h2 span.article-type {
  color: #808080;
}
.hp-article-item p,
.ed-article-item p,
.ed-article-editorial p {
  clear: both;
  font-size: .9em;
}
.hp-article-item ul.inlinelinks,
.ed-article-item ul.inlinelinks,
.ed-article-editorial ul.inlinelinks {
  margin-top: 10px;
  font-size: .85em;
  overflow: hidden;
}
.hp-article-item ul.inlinelinks li,
.ed-article-item ul.inlinelinks li,
.ed-article-editorial ul.inlinelinks li {
  float: left;
  font-size: .9em;
  display: block;
}
.hp-article-item ul.inlinelinks li a,
.ed-article-item ul.inlinelinks li a,
.ed-article-editorial ul.inlinelinks li a {
  color: #808080;
  text-decoration: none;
  padding-left: 15px;
  padding: 5px 15px;
  display: block;
}
.hp-article-item ul.inlinelinks li a:hover,
.ed-article-item ul.inlinelinks li a:hover,
.ed-article-editorial ul.inlinelinks li a:hover {
  text-decoration: underline;
}
.ed-article-list {
  width: 490px;
}
.ed-article-list h2 {
  font-size: 2em;
  margin-bottom: 5px;
}
.ed-article-list h3 {
  font-size: 1.3em;
  padding: 3px;
  margin-bottom: 5px;
}
.ed-article-list h3 a {
  color: #000;
  text-decoration: none;
}
.ed-article-list h3 a:hover {
  text-decoration: underline;
}
.ed-article-list h3 span.article-type {
  color: #808080;
}
.ed-article-item {
  width: 235px;
}
.ed-article-editorial {
  width: 490px;
}
.ed-article-editorial p {
  clear: none;
  font-size: .9em;
}
.latest-tweets h1 {
  font-size: 1em;
  background: #004978;
  padding: 10px;
}
hp-ad-vertical {
  margin: 0 10px;
}
div.seperator {
  border-top: solid 2px #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs {
  margin: 0 20px;
  border: solid 2px #d4d4d4;
  border-width: 0 2px;
  padding: 0 40px;
}
.breadcrumbs ul {
  /*margin-left: -5px;*/
  display:block;
}
.breadcrumbs ul li {
  display: block;
  list-style: none;
  float: left;
  color: #808080;
}
.breadcrumbs ul li a {
  color: #808080;
  padding: 0 15px 0 0;
  text-decoration: none;
  display: block;
  margin-right: 5px;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.article-content h1 {
  font-size: 3em;
  margin-bottom: .25em;
}
.article-content p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.article-content p:first-child {
  font-size: 1.25em;
}
.article-content .article {
  margin: 0 20px;
  border: solid 2px #d4d4d4;
  border-width: 0 2px;
  padding: 0 40px;
}
.article-content .article .content-image {
  position: relative;
  margin-bottom: .5em;
}
.article-content .article .content-image .caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-content .article .content-image.justified img {
  width: 100%;
}
.article-content .article .content-image.left {
  float: left;
  padding-right: 20px;
  background: #fff;
}
.article-content .article .content-image.left .caption {
  margin-right: 20px;
  width: auto;
}
.article-content .article .content-image.right {
  float: right;
  /*padding-left: 20px;*/
  background: #fff;
}
.article-content .article blockquote {
  border: solid 2px #d4d4d4;
  border-width: 2px 0 2px 0;
  font-size: 1.4em;
  color: #21608a;
  line-height: 1.25em;
  margin-bottom: .5em;
  padding: 10px 0;
}
.article-content.norightcolumn .article {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.article-content.norightcolumn .breadcrumbs {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.article-content.noleftcolumn .article {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
.article-content.noleftcolumn .breadcrumbs {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
.polldaddy-container {
  border: solid 2px #d4d4d4;
  padding: 10px;
}
.polldaddy-container .polldaddy-question {
  margin-bottom: 1em;
}
.polldaddy-container .polldaddy-options {
  margin-bottom: 1em;
}
div.ed-article-list div.cover {
  padding-bottom: 4px;
  padding-left: 0;
}
div.ed-article-list h1 {
  float: none;
  margin-bottom: 22px;
}
div.ed-article-list .ed-toolbox {
  padding-bottom: 5px;
  width: 297px;
  margin-left: -5px;
}
div.ed-article-list .ed-toolbox .toolbox {
  border: solid 1px #b7b7b7;
  width: 295px;
  background: #fff;
}
div.ed-article-list .ed-toolbox .toolbox .pdf {
  overflow: hidden;
  margin: 7px;
}
div.ed-article-list .ed-toolbox .toolbox .pdf a {
  display: block;
  height: 32px;
  padding-left: 56px;
  color: #808080;
  font-weight: bold;
  width: 300px;
  text-decoration: none;
  padding-top: 8px;
}
div.ed-article-list .ed-toolbox .toolbox .flipbook {
  overflow: hidden;
  margin: 7px;
}
div.ed-article-list .ed-toolbox .toolbox .flipbook a {
  display: block;
  height: 32px;
  padding-left: 56px;
  color: #808080;
  font-weight: bold;
  width: 300px;
  text-decoration: none;
  padding-top: 8px;
}
.features .hp-featured-content,
.features .latest-news {
  height: 400px;
  background: transparent;
}
.features .latest-news h1 {
  height: 25px;
}
.features .latest-news ul {
  height: 345px;
}
.features .hp-featured-content {
  padding-left: 25px;
}
.features .hp-featured-content .feature-big {
  height: 100%;
  background: #dcdcdc;
  width: 400px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.features .hp-featured-content .feature-big.black h1,
.features .hp-featured-content .feature-big.black p,
.features .hp-featured-content .feature-big.black a {
  color: #000;
}
.features .hp-featured-content .feature-big.black ul.inlinelinks li.more a {
  background: url(/images/bullet-black.png) no-repeat 0 2px;
}
.features .hp-featured-content .feature-big div.feature-big-content {
  background: transparent url(/images/bg_8e8e8e_80.png);
  position: absolute;
  padding: 10px;
  /*width: 50%;*/
  width: 57%;
  bottom: 0;
  left: 30px;
}
.features .hp-featured-content .feature-big .feature-content-big{
    margin-left: 75px;
    /*width: 200px;*/
    width: 220px;
    margin-top: 130px;
}
.features .hp-featured-content .feature-big .feature-content-big a{
    text-decoration: none !important;
}
.features .hp-featured-content .feature-big .feature-content-big a:hover{
    text-decoration: underline;
}
.features .hp-featured-content .feature-big .feature-big-content a{
    text-decoration: none ;
}
.features .hp-featured-content .feature-big .feature-big-content a:hover{
    text-decoration: underline;
}
.features .hp-featured-content .feature-big a {
  color: #fff;
}
.features .hp-featured-content .feature-big h1 {
  font-size: 3em;
  margin: 10px 0 0 0;
}
.features .hp-featured-content .feature-big p {
  margin: 10px 0 20px 0;
}
.features .hp-featured-content .feature-big ul.inlinelinks {
  margin: 10px 0 0 0;
}
.features .hp-featured-content .feature-big ul.inlinelinks li {
  margin: 5px 0;
}
.features .hp-featured-content .feature-big ul.inlinelinks li a {
  text-decoration: none;
}
.features .hp-featured-content .feature-big ul.inlinelinks li a:hover {
  text-decoration: underline;
}
.features .hp-featured-content .feature-big ul.inlinelinks li.more a {
  background: url(/images/bullet-white.png) no-repeat 0 2px;
  padding-left: 15px;
}
.features .hp-featured-content .feature-big ul.inlinelinks li.share a img {
  margin-right: 4px;
}
.features .hp-featured-content .mini-features {
  float: left;
  width: 295px;
}
.features .hp-featured-content .mini-features .mini-feature a {
  background: url(/images/feature-large-mini-bg.png);
  display: block;
  height: 100px;
  color: #fff;
  text-decoration: none;
}
.features .hp-featured-content .mini-features .mini-feature a h2 {
  font-size: 1.2em;
  padding: 10px 10px 5px 10px;
}
.features .hp-featured-content .mini-features .mini-feature a p {
  padding: 0 10px 10px 10px;
  line-height: 1.25em;
}
.features .hp-featured-content .mini-features .mini-feature a span {
  display: block;
  height: 100px;
  width: 105px;
  float: right;
  background-position: right center;
  background-repeat: no-repeat;
}
.features .hp-featured-content .mini-features .mini-feature a:hover {
  background: url(/images/feature-large-mini-bg_hover.png);
}
.related-item,
.twitter-item {
  overflow: hidden;
  padding: 4px;
}
.related-item a,
.twitter-item a {
  color: #000;
  text-decoration: none;
  padding-left: 37px ;
  display: block;
}
.related-item a:hover,
.twitter-item a:hover {
  text-decoration: underline;
}
.related-item .item-image,
.twitter-item .item-image,
.related-item .twitter-item-image,
.twitter-item .twitter-item-image {
  float: left;
  margin: 0 3px 3px 0;
}
.related-item .item-image img,
.twitter-item .item-image img,
.related-item .twitter-item-image img,
.twitter-item .twitter-item-image img {
  width: 30px;
}
.related-item .item-image a,
.twitter-item .item-image a,
.related-item .twitter-item-image a,
.twitter-item .twitter-item-image a {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .heading .six.columns {
    width: 460px;
  }
  .heading .three.columns {
    width: 268px;
  }
  .heading .search-form {
    margin-right: 0;
  }
  .heading div.social-links {
    width: 50%;
    padding: 0;
    float: left;
    margin-top: 0 !important;
  }
  .heading div.pfew-link {
    width: 50%;
    float: right;
  }
  .heading div.pfew-link img {
    width: 100%;
  }
  .breadcrumbs .row {
    margin-bottom: 0;
  }
  div.hp-ad-vertical img {
    width: 100%;
  }
  div.ad-hoz {
    padding-right: 40px;
  }
  div.ad-hoz img {
    width: 100%;
  }
  .hp-article-list {
    width: 340px !important;
  }
  .hp-article-list .hp-article-item,
  .hp-article-list .ed-article-item,
  .hp-article-list .ed-article-editorial {
    width: 100%;
  }
  .ed-article-list {
    width: 370px !important;
  }
  .ed-article-list .hp-article-item,
  .ed-article-list .ed-article-item,
  .ed-article-list .ed-article-editorial {
    width: 100%;
  }
  div.ed-article-list .content-image img {
    width: 100px;
  }
  div.ed-article-list .ed-toolbox {
    width: 250px;
  }
  div.ed-article-list .ed-toolbox .toolbox {
    width: 250px;
  }
  div.ed-article-list .ed-toolbox .toolbox .pdf a {
    height: 32px;
    width: 240px;
  }
  div.ed-article-list .ed-toolbox .toolbox .flipbook a {
    height: 32px;
    width: 240px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .heading .six.columns {
    width: 100%;
  }
  .heading .search-column {
    width: 100%;
  }
  .heading .search-column ul.link-list {
    float: left;
  }
  .heading .search-form {
    margin-right: 0;
    float: left;
    margin: 10px 10px 0 10px;
  }
  .heading div.social-links {
    width: 50%;
    margin-right: 10%;
    padding: 0;
    float: left;
    margin-top: 0 !important;
  }
  .heading div.pfew-link {
    width: 40%;
    float: right;
  }
  .heading div.pfew-link img {
    width: 50%;
  }
  .breadcrumbs .row {
    margin-bottom: 0;
  }
  div.hp-ad-vertical {
    float: left;
    width: auto;
  }
  div.ad-hoz img {
    width: 100%;
  }
  .hp-article-list {
    width: 100% !important;
  }
  .hp-article-list .hp-article-item,
  .hp-article-list .ed-article-item,
  .hp-article-list .ed-article-editorial {
    width: 100%;
  }
  .ed-article-list {
    width: 100% !important;
  }
  .ed-article-list .hp-article-item,
  .ed-article-list .ed-article-item,
  .ed-article-list .ed-article-editorial {
    width: 100%;
  }
  div.ed-article-list .content-image img {
    width: 100px;
  }
  div.ed-article-list .ed-toolbox {
    width: 250px;
  }
  div.ed-article-list .ed-toolbox .toolbox {
    width: 250px;
  }
  div.ed-article-list .ed-toolbox .toolbox .pdf a {
    height: 32px;
    width: 240px;
  }
  div.ed-article-list .ed-toolbox .toolbox .flipbook a {
    height: 32px;
    width: 240px;
  }
  .content .right-border {
    background: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .heading .six.columns {
    width: 100%;
  }
  .heading .search-column {
    width: 100%;
  }
  .heading .search-column ul.link-list {
    float: left;
  }
  .heading .search-form {
    margin-right: 0;
    float: left;
    margin: 10px 10px 0 10px;
  }
  .heading div.social-links {
    width: 50%;
    margin-right: 10%;
    padding: 0;
    float: left;
    margin-top: 0 !important;
  }
  .heading div.pfew-link {
    width: 40%;
    float: right;
  }
  .heading div.pfew-link img {
    width: 50%;
  }
  .breadcrumbs .row {
    margin-bottom: 0;
  }
  div.hp-ad-vertical {
    float: left;
    width: auto;
  }
  div.ad-hoz img {
    width: 100%;
  }
  .hp-article-list {
    width: 100% !important;
  }
  .hp-article-list .hp-article-item,
  .hp-article-list .ed-article-item,
  .hp-article-list .ed-article-editorial {
    width: 100%;
  }
  .ed-article-list {
    width: 100% !important;
  }
  .ed-article-list .hp-article-item,
  .ed-article-list .ed-article-item,
  .ed-article-list .ed-article-editorial {
    width: 100%;
  }
  div.ed-article-list .content-image img {
    width: 100px;
  }
  div.ed-article-list .ed-toolbox {
    width: 250px;
  }
  div.ed-article-list .ed-toolbox .toolbox {
    width: 250px;
  }
  div.ed-article-list .ed-toolbox .toolbox .pdf a {
    height: 32px;
    width: 240px;
  }
  div.ed-article-list .ed-toolbox .toolbox .flipbook a {
    height: 32px;
    width: 240px;
  }
  .content .right-border {
    background: none !important;
  }
}
/*
.container{
    background:url(images/grid_960_12.png);
}
.columns, .column{
    background: rgba(255, 255, 255, .5);
}
*/

strong{
    font-weight: bold;
}
 
.post-title, .post-date{
    padding: 5px;
}
.post-date{
    color: #6e6e6e;
}
.post-title a{
    text-decoration: none;
    color: #000;
}
.post-title a:hover{
    text-decoration: underline
}