﻿@charset "UTF-8";
* *, * *:before, * *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}




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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align:baseline;
}

/* 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;
}

/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "proxima-nova", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "proxima-nova", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 0.85em;
  background-color: #FFF;
  color: #444;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
}

p, li {
  margin-bottom: 8px;
}

/* will added */
td li {
    margin-bottom: 0px;
}
/* will added */
blockquote {
    font-style: italic;
    margin-bottom: 15px;
}


em {
  font-style: italic;
}

strong {
  font-weight: 600;
   font-style: normal;
}

hr {
  border: 0;
  width: 100%;
  color: #dfc51c;
  background-color: #dfc51c;
  height: 3px;
}

dl { margin-bottom: 25px; }

a {
  color: #46679d;
  text-decoration:none;
      
}
a:hover, a:active {
  text-decoration:none;
  color: #37578e;
}
h1, h2, h3, h4, h5, strong {
    color: #222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, li a {
  text-decoration: none;
  font-weight:600;
  font-style: normal;
}

h3 a {
    font-weight: 700;
     font-style: normal;
}
a li a {
  font-weight: 700;
   font-style: normal;
}

.clear-after {
  *zoom: 1;
}
.clear-after:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.gutter-bottom {
  padding-bottom: 2.63158%;
}

.break {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* Will added to address emails breaking out of col-3 modules */
.module p {
  word-wrap: break-word;
}

ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 18px;
}

ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 18px;
}

aside ul, aside ol, header ul, header ol, footer ul, footer ol, ul.no-list-style, ol.no-list-style {
  list-style: none;
  margin: 0;
}

textarea, input {
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type='text'], select, textarea {
  font-family: "proxima-nova", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #d0d0d0;
  box-shadow: 0;
  padding: 8px;
  font-size: 14px;
  padding: 8px;
  background: #FFF;
}




input[type='text']:focus, select:focus, textarea:focus {
  border: 2px solid #dfc51c;
}

input[type='text'], input[type='submit'], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #d0d0d0;
}

select {
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type='submit'] {
  font-weight: 700;
  font-size: 14px;
  background: #46679d;
  color: #FFF;
  padding: 0 16px;
  margin: 0;
  height: 35px;
  border: 0;
}
@media (min-width: 960px) {
  input[type='submit'] {
    right: 0;
  }
}
input[type='submit']:hover, input[type='submit']:active {
  cursor: pointer;
  background: #222222;
}
input[type='submit'].input-button-secondary {
  background: #C6C7C8;
  color: #494949;
  border: 1px solid #d0d0d0;
}
input[type='submit'].input-button-secondary:hover, input[type='submit'].input-button-secondary:active {
  cursor: pointer;
  background: #222222;
  color: #FFF;
}

table {
  /*width: 100%; Gary Done this*/
}
table th, table td {
  padding: 2px 4px;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 1.875em;
}
h1.h1-large {
  font-size: 36px;
}
h1.h1-rule {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
    h1.h1-rule {
        margin-top: -20px;
    }
}

h2 {
  font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 20px;
}

h3 {
  font-size: 1.125em;  
}


h4 {
  font-size: 1em;
}

li h3, li h4, li h5 {
    font-weight: 600;
}


.centre-within {
  text-align: center;
}

.inner {
  width: 90%;
  margin: auto;
}
@media (min-width: 960px) {
  .inner {
    max-width: 960px;
    width: 100%;
  }
}

.page-container {
  padding-top: 60px;
  min-width: 300px;
}
@media (min-width: 960px) {
  .page-container {
        padding-top: 0;
        background: #efedee url('../img/desktop-container.jpg') repeat-y 50% 0;
    }

    .page-container.error {
        background: none;
    }
}

.content-container {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 92%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, #ffffff), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 92%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 92%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 92%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 92%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 20px;
  *zoom: 1;
  padding-top: 40px;
}

@media (min-width: 960px) {
.content-container {
      width: 1022px;
      margin-left: -32px;
    }
}

.content-container.error {
      padding-top: 0px;
      background: none;
}



.content-container:after {
  content: "";
  display: table;
  clear: both;
}

.grid-container {
    *zoom: 1;
}
@media (min-width: 960px) {
    .grid-container {
        width: 960px;
        margin: 0 auto;
    }
}


.grid-container:after {
  content: "";
  display: table;
  clear: both;
}
.grid-container .grid-row {
  *zoom: 1;
}
.grid-container .grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-container .grid-row .last {
  margin-right: 0;
}
.grid-container .last + .col-1, .grid-container .last + .col-2, .grid-container .last + .col-3, .grid-container .last + .col-4, .grid-container .last + .col-5, .grid-container .last + .col-6, .grid-container .last + .col-7, .grid-container .last + .col-8, .grid-container .last + .col-9, .grid-container .last + .col-10, .grid-container .last + .col-11, .grid-container .last + .col-12 {
  clear: both;
}
.grid-container .med-last + .col-med-1, .grid-container .last + .col-med-2, .grid-container .last + .col-med-3, .grid-container .last + .col-med-4, .grid-container .last + .col-med-5, .grid-container .last + .col-med-6, .grid-container .last + .col-med-7, .grid-container .last + .col-med-8, .grid-container .last + .col-med-9, .grid-container .last + .col-med-10, .grid-container .last + .col-med-11, .grid-container .last + .col-med-12 {
  clear: both;
}
@media (min-width: 630px) {
    .grid-container .col-12 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .grid-container .col-11 {
        width: 91.35802%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-10 {
        width: 82.71605%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-9 {
        width: 74.07407%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-8 {
        width: 65.4321%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-7 {
        width: 56.79012%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-6 {
        width: 48.14815%;
        float: left;
        margin-right: 3.7037%;
    }


    .grid-container .col-5 {
        width: 39.50617%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-4 {
        width: 30.8642%;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-3 {
        width: 22.22222%;;
        float: left;
        margin-right: 3.7037%;
    }

    .grid-container .col-2 {
        width: 13.58025%;
        float: left;
        margin-right: 3.7037%;
    }
}

@media (min-width: 630px) and (max-width: 959px) {
  .grid-container .col-med-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-container .col-med-11 {
    width: 91.35802%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-10 {
    width: 82.71605%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-9 {
    width: 74.07407%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-8 {
    width: 65.4321%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-7 {
    width: 56.79012%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-6 {
    width: 48.14815%;
    float: left;
    margin-right: 3.7037%;
  }

  .grid-container .col-med-5 {
    width: 39.50617%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-4 {
    width: 30.8642%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .col-med-3 {
    width: 22.22222%;
    float: left;
    margin-right: 3.7037%;
  }
  .grid-container .med-last {
    margin-right: 0;
  }
}

/* will added */
.responsive-media {
    margin-bottom: 20px;
}

main {
  padding-bottom: 5.26316%;
}

.column h2 {
  font-size: 1.750em;
}
.column h2 a, .column h3 a {
  text-decoration: none;
}

header {
  *zoom: 1;
  background: #FFF;
  position: relative;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header.inner {
  width: 100%;
}

.header-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  min-width: 300px;
  background: #FFF;
  *zoom: 1;
  border-bottom: 1px solid #d0d0d0;
}
.header-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .header-content {
    position: static;
  }
}

footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 960px) {
.cc-cookies + .page-container, .cc-cookies + .dcnav-container, .cc-cookies + script + .dcnav-container { 
   margin-top: 35px; }
}
.button {
  display: inline-block;
  padding: 9px 35px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  background: #46679d;
}
.button:hover, .button:active {
  background: #4167a8;
}

.link-cta {
  background: url(../img/chevrons/chevron-yellow.png) right 4px no-repeat;
  color: #46679d;
  font-weight: 600;
  text-decoration: none;
  padding-right: 12px;
}

.synopsis {
  border: 1px solid #d0d0d0;
  padding: 16px;
  padding-bottom: 0;
  background: #fafafa;
  margin-bottom: 20px;
}

.synopsis p {
    padding-bottom: 8px;
}


.logo {
  background: url(../img/logo-mobile.png) no-repeat;
  width: 130px;
  height: 40px;
  margin-top: 9px;
  *zoom: 1;
  position: absolute;
  left: 50%;
  margin-left: -64px;
}
.logo:after {
  content: "";
  display: table;
  clear: both;
}
.logo .no-svg {
  background: url(../img/logo-mobile.png) no-repeat;
}
@media (min-width: 630px) {
  .logo {
    background: url(../img/logo-phablet.png) no-repeat;
    width: 201px;
    height: 40px;
    margin-left: -100px;
  }
}
@media only screen and (min-width: 630px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 630px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 630px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 630px) and (min-device-pixel-ratio: 2), only screen and (min-width: 630px) and (min-resolution: 192dpi), only screen and (min-width: 630px) and (min-resolution: 2dppx) {
  .logo {
    background: url(../img/logo-retina-phablet.png) no-repeat;
    background-size: 201px 40px;
  }
}

@media (min-width: 960px) {
  .logo {
    background: url(../img/niassembly-logo.png) no-repeat;
    width: 127px;
    height: 102px;
    position: static;
    margin-left: 0;
    float: left;
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 960px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 960px) and (min-device-pixel-ratio: 2), only screen and (min-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 960px) and (min-resolution: 2dppx) {
  .logo {
    background: url(../img/logo-retina.png) no-repeat;
    background-size: 127px 102px;
  }
}

.module {
  margin-bottom: 30px;
}
.module hr {
  margin-bottom: 15px;
}
.module p {
  margin-bottom: 10px;
}

.module li {
  margin-bottom: 5px;
}
.module h2 a, .module h3 a, .module h4 a, .module h5 a {
  display: block;
}

.box-out {
  background: #fcf9ce;
  padding: 10px 0;
  margin-bottom: 20px;
}
.box-out .box-out-title {
  padding: 0 10px;
}
.box-out .box-out-item {
  border-bottom: 1px dotted #222222;
  padding: 10px;
  *zoom: 1;
}
.box-out .box-out-item:after {
  content: "";
  display: table;
  clear: both;
}
.box-out .box-out-item:last-of-type {
  border-bottom: 0;
}
.box-out .box-out-item .box-out-item-left {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.box-out .box-out-item .box-out-item-right {
  float: left;
  width: 65%;
}

.border-bottom {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.border-bottom-last{
  margin-bottom: 0px;
  padding-bottom: 20px;
}


.media-item {
    min-height: 140px;
}

.media-item a {
  margin-right: 20px;
}
.media-item p:last-of-type {
  margin-bottom: 0;
}

.official-reports table {
  margin-bottom: 10px;
  border: 0;
}
.official-reports tr {
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  background: #FFF;
}
.official-reports tr:nth-of-type(even) {
  background: #FFF;
}
.official-reports td {
  border: 0;
  padding: 0;
  padding-top: 10px;
}
.official-reports a {
  text-decoration: none;
}

.external-link {
  padding-right: 17px;
  background: url(../img/icons/external-link.png) no-repeat right;
}
.no-svg .external-link {
  background: url(../img/icons/external-link.png) no-repeat right;
}

.related-documents li {
  border-bottom: 1px solid #d0d0d0;
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.related-documents li:last-child {
    border-bottom: 0px;
}


.pdf, .word, .xl, .read {
  padding: 5px 0 6px 26px;
  text-decoration: none;
  background-position: left 4px;
  background-repeat: no-repeat;
}
.pdf a, .word a, .xl a, .read a {
  text-decoration: none;
}

.pdf {
  background-image: url(../img/icons/read.png);
}
.no-svg .pdf {
  background-image: url(../img/icons/read.png);
}

.word {
  background-image: url(../img/icons/word.png);
}
.no-svg .word {
  background-image: url(../img/icons/word.png);
}

.xl {
  background-image: url(../img/icons/xl.png);
}
.no-svg .xl {
  background-image: url(../img/icons/xl.png);
}

.read {
  background-image: url(../img/icons/read.png);
}
.no-svg .read {
  background-image: url(../img/icons/read.png);
}

.icon-list {
  list-style: none;
  margin-left: 0;
}

.general-listing li {
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.general-listing li:last-child {
    border-bottom: 0px;
}
.general-listing li li {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.committee-dropdown label, .committee-dropdown select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.alert {
  background-color: #fcf9ce;
  border: 1px solid #d0d0d0;
  padding: 10px;
}
.alert p, .alert a {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  text-decoration: none;
}

.alert-top {
  border-top: 0;
}
.alert-top .alert-inner {
  background-image: url(../img/icons/alert.png);
  background-position: left;
  padding: 10px 0 10px 46px;
  background-repeat: no-repeat;
}
.no-svg .alert-top .alert-inner {
  background-image: url(../img/icons/alert.png);
}

.img-right {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  box-shadow: 4px 4px 5px #888888;
}

.img-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  box-shadow: 4px 4px 5px #888888;
}

.link-list {
  clear: both;
  margin-left: 0;
}
.link-list li {
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
}
.link-list li h1, .link-list li h2, .link-list li h3, .link-list li h4, .link-list li h5 {
  margin-bottom: 0;
}
.link-list li a {
  padding: 8px 0;
  width: 100%;
  display: block;
  padding-left: 20px;
  background: url(../img/chevrons/chevron-forward-blue-small.png) left center no-repeat;
}
.no-svg .link-list li a {
  background: url(../img/chevrons/chevron-forward-blue-small.png) left center no-repeat;
}

.pagination {
  *zoom: 1;
    margin-top: 20px;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .pagination {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #eee;
    margin-top: -1px;
  }
}
.pagination a {
  text-decoration: none;
}
.pagination .pagination-display {
  float: left;
  padding-bottom: 10px;
}

.pagination .pagination-check {
  float: left;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  .pagination .pagination-display {
    padding: 10px 16px;
  }
}

.pagination .pagination-check {
    padding: 10px 16px;
  }


.pagination .pagination-nav {
  clear: both;
  float: left;
  *zoom: 1;
  border: 1px solid #d0d0d0;
  background: #eee;
}
.pagination .pagination-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .pagination .pagination-nav {
    clear: none;
    float: right;
    border: 0;
  }

  .pagination .pagination-check {
    clear: none;
    float: right;
    border: 0;
  }
 }

.pagination .pagination-nav > span a {
  padding: 10px 12px;
  display: block;
  border-left: 1px solid #d0d0d0;
  float: left;
}
.pagination .pagination-nav > span:first-of-type a {
  border-left: 0;
}
@media (min-width: large) {
  .pagination .pagination-nav > span:first-of-type a {
    border-left: 1px solid #d0d0d0;
  }
}
.pagination .pagination-nav .active a {
  color: #222222;
  background: #dbdbdb;
}
.pagination .pagination-nav .prev a {
  background: url(../img/chevrons/chevron-back-blue.png) no-repeat center;
}
.no-svg .pagination .pagination-nav .prev a {
  background: url(../img/chevrons/chevron-back-blue.png) no-repeat center;
}
.pagination .pagination-nav .next a {
  background: url(../img/chevrons/chevron-forward-blue.png) no-repeat center;
}
.no-svg .pagination .pagination-nav .next a {
  background: url(../img/chevrons/chevron-forward-blue.png) no-repeat center;
}

.press-contact-details {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
}
.press-contact-details:last-of-type {
  border-bottom: 0;
}


.press-contact-details p {
  word-wrap: break-word;
}



.border-box {
  border: 1px solid #d0d0d0;
  padding: 20px;
}

.border-box h1 {
    margin-bottom: 0px;
}

.border {
  border: 1px solid #d0d0d0;
}

.single-input-form form {
  width: 100%;
  position: relative;
}
.single-input-form input[type='text'] {
  width: 75%;
  margin-right: 100px;
  padding: 8px;
  margin: 0;
}
@media (min-width: 630px) {
  .single-input-form input[type='text'] {
    width: 81%;
  }
}
.single-input-form input[type='submit'] {
  width: 26%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 630px) {
  .single-input-form input[type='submit'] {
    width: 20%;
  }
}

.search-input input[type='text'] {
  padding: 8px 8px 8px 40px;
  background: url(../img/icons/search.png) #FFF 10px center no-repeat;
}
.no-svg .search-input input[type='text'] {
  background-image: url(../img/icons/search.png);
}

.search-results-item {
  border: 1px solid #d0d0d0;
  padding: 20px;
}
@media (min-width: 960px) {
  .search-results-item {
    border-top: 0;
  }
  .search-results-item a {
    text-decoration: none;
  }
  .search-results-item a:hover, .search-results-item a:active {
    text-decoration: underline;
  }
}

.filter-button {
  position: relative;
  font-weight: 700;
  background: url(../img/chevrons/dropdown-chevron.png) no-repeat 98% #eeeeee;
  border: 1px solid #d0d0d0;
  border-top: 0;
  cursor: pointer;
  font-size: 0.875em;
}
.filter-button.active {
  background: url(../img/chevrons/dropdown-up-chevron.png) no-repeat 98% #eeeeee;
}
.filter-button a {
  text-decoration: none;
}
.filter-button .filters {
  color: #46679d;
  width: 100%;
  padding: 10px 20px;
  display: block;
}
.filter-button .remove {
  display: none;
  position: absolute;
  top: 10px;
  right: 26px;
  color: #46679d;
  cursor: pointer;
  font-weight: 400;
}

.filter-panel {
  *zoom: 1;
  background: #eeeeee;
  max-height: 240px;
  overflow-y: scroll;
  padding: 20px;
  border: 3px solid #eeeeee;
  display: none;
}
.filter-panel:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel.show {
  display: block;
}
.filter-panel .span {
  display: none;
}
.filter-panel:hover {
  border: 3px solid #dfc51c;
}
.filter-panel .checkbox-item {
  margin-bottom: 10px;
  *zoom: 1;
}
.filter-panel .checkbox-item:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel .checkbox-item input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 6px 0 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}
.filter-panel .checkbox-item label {
  display: block;
  padding-left: 15px;
  text-indent: -18px;
  font-weight: 300;
}
.filter-panel::-webkit-scrollbar {
  -webkit-appearance: none;
}
.filter-panel::-webkit-scrollbar:vertical {
  width: 11px;
}
.filter-panel::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #eeeeee;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.filter-panel::-webkit-scrollbar-track {
  background-color: #eeeeee;
  border-radius: 8px;
}

.search-links {
  border: 1px solid #d0d0d0;
  background: #fcf9ce;
}
.search-links li {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px;
  margin: 0;
}
.search-links li:last-of-type {
  border-bottom: 0;
}
.search-links li a {
  font-weight: 700;
  padding-left: 30px;
  background: url(../img/icons/search.png) 0px center no-repeat;
  background-size: 16px 16px;
}
.search-links li a:hover, .search-links li a:active {
  text-decoration: underline;
}
.no-svg .search-links li a {
  background: url(../img/icons/search.png) 0px center no-repeat;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.form-elements {
  border: 1px solid #d0d0d0;
  padding: 20px;
}

.field-item {
  *zoom: 1;
  margin-bottom: 20px;
}
.field-item:after {
  content: "";
  display: table;
  clear: both;
}

input[type='text'], select, textarea {
  height: 35px;
  width: 100%;
  margin-bottom: 4px;
}
input[type='text'].error, select.error, textarea.error {
  border: 2px solid #C0453B;
}
input[type='text'].error:focus, select.error:focus, textarea.error:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: 140px;
}

/*Added by Gary*/


.submit-panel {
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 20px 20px 10px 20px;
  margin-bottom: 0;
}


.submit-panel input[type='submit'] {
  float: right;
  margin-right:5px;
}
.submit-panel .required-key {
  float: left;
}

.check-radio-item {
  margin-bottom: 10px;
}

.check-radio-item label{
  float: left;
  font-weight:normal; /*added in*/
}

.check-radio-item input[type='checkbox'], .check-radio-item input[type='radio'] {
  float: left;
  vertical-align: middle;
  margin-right: 6px;
}
.check-radio-item.inline {
  margin-right: 20px;
  float: left;
}

.prompt {
  font-size: 12px;
}

.error-message, .required {
  color: #C0453B;
}

.error-message-panel {
  background: #ecc5c1;
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 20px 20px 10px 20px;
  margin-bottom: 0px; /*was 20px*/
}
.error-message-panel.no-margin-bottom {
  margin-bottom: 0;
}


.correct-message-panel {
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 20px 20px 10px 20px;
  margin-bottom: 0px; /*was 20px*/
  background: #c1ecc1;
  color: #38a635;
}

/*table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d0d0d0;
    margin-bottom: 20px;
}
table th {
  background: #eeeeee;
}
table td {
  vertical-align: top;
}
table th,
table td {
  border: 1px solid #d0d0d0;
}
table th,
table td {
  padding: 10px 14px;
}
table tr {
  background: #FFF;
}
table tr:nth-of-type(even) {
  background: #fafafa;
}
table caption,
table th {
  font-weight: bold;
  text-align: left;
}
table thead th {
  background: #eee;
  white-space: nowrap;
}

td p {
    margin-bottom: 0px;
}*/






/* Scrollable (JS controlling this) */
.scrollable {
  overflow-x: auto;
}

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  content: '';
}

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto;
}

/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}

.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}

header p, header li {
  margin-bottom: 0px;
}

@media (min-width: 960px) {
  .header-content {
    *zoom: 1;
  }
  .header-content:after {
    content: "";
    display: table;
    clear: both;
  }
}

.header-left {
  width: 48.14815%;
  float: left;
  margin-right: 3.7037%;
}
@media (min-width: 960px) {
  .header-left {
    width: 39.50617%;
    float: left;
    margin-right: 3.7037%;
    height: 124px;
  }
}

@media (min-width: 960px) {
  .header-right {
    width: 56.79012%;
    float: right;
    margin-right: 0;
    margin-right: 0;
  }
}

.header-top-nav {
  display: none;
  margin-bottom: 30px;
  float: right;
  background-color: #fafafa;
}
@media (min-width: 960px) {
  .header-top-nav {
    display: block;
    line-height: 1.25em;
    font-size: 14px;
  }
}
.header-top-nav ul {
  float: right;
  border: 1px solid #d0d0d0;
  *zoom: 1;
}
.header-top-nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.header-top-nav li {
  float: left;
  position: relative;
  width: auto;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.750em;
 line-height: 20.5px;

}
.header-top-nav li:first-of-type {
  border-left: 1px solid #d0d0d0;
}
.header-top-nav li a {
  color: #46679d;
  display: block;
  width: 100%;
  padding: 4px 20px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 960px) {
  .header-top-nav li a {
    padding: 4px 28px;
  }
}
.header-top-nav li a:hover, .header-top-nav li a:active {
  color: #FFF;
  background-color: #415997;
}
.header-top-nav li.quick-links a, .header-top-nav li.quick-links .quick-links-trigger {
  padding-right: 30px;
  background-image: url(../img/chevrons/dropdown-chevron-blue.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media (min-width: 960px) {
  .header-top-nav li.quick-links a, .header-top-nav li.quick-links .quick-links-trigger {
    padding-right: 40px;
  }
}
.no-svg .header-top-nav li.quick-links a, .no-svg .header-top-nav li.quick-links .quick-links-trigger {
  background-image: url(../img/chevrons/dropdown-chevron-blue.png);
}
.header-top-nav li.quick-links a:hover, .header-top-nav li.quick-links a:active, .header-top-nav li.quick-links .quick-links-trigger:hover, .header-top-nav li.quick-links .quick-links-trigger:active {
  background-color: #415997;
}
.header-top-nav li.quick-links:hover {
  background-image: url(../img/chevrons/dropdown-chevron-white.png);
  background-color: #46679d;
  background-repeat: no-repeat;
  background-position: 90% center;
}
.no-svg .header-top-nav li.quick-links:hover {
  background-image: url(../img/chevrons/dropdown-chevron-white.png);
  background-color: #46679d;
}
.header-top-nav li.quick-links:hover ul.quick-links-subnav {
  display: block;
}
.header-top-nav li.quick-links:hover a {
  *zoom: 1;
  display: block;
  color: #FFF;
  background-image: url(../img/chevrons/dropdown-chevron-white.png);
  background-color: #415997;
}
.header-top-nav li.quick-links:hover a:after {
  content: "";
  display: table;
  clear: both;
}
.no-svg .header-top-nav li.quick-links:hover a {
  background-image: url(../img/chevrons/dropdown-chevron-white.png);
}
.header-top-nav li.quick-links:hover li a {
  background-image: none;
}
.no-svg .header-top-nav li.quick-links:hover li a {
  background-image: none;
}
.header-top-nav li .quick-links-subnav {
  display: none;
  width: 100%;
  background: #415997;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 999999999;
  top: 99%;
  left: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.header-top-nav li .quick-links-subnav li {
  float: none;
  position: relative;
  padding: 0em;
  border: 0;
  clear: both;
  display: block;
  text-align: center;
}
.header-top-nav li .quick-links-subnav li a {
  background-image: none;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  border-: 0;
  border-bottom: 1px solid #758CC6;
  color: #FFF;
  background-color: #415997;
}
.header-top-nav li .quick-links-subnav li a:hover {
  background: #46679d;
}
.header-top-nav li.social {
  display: block;
  border: 0;
  float: left;
}
.header-top-nav li.social .social-title {
  display: none;
}
@media (min-width: 960px) {
  .header-top-nav li.social .social-title {
    display: block;
    float: left;
    padding: 4px 20px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 12px;
  }
}
.header-top-nav li.social .social-list {
  border: 0;
  float: right;
}
.header-top-nav li.social .social-list li {
  border-bottom: 0;
}
.header-top-nav li.social .social-list li:first-of-type {
  border-left: 0;
}
.header-top-nav li.social .social-list .icon {
  padding: 0;
  margin: 0;
  text-align: center;
}
.header-top-nav li.social .social-list .icon a {
  padding: 0;
}
@media (min-width: 630px) {
  .header-top-nav li.social .social-list .icon a {
    padding: 14px 12px;
  }
}
@media (min-width: 960px) {
  .header-top-nav li.social .social-list .icon a {
    padding: 0;
    height: 30px;
    overflow: hidden;
    width: 41px;
  }
}
.header-top-nav li.social .social-list .icon a:hover, .header-top-nav li.social .social-list .icon a:active {
  background: #fafafa;
}
.header-top-nav li.social .social-list .icon img {
  max-width: 24px;
}
.header-top-nav li.icon:hover {
  opacity: 0.7;
  background-color: #fafafa;
}

.header-search {
  display: none;
  clear: both;
  float: right;
  width: 100%;
}
.header-search.show {
  display: block;
  position: absolute;
  top: 60px;
  background: #222222;
  left: 0;
}

    .header-search .module {
        margin-bottom: 0px;
    }


@media (min-width: 960px) {
  .header-search {
    display: block;
    background: none;
    position: relative;
    width: 484px;
  }
}
.header-search form {
  padding: 14px 14px;
  *zoom: 1;
}
.header-search form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .header-search form {
    padding: 0;
    display: block;
    float: right;
    width: 100%;
    position: relative;
  }

.header-search.show {
    display: block;
    position: absolute;
    top: 60px;
    background: none repeat scroll 0% 0% #fff;
    left: 475px;
    }
}
.header-search input[type='text'] {
  padding-right: 50px;
  margin-top: 0;
  width: 100%;
  float: left;
  padding: 8px 8px 8px 40px;
  background: url(../img/icons/search.png) #FFF 10px center no-repeat;
}
.no-svg .header-search input[type='text'] {
    background-image: url(../img/icons/search.png);
}
@media (min-width: 960px) {
  .header-search input[type='text'] {
    float: right;
    margin: 0;
    width: 91%;
    margin-right: 50px;
  }
}
.header-search input[type='submit'] {
  width: 50px;
  position: absolute;
  border: 1px solid #46679d;
  right: 0px; /*was 14px*/
  top: 0px; /*was 14px*/

}
@media (min-width: 960px) {
  .header-search input[type='submit'] {
    right: 0;
    top: 0;
  }
}

#mobile-header {
  float: right;
  border-left: 1px solid #d0d0d0;
  width: 100%;
}
@media (min-width: 960px) {
  #mobile-header {
    display: none;
  }
}
#mobile-header .inner {
  width: 100%;
}

#mobile-header #responsive-menu-button {
  width: 60px;
}
#mobile-header #responsive-menu-button .menu {
  display: block;
  float: left;
  height: 60px;
  width: 59px;
  margin-right: 0;
  background: url(../img/hamburger.png) no-repeat center;
  border-right: 1px solid #d0d0d0;
  background-size: 38%;
}
#mobile-header #responsive-menu-button .menu.active {
  background-color: #eeeeee;
}
#mobile-header #responsive-menu-button .menu .menu-text {
  display: none;
}
@media (min-width: 960px) {
  #mobile-header #responsive-menu-button .menu .menu-text {
    display: block;
  }
}
#mobile-header #responsive-menu-button-close {
  display: none;
}
#mobile-header #responsive-menu-button-close:hover {
  cursor: pointer;
}
#mobile-header #responsive-menu-button-search { 
  display: block;
  border-left: 1px solid #d0d0d0;
  float: right;
  width: 59px;
  height: 60px;
  *zoom: 1;
  background: url('../img/icons/search.png') no-repeat center;
  cursor: pointer;
   }

#mobile-header #responsive-menu-button-search:after {
  content: "";
  display: table;
  clear: both;
}
.no-svg #mobile-header #responsive-menu-button-search {
  background: url(../img/icons/search.png) no-repeat center;
}
#mobile-header #responsive-menu-button-search.active {
  background-color: #eeeeee;
}
@media (min-width: 960px) {
  #mobile-header #responsive-menu-button-search {
    display: none;
  }
}

.nav-quick {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .nav-quick {
    display: none;
  }
}
.nav-quick li {
  background-color: #fafafa;
  border-bottom: 1px solid #d0d0d0;
}
.nav-quick li a, .nav-quick li span {
  color: #46679d;
  font-size: 1.2em;
  text-transform: none;
  border-bottom: 0;
  padding: 16px 5%;
}
.nav-quick li:hover {
  background-color: #fafafa;
}
.nav-quick li.quick-links {
  width: 100%;
}
.nav-quick li.quick-links span {
    cursor: pointer;
    display: block;
    width: 50%;
    background-image: url('../img/chevrons/dropdown-chevron-blue.png');
    background-repeat: no-repeat;
}
.nav-quick li.quick-links:hover, .nav-quick li.quick-links:active {
  background-color: #fafafa;
}
.nav-quick li.quick-links.active span {
  background-color: #dae0ed;
  background-image: url(../img/chevrons/dropdown-chevron-up-blue.png);
  background-position: 90%;
  background-repeat: no-repeat;
}
.nav-quick li.quick-links.active ul.quick-links-subnav a {
  background-image: none;
}
.nav-quick li.quick-links:hover, .nav-quick li.quick-links:active {
  color: #46679d;
}
.nav-quick li.quick-links:hover span, .nav-quick li.quick-links:active span {
  color: #46679d;
}
.nav-quick li.quick-links a, .nav-quick li.quick-links span {
  width: 50%;
  display: block;
  color: #46679d;
  background-position: 90%;
}
@media (min-width: 630px) {
  .nav-quick li.quick-links a, .nav-quick li.quick-links span {
    width: 25%;
  }
}
.nav-quick li.quick-links a:hover, .nav-quick li.quick-links a:active, .nav-quick li.quick-links span:hover, .nav-quick li.quick-links span:active {
  background-color: #dae0ed;
  color: #46679d;
}
.nav-quick li.quick-links:active a {
  background-color: #dae0ed;
}
.nav-quick li.quick-links ul.quick-links-subnav {
  background: #dae0ed;
}
.nav-quick li.quick-links ul.quick-links-subnav li {
  width: 100%;
  background: #dae0ed;
  color: #46679d;
  text-align: left;
}
.nav-quick li.quick-links ul.quick-links-subnav a {
  width: 100%;
  color: #46679d;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 5%;
  font-size: 1.6em;
}
.nav-quick li.quick-links ul.quick-links-subnav a:hover, .nav-quick li.quick-links ul.quick-links-subnav a:active {
  color: #46679d;
  background: #dae0ed;
}
.nav-quick li.quick-links:hover ul.quick-links-subnav {
  display: none;
}
.nav-quick li.contact-link {
  position: absolute;
  right: 0;
  width: 50%;
  border-left: 1px solid #d0d0d0;
}
@media (min-width: 630px) {
  .nav-quick li.contact-link {
    width: 25%;
    left: 25%;
  }
}
.nav-quick li.social {
  width: 100%;
  border: 0;
}
@media (min-width: 630px) {
  .nav-quick li.social {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.nav-quick li.social .social-list {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 630px) {
  .nav-quick li.social .social-list {
    border-bottom: 0;
  }
}
.nav-quick li.social .icon {
  border: 0;
  width: 25%;
}
@media (min-: 300px) and (max-: 630px) {
  .nav-quick li.social .icon a {
    border: 0;
  }
}
@media (min-width: 630px) {
  .nav-quick li.social .icon a {
    height: 51px;
    border-bottom: 0;
  }
}

.breadcrumbs {
  clear: both;
  padding-top: 60px;
  display: block;
  clear: both;
  background: #fafafa;
  padding: 14px 0em;
  border: 1px solid #d0d0d0;
  border-top: 0;
  *zoom: 1;
}
.breadcrumbs.inner {
  width: 100%;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin-right: 10px;
  font-weight: 700;
  font-size: 12px;
}
.breadcrumbs li span {
  margin-left: 10px;
  color: #c6c7c8;
}
@media (min-width: 960px) {
  .breadcrumbs {
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 14px 20px;
  }
}

.utility {
  position: absolute;
  bottom: -30px;
  left: 5%;
}
@media (min-width: 630px) {
  .utility {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 5%;
    left: auto;
  }
}
@media (min-width: 960px) {
  .utility {
    right: 0;
  }
}
.utility ul {
  *zoom: 1;
}
.utility ul:after {
  content: "";
  display: table;
  clear: both;
}
.utility li {
  float: left;
}
.utility li a {
  font-size: 0.813em;
  margin-right: 20px;
  margin-top: 10px;
  padding-left: 26px;
  padding-top: 4px;
}
.utility .rss {
  background: url(../img/icons/rss.png) no-repeat;
}
.no-svg .utility .rss {
  background: url(../img/icons/rss.png) no-repeat;
}
.utility .subscribe {
  background: url(../img/icons/subscribe.png) no-repeat;
}
.no-svg .utility .subscribe {
  background: url(../img/icons/subscribe.png) no-repeat;
}
.utility .print {
  margin-right: 0;
  background: url(../img/icons/print.png) no-repeat;
}
.no-svg .utility .print {
  background: url(../img/icons/print.png) no-repeat;
}

.sign-off {
  padding-bottom: 0;
  *zoom: 1;
  margin-bottom: 0;
}
.sign-off.inner {
  width: 100%;
}
@media (min-width: 630px) {
  .sign-off.inner {
    width: 90%;
  }
}
.sign-off:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 630px) {
  .sign-off {
    padding-top: 30px;
  }
}
.sign-off .sign-off-col {
  border-top: 1px solid #d0d0d0;
  padding-top: 5.26316%;
  padding-right: 5%;
  padding-left: 5%;
  *zoom: 1;
}
.sign-off .sign-off-col:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 630px) {
  .sign-off .sign-off-col {
    border: 0;
    padding: 0;
  }
}
.sign-off h4 {
  font-size: 1em;
  font-weight: 700;
}
.sign-off .sign-off-img-container {
  float: left;
}
.sign-off img {
  max-width: none;
}
.sign-off .sign-off-content {
  margin-right: 0;
  margin-left: 76px;
  margin-bottom: 30px;
}

.sign-off .sign-off-content p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.sign-off p a {
    color: #46679d;
    font-weight: 700;
    text-decoration: none;
    padding-right: 12px;
    background: url(../img/chevrons/chevron-yellow.png) right no-repeat;
}

footer {
  padding-bottom: 30px;
  background: #46679d;
  color: #FFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.44);
}
@media (min-width: 960px) {
  footer {
    border-top: 10px solid #44649B;
  }
}
footer .inner {
  width: 100%;
}
@media (min-width: 960px) {
  footer .inner {
    width: 90%;
  }
}

@media (min-width: 960px) {
  .footer-col {
    width: 12.2857143%;
    float: left;
    margin-right: 2%;
    padding-top: 25px;
  }
  .footer-col:last-of-type {
    margin-right: 0;
  }
}
.footer-col ul {
  display: none;
}
@media (min-width: 960px) {
  .footer-col ul {
    display: block;
  }
}
@media (min-width: 960px) {
  .footer-col li {
    margin-bottom: 16px;
  }
}
.footer-col a {
  display: block;
  color: #FFF;
  width: 100%;
  font-size: 0.938em;
  padding: 1em 5%;
  border-bottom: 1px solid #758cc6;
  font-weight: 400;
  background: url(../img/chevrons/chevron-forward-white.png) 95% no-repeat;
}
.no-svg .footer-col a {
  background: url(../img/chevrons/chevron-forward-white.png) 95% no-repeat;
}
@media (min-width: 960px) {
  .footer-col a {
    font-size: 12px;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 0;
    background: none;
    padding: 0;
  }
  .no-svg .footer-col a {
    background: none;
  }
}
.footer-col h5 {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .footer-col h5 a {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 13px;
  }
}

.footer-small {
  clear: both;
  font-size: 0.750em;
  padding-top: 2.63158%;
  padding-left: 5%;
}
@media (min-width: 960px) {
  .footer-small {
    padding-left: 0;
  }
}
.footer-small .copyright {
  opacity: 0.7;
  display: block;
}
@media (min-width: 960px) {
  .footer-small .copyright {
    display: inline-block;
  }
}
.footer-small .sub-line {
  display: block;
}
@media (min-width: 960px) {
  .footer-small .sub-line {
    display: inline-block;
  }
}
.footer-small .pipe {
  display: none;
}
@media (min-width: 960px) {
  .footer-small .pipe {
    display: inline;
  }
}
.footer-small a {
  color: #FFF;
  text-decoration: none;
}

aside.subnav {
  display: none;
}
@media (min-width: 960px) {
  aside.subnav {
    display: block;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
  }
  aside.subnav .section-title {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    padding: 12px 6px 12px 28px;
    border-bottom: 1px solid #d0d0d0;
    text-decoration: none;
    background: url(../img/chevrons/chevron-back-blue-med.png) no-repeat 10px 12px #eeeeee;
  }
  .no-svg aside.subnav .section-title {
    background: url(../img/chevrons/chevron-back-blue-med.png) no-repeat 10px 14px #eeeeee;
  }
  aside.subnav .section-title:hover, aside.subnav .section-title:active {
    color: #FFF;
    background: url(../img/chevrons/chevron-back-white-med.png) no-repeat 10px 14px #46679d;
    background-size: 4%;
  }
  .no-svg aside.subnav .section-title:hover, .no-svg aside.subnav .section-title:active {
    background: url(../img/chevrons/chevron-back-white-med.png) no-repeat 10px 14px #46679d;
  }
  aside.subnav li {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0;
    background: #fafafa;
  }
  aside.subnav li a:hover {
    background-color: #b7c6df;
    color: #222222;
  }
  aside.subnav li.active {
    font-weight: 700;
  }
  aside.subnav li.active span {
    display: block;
    background-color: #46679d;
    color: #FFF;
    padding: 6px 8px;
  }
  aside.subnav li ul {
    background: #FFF;
  }
  aside.subnav li a {
    font-weight: 600;
    display: block;
    padding: 6px 8px;
  }
  aside.subnav li ul li {
    font-size: 12px;
    line-height: 14px;
    border: 0;
    padding-left: 24px;
    border: 0;
    background: url(../img/chevrons/chevron-forward-blue-small.png) no-repeat 10px 8px #FFF;
  }
  .no-svg aside.subnav li ul li {
    background: url(../img/chevrons/chevron-forward-blue-small.png) no-repeat 10px 8px #FFF;
  }
  aside.subnav li ul li a {
      padding: 6px 10px 6px 0;
  }
  aside.subnav li ul li a:hover, aside.subnav li ul li a:active {
    color: #222222;
    background: #FFF;
  }
  aside.subnav li ul li.active {
    padding: 6px 0 6px 24px;
    background: url(../img/chevrons/chevron-forward-white-small.png) no-repeat 10px 8px #46679d;
    color: #FFF;
  }
  .no-svg aside.subnav li ul li.active {
    background: url(../img/chevrons/chevron-forward-white-small.png) no-repeat 10px 8px #46679d;
  }
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  border-top: 1px solid #d0d0d0;
  background: #fffde8;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  z-index: 9999999;
  text-align: center;
}

.cc-cookies a, .cc-cookies a:hover {
  color: #46679d;
  text-decoration: none;
}

.cc-cookies a:hover {
  text-decoration: none;
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: block;
  float: right;
  color: #46679d;
  text-decoration: none;
  padding: 0.2em 1em;
  font-weight: 700;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}

/*.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }*/
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}

@media (min-width: 960px) {
  .cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: auto;
    border-bottom: 1px solid #d0d0d0;
}

  .cc-cookies + .page-container, .cc-cookies + .dcnav-container { 
      margin-bottom: 35px;
}

  .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    float: none;
    display: inline;
  }
}



/*Added by Gary*/
.mycalendar {
    
    padding: 0px;
}
    .mycalendar td {
        background-color: transparent;
        padding:5px;
}       

    .mycalendar day td {
        background-color: transparent; 
        padding:0px;
        text-align:left;
}

    



/*Added by Gary*/
    .cloud 
{     
line-height:1.4;
} 


    .cloud a
{     
padding:20px;
} 



          
 
        /*Accordian styles*/

        
        .accordionHeaderSelected {
        background: #fafafa url('../img/chevrons/dropdown-chevron.png') no-repeat 10px 21px;
        border: 1px solid #d0d0d0;
        padding-left: 30px;
        padding-right: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        cursor: pointer;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 100%;
}
 
        .accordionHeader {
        background: #fafafa url('../img/chevrons/chevron-forward-black.png') no-repeat 10px 17px;
        border: 1px solid #d0d0d0;
        padding-left: 30px;
        padding-right: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        cursor: pointer;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 100%;
}
 
        .href {
            color: #46679d;
            font-weight: bold;
            text-decoration: none;
        }





/*Added by Gary*/

.highlight {
    background: #F0F000;
}
.nohighlight { background: #ffffff; }




.modalBackground
{background-color :#444444; filter:alpha(opacity=60); opacity:0.6;}
   
.popUpStyle
{background-color: #FFFFFF; color: #444444; padding:20px;}
    
.drag
{background-color: #dddddd; cursor: move; border:solid 1px gray ;}

.updateProgress 
{border-width: 0px; border-style: solid; background-color: #FFFFFF; position: absolute; width: 180px; height: 160px;} 


.popUp {
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 400px;
    height: 200px;
} 

    #pup {
            position:absolute;
            z-index:200; /* always on top*/
            padding: 1px;
            margin-left: 10px;
            margin-top: 5px;
            height: 149px;
            width: 112px;
            border: 1px solid #222;
            background-color: #ffffff;
            color: white;

        }



/* Official Report*/

    .Report
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.875em;
            font-weight: 700;
            color: #222;
            margin-top:0px;
            margin-bottom:10px;
            line-height: 1.2em;
        }
        
        

        .Header1
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.4em;
            font-weight: 700;
            color: #222;
            text-align:justify;
            margin-top:30px;
            margin-bottom:10px;
            line-height: 1.2em;
        }


        .Header2
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.266em;
            font-weight: 700;
            color: #222;
            text-align:justify;
            margin-top:20px;
            margin-bottom:20px;
            line-height: 1.2em;
        }


         .Header2 a
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.266em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Header2 a:visited
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.266em;
            font-weight: 400;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Header2 a:hover
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.266em;
            font-weight: 700;
            font-style:normal;
            text-decoration: underline;
            color:#37578e;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Header2 a:active
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.266em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            text-align:justify;
            line-height: 1.2em;
        } 


        .Header3
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            color: #222;
            text-align:justify;
            margin-top:20px;
            margin-bottom:20px;
            line-height: 1.2em;
        }


        .Header3 a
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Header3 a:visited
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Header3 a:hover
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            font-style:normal;
            text-decoration: underline;
            color:#37578e;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Header3 a:active
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            text-align:justify;
            line-height: 1.2em;
        } 



        .Motion
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }


        .BillText
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }


        .Question
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }


        .Question a
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal ;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Question a:visited
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal ;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Question a:hover
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal ;
            text-decoration: underline;
            color:#37578e;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Question a:active
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal ;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        } 

        .Speaker
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight:700;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;

        }


        .Speaker a
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }
        
        .Speaker a:visited
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }
        
        .Speaker a:hover
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: underline;
            color:#37578e;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }
        
        .Speaker a:active
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }   



        .Contribution
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-left:0px;
            margin-bottom:20px;
            line-height: 1.2em;

        }

        .Contribution b
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-left:0px;
            margin-bottom:20px;
            line-height: 1.2em;

        }


        .Contribution a
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }
        
        .Contribution a:visited
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }
        
        .Contribution a:hover
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: underline;
            color:#37578e;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }
        
        .Contribution a:active
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;

        }


        .Division
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }

         .Division a
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Division a:visited
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Division a:hover
        {
           font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: underline;
            color:#37578e;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        }
        
        .Division a:active
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#46679d;
            width:100%;
            text-align:justify;
            line-height: 1.2em;
        } 


        .Procedure
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }

        .Quote
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:italic;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }


        .Time
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 700;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-bottom:10px;
            line-height: 1.2em;
        }


        .WrittenStatement
        {
            font-family: "proxima-nova", arial, sans-serif;
            font-size: 1em;
            font-weight: 400;
            font-style:normal;
            text-decoration: none;
            color:#444444;
            width:100%;
            text-align:justify;
            margin-left:0px;
            margin-bottom:10px;
            line-height: 1.2em;
        }




/*Gridviews*/
        
        .grid
        {
            border-collapse:collapse;
            
        }
        
        .grid th
        {
            padding: 10px 14px;
            background-color: #eeeeee;
            border: 1px solid #d0d0d0;
        }


        .grid tr
        {
            padding: 10px 14px;
            background-color: white;
            border: 1px solid #d0d0d0;
        }
        
        
        .grid tr:nth-child(even)
        {
            background-color: #fafafa;
        }
        
        .grid tr:nth-child(odd)
        {
            background-color: #ffffff;
        }
        
        .grid td
        {
            border: 1px solid #d0d0d0;
            padding: 10px 14px;
        }
        
        .grid tr:last-child td
        {
        }


        

        .grid .paging
        {
        background-color: #eee;
        
        }
        
        .grid .paging a
        {
            background-color: #eee;
            text-decoration: none;
            border: none;
            padding: 10px 5px;
        }
        
        .grid .paging a:hover
        {
            background-color: #eee;
            text-decoration: none;
            color: #46679d;
            border: none;
            padding: 10px 5px;
        }
        
       .grid .paging a:active
        {
            background-color: #eee;
            text-decoration: none;
            color: #37578e;
            border: none;
            padding: 10px 5px;
        }

        .grid .paging a:hover
        {
            background-color: #eee;
            text-decoration: none;
            color: #46679d;
            border: none;
            padding: 10px 5px;
        }

        .grid .paging span
        {
            background-color: #eee;
            border: none;
            padding: 10px 5px;
            
        }
        
        
              
        .grid .paging table
        {
            border: none;
            background: none !important;
            
            
        }

        .grid .paging tr
        {
           border: none;
           background-color: #eee;

        }
        .grid .paging td
        {
            border: none;
            background-color: #eee;
        }



.mlaimg {
    box-shadow: 6px 6px 5px #888888;
    margin-bottom:10px;
}


.scrollable {
  overflow-x: auto;
}

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}


.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  content: '';
}

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto;
}

/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}

.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}


/* tag Cloud */
.tags ul, .tags ul li { display: inline; margin:0; padding:10px;}


ul.tagCloud { list-style: none; margin: 0; }
ul.tagCloud li, ul.tagCloud li h1, ul.tagCloud li h2, ul.tagCloud li h3, ul.tagCloud li h4, ul.tagCloud li h5, ul.tagCloud li h6 { display: inline; padding:0; margin:0; }
ul.tagCloud li { background:none; }
ul.tagCloud li h1 { font-size: 18px; }
ul.tagCloud li h2 { font-size: 16px; }
ul.tagCloud li h3 { font-size: 14px; }
ul.tagCloud li h4 { font-size: 12px; }
ul.tagCloud li h5 { font-size: 10px; }
ul.tagCloud li h6 { font-size: 8px; }





.print2 a {
  font-size: 0.813em;
  margin-right: 20px;
  margin-top: 10px;
  padding-left: 26px;
  padding-top: 4px;
}


.print2 .print {
  margin-right: 0;
  background: url(../img/icons/print.png)  no-repeat;
}


.print2 .word {
  margin-right: 0;
  background: url(../img/icons/word.png)  no-repeat;
}





div.RadAutoCompleteBox_Default {
    color: #333;
    font-family: "proxima-nova",arial,sans-serif;
    font-size: 14px;
    font-style: normal;
}


div.RadAutoCompleteBox_Default .racEmptyMessage {
    color: #a5a5a5;
    font-family: "proxima-nova",arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}


div.RadAutoCompleteBox_Default .racTokenList {
    background-color: white;
    border-color: #8e8e8e;
    color: #333;
     font-family: "proxima-nova",arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


div.RadAutoCompleteBox {
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    width: 13.3333em;
    padding: 0px;
}


div.RadAutoCompleteBox .racTokenList {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px;
    position: relative;
    font-family: "proxima-nova",arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}



.top {
    text-align:right;
}
.top a {
  color: #46679d;
  text-decoration:none;
  font-weight: 700;
        
}
.top a:hover {
  text-decoration:underline;
  color: #37578e;
  font-weight: 700;
}

.top a:active {
  text-decoration:none;
  color: #37578e;
  font-weight: 700;
}


