/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

*/
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 320 and Up _________________________________________________

320 and Up
Andy Clarke http://about.me/malarkey
LESS Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/

__________________________________________________________ */
.clearfix {
/*  zoom: 1; */
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  background: #ffffff;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family:Helvetica, Tahoma, sans-serif;
  color: #3c3c3c;
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family:Helvetica, Tahoma, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:Helvetica, Tahoma, sans-serif;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
p {
  text-align: left;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 5px 0 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family:Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #a00054;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a:visited {
  color: #a00054;
}
a:hover {
  color: #e28c05;
}
a:focus {
  outline: thin dotted;
  color: #a00054;
}
a:hover, a:active {
  outline: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #007bbf;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #007bbf;
}
h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
  color: #a00054;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 25px;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

table thead th {
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #b5b5b5;
}
table tbody tr {
  background: #f0f0f0;
}
table tbody tr:nth-child(odd) {
   background-color: #fff;
}
table tr td {
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
table tr td[nowrap="nowrap"] {
  width: 112px;
  word-break: break-all;
  word-wrap: break-word;
}
caption {
  background-color: transparent;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
:-webkit-selection {
  background: #e6e6e6;
  color: #fafafa;
  text-shadow: none;
}
:-moz-selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
:selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
:-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.lt-ie8 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}


/* Light Blue: 0091c9 */
/* Blue: 0072c6 */
/* Dark Blue: 003893 */
/* Pink: a00054 */
/* Grey: efefef */
/* Border Grey: b5b5b5 */


/* GENERIC ============================================================================= */
body
{
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    color:#242424;
    padding: 0;
    font-smoothing: antialiased;
}

.wrapper
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.pos-ul, .widget_twitter_hashtag_feed_widget ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img, iframe
{
    display: block;
    max-width: 100%;
}

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

img.alignleft, .alignleft img
{
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 6px;
    background-color: #efefef;
}

img.alignright, .alignright img
{
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 6px;
    background-color: #efefef;
}

img.aligncenter, .aligncenter img
{
    margin: 0 auto 20px auto;
    padding: 6px;
    background-color: #efefef;
}

.polaroid
{
    padding: 6px;
    background-color: #efefef;
}


/* COLUMNS ============================================================================= */
.columns
{
    margin-bottom: 40px;
}

.column
{
    float: left;
}

.columns.homepage .column.center
{
    width: 689px;
    margin-right: 31px;
    overflow: hidden;
}

.columns.homepage .column.right
{
    width: 280px;
}

.columns.page .column.left
{
    width: 170px;
    margin-right: 30px;
}

.columns.page .column.left.zero{
  width: 0;
  display: none;
}

.columns.page .column.center
{
    width: 540px;
    margin-right: 30px;
}

.columns.page .column.right
{
    width: 230px;
}


/* TEXT ============================================================================= */
p, .textwidget
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 25px;
}

a, a:visited, a:active
{
    color: #a00054;
}

    a:hover
    {
        color: #003893;
    }

ul, ol
{
    margin: 30px;
    padding: 0;
}

    ul li, ol li
    {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
    }

blockquote
{
    margin: 0;
    margin: 30px 10px;
    border: none;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px;
}

    blockquote p, blockquote li
    {
        font-family: "FrutigerLight", Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        text-align: justify;
        color: #777;
    }

        blockquote p:last-of-type
        {
            margin-bottom: 0;
        }

.pdf-link, .csv-link, .doc-link, .ppt-link, .rtf-link, .xls-link
{
    padding-left: 20px;
    line-height: 20px;
}

.pdf-link
{
    background: #fff url(../../images/icon_pdf.gif) no-repeat left center;
}

.csv-link
{
    background: #fff url(../../images/icon_txt.gif) no-repeat left center;
}

.doc-link
{
    background: #fff url(../../images/icon_doc.gif) no-repeat left center;
}

.ppt-link
{
    background: #fff url(../../images/icon_ppt.gif) no-repeat left center;
}

.rtf-link
{
    background: #fff url(../../images/icon_txt.gif) no-repeat left center;
}

.xls-link
{
    background: #fff url(../../images/icon_xls.gif) no-repeat left center;
}


/* HEADER ============================================================================= */
.site-header
{
    height: 130px;
}

    .site-header h1
    {
        position: absolute;
        top: 25px;
        right: 0;
        width: 140px;
        height: 87px;
    }

    .site-header h2
    {
        position: absolute;
        top: 30px;
        left: 0;
        font-family: "FrutigerLight", Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: 0px;
    }

    .site-header .additional-logo
    {
        position: absolute;
        top: 25px;
        left: 0;
        width: 180px;
        height: 100px;
        overflow: hidden;
    }

    .site-header .additional-logo img {
      max-height: 87px;
    }


/* NAV ============================================================================= */
.site-nav
{
    margin-bottom: 25px;
    background-color: #0072c6;
}

    .site-nav ul
    {
        margin-left: 2px;
    }

    .site-nav li
    {
        float: left;
        margin-bottom: 0;
    }

        .site-nav li a
        {
            display: block;
            border-left: 1px solid #8ed9eb;
            padding: 9px 10px;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 18px;
            color: #fff;
        }

        .site-nav li:first-child a
        {
            border-left: none;
        }

        .site-nav li.current-menu-item a,
        .site-nav li.current-page-ancestor a,
        .site-nav li.current_page_parent a {
          background-color: #a00054;
        }

            .site-nav li a:hover
            {
                background-color: #a00054;
                color: #fff;
            }

/* SUBNAV ============================================================================= */
/* 1st Level */
.sub-nav > li
{
    margin-bottom: 10px;
}

    .sub-nav > li > a
    {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        color: #fff;
        background-color: #003893;
        transition: background-color 0.2s ease-in-out;
    }

        .sub-nav > li > a:hover
        {
            background-color: #a00054;
        }
/* 1st Level */

/* 2nd Level */
.sub-nav > li > ul
{
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}

.sub-nav > li > ul > li
{
    margin-bottom: 5px;
}

    .sub-nav > li > ul > li:last-child
    {
        margin-bottom: 0;
    }

.sub-nav > li > ul > li > a
{
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    color: #242424;
    background-color: #efefef;
    transition: background-color 0.2s ease-in-out;
}

    .sub-nav > li > ul > li > a:hover
    {
        background-color: #dedede;
    }
/* 2nd Level */

/* 3rd Level */
.sub-nav > li > ul > li > ul
{
    margin: 10px 0;
    margin-left: 10px;
    padding-left: 8px;
    list-style-type: none;
    border-left: 2px solid #dedede;
}

.sub-nav > li > ul > li > ul > li
{
    margin-bottom: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    width: 87%;
}

    .sub-nav > li > ul > li > ul > li:last-child
    {
        margin-bottom: 0;
    }

.sub-nav > li > ul > li > ul > li > a
{
    color: #242424;
}

    .sub-nav > li > ul > li > ul > li > a:hover
    {
        color: #a00054;
    }
/* 3rd Level */

/* 4th Level */
.sub-nav > li > ul > li > ul > li > ul
{
    margin: 10px 0;
    padding-left: 8px;
    list-style-type: none;
    border-left: 2px solid #dedede;
}

.sub-nav > li > ul > li > ul > li > ul > li
{
    margin-bottom: 8px;
    line-height: 18px;
    font-size: 12px;
    font-size: 1.2rem;
}

    .sub-nav > li > ul > li > ul > li > ul > li:last-child
    {
        margin-bottom: 0;
    }

.sub-nav > li > ul > li > ul > li > ul > li > a
{
    color: #242424;
}

    .sub-nav > li > ul > li > ul > li > ul > li > a:hover
    {
        color: #a00054;
    }
/* 4th Level */

/* 5th Level */
.nav-collapse .sub-nav > li > ul > li > ul > li > ul > li > ul
{
    width: 90%;
    margin: 10px 0;
    padding-left: 8px;
    list-style-type: none;
    border-left: 2px solid #dedede;
}

.sub-nav > li > ul > li > ul > li > ul
{
    margin: 10px 0;
    padding-left: 8px;
    list-style-type: none;
    border-left: 2px solid #dedede;
}

.sub-nav > li > ul > li > ul > li > ul > li > ul > li
{
    margin-bottom: 8px;
    line-height: 18px;
    font-size: 12px;
    font-size: 1.2rem;
}

    .sub-nav > li > ul > li > ul > li > ul > li > ul > li:last-child
    {
        margin-bottom: 0;
    }

.sub-nav > li > ul > li > ul > li > ul > li > ul > li a
{
    color: #242424;
}

    .sub-nav > li > ul > li > ul > li > ul > li > ul > li > a:hover
    {
        color: #a00054;
    }
/* 5th Level */




/* HOMEPAGE ============================================================================= */
/* inc-static */

.homepage-featured {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  background: #efefef;
  transition: all 0.3s ease-in-out;
}

.homepage-featured:hover,
.homepage-featured:focus {
  background: #e5e5e5;
}

    .homepage-featured figure {
      width: 30%;
      float: left;
      margin: 0;
    }

    .homepage-featured figure img {
      width: 100%;
      height: auto;
      margin: 0;
    }

    .homepage-featured article {
      width: 70%;
      float: left;
    }

    .homepage-featured article h1 {
      margin: 20px 20px 10px 20px;
      color: #003893;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 34px;
    }

    .homepage-featured article p {
      margin: 0 20px 20px 20px;
      color: #242424;
    }

.homepage-news-item {
  width: 30.624092888244%;
  float: left;
  margin-right: 4.063860668%;
  margin-bottom: 30px;
  background: #0072c6;
  transition: all 0.3s ease-in-out;
}

.homepage-news-item:hover,
.homepage-news-item:focus {
  background: #0060A7;
}

.homepage-news-item.last {
  margin-right: 0;
}

    .homepage-news-item figure {
      margin: 0;
    }

    .homepage-news-item img {
      margin: 0;
    }

    .homepage-news-item article {
      min-height: 204px;
      padding: 15px 20px 20px 20px;
    }

    .homepage-news-item h1 {
      margin-bottom: 10px;
      color: #fff;
      font-size: 22px;
      font-size: 2.2rem;
    }

    .homepage-news-item p {
      margin-bottom: 0;
      color: #fff;
    }

/* inc-slider */

.homepage-intro
{
    margin-bottom: 30px;
    padding: 16px 20px;
    background-color: #0072c6;
    min-height: 89px;
}

.lt-ie9 .homepage-intro {
  margin-left: -1px;
  width: 649px;
}

    .homepage-intro h1
    {
        margin-bottom: 10px;
        font-family: "FrutigerLight", Arial, sans-serif;
        font-size: 26px;
        font-size: 2.6rem;
        color: #fff;
    }

    .homepage-intro p
    {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        color: #fff;
    }

.large-promo
{
    margin-bottom: 30px;
}

    .large-promo .polaroid
    {
        float: left;
        width: 198px;
    }

    .large-promo h2
    {
        margin-left: 240px;
        margin-bottom: 10px;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 34px;
    }

        .large-promo h2 a {
          color: #007bbf;
        }

        .large-promo h2 a:hover, .large-promo h2 a:focus {
          color: #a00054;
        }


    .large-promo p
    {
        margin-left: 240px;
        margin-bottom: 0;
    }

/* */

.small-promos li
{
    float: left;
    width: 209px;
    margin-right: 30px;
    background: #0072c6;
    position: relative;
}

.small-promos li + li
{
  background: #a00054;
}

.small-promos li + li + li
{
  background: #003893;
}

    .small-promos li:last-child
    {
        margin-right: 0;
    }

    .small-promos a
    {
        display: inline-block;
        line-height: 28px;
        color: #fff;
        padding: 0 5px;
        transition: all 0.3s ease-in-out;
        min-height: 300px;
    }

        .small-promos a:hover
        {
            background-color: rgba(0,0,0,0.15);
        }

    .small-promos h3
    {
        margin-bottom: 10px;
        padding: 10px 15px 0 15px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .small-promos p
    {
        margin-bottom: 0;
        padding: 0 15px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        color: #fff;
    }

    .small-promos figure {
      display: block;
      margin: 0;
      padding: 0 15px;
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
    }

        .small-promos a img {
          width: auto;
          display: inline-block;
        }


/* PAGES ============================================================================= */
.columns.page .column.center .breadcrumbs
{
    margin: 0;
    margin-bottom: 25px;
}

    .columns.page .column.center .breadcrumbs li
    {
        display: inline;
        margin-bottom: 8px;
        padding-left: 8px;
        padding-right: 16px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        background: #fff url(../../images/breadcrumb_chevron.png) no-repeat right 2px;
    }

        .columns.page .column.center .breadcrumbs li:first-child
        {
            padding-left: 0;
        }

        .columns.page .column.center .breadcrumbs li:last-child
        {
            padding-right: 0;
            background: none;
        }

.columns.page .column.center h1, .columns.simple-homepage .column.center h1
{
    margin-bottom: 25px;
    font-family: "FrutigerLight", Arial, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    color: #0072c6;
}

.columns.page .column.center h2
{
    margin-bottom: 5px;
    font-family: "FrutigerLight", Arial, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    color: #0072c6;
}

.columns.news .column.center h2
{
    color: #242424;
}

.columns.news .column.center h1
{
    margin-bottom: 0;
}

.columns.news .column.center hgroup
{
    margin-bottom: 25px;
}

.post
{
    margin-bottom: 35px;
}

    .post:last-of-type
    {
        margin-bottom: 20px;
    }

    .columns.page .column.center .post header h2
    {
        margin-bottom: 5px;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
    }

    .post time
    {
        display: block;
        margin-bottom: 10px;
        padding-left: 18px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 13px;
        color: #7d7d7d;
        background: #fff url(../../images/icon-time.png) no-repeat;
    }

    .columns.page .column.center .post h1
    {
        margin-bottom: 5px;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
        color: #242424;
    }

    .columns.page .column.center .post h2
    {
        margin-bottom: 5px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    .columns.page .column.center .post h3
    {
        margin-bottom: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 28px;
    }

    .columns.page .column.center .post h4
    {
        margin-bottom: 5px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
    }

    .post p
    {
        margin-bottom: 15px;
    }

    .post .read-more
    {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
        color: #242424;
        background: #fff url(../../images/chevron.png) no-repeat left center;
    }

        .post .read-more:hover
        {
            color: #0072c6;
        }

.pagination
{
    padding: 20px 0;
    position: relative;
    list-style: none;
    margin: 0;
}

.pagination li {
  float: left;
}

.pagination .disabled {
  display: none;
}

.pagination span, .pagination a
{
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #007bbf;
}

.pagination a:hover
{
    color: #fff;
    background: #a00054;
}

.pagination .current a
{
    padding: 6px 9px 5px 9px;
    background: #efefef;
    color: #242424;
}


/* CATEGORY LANDING PAGE ================================================================ */
.lt-ie9 .page-template-page-category-php .column.center{
  position: relative;
  left: 200px;
}

.lt-ie9 .page-template-page-category-php .column.right{
  position: relative;
  left: 200px;
}


/* COMMENTS ============================================================================= */
#respond
{
    margin-top: 20px;
}

.comment-area,
{
    margin-top: 25px;
    padding-top: 16px;
}

    .comment-area h3
    {
        margin-bottom: 0;
        font-family: "FrutigerLight", Arial, sans-serif;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 38px;
        color: #0072c6;
    }

#cancel-comment-reply-link
{
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 38px;
}

.comment-area label
{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #7d7d7d;
}

.comment-area input[type=submit], .comment-reply-link
{
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    color: #242424;
    border: none;
    background: #fff url(../../images/chevron.png) no-repeat left center;
}

    .comment-area input[type=submit]:hover
    {
        color: #0072c6;
    }

.comment-area ol
{
    margin: 20px 0;
    list-style-type: none;
}

    .comment-area ol > li
    {
        margin-bottom: 30px;
        padding-bottom: 28px;
        border-bottom: 1px solid #b5b5b5;
    }

    .comment-area ol ul
    {
        margin: 30px 20px;
        margin-right: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .comment-area ol ul > li
        {
            margin-bottom: 30px;
        }

            .comment-area ol ul > li:last-child
            {
                margin-bottom: 0;
            }

.comment-author
{
    margin-bottom: 10px;
}

.comment-author img
{
    float: left;
    margin-right: 10px;
}

.comment-author cite, .comment-author span
{
    display: inline-block;
    line-height: 32px;
}

.comment-meta
{
    display: block;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 13px;
    color: #7d7d7d;
    background: #fff url(../../images/icon-time.png) no-repeat;
}

.comment-body p
{
    margin-bottom: 10px;
}

.lt-ie8 .comment-area input[type=text], .lt-ie8 .comment-area textarea
{
    width: 498px;
}


/* SIDEBAR ============================================================================= */
.sidebar-block
{
    margin-bottom: 30px;
}

    .sidebar-block:last-of-type
    {
        margin-bottom: 0;
    }

    .sidebar-block h4
    {
        margin-bottom: 20px;
        padding-bottom: 8px;
        font-family: "FrutigerLight", Arial, sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px;
        color: #003893;
        border-bottom: 1px solid #b5b5b5;
    }

    .news-widgets h4
    {
        font-size: 22px;
        font-size: 2.2rem;
    }

.news-widgets
{
    margin-top: 5px;
}

/* Search - overwriting the embeded search styles */
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
    .gsc-search-box-tools .gsc-search-box .gsc-input table {
      border: none;
    }
    .gsc-search-box-tools .gsc-search-box input.gsc-input {
      background: transparent !important;
      box-shadow: none;
    }
        input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
          margin-left: 0 !important;
          padding: 7px 20px !important;
          margin-top: 5px !important;
          background-color: #007bbf !important;
          border: none !important;
          border-radius: 0 !important;
        }
td.gsc-search-button {
  padding: 0;
}

.lt-ie9 table.gsc-search-box {
  background: transparent;
}

.icon-channel-links, .widget_nav_menu h4
{
    padding-left: 40px;
    background: #fff url(../../images/icon-channels.png) no-repeat left 1px;
}

.icon-news, .widget_recent_entries h4
{
    padding-left: 40px;
    background: #fff url(../../images/icon-news.png) no-repeat left 1px;
}

.icon-twitter, .simple_tweet_widget h4, .widget_twitter_hashtag_feed_widget h4 {
    padding-left: 40px;
    background: #fff url(../../images/icon-twitter.png) no-repeat left 1px;
}

.social-networks
{
    float: right;
}

    .social-networks li
    {
        float: left;
        margin-left: 5px;
        margin-bottom: 0;
    }

        .social-networks li:first-child
        {
            margin-left: 0;
        }

        .social-networks li a:hover,
        .social-networks li a:focus,
        .social-networks li a:hover img,
        .social-networks li a:focus img {
          opacity: 0.8;
        }

.channel-links, #menu-channel-links, .news-widgets ul
{
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

    .channel-links li, #menu-channel-links li, .news-widgets li
    {
        margin-bottom: 10px;
        padding-left: 20px;
        line-height: 16px;
        background: #fff url(../../images/chevron.png) no-repeat left center;
    }

        .channel-links li, #menu-channel-links li, .news-widgets li
        {
            font-size: 14px;
            font-size: 1.4rem;
            color: #242424;
        }

        .channel-links li a, #menu-channel-links li a, .news-widgets li a
        {
            font-size: 14px;
            font-size: 1.4rem;
            color: #242424;
        }

            .channel-links li a:hover, #menu-channel-links li a:hover, .news-widgets li a:hover
            {
                color: #0072c6;
            }

.widget_recent_entries
{
    margin-bottom: 0;
}

    .widget_recent_entries ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.sidebar-post, .widget_recent_entries li
{
    margin-bottom: 25px;
}

    .sidebar-post:last-of-type, .widget_recent_entries li:last-of-type
    {
        margin-bottom: 20px;
    }

    .sidebar-post h1, .widget_recent_entries li a
    {
        display: block;
        margin-bottom: 2px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
    }

    .sidebar-post time, .widget_recent_entries li .post-date
    {
        display: block;
        padding-left: 18px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 13px;
        color: #7d7d7d;
        background: #fff url(../../images/icon-time.png) no-repeat;
    }

a.more-news
{
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    color: #242424;
    background: #fff url(../../images/chevron.png) no-repeat left center;
}

    a.more-news:hover
    {
        color: #0072c6;
    }

.simple_tweet_widget
{
    margin-bottom: 0;
}

.twitter-feed li, .widget_twitter_hashtag_feed_widget ul li
{
    margin-bottom: 10px;
    padding: 12px 15px;
    background-color: #efefef;
}

    .twitter-feed li p
    {
        margin-bottom: 5px;
    }

    .twitter-feed li small
    {
        font-size: 12px;
        font-size: 1.2rem;
        color: #0072c6;
    }

        .twitter-feed li small a
        {
            color: #0072c6;
        }

            .twitter-feed li small a:hover
            {
                color: #a00054;
            }

.twitter-follow-link
{
    text-align: center;
}

    .twitter-follow-link a
    {
        display: inline-block;
        padding-top: 40px;
        color: #1cb2d7;
        background: #fff url(../../images/icon-twitter-follow.png) no-repeat center top;
    }

        .twitter-follow-link a:hover
        {
            color: #0072c6;
        }

.choices-sidebar
{
    min-height: 45px;
    padding-left: 110px;
    background: #fff url(../../images/logo_nhs_choices.png) no-repeat left center;
}


/* FORMS ============================================================================= */
input[type=text], textarea
{
  padding: 7px 10px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #b5b5b5;
  background-color: #fbfbfb;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1);
  outline: none;
  transition: background-color 0.3s ease-in-out;
}

input[type=text]:focus, textarea:focus
{
  background-color: #fff;
  outline: none;
}

input[type=text].inside-label, textarea.inside-label
{
  color: #a0a0a0;
}

#search-form, #searchform
{
  position: relative;
  margin-bottom: 30px;
}

#search-form input[type=text], #searchform input[type=text]
{
  min-height: 35px;
  padding-right: 32px;
  margin-bottom: 0;
}

#search-form button, #searchform input[type=submit]
{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  border: none;
  background: transparent url(../../images/search_icon.png) no-repeat left top;
  appearance: none;
}

#search-form button:hover, #searchform input[type=submit]:hover
{
  background-position: left bottom;
}

#searchform label.screen-reader-text
{
  display: none;
}

form#feedburner {
  width: 100%;
  display: inline-block;
}

    form#feedburner label {
      display: block;
      margin-bottom: 10px;
    }

    form#feedburner input[type=text] {
      width: 70%;
      float: left;
    }

    form#feedburner input[type=submit] {
      width: 30%;
      float: left;
      background: #0072c6;
      border: none;
      border-radius: 0;
      padding: 8px 5px;
      color: #fff;
    }

.lt-ie9 #search-form input[type=text]
{
  min-height: 22px;
}

.lt-ie8 #search-form input[type=text]
{
  width: 236px;
}

.lt-ie8 .columns.page .column.right #search-form input[type=text], .lt-ie8 .columns.page .column.right #searchform input[type=text]
{
  width: 186px;
}


/* FOOTER ============================================================================= */
.site-footer
{
    padding-top: 15px;
    border-top: 1px solid #b5b5b5;
    height: 40px;
}

    .site-footer small, .site-footer li a
    {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1em;
    }

    .site-footer small, .site-footer ul, .site-footer li
    {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 1;
    }

    .site-footer small
    {
        padding: 2px 9px 0;
        border-right: 1px solid #242424;
    }

    .site-footer li a
    {
        display: inline-block;
        padding: 0 8px;
        border-left: 1px solid #242424;
    }

        .site-footer li:first-child a
        {
            border-left: none;
        }

.footer-logo
{
    position: absolute;
    top: 10px;
}

.footer-logo img {
  max-height: 30px;
}

.lnk-constitution
{
    right: 10px;
}

.lnk-choices
{
    right: 84px;
}

.footer-tagline
{
    position: relative;
    background: #a00054;
}

    .footer-tagline p
    {
        margin: 30px auto 0 auto;
        padding: 30px 0;
        width: 100%;
        font-family: "FrutigerLight", Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        line-height: 40px;
        line-height: 4rem;
        letter-spacing: 0px;
        text-align: center;
        color: #fff;
    }


/* PLUGINS ============================================================================= */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

.lt-ie9 .bx-wrapper img {
  margin-left:-1px;
  width: 692px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    position: absolute;
    top: 208px;
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display:inline-block;
  width:28px;
  height:28px;
  background:url(../../images/bullets.png) no-repeat 0 -28px;
  border:0;
  margin: 0 5px;
  font-family: "FrutigerRoman", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #0072c6;
  cursor:pointer;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-position:0 0;
  color: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left:15px;
  background: transparent url(../../images/arrows.png) no-repeat left top;
}

.bx-wrapper .bx-next {
  right:15px;
  background: transparent url(../../images/arrows.png) no-repeat right top;
}

.bx-wrapper .bx-prev:hover {
  opacity: 1;
}

.bx-wrapper .bx-next:hover {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 85px;
  outline: 0;
  width: 15px;
  height: 80px;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.fm-form fieldset ul{
  margin: 15px;
}

ul.sharebuttonsanywhere {
  width: 100%;
  clear: both;
  float: left;
}

ul.sharebuttonsanywhere li {
  display: inline-block;
  float: left;
}

.sba-label {
  padding-right: 20px;
}

.sba-facebook {
  padding-top: 3px;
}

.column.left.zero{width: 0;}

/***
 ** Ratings
 **/

.rating-item.first{
  border-top: 1px solid #b5b5b5;
  padding-top: 25px;
}

.ratings li {
  margin-top: 5px;
  margin-bottom: 0;
}

.ratings a {
  width: 16px !important;
  height: 16px !important;
  background-image: url(../../images/star-empty.png) !important;
}

.ratings a.star-half {
  background-image: url(../../images/star-half.png) !important;
}

.ratings a.star-full {
  background-image: url(../../images/star-full.png) !important;
}

/* Google custom search */

/* !important rules are because google loads a css file when
delivering search results that needs to overwritten */
#___gcse_0{
  width: 100%;
  float: right;
  top: 9px;
  right: 135px;
  padding-bottom: 30px;
  z-index: 10000;
  display: none;
}

#___gcse_1 .gsc-result-info, #___gcse_1 .gsc-orderby-label{
  color: #fff;
  font-weight: bold;
}

#___gcse_1 .gsc-results-wrapper-visible{
  margin-top: -40px;
  color: #3c3c3c;
}

#___gcse_1 .gsc-control-cse{
  background-color: transparent;
  border-color: transparent;
}

#___gcse_1 .gsc-webResult .gs-title a, #___gcse_1 .gsc-webResult .gs-title a:visited, #___gcse_1 .gsc-webResult .gs-title a:active,
#___gcse_1 .gsc-webResult .gs-title a b, #___gcse_1 .gsc-webResult .gs-title a:visited b, #___gcse_1 .gsc-webResult .gs-title a:active b,
#___gcse_1 .gsc-cursor  .gsc-cursor-page, #___gcse_1 .gsc-cursor .gsc-cursor-current-page {
color: #a00054;
}

#___gcse_1 a:hover, #___gcse_1 a:hover b,
#___gcse_1 .gsc-cursor  .gsc-cursor-page:hover, #___gcse_1 .gsc-cursor .gsc-cursor-current-page:hover{
  color: #0072c6 !important;
}

#___gcse_1 .gs-bidi-start-align {
  color: #7d7d7d;
}

#___gcse_1 .gs-snippet{
  color: #404040;
}

#___gcse_1 .gsc-thumbnail-inside{
  padding-left: 0;
}

#___gcse_1 .gsc-selected-option-container{
  padding-right: 10px;
  margin-right: 10px;
}

#___gcse_1 table{
  border: 0 none;
}

#___gcse_1 .gsc-adBlock{
  display: none;
}


/**
 **
 **
 ** Document search
 **
 **/

select.doc-lib-taxonomy{
  width: 100%;
}

.document-search{
  width: 50%;
  display: inline-block;
}

.document-search-descriptions{
  width: 40%;
  float:left;
  display: inline-block;
}

.document-search-description {
  line-height: 1.5;
}

.page-template-document-search-php .columns.page .column.right{
  width: 100%;
}

.page-template-document-search-php #searchform select{
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 10px;
  border-radius:0;
  background: url('../../images/down_arrow.png') 95% 55% no-repeat;
  border: 1px solid #b5b5b5;
  background-color: #fbfbfb;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1);
  outline: none;
  transition: background-color 0.3s ease-in-out;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: 0.01px;
  text-overflow: '';
}

.column.right #searchform select {
  margin-bottom: 5px;
}


.document-search-description.margin{
  margin-bottom: 10px;
  padding: 7px 0;
}


/**
 **
 **
 ** Search results
 **
 **/

body.search-results    .columns.page .column.left,
body.search-no-results .columns.page .column.left {
  display: none;
  visibility: hidden;
}

body.search-results    .columns.page .column.center,
body.search-no-results .columns.page .column.center {
  width: 710px;
}


/**
 **
 ** BBPress overrides
 **
 **/

#bbp-container #bbpress-forums{
  font-size: 14px;
}

#bbp-container #bbpress-forums div.bbp-template-notice img.avatar{
  float:left;
  margin: 0 20px 0 0;
}

#bbp-container #bbpress-forums p.bbp-topic-meta img.avatar{
  margin: 5px 0;
}

#subscription-toggle, #favorite-toggle{
  position: relative;
  top: 2px;
  left: 5px;

}

#bbp-content .entry-title{
  color: #0072c6;
}

#bbp-content .button.submit{
  padding: 5px;
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 3px;
}

#bbp-content input[type=text], #bbp-content textarea{
  padding: 4px 10px;
  padding-bottom: 3px;
}

#___gcse_0{
  top: 24px;
}

.forum-archive #bbp-container #bbpress-forums p.bbp-topic-meta img.avatar,
.forum-archive #bbp-container #bbpress-forums p.bbp-topic-meta .bbp-author-name,
.single-forum .bbp-topic-freshness-author, img.avatar{
  margin: 5px 0 5px 0;
  float:right;
  clear:both;
}

#bbp-container ul.forum-titles li.bbp-topic-freshness{
  text-align: right;
}

#bbp-container li.bbp-forum-freshness,
#bbp-container li.bbp-topic-freshness{
  text-align: right;
}

.forum-archive #bbp-container li.bbp-forum-freshness{
  width: 25%;
}

.single-forum li.bbp-topic-freshness{
  width: 35%;
}

li.bbp-body li.bbp-topic-title,
ul.forum-titles li.bbp-topic-title{
  width: 45%;
}

/**
 **
 **
 ** Cross Browser Fixes
 **
 **
 **/


/** IE 8 & 7 **/
html.lt-ie9 #bbp-search-form {
  margin-bottom: 5px;
}

.lt-ie8 .rating-item {
  margin-bottom: 80px;
}

.rating-item .text {
  width: 300px;
  float: left;
}

.rating-item .star-ratings {
  float: left;
}

html.lt-ie9 .hidden-ie8{
  display: none;
}

/* Search form on the search page */

.search-page-form {
  margin: 20px 0;
}

.search-page-form .line1 {
  margin-bottom: 5px;
}

.search-page-form .search {
  width: 400px;
}

.search-page-form .button {
  width: 100px;
}

.search-page-form .search,
.search-page-form .button {
  padding: 7px 10px;
}

.search-page-form select {
  padding: 4px 7px;
  width: 200px;
}
