﻿@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
/*
Primary: Blue: 003b73
Secondary: Yellow
Tertiary: Grey: ccc
accent: grey: e6e6e6
*/
/*Global Classes*/
strong {
  font-weight: 700;
}

#container #centreColumn iframe {
  margin: 0;
  padding: 0;
  border: none;
  overflow-y: scroll!important;
}
.sys_hidetext {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.sys_borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sys_image-with-border {
  background: white;
  margin-bottom: 17px;
  padding: 7px;
  border: 1px solid #e5e4e4; 
}
.sys_image-with-border-notop {
  border-top: none;
  -moz-box-shadow: 0px 1px 0 0 #e5e4e4;
  -webkit-box-shadow: 0px 1px 0 0 #e5e4e4;
  box-shadow: 0px 1px 0 0 #e5e4e4;
}
.sys_image-with-caption-styles {
  background: white;
  padding: 7px 7px 33px 7px;
  border: 1px solid #e5e4e4;
  border-top: none;
  position: relative;
}
.sys_rightcolumn-contentwrapper {
  background: #eeeded;
  width: 209px;
  height: 100%;
  border-left: 1px solid white;
  position: absolute;
  top: 57px;
  right: 0px;
}
.sys_all-buttons {
  float: left;
  color: white !important;
  text-transform: uppercase;
}
.theme-button {
  background: #A910B1;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 1px solid #a68498;
  cursor: pointer!important;
}
.sys_itempublished-date {
  margin-bottom: 21px;
  font-size: 0.83em;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON
   MODIFIED BY JON MOORE FOR PERSONAL USE
*/

* {
  margin: 0;
  padding: 0;
 
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5em;
  font-size: 1em;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  /* border-top: 5px solid #00AEEF; */
}
input {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
button,
input[type="submit"] {
  font-size: 1em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to highlight inserts somehow! */

ins {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
p {
  margin-bottom: 1.5em;
}
a {
  color: #003b73;
  text-decoration: none;
}
img {
  border: 0 none;
  padding: 0 1em 1em 0;
}
input[type=submit] {
  background: #003b73;
  padding: 0px 10px 0px 10px;
  color: white;
  font-weight: 700;
  border: 0 none;
  text-transform: uppercase;
  cursor: pointer!important;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  background: #374E7D;
}
.sys_tabsfilter-control ul li.sys_selected a {
  background: #003b73 !important;
  display: block;
  text-align: center;
  color: #e6e6e6;
}
.sys_standard-list {
  padding: 0;
}
#centreColumn .sys_form-submit,
#centreColumn .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_comments-rating-and-button input.sys_button,
#centreColumn input[type=submit] {
  margin: 0;
  float: left;
  color: white !important;
  text-transform: uppercase;
  background-image: none;
  background-color: #003b73;
  line-height: 1;
  padding: 0 20px;
  font-weight: 700;
  cursor: pointer!important;
  text-align: center;
  border: none;
  border-radius: 0;
}
#centreColumn .sys_form-submit:hover,
#centreColumn .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_comments-rating-and-button input.sys_button:hover,
#centreColumn input[type=submit]:hover {
  background-color: #374E7D !important;
}
table {
  border-collapse: collapse;
}
/*DEFAULT CONTENSIS STYLES*/

.floatright {
  float: right;
  margin: 0 0 20px 20px;
}
.floatleft {
  float: left;
  margin: 0 20px 20px 0;
}
.floatimageright {
  float: right;
  margin: 0 0 20px 20px;
}
.floatimageleft {
  float: left;
  margin: 0 20px 20px 0;
}
span.navLink,
span.searchLink,
span.eventFilterLink,
span.eventSearchLink,
.sys_headingbar .sys_viewFavourites,
.sys_closeFavourites,
span.newsSearchLink,
span.sys_blogSearchLink {
  display: none;
}
/*CONTAINER STYLES*/

.sys_cc-cookies {
  background: #666666;
  padding: 10px 10px;
  color: white;
  text-align: center;
}
.sys_cc-cookies a {
  color: #6AC1D2;
}
.sys_cc-cookies a:hover {
  text-decoration: underline;
}
.sys_content-wrapper {
  margin: 0 auto;
  display: block;
  clear: both;
      z-index: 1;
    background: none;
}
@media only screen and (max-width: 977px) {
  #container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sys_content-wrapper {
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*Top Section Syles*/

#topSection {
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
  max-width: 1440px;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0 2%;
}
#topSection a {
  margin-right: 18px;
  padding-top: 3px;
  float: left;
  color: #0e0e0e;
}
#topSection a:hover {
  text-decoration: underline;
}
#GoogleTranslate_Google {
  float: left;
  overflow: hidden;
}
#topSection .goog-te-gadget {
  padding-top: 3px;
  width: 253px;
  font-size: .8em;
  padding: 0 1em;
  right: 0px;
  top: 0px;
  height: 28px;
}
#topSection .goog-te-gadget .goog-te-combo {
  position: relative;
  width: 100%;
  z-index: 99999;
}
#topSection .goog-te-gadget .goog-logo-link {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1000;
  top: 5px;
  display: none;
}
#topSection .sys_textresize-decrease a,
#topSection .sys_textresize-reset a,
#topSection .sys_textresize-increase a {
  background: url("/SiteElements/Images/textSizeSprite.jpg") no-repeat;
  padding: 0;
  margin-right: 5px;
  width: 8px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#topSection .sys_textresize-reset a {
  background-position: -13px 0;
  margin-right: 3px;
  width: 10px;
}
#topSection .sys_textresize-increase a {
  background-position: -26px 0;
  margin-right: 44px;
  width: 13px;
}
/*Header Styles*/

#header {
  background: white;
  color: #000;
  width: 100%;
  max-width: 1440px;
  position: relative;
  height: 140px;
  padding: 0;
}
#header #logo {
  float: left;
  width: 21%;
  margin: 0 1em 0 0;
  background: url("/SiteElements/Images/Nottinghamshire-PCC-Logo.jpg") no-repeat 13px 0;
  margin: 0 36px 0 0;
  float: left;
  width: 370px;
  height: 115px;
  padding: 0 0 7px 0;
}
#header #logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.3em;
  line-height: 1.1em;
  color: white;
  text-indent: -9999px;
}
#header #logo img {
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-top: 9px;
}
#header #topNav {
  padding-top: 6px;
  float: right;
}
#header #topNav ul {
  float: left;
}
#header #topNav ul li {
  padding-right: 30px;
  float: left;
  list-style: none;
}
#header #topNav ul li.sys_last {
  padding-right: 0px;
}
#header #topNav ul li a {
  color: #414141;
  text-decoration: underline;
}
#header #topNav ul li a:hover {
  text-decoration: underline;
}
#header span.sys_sitetitle {
  display: block!important;
  font-size: 1.7em;
  font-weight: 500;
  float: left;
  margin-top: 0;
  width: 70%;
  line-height: 36px;
}
#header .loginSettings {
  background: #003b73;
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 8px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
}
#header .loginSettings span.sys_loginlink a {
  color: white;
  padding: 0 12px 0 0;
  float: left;
}
#header .loginSettings span.settingsLink {
  border-left: none;
  padding: 0 18px 0 12px;
  float: left;
  position: relative;
  cursor: pointer;
}
#header .loginSettings span.settingsLink a {
  color: white;
}
#header .loginSettings span.settingsLinkClosed:after {
  content: "+";
  font-size: 2em;
  position: absolute;
  right: -4px;
  top: -3px;
}
#header .loginSettings span.settingsLinkOpen:after {
  content: "-";
  font-size: 2.4em;
  position: absolute;
  right: 0px;
  top: -3px;
}
/*My Dashboard Styles*/

#myDashboard {
  background: #003b73;
  padding: 15px 15px 10px 14px;
  display: none;
  height: auto;
  width: auto;
  overflow: hidden;
  position: relative;
  border-top: 3px solid #A910B1;
}
.dashContainer {
  max-width: 1440px;
  margin: auto;
}
#myDashboard .sys_myDashboardCol .sys_profile a {
  background: #535353;
  position: relative;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 0.83em;
  text-transform: uppercase;
  border: 1px solid #9f9f9f;
  margin: 39px 44px 0 0;
  float: right;
}
#myDashboard .sys_myDashboardCol input.sys_txt {
  display: block;
  float: left;
  width: 100%;
}
#myDashboard label {
  color: white;
}
#myDashboard input[type=submit] {
  background: #6AC1D2;
  position: relative;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer!important;
  transition: ease all 300ms;
}
.myDash-inner {
  max-width: 1440px;
  margin: auto;
  padding: 0 1em;
}
#myDashboard .sys_myDashboardCol .sys_newsletterPostCode {
  margin-top: 34px;
}
#myDashboard .sys_myDashboardCol #enterEmailLabel,
#myDashboard .sys_myDashboardCol #enterPostcodeLabel,
#myDashboard .sys_myDashboardCol #_enterEmailLabel,
#myDashboard .sys_myDashboardCol #_enterPostcodeLabel {
  display: none;
}
#myDashboard .sys_myDashboardCol1,
#myDashboard .sys_myDashboardCol2,
#myDashboard .sys_myDashboardCol3 {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
#myDashboard .sys_myDashboardCol2 {
  padding-top: 0;
}
#myDashboard .sys_myDashboardCol2 .sys_areaSet {
  display: block;
  width: 175px;
  padding: 7px;
  margin: 5px 0 8px 0;
  background: #28293d;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.4em;
}
#myDashboard .sys_myDashboardCol3 .sys_newsletterCheckboxes {
  margin: 0 15px 0 0;
  float: left;
}
#myDashboard .sys_myDashboardCol3 .sys_newsletterEmail label {
  display: none;
}
#myDashboard .sys_myDashboardCol3 .sys_loggedin {
  font-size: 0.6em;
  text-decoration: underline;
  text-transform: lowercase;
}
#myDashboard a.sys_closedashboard {
  background: #A910B1 ;
  padding-top: 8px;
  width: 28px;
  height: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  position: absolute;
  top: -11px;
  right: -7px;
}
#myDashboard a.sys_closedashboard:hover {
  text-decoration: none;
}
#myDashboard span.sys_mydashboard-title {
  margin: 0 0 10px 0;
  color: white;
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
}
#myDashboard span.sys_mydashboard-instructions {
  display: block;
  color: #fffefe;
}
#myDashboard .sys_mydashboard-option {
  margin-bottom: 8px;
  margin-right: 12px;
  float: left;
  width: 141px;
  height: 13px;
}
#myDashboard .sys_mydashboard-option input.sys_mydashboard-option-checkbox {
  margin-right: 8px;
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 6px;
}
#myDashboard .sys_mydashboard-option label.sys_mydashboard-option-label {
  float: left;
  color: #fffefe;
  font-size: 1.08em;
}
#myDashboard .sys_mydashboard-option1 {
  width: auto;
}
#myDashboard .sys_mydashboard-option2 {
  width: auto;
}
.sys_dashboard .sys_dash-item {
  float: left;
  width: 31.333%;
  margin: 1%;
  color: #003b73;
  background: white;
}
/*Main Naviagtion Styles*/

#nav {
  background-color: #003b73;
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
  clear: both;
  max-width: 1440px;
  margin: auto;
  border-top: 3px solid #A910B1;
}
#nav > li {
  list-style: none;
  display: inline-block !important;
  margin-right: 5px;
  position: relative;
}
#nav > li.sys_selected,
#nav > li:hover {
  background: #003b73;
  text-decoration: none;
  
}
#nav > li a {
  padding: 20px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
#nav > li:hover > a {
  color: #ddedf0;
  background: url('/CachedImage.axd?ImageName=topNavSelectedLILBlue.png&ImageWidth=12&ImageHeight=6&ImageVersionID=16922&ImageModified=20150317173257') no-repeat 50% 0%;
}
#nav > li#navLink6 > ul {
  left: -18px;
}
#nav > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
#nav > li ul li {
  background: #e6e6e6;
  float: left;
  width: 300px;
  list-style: none;
  border-bottom: 1px solid #003b73;
  position: relative;
  box-sizing: border-box;
}
#nav > li ul li a {
  background: none;
  padding: 12px 15px;
  font-weight: 300;
  color: #414141;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
}
#nav > li ul li:hover {
  background: #003b73;
  border-bottom: solid 1px #A910B1;
}
#nav > li ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#nav > li ul > li.sys_first {
  border-top: 0 none;
}
#nav > li ul > li.sys_last {
  border-bottom: 4px solid #003b73;
}
#nav > li ul ul {
  top: 0%!important;
  left: 100%!important;
}
#nav > li ul ul li.sys_first {
  border-top: 1px solid white;
}
.no-touch #nav li:hover > ul {
  display: block;
}
.touch #nav ul.focus {
  display: block;
}
/*News Ticker*/

.sys_tickerWrapper {
  width: 100%;
  max-width: 1440px;
  margin: 20px auto;
  height: auto;
  min-height: 60px;
}
.sys_ticker-wrapper {
  padding: 17px 0;
  float: left;
  color: #404141;
  max-width: 75%;
  box-sizing: border-box;
  width: 760px;
  /* line-height: 30px; */
  display: flex;
  align-items: center;
}
.sys_ticker-wrapper span {
  margin-right: 20px;
  float: left;
  color: #003b73;
  font-size: 0.91em;
  font-weight: 700;
  text-indent: 5px;
  text-transform: uppercase;
}
.sys_ticker-wrapper .sys_ticker {
  float: left;
  min-height: 1.5em;
}
.sys_ticker-wrapper .sys_ticker a {
  color: #404141;
}
/*Breadcrumb Styles*/

#breadcrumb {
  margin-bottom: 14px;
  padding: 15px 0 5px 13px;
  float: none;
  color: #404141;
  clear: both;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  top: -55px;
}
#breadcrumb > div {
  width: 60%;
}
#breadcrumb a {
  color: #003b73;
}
/*Main Site Search Styles*/

.sys_search-query-control {
  padding-top: 10px;
  float: right;
  width: 30%;
  padding: 0;
  margin-top: 10px;
      z-index: 1;
}
.sys_search-query-control label {
  display: none;
}
.sys_search-query-control input.sys_searchbox {
  background: none;
  padding: 0 10px;
  float: left;
  width: 65%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  /* line-height: 28px; */
  height: 40px;
  margin-bottom: 0;
}
.sys_search-query-control input.sys_search-button {
  padding: 0 10px;
  float: left;
  width: 33%;
  box-sizing: border-box;
  line-height: 20px;
  height: 40px;
  font-weight: 300;
  margin-bottom: 0;
  transition: ease all 300ms;
  font-size: .9em;
}
/*Main Content Styles*/

#article {
  clear: both;
  position: relative;
  max-width: 1440px;
  padding: 0 1em;
}

#article:before,
#article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
#article:after {
  clear: both;
}
.site-wrap-container {
    clear: both;
    position: relative;
    max-width: 1440px;
    padding: 0 1em;
}
.site-wrap-container:before,
.site-wrap-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.site-wrap-container:after {
  clear: both;
}
#article .sys_headingbar,
#article .key-subheading {
  color: #003b73;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding-left: 20px;
  width: 80%;
  float: left;
}
#article .sys_headingbar h1,
#article .key-subheading h1 {
  font-size: 1.42em;
  width: 70%;
  float: left;
  margin: 10px 0 20px 0;
}
h1 {
  margin-bottom: 1em;
}
#article .sys_headingbar .sys_printpage,
#article .key-subheading .sys_printpage,
#article .sys_headingbar .sys_favourites-link,
#article .key-subheading .sys_favourites-link {
  margin: -8px 21px 0 0;
  float: right;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#article .sys_headingbar .sys_printpage,
#article .key-subheading .sys_printpage {
  background: url("/SiteElements/Images/printPageIcon.png");
}
#article .sys_headingbar .sys_favourites-link-add,
#article .key-subheading .sys_favourites-link-add {
  background: url("/SiteElements/Images/addToFavouritesIcon.png") no-repeat;
}
#article .sys_headingbar .sys_favourites-link-remove,
#article .key-subheading .sys_favourites-link-remove {
  background: url("/SiteElements/Images/removeFromFavouritesIcon.png") no-repeat;
}
#article .key-subheading {
  padding-left: 15px;
}
#fullWidthColumn {
  margin-bottom: 5px;
}
#fullWidthColumn:before,
#fullWidthColumn:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
#fullWidthColumn:after {
  clear: both;
}
#leftColumn {
  width: 20%;
  /* z-index: 2; */
  float: left;
  padding-right: 1em;
  box-sizing: border-box;
  position: relative;
  /* top: -50px; */
}
#leftColumn.sys_homepage {
  float: left;
  width: 74%;
  position: relative;
  clear: both;
}
#leftColumn ul.sys_simpleListMenu {
  margin-bottom: 20px;
  padding-bottom: 1px;
  float: left;
  width: 100%;
  border-bottom: 1px solid white;
  background: #e5e4e4;
}
#leftColumn ul.sys_simpleListMenu li {
  float: left;
  width: 100%;
  list-style: none;
  border-top: 1px solid white;
}
#leftColumn ul.sys_simpleListMenu li:first-child {
  border-top: 0 none;
}
#leftColumn ul.sys_simpleListMenu li a {
  padding: 15px 30px;
  float: left;
  width: 100%;
  color: #414141;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#leftColumn ul.sys_simpleListMenu li div.sys_selected a {
  background: #003b73;
  position: relative;
  color: #dadada;
  text-decoration: none;
}
#leftColumn ul.sys_simpleListMenu li a:hover {
  background: #003b73;
  color: #ffffff;
}
#leftColumn #leftColumn ul.sys_simpleListMenu li ul {
  padding-left: 16px;
}
#leftColumn #leftColumn ul.sys_simpleListMenu li ul li.sys_last {
  border-bottom: 0 none;
}
#leftColumn .sys_pccfavourites {
  padding: 0 14px 0 14px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#leftColumn .sys_pccfavourites span.sys_pccfavourites-heading {
  margin-bottom: 20px;
  display: block;
  font-size: 1.17em;
  color: #414141;
  text-transform: uppercase;
}
#leftColumn .sys_pccfavourites .sys_noresults {
  display: none;
}
#leftColumn .sys_pccfavourites .sys_themed {
  display: block!important;
}
#leftColumn .sys_subitem {
  background: url("/SiteElements/Images/favouritesItemBg.jpg") 0 4px no-repeat;
  margin-bottom: 20px;
  padding-left: 8px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#leftColumn .sys_subitem h3.sys_subitem-heading {
  float: left;
  width: 119px;
  font-size: 1.08em;
  font-weight: normal;
}
#leftColumn .sys_subitem input.sys_favourites-link-remove {
  background: none;
  margin: -1px 0 0 0;
  padding: 0;
  height: 12px;
  float: right;
  color: #b72c5d;
}
#leftColumn .sys_subitem input.sys_favourites-link-remove:hover {
  background: none!important;
}
#centreColumn {
  float: left;
  width: 60%;
  padding: 0 20px;
  box-sizing: border-box;
}
#centreColumn.sys_fullwidth {
  width: 80%;
}
#centreColumn .sys_pagecontent {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sys_featured-content-box img {
  max-width: 100% !important;
  padding: 0 !important;
}
#centreColumn h2,
#centreColumn h3 {
  color: #003b73;
  /* text-align: left!important; */
  margin-bottom: 4px;
}
#centreColumn h2 {
  font-size: 1.42em;
}
.registerEvent h2 {
  clear: both;
}
#centreColumn ul,
#centreColumn ol {
  margin-bottom: 10px;
  padding: 0;
  margin-left: 40px;
}
#centreColumn ul li,
#centreColumn ol li {
  margin-bottom: 8px;
  line-height: 1.45em;
}
#centreColumn ul li.sys_folder ul,
#centreColumn ol li.sys_folder ul {
  margin-bottom: 0px;
}
#centreColumn ul ul,
#centreColumn ol ul,
#centreColumn ul ol,
#centreColumn ol ol {
  padding-top: 8px;
  padding-left: 5px;
}
#centreColumn ul ul li,
#centreColumn ol ul li,
#centreColumn ul ol li,
#centreColumn ol ol li {
  margin: 0px;
  padding: 8px 0 0 1px;
}
#centreColumn ul ul li:first-child,
#centreColumn ol ul li:first-child,
#centreColumn ul ol li:first-child,
#centreColumn ol ol li:first-child {
  padding-top: 0px;
}
#centreColumn p {
  line-height: 1.58em;
  /* text-align: left!important; */
}
#centreColumn b {
  font-weight:700;
}
#centreColumn a:hover {
  text-decoration: underline;
}
#centreColumn .sys_21:after {
  content: " (pdf)";
}
#centreColumn .sys_15:after {
  content: " (csv)";
}
#centreColumn .sys_18:after {
  content: " (excel)";
}
#centreColumn .sys_19:after {
  content: " (ppt)";
}
#centreColumn .sys_17:after {
  content: " (word)";
}
#centreColumn .sys_30:after {
  content: " (zip)";
}
#rightColumn {
  background: #e6e6e6;
  /* border-left: 1px solid white; */
  /* top: 57px; */
  float: right;
  width: 20%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
#rightColumn.sys_homepage {
  width: 25%;
  float: right;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 65px;
}
#rightColumn .sys_feature-area .sys_feature-area-inner {
  float: left;
  width: 100%;
}
/*General Content Styles*/

/* table styles
----------------------------------*/

table {
  width: 100%;
  border: 0 none!important;
  position: relative;
}
table caption {
  margin-bottom: 6px;
  font-weight: bold;
  text-align: left;
}
table tr th {
  background: #003b73;
  position: relative;
  padding: 0 11px 0 11px;
  color: white;
  font-weight: bold;
  text-align: left;
  border: 1px solid #6ac1d2 !important;
}
table tr th,
table tr td {
  border: 0 none!important;
}
table tbody {
  padding: 0px 11px 0 11px;
}
table tr td,
table tr th {
  padding: 10px 10px 7px 10px;
  vertical-align: top;
}
table tr td:first-child,
table tr th:first-child {
  padding: 0.5em;
}
table tr td,
table tr th {
  border: 1px solid #6AC1D2 !important;
  border: 1px solid #003b73 !important;
}
.nonBold {
  font-weight: 400;
}
/*Link Buttons*/

a.link-button,
.link-button {
  float: left;
  color: white !important;
  text-transform: uppercase;
  background: #A910B1;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  border-left: 1px solid #a68498;
  cursor: pointer!important;
}
a.link-button:hover,
.link-button:hover {
  text-decoration: none;
}
.link-button a {
  padding: 11px 49px 11px 49px;
  float: left;
}
.link-button:hover,
a.link-button:hover {
  background: #003b73 !important;
}
a.calltoaction-button,
.calltoaction-button {
  float: left;
  color: white !important;
  padding: 0;
  cursor: pointer!important;
}
a.calltoaction-button:hover,
.calltoaction-button:hover {
  color: #A910B1 !important;
}
a.calltoaction-button,
.calltoaction-button a,
.calltoaction-button span {
  padding: 5px 10px;
  background-color: #003b73;
  margin-bottom: 20px;
}
.registerEvent {
  margin: 30px 0 20px;
}
a.calltoaction-button-leftarrow,
.calltoaction-button-leftarrow {
  float: left;
  color: white !important;
  text-transform: uppercase;
  background: url("/SiteElements/Images/callToActionFlippedBg.png") no-repeat 0% 0%;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer!important;
}
a.calltoaction-button-leftarrow:hover,
.calltoaction-button-leftarrow:hover {
  background-position: 0% -31px;
}
a.calltoaction-button-leftarrow,
.calltoaction-button-leftarrow a,
.calltoaction-button-leftarrow span {
  padding: 11px 11px 9px 20px;
  float: left;
}
.link-button a,
.calltoaction-button a,
.calltoaction-button-leftarrow a {
  color: white;
}
.sys_image-with-caption,
#centreColumn .sys_theme-simple .sys_record-control .sys_record-image-control,
#centreColumn .sys_record-image-control,
.sys_image-with-caption.sys_right-aligned {
  border: none;
  margin-bottom: 17px;
  margin: 0 14px 18px 0;
  float: left;
  max-width: 394px;
}
.sys_image-with-caption img,
#centreColumn .sys_theme-simple .sys_record-control .sys_record-image-control img,
#centreColumn .sys_record-image-control img,
.sys_image-with-caption.sys_right-aligned img {
  padding: 0;
}
.sys_image-with-caption p,
#centreColumn .sys_theme-simple .sys_record-control .sys_record-image-control p,
#centreColumn .sys_record-image-control p,
.sys_image-with-caption.sys_right-aligned p {
  margin: 0;
  width: auto;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
#centreColumn .sys_theme-simple .sys_record-control .sys_record-image-control,
#centreColumn .sys_record-image-control,
.sys_image-with-caption.sys_right-aligned {
  margin: 0 0 18px 14px;
  float: right;
}
/*Featured Box Styles*/

.sys_featured-content-row {
  padding: 19px 0px 13px 0px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sys_featured-content-box {
  margin-bottom: 12px;
  position: relative;
  float: left;
  width: 100%;
}
.sys_featured-content-box.sys_small-box.sys_last,
.sys_featured-content-box.sys_medium-box.sys_last {
  margin-right: 0px!important;
}
.sys_featured-content-box.sys_small-box {
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}
.sys_featured-content-box img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.sys_featured-content-box h3 {
  margin-bottom: 14px;
  font-size: 1.42em;
  font-weight: bold;
}
.sys_featured-content-box h2,
.sys_featured-content-box h3 {
  color: #003b73;
}
.sys_featured-content-box h2 a,
.sys_featured-content-box h3 a {
  color: #003b73;
  /* display: none; */
}
.sys_featured-content-box h2 a:hover,
.sys_featured-content-box h3 a:hover {
  text-decoration: underline;
}
.sys_featured-content-box .sys_featured-content {
  padding: 25px 25px 25px 25px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid #b72c5d;
      margin: 30px 0;
  background: #e7e6e6;
}
.sys_featured-content-box .sys_featured-content h2,
.sys_featured-content-box .sys_featured-content h3 {
  color: #003b73;
  text-align: left!important;
}
.sys_featured-content-box .sys_featured-content h2 a,
.sys_featured-content-box .sys_featured-content h3 a {
  color: #003b73;
}
.sys_featured-content-box .sys_featured-content h2 a:hover,
.sys_featured-content-box .sys_featured-content h3 a:hover {
  text-decoration: underline;
}
.sys_featured-content-box .sys_featured-content img {
  border-top: none;
  -moz-box-shadow: 0px 1px 0 0 #e5e4e4;
  /* -webkit-box-shadow: 0px 1px 0 0 #e5e4e4; */
  /* box-shadow: 0px 1px 0 0 #e5e4e4; */
  margin: 0 22px 12px 0;
  float: left;
  width: 30%;
  padding-left: 0!important;
}
.sys_featured-content-box .sys_featured-content p {
  line-height: 1.58em;
}
.sys_featured-content-box .sys_featured-content a {
  color: #003b73;
}
.sys_featured-content-box .sys_featured-content a:hover {
  text-decoration: underline;
}
.sys_featured-content-box .sys_featured-content .link-button {
  margin-right: 22px;
  clear: left;
  text-align: center;
}
.sys_featured-content-box .sys_featured-content .link-button a {
  width: 190px;
  color: white;
}
.sys_featured-content-box .sys_featured-content .link-button a:hover {
  text-decoration: none;
}
.sys_featured-content-box .sys_featured-content.sys_rightimage img {
  margin: 0 0 12px 22px;
  float: right;
}
.sys_featured-content-row.sys_fullwidth-row .sys_featured-content-box.sys_small-box {
  margin-right: 7px;
  width: 228px;
}
.sys_featured-content-row.sys_fullwidth-row .sys_featured-content-box.sys_small-box img {
  padding: 5px;
}
#centreColumn.sys_fullwidth .sys_featured-content-row {
  padding-right: 0;
}
#centreColumn.sys_fullwidth .sys_featured-content-box.sys_small-box {
  margin-right: 20px;
  width: 31%;
}
/*Promotional Box Styles*/

.sys_promobox {
  margin-bottom: 19px;
  float: left;
  width: 100%;
  position: relative;
  /*	color: white; */
  text-transform: uppercase;
}
.sys_promobox img {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}
.sys_promobox .calltoaction-button {
  position: absolute;
  top: 50px;
  left: 20px;
}
/*
.sys_promobox .sys_promobox-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  //background: rgba(29, 52, 99, 0.4);
  padding: 20px;
  box-sizing: border-box;
}
*/
/*
.sys_promobox .sys_promobox-content h3 {
  margin-bottom: 30px;
  font-size: 2em;
}
*/
/*Footer Styles*/

#footer {
  padding: 30px 25px;
  border-top: 5px solid #A910B1;
  /* margin-top: 50px; */
  background: #2E3192;
  color: white;
}
#footer .sys_footerContentHolder {
  display: inline-block;
  /* margin-right: 10px; */
  width: 19%;
  /* padding: 0 50px; */
  box-sizing: border-box;
  margin: 0 auto;
  vertical-align: top;
}
.reallyWide {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
#footer .sys_footerContentHolder span.sys_section-title {
  font-weight: 700;
  text-transform: uppercase;
  min-height: 50px;
  display: inline-block;
}
#footer .sys_footerContentHolder span.sys_section-title#newsletterSignupTitle {
  position: absolute;
  top: 216px;
  left: 16px;
}
#footer .sys_footerContentHolder ul {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#footer .sys_footerContentHolder ul li {
  list-style: none;
}
#footer .sys_footerContentHolder ul li a {
  color: #cccccc;
}
#footer .sys_footerContentHolder ul li a:hover {
  color: #6AC1D2;
}
#footer .sys_footerContentHolder ul li a:hover {
  text-decoration: underline;
}
/*Bottom Section Styles*/

#bottomSection {
  background: #2E3192;
  padding: 0 1em;
  height: 55px;
  color: white;
  font-size: 0.8em;
}
#bottomSection a {
  color: white;
}
#bottomSection a:hover {
  text-decoration: underline;
  color: #A910B1;
}
#bottomSection ul#bottomLinks {
  float: left;
}
#bottomSection ul#bottomLinks li {
  padding: 0 10px 0 10px;
  float: left;
  border-left: 1px solid #d3d2d2;
  list-style: none;
}
#bottomSection ul#bottomLinks li.sys_first {
  padding-left: 0px;
  border: 0 none;
}
#bottomSection span.sys_copyright {
  float: right;
}
@media only screen and (max-width: 977px) {
  #footer #bottomSection {
    padding: 12px 6px 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*EXTRAS*/

.sys_clear {
  margin: 0;
  padding: 0;
  width: 0px;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* Commenting Functionality */

#centreColumn .sys_add-your-comments-bar {
  border-top: 3px solid #003b73;
  padding-top: 25px;
  padding-left: 190px;
  margin-bottom: -20px;
  font-weight: 700;
}
#centreColumn .sys_comments-control .sys_comments-title,
#centreColumn .sys_comments-control .sys_addcomments-title {
  display: block;
  color: white;
  background: url("/SiteElements/Images/YourCommentsLinkBg.png") 0 0 no-repeat;
  padding: 4px 0 0 0;
  width: 156px;
  height: 42px;
  text-align: center;
  clear: both;
  font-size: 15px;
}
#centreColumn .sys_theme-simple .sys_comments-control ul li.sys_comment {
  border-radius: 10px;
}
#centreColumn .sys_theme-simple .sys_comments-control ul li.sys_comment .sys_comment-inner {
  padding-left: 50px !important;
  width: auto !important;
}
.sys_comment-profileimage img {
  width: 50px;
}
#centreColumn .sys_theme-simple .sys_comments-control ul li.sys_comment .sys_comments-text {
  background: none;
}
#centreColumn .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_comments-rating-and-button input.sys_button {
  width: auto;
  height: auto;
}
/* Add comments panel*/

#centreColumn .sys_theme-simple .sys_comments-control .sys_comments-title {
  display: none;
}
/* News on homepage */

#leftColumn #NewsArchiveWrap .sys_subitem {
  background: #f8f7f7;
  position: relative;
  padding: 15px 0 16px 14px;
  margin-bottom: 0;
  float: left;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#leftColumn #NewsArchiveWrap .sys_subitem .sys_thumbnail {
  float: left;
  margin-right: 10px;
}
#leftColumn #NewsArchiveWrap .sys_subitem h3.sys_subitem-heading {
  float: none;
  width: auto;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 22px;
}
#leftColumn #NewsArchiveWrap .sys_subitem dt {
  display: none;
}
#leftColumn #NewsArchiveWrap .sys_subitem dd.sys_news-datepublished {
  font-size: 0.83em;
  left: 171px;
  margin-bottom: 21px;
  position: absolute;
  top: 32px;
}
.sys_news-datepublished {
  float: left;
  margin-right: 5px;
}
.sys_news-description {
  clear: left;
}
/* new users screen */

.sys_login-startscreen .sys_new-users,
.sys_login-startscreen .sys_existing-users {
  float: left;
  width: 330px;
}
.sys_logon-control label {
  float: left;
  font-weight: 700;
  clear: left;
  height: 22px;
  padding-right: 5px;
  width: 160px;
}
.sys_logon-control input {
  margin-bottom: 5px;
}
.sys_logon-control .sys_login-button {
  float: right;
}
.sys_logon-control .sys_savepasswordpanel label {
  width: 100px;
  font-weight: 400;
}
.sys_theme-simple .sys_logon-control .sys_savepasswordpanel {
  padding: 30px 0 !important;
  float: none !important;
  clear: both !important;
}
#PCCLogonControl_SubmitButton {
  width: auto;
}
/* In Your Area */

#rightColumn .sys_feature-area .sys_itemslist li .sys_events-date {
  display: block;
  font-size: 0.9em;
}
/* Right Col Link and Bullets */

#rightColumn ul {
  padding-left: 16px;
}
#rightColumn ul li {
  padding: 0.5em 0;
}
#rightColumn ul.sys_links {
  padding-left: 0;
}
#rightColumn ul.sys_links li {
  background: url("/SiteElements/Images/Link-Icon.png") 0 50% no-repeat;
  clear: both;
  padding-left: 25px;
  list-style-type: none;
}
#rightColumn ul.sys_links li.sys_twitter {
  background: url("/SiteElements/Images/Twitter-Icon.gif") 0 50% no-repeat;
}
/* new */

#leftColumn ul.sys_simpleListMenu ul {
  margin-left: 10px;
}
#leftColumn ul.sys_simpleListMenu ul li {
  border-top: 0 none;
  border-bottom: 0 none;
}
#leftColumn ul.sys_simpleListMenu ul li div.sys_selected a {
  color: #414141;
  font-weight: 700;
  background: none !Important;
  box-shadow: none;
}
.sys_hiddenHeader {
  display: none;
}
ul.sys_children {
  margin-left: 0px !important;
}
#leftColumn ul.sys_simpleListMenu li ul.sys_children li {
  background: none;
  border-top: 1px solid #cccccc;
}
#leftColumn ul.sys_simpleListMenu li ul.sys_children li .sys_selected:hover {
  text-decoration: underline;
}
#leftColumn ul.sys_simpleListMenu li ul.sys_children li a {
  padding: 15px 30px;
}
span.sys_textSizerSml a {
  bottom: 0;
  margin-right: 5px !important;
  position: absolute;
  top: 1px;
  padding-top: 0 !important;
}
span.sys_textSizerDefault a {
  bottom: 0;
  left: 13px;
  margin-right: 5px !important;
  position: absolute;
  top: 1px;
  padding-top: 0 !important;
}
span.sys_textSizerLrg a {
  bottom: 0;
  left: 28px;
  margin-right: 5px !important;
  position: absolute;
  top: 1px;
  padding-top: 0 !important;
}
.sys_fontSizerPl {
  float: left;
  height: 15px;
  position: relative;
  width: 60px;
}
/* Hides the default AddThis icons so we can use CSS backgrounds */

.sys_socialMediaBar span {
  background: none !important;
}
/* hides the Google plus button. Using any other method breaks functionality */

.addthis_default_style .at300b div {
  opacity: 0 !important;
  z-index: -999;
  /*	filter: alpha(opacity = 0); */
  width: 1px;
  height: 1px;
}
.sys_socialMediaBar {
  border-left: #d4d4d4 1px solid;
  border-right: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  padding: 10px;
  background: #e5e4e4;
  width: 145px;
  text-align: center;
}
.sys_socialMediaBar a {
  background-repeat: no-repeat;
  width: 32px !important;
  height: 32px;
  margin: 2px;
  overflow: hidden;
}
.addthis_default_style .at300b {
  padding: 0 0 !important;
}
a.addthis_button_more {
  background-image: url('/SiteElements/Images/addThis.png');
  -moz-transition: background-image linear 0.3s;
  -webkit-transition: background-image linear 0.3s;
  -o-transition: background-image linear 0.3s;
  transition: background-image linear 0.3s 0.3s;
  margin-right: 0;
}
a.addthis_button_twitter {
  background-image: url('../Images/twitter.png');
  transition: background-image linear 0.3s;
  -moz-transition: background-image linear 0.3s;
  -webkit-transition: background-image linear 0.3s;
  -o-transition: background-image linear 0.3s;
}
a.addthis_button_facebook {
  background-image: url('../Images/facebook.png');
  transition: background-image linear 0.3s;
  -moz-transition: background-image linear 0.3s;
  -webkit-transition: background-image linear 0.3s;
  -o-transition: background-image linear 0.3s;
}
a.addthis_button_google_plusone {
  background-image: url('../Images/google.png');
  transition: background-image linear 0.3s;
  -moz-transition: background-image linear 0.3s;
  -webkit-transition: background-image linear 0.3s;
  -o-transition: background-image linear 0.3s;
}
a.addthis_button_more:hover {
  background-image: url('/SiteElements/Images/addThishover.png');
}
a.addthis_button_twitter:hover {
  background-image: url('/SiteElements/Images/twitterhover.png');
}
a.addthis_button_facebook:hover {
  background-image: url('/SiteElements/Images/facebookhover.png');
}
a.addthis_button_google_plusone:hover {
  background-image: url('/SiteElements/Images/googlehover.png');
}
.sys_socialMediaBar h5 {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: helvetica;
  text-transform: uppercase;
  border-bottom: #d4d4d4 1px solid;
  margin-left: 0;
  margin-right: 3px;
}
.sys_simple.sys_themed.sys_theme-simple {
  display: block;
  overflow: hidden;
}
.sys_Validation {
  background: #A910B1;
  border-radius: 10px;
  padding: 20px;
  color: white;
  border: 1px solid #A910B1;
  margin-bottom: 20px;
  margin-top: 30px;
}
.sys_failedvalidation input {
  border: red 1px solid;
}
/* slideshow simple theme over-ride
-----------------------------------------------*/

.sys_pagecontent .sys_theme-simple .sys_imageslideshowgallery-control {
  width: 724px;
}
.sys_pagecontent .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-title,
.sys_pagecontent .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-caption {
  width: 684px;
}
/********************
200-HOMEPAGE
********************/

.sys_theme-gradient {
  background: #2E3192;
  position: relative;
}
.sys_theme-gradient-reversed {
  background: #A910B1;
  position: relative;
}
.sys_theme-gradient-2 {
  background: #2E3192;
  position: relative;
}
.sys_theme-gradient-2-reversed {
  background: #A910B1;
  position: relative;
}
.sys_hidetext {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.sys_borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sys_image-with-border {
  background: white;
  margin-bottom: 17px;
  padding: 7px;
  border: 1px solid #e5e4e4;
}
.sys_image-with-border-notop {
  border-top: none;
  -moz-box-shadow: 0px 1px 0 0 #e5e4e4;
  -webkit-box-shadow: 0px 1px 0 0 #e5e4e4;
  box-shadow: 0px 1px 0 0 #e5e4e4;
}
.sys_image-with-caption-styles {
  background: white;
  padding: 7px 7px 33px 7px;
  border: 1px solid #e5e4e4;
  border-top: none;
  position: relative;
}
.sys_rightcolumn-contentwrapper {
  background: #eeeded;
  width: 209px;
  height: 100%;
  border-left: 1px solid white;
  position: absolute;
  top: 57px;
  right: 0px;
}
.sys_all-buttons {
  float: left;
  color: white !important;
  text-transform: uppercase;
}
.theme-button {
  background: #A910B1;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 1px solid #a68498;
  cursor: pointer!important;
}
.sys_itempublished-date {
  margin-bottom: 21px;
  font-size: 0.83em;
}
/*HOMEPAGE SPECIFIC STYLES*/

/*Current News Slider Styles*/

#currentNewsSlider {
  background: white;
  float: left;
  width: 50%;
  height: 427px;
  /* padding-right: 30px; */
  box-sizing: border-box;
}
#currentNewsSliderNav {
  float: left;
  width: 25%;
}
.sys_slider-inner {
  height: 100%;
  overflow: hidden;
  /* width: 100%; */
}
.sys_slider-inner a {
  display: block;
}
.sys_slider-inner a img {
  width: 100%!important;
  height: auto!important;
  position: static!important;
}
#currentNewsSliderNav li {
  float: left;
  width: 100%;
  list-style: none;
  background: #e6e6e6;
  border-bottom: solid 1px #003b73;
  box-sizing: border-box;
  min-height: 106px;
}
#currentNewsSliderNav li.sys_active-slide,
#currentNewsSliderNav li:hover {
  background: #003b73;
  position: relative;
  border-bottom: solid 4px #b72c5d;
}
#currentNewsSliderNav li.sys_active-slide a,
#currentNewsSliderNav li:hover a {
  background: url("/SiteElements/Images/activeSlideLinkBg.png") no-repeat 100% 27px;
  color: #B72C5D;
}
#currentNewsSliderNav li a {
  padding: 24px 40px 25px;
  width: 100%;
  display: block;
  color: black;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 26px;
}
#currentNewsSliderNav li a:hover {
  text-decoration: none;
}
#currentNewsSliderNav li a.sys_oneline {
  padding-top: 2em;
}
#fullWidthColumn.sys_fullwidthslider #currentNewsSlider {
  width: 619px!important;
}
#fullWidthColumn.sys_fullwidthslider #currentNewsSliderNav {
  width: 343px;
}
/*Content Container Styles*/

#contentContainer {
  background: none;
}
/*Homepage Feature Box Styles*/

.sys_featured-content-row {
  padding: 19px 13px 13px 13px;
}
.sys_featured-content-box {
  margin-bottom: 0px;
}
.sys_featured-content-box.sys_medium-box {
  width: 50%;
  padding: 0;
  box-sizing: border-box;
}
#regionalPCC {
  float: right;
  width: 25%;
  text-align: center;
  background: #e6e6e6;
}
#regionalPCC img {
  background: white;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#regionalPCC .sys_pcc-name {
  padding: 10px 10px 0;
  width: 100%;
  font-weight: 500;
  color: #2E3192;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#regionalPCC .sys_pcc-image .sys_meet-your-pcc-link {
  font-weight: 500;
  text-align: center;
}
#regionalPCC .sys_pcc-image .sys_meet-your-pcc-link a {
  color: white;
  background-color: #2E3192;
  display: block;
  padding: 10px;
}
#regionalPCC .sys_pcc-image .sys_meet-your-pcc-link a:hover {
  text-decoration: underline;
  color: #A910B1;
}
#regionalPCC .sys_pcc-introduction {
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
/*Social Media Links*/

ul#socialMediaLinks {
  margin-bottom: 15px;
  padding-left: 0px;
  float: left;
  width: 100%;
  text-align: center;
}
ul#socialMediaLinks li {
  display: inline-block;
  width: auto;
  list-style: none;
}
ul#socialMediaLinks li a.sys_socialmedia-link {
  background: url("../Images/socialMediaIcons.png") no-repeat;
  margin-right: 15px;
  float: left;
  width: 37px;
  height: 37px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
ul#socialMediaLinks li a.sys_socialmedia-link.sys_facebook {
  background-position: -54px 0;
}
ul#socialMediaLinks li a.sys_socialmedia-link.sys_linked-in {
  background-position: -108px 0;
}
/*Twitter Feed*/

#socialMediaFeed {
  background: white;
  margin: 0 auto 25px auto;
  padding: 25px 22px 25px 22px;
  display: block;
  clear: both;
  width: 216px;
  text-align: center;
  border: 1px solid #bababa;
}
#socialMediaFeed .sys_feed-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #2E3192;
}
#socialMediaFeed .sys_feed-logo {
  background: url("../Images/socialMediaFeedIcon.png") no-repeat 50% 0 #2E3192;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  height: 37px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#socialMediaFeed ul.sys_rss {
  float: left;
  text-align: left;
}
#socialMediaFeed ul.sys_rss li {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  line-height: 1.33em;
  list-style: none;
}
#socialMediaFeed ul.sys_rss li span.sys_twitter_info {
  color: #2E3192;
}
#socialMediaFeed .calltoaction-button {
  float: none;
}
/* additions for Media Centre */

#leftColumn .sys_featured-content .sys_featured-content-col,
#leftColumn .sys_featured-content .sys_feature-content-col {
  float: left;
  width: 310px;
}
#leftColumn .sys_featured-content .sys_subitem h3.sys_subitem-heading {
  display: block;
  width: 100%;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#leftColumn .sys_featured-content .sys_whats_new-control .sys_whats_new-type {
  display: none;
}
#leftColumn .sys_featured-content .sys_whats_new-control dt {
  clear: both;
  margin-right: 6px;
}
#leftColumn .sys_featured-content .sys_whats_new-control dt,
#leftColumn .sys_featured-content .sys_whats_new-control dd {
  display: block;
  float: left;
  font-size: 0.9em;
}
#leftColumn .sys_mediacentre-messages .sys_subitem {
  background: url("/SiteElements/Images/media-centre-message.png") no-repeat 0 0;
  padding: 2px 0 5px 34px;
}
#leftColumn .sys_mediacentre-alerts .sys_subitem {
  background: url("/SiteElements/Images/media-centre-alert.png") no-repeat 0 0;
  padding: 2px 0 5px 18px;
}
#NewsArchiveWrap .sys_icon {
  min-width: 137px;
}
#rightColumn .sys_feature-box {
  background: white;
  margin: 0 auto 25px auto;
  padding: 25px 22px 25px 22px;
  display: block;
  clear: both;
  width: 216px;
  text-align: left;
  border: 1px solid #bababa;
}
#rightColumn .sys_feature-box .sys_feature-title,
#rightColumn .sys_feature-box h2 {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #A910B1;
}
#rightColumn .sys_mediagallery-control {
  display: block;
  position: relative;
  clear: both;
}
#rightColumn .sys_mediagallery-control .sys_subitem {
  clear: both;
  width: 100%;
  height: 270px;
}
#rightColumn .sys_mediagallery-control .sys_subitem dt {
  display: none;
}
#rightColumn .sys_mediagallery-control .sys_subitem img,
#rightColumn .sys_mediagallery-control .sys_subitem .sys_subitem-heading {
  margin-bottom: 3px;
}
#leftColumn .sys_logged-in-message-bar {
  padding: 10px;
  background: white;
  border-top: 1px solid #d2d1d1;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
}
#leftColumn .sys_logged-in-message-bar p {
  margin: 0;
  padding: 0;
}
#leftColumn .sys_logged-in-message-bar p span {
  color: #003b73;
}
#leftColumn .sys_logged-in-message-bar {
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #B72C5D;
  padding: 12px;
}
#leftColumn .sys_logged-in-message-bar span {
  color: #414141 !important;
}
#leftColumn.sys_homepage .sys_featured-content-box.sys_small-box h2,
.sys_featured-content-box.sys_medium-box h2 {
  text-transform: none;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 10px;
}
#socialMediaFeed {
  background: white;
  margin: 0 auto 25px auto;
  padding: 25px 22px 25px 22px;
  display: block;
  clear: both;
  width: 216px;
  text-align: center;
  border: 1px solid #bababa;
}
#socialMediaFeedNew {
  background: transparent;
  padding: 0;
  display: block;
  clear: both;
}
#socialMediaFeed .sys_feed-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #A910B1;
}
#socialMediaFeed .sys_feed-logo {
  background: url("/SiteElements/Images/socialMediaFeedIcon.png") no-repeat 50% 0 #A910B1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  height: 37px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#socialMediaFeedNew .sys_feed-logo {
  background: url("/SiteElements/Images/twitterIcon.png") no-repeat 50% 0 transparent;
  margin-bottom: 0;
  float: left;
  width: 100%;
  height: 35px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  z-index: 999;
  position: relative;
}
#socialMediaFeedNew a.calltoaction-button {
  margin-top: 40px;
  display: block;
  background-color: #6AC1D2;
  width: 100%;
  box-sizing: border-box;
}
/********************
FEED
********************/

.feed {
  max-height: 500px;
  overflow-y: scroll;
}
#rightColumn .feed ul {
  padding: 0;
}
.feed li {
  list-style: none;
}
.feed span {
  font-weight: 700;
}
.feed a {
  font-weight: 700;
}
.feed .timePosted {
  font-size: .7em;
  text-align: right;
}
.feed .user img {
  float: left;
  margin-right: 10px;
}
.sys_syndicationlinks-control div {
  float: right;
  margin-left: 40px;
}
.sys_events-tabs-control ul {
  list-style: none;
  margin: 0!important;
  clear: both;
}
.sys_events-tabs-control li {
  float: left;
  width: 16.666%;
  height: 50px;
  margin: 0 !important;
  line-height: 50px !important;
  text-align: center;
  background-color: #efefef;
  border-left: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
}
.sys_events-tabs-control li.sys_first {
  border-left: none;
}
.sys_events-tabs-control li.sys_last {
  border-right: none;
}
.sys_events-control {
  margin-top: 60px;
  /* clear: both; */
  width: 96.66%;
  float: left;
}
#EventsCalendarWrap .sys_events-search-control {
  background-color: #e6e6e6;
  padding: 20px;
  box-sizing: border-box;
  width: 21.33%;
  float: right;
  margin-top: -2px;
  height: auto;
}
#EventsCalendarWrap .sys_events-search-control :before,
#EventsCalendarWrap .sys_events-search-control :after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
#EventsCalendarWrap .sys_events-search-control :after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

#EventsCalendarWrap .sys_events-search-control {
  *zoom: 1;
}
#EventsCalendarWrap .sys_search-row {
  box-sizing: border-box;
}
#EventsCalendarWrap .sys_search-row.sys_category-row label {
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: block!important;
}
#EventsCalendarWrap .sys_search-row.sys_category-row select {
  float: left;
  box-sizing: border-box;
  margin: 5px 0;
}
.sys_groupheader {
  margin-bottom: 20px;
}
dt.sys_events-category,
dt.sys_events-location,
dt.sys_events-time {
  clear: left;
  float: left;
  margin-right: 5px;
  font-weight: 700;
}
.sys_secondary-news .sys_subitem {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.sys_secondary-news .sys_subitem.sys_first {
  padding: 0 40px 0 0;
}
.sys_secondary-news .sys_subitem.sys_last {
  padding: 0 0 0 40px;
}
.sys_secondary-news .sys_thumbnail {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 30px;
}
.sys_secondary-news .sys_subitem-heading,
.sys_secondary-news .sys_subitem-summary {
  width: 100%;
  padding: 0;
  float: none;
}
.sys_featured-article {
  display: none;
}
.sys_cms-form-body .sys_namesubelement input,
.sys_cms-form-body .sys_lastnamesubelement input,
.sys_cms-form-body input.sys_medium,
.sys_cms-form-body select.sys_medium,
.sys_cms-form-body input.sys_large,
.sys_cms-form-body select.sys_large,
.sys_cms-form-body input.sys_small,
.sys_cms-form-body select.sys_small,
.sys_cms-form-body textarea.sys_small,
.sys_cms-form-body textarea.sys_medium,
.sys_cms-form-body textarea.sys_large {
  width: 100% !important;
}
.sys_cms-form-body li input,
.sys_cms-form-body li select,
.sys_cms-form-body li textarea,
.sys_cms-form-body li label,
.sys_cms-form-body li .sys_legend,
.sys_cms-form-body li .sys_fieldlabel {
  font-size: 1.2em !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 0 20px!important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
label {
  font-family: Helvetica, sans-serif !important;
}
@media (max-width: 700px) {
  #EventsCalendarWrap .sys_search-row {
    width: 100%;
  }
}
/********************
DASHBOARD
********************/

/* Dashboard CSS */

#myDashboard {
  margin-bottom: 0!important;
}
#article .sys_dashboard-page .sys_headingbar {
  padding-left: 15px;
}
/* Dash Content Wrapper */

#LoaderAnim {
  width: 100%;
  display: block;
  clear: both;
  height: 700px;
  background: url("/SiteElements/Images/Dash/ajax-loader.gif") 50% 50% no-repeat;
}
#DashBoardLoader {
  width: 100%;
  display: block;
  color: white;
}
/* Dash Content loaded Via Ajax */

.sys_dashboard .sys_dash-row {
  width: 100%;
  clear: both;
}
.sys_dashboard .sys_dash-item .sys_dash-inner {
  padding: 10px;
}
.sys_dashboard .sys_dash-item h2 {
  padding: 10px;
  color: #003b73;
  background: #cccccc;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
}
.sys_dashboard .sys_dash-item .sys_standardlist-title {
  display: none;
}
.sys_dashboard .sys_dash-item h3 {
  clear: both;
  color: #003b73;
  margin: 0;
  float: left;
  padding: 0 0 10px 0;
}
.sys_dashboard .sys_dash-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sys_dashboard .sys_dash-item.sys_feature-myfoi,
.sys_dashboard .sys_dash-item.sys_feature-myfeedback {
  min-height: 150px;
}
.sys_dashboard .sys_dash-item .sys_subitem {
  clear: both;
  padding: 20px 0;
}
.sys_dashboard .sys_dash-item .sys_subitem .sys_subitem-heading {
  font-size: 1em;
  margin: 0;
  padding: 0 0 0.2em 0;
}
.sys_dashboard .sys_dash-item .sys_subitem dl dt,
.sys_dashboard .sys_dash-item .sys_subitem dl dd {
  float: left;
  margin-right: 5px;
}
.sys_dashboard .sys_dash-item .sys_noresults {
  border: 1px solid #cccccc;
  padding: 30px;
  text-align: center;
  clear: both;
}
/* Dash Item Options */

.sys_dash-item-options li {
  padding-top: 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
/* Individual Dash Item CSS */

.sys_dashboard .sys_dash-item.sys_feature-in-your-area {
  min-height: 400px;
}
.sys_dashboard .sys_dash-item .sys_foilisting-control {
  clear: both;
  height: 110px;
  overflow: auto;
}
.sys_dashboard .sys_dash-item .sys_foilisting-control .sys_subitem-summary {
  clear: both;
}
.sys_dashboard .sys_dash-item .sys_complantlisting-control {
  height: 110px;
  clear: both;
}
.sys_dashboard .sys_dash-item.sys_feature-in-your-area li.sys_subitem a {
  float: left;
  display: block;
  width: 75%;
}
.sys_dashboard .sys_dash-item.sys_feature-yourdetails dl {
  margin: 0;
  padding: 0;
  width: 415px;
}
.sys_dashboard .sys_dash-item.sys_feature-yourdetails dl dt {
  clear: both;
  width: 23%;
}
.sys_dashboard .sys_dash-item.sys_feature-yourdetails dl dt,
.sys_dashboard .sys_dash-item.sys_feature-yourdetails dl dd {
  float: left;
  padding: 0.8em 0;
  border-top: 1px solid #d9d9d9;
}
.sys_dashboard .sys_dash-item.sys_feature-yourdetails dl dd {
  font-weight: 700;
  width: 73%;
  margin-right: 2%;
}
.sys_dashboard .sys_dash-item .sys_news-datepublished,
.sys_dashboard .sys_dash-item .sys_events-date {
  float: right;
  text-align: right;
}
.sys_dashboard .sys_dash-item.sys_feature-in-your-area .sys_events-control li.sys_subitem a {
  width: 170px;
}
#myDashboard .sys_myDashboardCol1 {
  clear: both;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey {
  width: 100%;
  clear: both;
  float: left;
  margin: 0 0 6px 0;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey .sys_survey-content {
  float: left;
  clear: both;
  width: 274px;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey .sys_survey-content h3 {
  float: none;
  font-size: 1em;
  margin: 0 0 3px 0;
  padding: 0;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey .sys_survey-content p {
  margin: 0 0 3px 0;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey .sys_survey-details {
  float: right;
  width: 131px;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey .sys_survey-details img {
  float: right;
  margin: 0 0 10px 5px;
}
.sys_dashboard .sys_feature-mysurveys .sys_survey .sys_survey-details p {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
/* My FOI and My Complaints Listigs Fixes*/

.sys_dashboard .sys_dash-item .sys_subitem {
  background-position: 0px 4px;
}
.sys_dashboard .sys_dash-item .sys_subitem .sys_subitem-heading {
  margin-right: 6px;
  max-width: 185px;
}
.sys_dashboard .sys_dash-item .sys_foilisting-control .sys_subitem {
  width: 91%;
}
.sys_dashboard .sys_dash-item .sys_foilisting-control .sys_subitem-summary,
.sys_dashboard .sys_dash-item .sys_complantlisting-control .sys_subitem-summary {
  clear: none;
  float: right;
  text-align: right;
}
.sys_dashboard .sys_dash-item .sys_news-datepublished,
.sys_dashboard .sys_dash-item .sys_events-date,
.sys_dashboard .sys_dash-item .sys_foilisting-control .sys_subitem-summary,
.sys_dashboard .sys_dash-item .sys_complantlisting-control .sys_subitem-summary {
  width: 25%;
}
.sys_dashboard .sys_dash-item dt.sys_foilisting-status,
.sys_dashboard .sys_dash-item dt.sys_cm-status,
.sys_dashboard .sys_cm-control .sys_flickrpager {
  display: none;
}
.sys_dashboard .sys_dash-item .sys_subitem dd.sys_foilisting-status,
.sys_dashboard .sys_dash-item .sys_subitem dd.sys_complantlisting-status {
  float: right;
  margin-right: 0px;
}
.sys_newsletterEmail {
  clear: both;
}
/* temp hide CM
.sys_dash-item.sys_feature-myfoi,
.sys_dash-item.sys_feature-myfeedback {
    display: none;
}*/

/* - FORM ELEMENTS
------------------------------------------ */

label {
  margin: 5px 0 5px 10px;
  display: inline-block !important;
  zoom: 1;
}
input,
textarea,
select {
  border: 1px solid #dddddd;
  padding: 0 20px;
  line-height: 50px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 1em;
  margin-bottom: 20px;
  
}
input:focus,
textarea:focus,
select:focus {
  
}
input[type=radio],
input[type=checkbox] {
  width: auto;
  height: auto;
  display: inline-block !important;
  zoom: 1;
  *display: inline;
}
select:hover {
  background: url(../images/icon-arrow-down.png) no-repeat right center #eeeeee;
}
#formpage_0-9756 li {
  list-style: none;
}
.sys_search-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sys_content-wrapper img {
  padding: 0;
  display: block;
  /* width: 100%; */
  height: auto;
  border: 1px solid #e0e0e0;
}
.mob-nav {
  display: none !important;
}
.sys_registration-area {
  margin-top: 40px;
}
.sys_registration-area h2 {
  margin-bottom: 20px!important;
}
.sys_legend {
  margin-top: 40px;
  color: #1d3461;
  font-weight: 800;
  font-size: 1.2em;
}
.nav-container {
  max-width: 100%;
  background: #003b73;
  margin: auto;
  border-top: 5px solid #b72c5d;
}
#myDashboard label {
  margin: 0px 0px 0.6em 0;
}
.sys_mydashboard-option-checkbox {
  padding: 0!important;
}
.sys_registration-area input {
  width: 100%;
}
.sys_registration-area input[type="submit"] {
  width: auto;
}
/* 2 columnn (only) */

@media only screen and (min-width: 570px) and (max-width: 970px) {
  #footer .sys_footerContentHolder,
  #footer .sys_footerContentHolder:first-child {
    width: 50%;
  }
  #bottomSection {
    padding: 0 30px !important;
  }
  #socialMediaFeedNew {
    display: none;
  }
  #leftColumn.sys_homepage,
  #leftColumn,
  #rightColumn.sys_homepage {
    background: none;
  }
  #rightColumn {
    margin-bottom: 40px;
  }
  #rightColumn .sys_feature-area {
    padding-bottom: 20px;
  }
}
/* 3 columnn (only) */

@media only screen and (min-width: 970px) and (max-width: 1440px) {
  #nav {
    display: inline-flex;
    margin: auto;
    line-height: 40px;
  }
}
@media only screen and (max-width: 970px) {
  #nav > li a {
    padding: 0 13px;
    line-height: 46px;
  }
  #nav > li {
    display: block !important;
  }
  #nav > li ul li {
    background: #484BA8;
    /* border-bottom: 1px solid #00aeef; */
  }
  #nav > li ul li a {
    background: none;
    color: white;
    padding: 0 13px;
    line-height: 46px;
  }
  #nav > li ul li:hover {
    background: none;
    color: #00AEEF;
    border-bottom: 1px solid #00aeef;
  }
  .nav-container {
    border: none;
  }
  #header span.sys_sitetitle {
    display: none;
  }
  #header {
    height: auto;
  }
  #rightColumn {
    margin-bottom: 40px;
  }
  #rightColumn .sys_feature-area {
    padding-bottom: 20px;
  }
  .sys_blogs-subheading,
  .sys_blogs-summary {
    width: 100%;
  }
  .sys_blogs-control .sys_thumbnail {
    display: none;
  }
}
/* 3 columnn (and below) */

@media only screen and (max-width: 1440px) {
/*  .sys_search-query-control,
  .sys_ticker-wrapper {
    padding: 0 1em;
  } */
  .mob-nav {
    display: block !important;
  }
  #nav {
    margin: auto;
    line-height: 40px;
  }
  /*#header .loginSettings { right: 46px; }*/

  .goog-te-gadget {
    display: none;
  }
  #header #topNav {
    padding-right: 2em;
  }
}
/* 2 columnn (and below) */

@media only screen and (max-width: 869px) {
  .sys_ticker-wrapper .sys_ticker {
    padding: 0;
    font-size: 1.2em;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .sys_homepage#rightColumn {
    display: none;
  }
  #header {
    height: auto;
  }
  .mob-nav {
    display: block !important;
  }
  #currentNewsSliderNav li {
    height: auto;
  }
  #header span.sys_sitetitle {
    display: none;
  }
  #socialMediaFeedNew {
    display: none;
  }
  #myDashboard {
    padding: 2em;
  }
}
/* 1 columnn (and below) */

@media only screen and (max-width: 569px) {
  #fullWidthColumn #regionalPCC .sys_pcc-image {
    width: 100%;
  }
  #header span#logo img {
    width: 140px;
    padding-left: 8px;
  }
  #header .loginSettings {
    margin-top: 34px;
  }
  #fullWidthColumn #regionalPCC .sys_pcc-image {
    margin: 0;
  }
  #leftColumn {
    padding-right: 0;
  }
  .sys_featured-content-box.sys_medium-box {
    padding: 0;
  }
  #fullWidthColumn {
    margin-bottom: 0px;
  }
  #bottomSection ul#bottomLinks li a {
    padding: 0px 0;
    display: block;
  }
  #header .loginSettings {
    margin-top: 0px;
  }
  #nav {
    padding: 23px 0 !important;
  }
  #header span.sys_sitetitle {
    display: none;
  }
  #topSection .goog-te-gadget {
    display: none;
  }
}
/* IMAGES & CAPTIONS */

figure {
  display: table;
  float: left;
  width: 100%;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  font-weight: 700;
}
@media only screen and (min-width: 569px) {
  figure {
    width: 33.33%;
    margin: 0 40px 20px 0;
  }
  figure.right {
    float: right;
    margin: 0 0 20px 40px;
  }
}



/* 200 homaepage */

@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
/* @import url("http://preview.nottinghamshire.pcc.contensis.co.uk/SiteElements/Stylesheets/LESS/200-homepage-less.css"); */

/*Global Classes*/

.sys_theme-gradient {
  background: #333171;
  background: -moz-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333171), color-stop(100%, #B9B8E0));
  background: -webkit-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: -o-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: -ms-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: linear-gradient(to bottom, #333171 0%, #B9B8E0 100%);
  -pie-background: linear-gradient(#333171, #B9B8E0);
  behavior: url(/PIE.htc);
  position: relative;
}
.sys_theme-gradient-reversed {
  background: #B9B8E0;
  background: -moz-linear-gradient(top, #B9B8E0 0%, #333171 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9B8E0), color-stop(100%, #333171)) !important;
  background: -webkit-linear-gradient(top, #B9B8E0 0%, #333171 100%) !important;
  background: -o-linear-gradient(top, #B9B8E0 0%, #333171 100%) !important;
  background: -ms-linear-gradient(top, #B9B8E0 0%, #333171 100%) !important;
  background: linear-gradient(to bottom, #B9B8E0 0%, #333171 100%) !important;
  -pie-background: linear-gradient(#B9B8E0, #333171) !important;
  -pie-watch-ancestors: 1;
  behavior: url(/PIE.htc);
  position: relative;
}
.sys_theme-gradient-2 {
  background: #333171;
  background: -moz-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333171), color-stop(100%, #B9B8E0));
  background: -webkit-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: -o-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: -ms-linear-gradient(top, #333171 0%, #B9B8E0 100%);
  background: linear-gradient(to bottom, #333171 0%, #B9B8E0 100%);
  -pie-background: linear-gradient(#333171, #B9B8E0);
  -pie-watch-ancestors: 1;
  behavior: url(/PIE.htc);
  position: relative;
}
.sys_theme-gradient-2-reversed {
  background: #B9B8E0;
  background: -moz-linear-gradient(top, #B9B8E0 0%, #333171 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9B8E0), color-stop(100%, #333171));
  background: -webkit-linear-gradient(top, #B9B8E0 0%, #333171 100%);
  background: -o-linear-gradient(top, #B9B8E0 0%, #333171 100%);
  background: -ms-linear-gradient(top, #B9B8E0 0%, #333171 100%);
  background: linear-gradient(to bottom, #B9B8E0 0%, #333171 100%);
  -pie-background: linear-gradient(#B9B8E0, #333171);
  -pie-watch-ancestors: 1;
  behavior: url(/PIE.htc);
  position: relative;
}
.sys_hidetext {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.sys_borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/boxsizing.htc);
}
.sys_image-with-border {
  background: white;
  margin-bottom: 17px;
  padding: 7px;
  border: 1px solid #333171;
}
.sys_image-with-border-notop {
  border-top: none;
  -moz-box-shadow: 0px 1px 0 0 #333171;
  -webkit-box-shadow: 0px 1px 0 0 #333171;
  box-shadow: 0px 1px 0 0 #333071;
}
.sys_image-with-caption-styles {
  background: white;
  padding: 7px 7px 33px 7px;
  border: 1px solid #333171;
  border-top: none;
  position: relative;
}
.sys_rightcolumn-contentwrapper {
  background: #eeeded;
  width: 209px;
  height: 100%;
  border-left: 1px solid white;
  position: absolute;
  top: 57px;
  right: 0px;
}
.sys_all-buttons {
  float: left;
  color: white !important;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
.theme-button {
  background: #333171;
  background: -moz-linear-gradient(top, #333171 0%, #B9B8E0 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333171), color-stop(100%, #B9B8E0)) !important;
  background: -webkit-linear-gradient(top, #333171 0%, #B9B8E0 100%) !important;
  background: -o-linear-gradient(top, #333171 0%, #B9B8E0 100%) !important;
  background: -ms-linear-gradient(top, #333171 0%, #B9B8E0 100%) !important;
  background: linear-gradient(to bottom, #333171 0%, #B9B8E0 100%) !important;
  -pie-background: linear-gradient(#333171, #B9B8E0) !important;
  -pie-watch-ancestors: 1;
  behavior: url(/PIE.htc);
  position: relative;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 1px solid #7678D4;
  cursor: pointer!important;
}
.sys_itempublished-date {
  margin-bottom: 21px;
  font-size: 0.83em;
}
/*HOMEPAGE SPECIFIC STYLES*/

/*Current News Slider Styles*/

#currentNewsSlider {
  background: white;
  float: left;
  width: 50%;
}
#currentNewsSliderNav {
  float: left;
  width: 23%;
  font-size: 1em;
}
#currentNewsSliderNav li {
  background: #003b73;
  float: left;
  width: 100%;
  margin-bottom: 1px;
  list-style: none;
  border-bottom: 1px solid #b72c5d;
  transition: ease all 300ms;
}
.sys_slider-inner a img {
  width: 100%!important;
  height: auto!important;
  position: static!important;
}
#currentNewsSliderNav li.sys_active-slide,
#currentNewsSliderNav li:hover {
  background: #484BA8;
  position: relative;
}
#currentNewsSliderNav li.sys_active-slide a,
#currentNewsSliderNav li:hover a {
  background: url("/SiteElements/Images/activeSlideLinkBg.png") no-repeat 100% 27px;
  color: white;
}
#currentNewsSliderNav li a {
  padding: 15px 35px 0 17px;
  width: 100%;
  min-height: 73px;
  display: inline;
  float: left;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: lighter;
  line-height: 1.14em;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *
  behavior: url(/boxsizing.htc);
  behavior: none;
}
#currentNewsSliderNav li a:hover {
  text-decoration: none;
}
#currentNewsSliderNav li a.sys_oneline {
  padding-top: 2em;
}
#currentNewsSliderNav li#lastSlide {
  margin-bottom: 0;
  /* border: 0 none; */
}
#fullWidthColumn .sys_featured-content-row {
  background: white;
}
#fullWidthColumn.sys_fullwidthslider #currentNewsSlider {
  width: 619px!important;
}
#fullWidthColumn.sys_fullwidthslider #currentNewsSliderNav {
  width: 343px;
}
/*Content Container Styles*/

#contentContainer {
  background: none;
}
.sys_pagecontent h1 {
  display: none;
}
/*Homepage Feature Box Styles*/

.sys_featured-content-row {
  padding: 0px 0 15px 0;
}
.sys_featured-content-box {
  margin-bottom: 0px;
}
.sys_featured-content-box.sys_small-box {
  margin-right: 32px;
}
.sys_featured-content-box.sys_medium-box {
  margin-right: 2%;
  width: 49%;
}
#regionalPCC {
  float: right;
  width: 25%;
  text-align: center;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
}
#regionalPCC img {
  background: white;
  /* padding: 13px 14px 13px 13px; */
  display: block;
  /* border: 1px solid #cdcdcd; */
  /* border-right-color: #cecece; */
  /* border-bottom-color: #d8d8d8; */
  border-left: 0 none;
}
#regionalPCC .sys_pcc-name {
  background: #003b73;
  padding: 5px 0;
  float: left;
  width: 100%;
  min-height: 40px;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  vertical-align: top;
  border-bottom: 2px solid #b72c5d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *
  behavior: url(/boxsizing.htc);
}
#regionalPCC .sys_pcc-image {
  /* float: left; */
  position: relative;
}
#regionalPCC .sys_pcc-image .sys_meet-your-pcc-link {
  background: url("/SiteElements/Images/meetYourPCCBg.png") repeat 0;
  padding: 0px 0 5px 0;
  width: 360px;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 0px;
  /* left: 14px; */
  width: 100%;
  font-size: 0.9em;
}
#regionalPCC .sys_pcc-image .sys_meet-your-pcc-link a {
  background: none;
  padding-right: 11px;
  color: white;
}
#regionalPCC .sys_pcc-image .sys_meet-your-pcc-link a:hover {
  text-decoration: underline;
}
#regionalPCC .sys_pcc-introduction {
  background: #e7e6e6;
  padding: 10px 15px;
  float: left;
  width: 100%;
  border: 1px solid #e7e6e6;
  border-left-color: #e2e1e1;
  border-right-color: #dbdada;
  border-bottom: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *
  behavior: url(/boxsizing.htc);
  /* position: absolute; */
  /* left: 0px; */
  /* top: 260px; */
  line-height: 15px;
  color: #1C1D58;
  line-height: 1.2em;
  vertical-align: top;
  font-size: .9em;
  }
/*Social Media Links*/

ul#socialMediaLinks {
  margin-bottom: 5px;
  padding-left: 0px;
  float: left;
  width: 100%;
  text-align: center;
}
ul#socialMediaLinks li {
  display: inline-block;
  width: auto;
  list-style: none;
}
ul#socialMediaLinks li a.sys_socialmedia-link {
  background: url("/SiteElements/Images/socialMediaIcons.png") no-repeat;
  margin-right: 15px;
  float: left;
  width: 37px;
  height: 37px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
ul#socialMediaLinks li a.sys_socialmedia-link.sys_facebook {
  background-position: -54px 0;
}
ul#socialMediaLinks li a.sys_socialmedia-link.sys_linked-in {
  background-position: -108px 0;
}
/*Twitter Feed*/

#socialMediaFeed {
  background: white;
  margin: 0 auto 25px auto;
  padding: 25px 22px 25px 22px;
  display: block;
  clear: both;
  width: 216px;
  text-align: center;
  border: 1px solid #bababa;
}
#socialMediaFeed .sys_feed-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b73;
}
#socialMediaFeed .sys_feed-logo {
  background: url("/SiteElements/Images/socialMediaFeedIcon.png") no-repeat 50% 0 #b72c5d;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  height: 37px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#socialMediaFeed ul.sys_rss {
  float: left;
  text-align: left;
}
#socialMediaFeed ul.sys_rss li {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  line-height: 1.33em;
  list-style: none;
}
#socialMediaFeed ul.sys_rss li span.sys_twitter_info {
  color: #003b73;
}
#socialMediaFeed .calltoaction-button {
  float: none;
}
/* additions for Media Centre */

#leftColumn .sys_featured-content .sys_featured-content-col,
#leftColumn .sys_featured-content .sys_feature-content-col {
  float: left;
  width: 310px;
}
#leftColumn .sys_featured-content .sys_subitem h3.sys_subitem-heading {
  display: block;
  width: 100%;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#leftColumn .sys_featured-content .sys_whats_new-control .sys_whats_new-type {
  display: none;
}
#leftColumn .sys_featured-content .sys_whats_new-control dt {
  clear: both;
  margin-right: 6px;
}
#leftColumn .sys_featured-content .sys_whats_new-control dt,
#leftColumn .sys_featured-content .sys_whats_new-control dd {
  display: block;
  float: left;
  font-size: 0.9em;
}
#leftColumn .sys_mediacentre-messages .sys_subitem {
  background: url("/SiteElements/Images/media-centre-message.png") no-repeat 0 0;
  padding: 2px 0 5px 34px;
}
#leftColumn .sys_mediacentre-alerts .sys_subitem {
  background: url("/SiteElements/Images/media-centre-alert.png") no-repeat 0 0;
  padding: 2px 0 5px 18px;
}
#NewsArchiveWrap .sys_icon {
  min-width: 137px;
}
#rightColumn .sys_feature-box {
  background: white;
  margin: 0 auto 25px auto;
  padding: 25px 22px 25px 22px;
  display: block;
  clear: both;
  width: 216px;
  text-align: left;
  border: 1px solid #bababa;
}
#rightColumn .sys_feature-box .sys_feature-title,
#rightColumn .sys_feature-box h2 {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: left;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b73;
}
#rightColumn .sys_mediagallery-control {
  display: block;
  position: relative;
  clear: both;
}
#rightColumn .sys_mediagallery-control .sys_subitem {
  clear: both;
  width: 100%;
  height: 270px;
}
#rightColumn .sys_mediagallery-control .sys_subitem dt {
  display: none;
}
#rightColumn .sys_mediagallery-control .sys_subitem img,
#rightColumn .sys_mediagallery-control .sys_subitem .sys_subitem-heading {
  margin-bottom: 3px;
}
#leftColumn .sys_logged-in-message-bar {
  padding: 10px;
  background: white;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  border-top: 1px solid #d2d1d1;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
}
#leftColumn .sys_logged-in-message-bar p {
  margin: 0;
  padding: 0;
}
#leftColumn .sys_logged-in-message-bar p span {
  color: #003b73;
}
#leftColumn .sys_logged-in-message-bar {
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b73;
  padding: 12px;
}
#leftColumn .sys_logged-in-message-bar span {
  color: #414141 !important;
}
#socialMediaFeed {
  background: white;
  margin: 0 auto 25px auto;
  padding: 25px 22px 25px 22px;
  display: block;
  clear: both;
  width: 216px;
  text-align: center;
  border: 1px solid #bababa;
}
#socialMediaFeedNew {
  background: transparent;
  margin: 0 auto 0 auto;
  padding: 0;
  display: block;
  clear: both;
  /* width: 260px; */
  text-align: center;
  border: 0px solid #bababa;
}
#socialMediaFeed .sys_feed-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.08em;
  font-weight: 500;
  text-transform: uppercase;
  color: #c90044;
}
#socialMediaFeed .sys_feed-logo {
  background: url("/SiteElements/Images/socialMediaFeedIcon.png") no-repeat 50% 0 #c90044;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  height: 37px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#socialMediaFeedNew .sys_feed-logo {
  background: url("/SiteElements/Images/twitterIcon.png") no-repeat 50% 0 transparent;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  height: 35px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  z-index: 999;
  position:relative;
}
#socialMediaFeedNew a.calltoaction-button {
   /* margin-left: 65px; */
   margin-top: 10px;
}




/* foo styles */

iframe#twitter-widget-0 {
    height: 780px!important;
}
.max-contain {
    max-width: 1440px;
    margin: 0 auto;
}
.sys_search-options .sys_basic-search-row input.sys_button.sys_searchbutton,
.sys_search-options .sys_search-row input.sys_button.sys_searchbutton,
.sys_search-options .sys_basic-search-row input.sys_button.sys_search-button,
.sys_search-options .sys_search-row input.sys_button.sys_search-button,
.sys_search-options .sys_searchrow input.sys_button.sys_search-button {
  background: none;
  margin: 0 auto;
  float: none!important;
  width: auto;
  height: 31px;
  color: white;
  font-family: "Ubuntu", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.92em;
  text-transform: uppercase;
  border: 0 none;
  behavior: none;
  background: #003b73 !important;
  padding: 0px 10px 0px 10px!important;
  color: white;
  font-weight: 700;
  border: 0 none;
  text-transform: uppercase;
  cursor: pointer!important;
  line-height: 1;
}
#centreColumn .sys_itemslist .sys_subitem {
    background: none!important;
}
.sys_search-options .sys_basic-search-row, .sys_search-options .sys_basic-searchrow, .sys_search-options .sys_search-row, .sys_search-options .sys_searchrow {
    margin-bottom: 0!important;
}
input#ctl167 {
    margin-bottom: 20px;
}
.sys_search-options .sys_basic-search-row label, .sys_search-options .sys_search-row label, .sys_search-options .sys_searchrow label, .sys_search-options .sys_basic-search-row .sys_search-row-label, .sys_search-options .sys_search-row .sys_search-row-label, .sys_search-options .sys_searchrow .sys_search-row-label {
  color: #003775!important;
}
.sys_flickrpager { margin-bottom: 20px!important; padding: 15px 13px 16px 17px!important; }
.sys_flickrpager .sys_navigation {
    margin-top: 0px!important;
}
 .sys_flickrpager .sys_navigation .sys_page {
    background: #b72c5d !important;
    line-height: 0.8!important;
 }
.sys_feature-area {
    margin-bottom: 10px;
}
#centreColumn .sys_itemslist .sys_subitem .sys_thumbnail, #centreColumn .sys_itemslist .sys_subitem .sys_icon {
}
.sys_search-options {
    padding: 15px 10px 10px 13px!important;
}
.sys_search-options .sys_basic-search-row input.sys_button.sys_searchbutton, .sys_search-options .sys_search-row input.sys_button.sys_searchbutton, .sys_search-options .sys_basic-search-row input.sys_button.sys_search-button, .sys_search-options .sys_search-row input.sys_button.sys_search-button, .sys_search-options .sys_searchrow input.sys_button.sys_search-button {
  width: 100%!important;
  min-height: 40px!important;
  margin-bottom: 25px!important;
}
#centreColumn ul li, #centreColumn ol li {
    width: auto;
    height: auto;
    -webkit-transition: all 300ms ease;
    transition: background 300ms ease;
}
#rightColumn.sys_homepage {
    /* position: relative; */
    /* top: 15px; */
}
img#CMS_IMGc9e072cacd5d45cab81b6e99c0508243 {
    padding: 12px;
}
#centreColumn .sys_form-submit, #centreColumn .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_comments-rating-and-button input.sys_button, #centreColumn input[type=submit] {
  padding: 10px 20px;
}
.sys_socialMediaBar {
  margin: 25px 0;
}
.sys_socialMediaBar span {
  display: none;
}
input#SearchQueryControl_TopSearch_SearchButton:hover {
    background: #484BA8!important;
}

#header .loginSettings span.navLink, #header .loginSettings span.searchLink, #header .loginSettings a.logInLink, #header .loginSettings span.sys_loginlink a {
    border-right: 1px solid #ffffff!important;
    border-left: none!important;
}
.sys_registration-area input[type="submit"] {
    margin-bottom: 25px!important;
}
.sys_events-location {
    line-height: 1.5em!important;
}
#centreColumn .sys_events-control .sys_itemslist .sys_subitem .sys_events-summary {
  /* padding-top: 55px!important; */
}
.sys_events-tabs-control li.sys_first {
    border-left: none;
    background: -o-linear-gradient(top, #b72c5d 0%, #003b73 100%) !important;
    background: -ms-linear-gradient(top, #b72c5d 0%, #003b73 100%) !important;
    background: linear-gradient(to bottom, #b72c5d 0%, #003b73 100%) !important;
    color: white!important;
}
.sys_events-tabs-control li.sys_first a { color: white; }
#centreColumn .sys_itemslist .sys_subitem .sys_thumbnail img {
      margin-right: 20px!important;
  padding: 0!important
}
#centreColumn .sys_itemslist .sys_subitem {
      padding: 15px 0 16px 0px!important;
}

#privacy_confirm {
  width: auto;
}
.skip-to-content {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: -2.5rem;
  padding: 0 .9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: ease all 300ms;
  background-color: #002f6c;
  position: fixed;
  top: 0;
  z-index: 800;
}
.skip-to-content:focus {
  margin-top: 0;
  z-index: 1000;
}

.sys_savepasswordpanel label {
  width: 216px !important;
  height: 50px !important;
}

.sys_news-search-control .sys_search-button {
  white-space: normal !important;
  height: auto !important;
}

/* Ticker Styling */
#rss-feeds {
  position: relative;
  left: 0px;
  height: 40px;
  overflow: hidden;
  width: 100%;
}
  
#rss-feeds > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;

  top: 30px;
  animation-name: news-5;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 3s;
}

#newsTicker.paused > #rss-feeds > ul {
  animation-play-state: paused;
}

#newsTicker > #pause {
  background: url("/SiteElements/Images/pause.png") no-repeat;
  background-size: cover;
  width: 30px;
  height: 25px;
  cursor: pointer;
  margin-right: 0px;
  text-indent: 0px;
}
#newsTicker.paused > #pause {
  background: url("/SiteElements/Images/play.png") no-repeat;
  background-size: cover;
}

#rss-feeds > ul li {
    height: 40px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
  
#rss-feeds:hover {
  animation-play-state: paused;
}

@media handheld, only screen and (max-width: 600px) {
  .sys_ticker-wrapper {
    max-width: 100%;
  }
  #rss-feeds > ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

@keyframes news-5 {
  0% {top: 40px; visibility: visible;}
  5% {top: 0;}

  15% {top: 0;}
  20% {top: -40px;}

  35% {top: -40px;}
  40% {top: -80px;}

  55% {top: -80px;}
  60% {top: -120px;}

  75% {top: -120px;}
  80% {top: -160px;}

  95% {top: -160px; }
  99% {top: -180px; visibility: hidden;}
  100% {top: 40px; visibility: hidden;}
}

.hideTicker {
  display: block;
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 50%;
  width: 32px;
  text-align: center;
  text-indent: 0px !important;
  margin-left: 5px;
  margin-right: 0px !important;
  cursor: pointer;
}
.showTicker {
  display: none;
  cursor: pointer;
}

a.navLinkToggle,
a.searchLinkToggle {
  color: #fff;
}

.twitter-timeline.twitter-timeline-rendered {
    width: 100%;
}