﻿/* 
*+*+* CENTRANET - THE GOOGLE FOR STAFF *+*+*
*+* CORE COLOURS *+*
Purple - #6e2585
Grey - #dee0e2
Blue - #0075b0
*/

/* Variables for the colour palette. */
*:root {
  --cecGreen: #206c49;
  --cecRed: #AA272F;
  --cecTurquoise: #0075B0;
  --cecLime: #92D400;
  --cecGold: #FFA100;
  --cecBlue: #2526A9;
  --cecPurple: #6E2585;
  --cecMagenta: #C90062;
}


/* *+*+* TYPOGRAPHY *+*+* */
body {
  color: #333;
  font-family: 'Open Sans',arial,sans-serif !important;
  font-size: 16px;
  background: #f7f7f7;
}

h1, h2, h3, h4, h5, h6 {
  color: #0b0c0c;
}

h1 {
  margin-bottom: 20px;
}

h4 {
  font-size: 19px;
  margin-bottom:5px;
  margin-top: 20px;
  font-weight: 400;
}

blockquote {
  font-size: inherit;
}

.homepage h2, #sixpaneltoprow h2, #sixpanelbottomrow h2, .rightcolumn h2 {
  border-top: 7px solid #6e2585;
  border-bottom: none;
  padding-top: 16px;
  margin-top: 16px;
  font-size: 24px;
}

.rightcolumn h2{
  font-size: 24px;
}

.rightcolumn h3{
  font-size: 19px;
}

#HowDoISearchResults_wrapper h2, #LatestNewsSearchResults_wrapper h2 {
  margin-bottom: 40px;
}

#HowDoIGenericList_wrapper h2 {
  font-size: 24px;
}

.cathpnewsitem h2 {
  font-size: 24px;
}

#centranetlink {
  font-size: 23px;
}

.smallheading {
  font-size: 24px;
}

.bordertop {
  border-top: 7px solid #6e2585;
  padding-top: 16px;
}

footer h2 {
  font-size: 24px;
}

.alert, .alert-info, .alert-success, .alert-warning, .alert-danger {
  color: inherit;
}



/* *+*+* WHITE BACKGROUND FOR CONTENT AREAS *+*+* */

.content {
  background: #fff;
}

.content-wrapper {
  padding-bottom: 25px;
}

/* *+*+* HEADER *+*+* */

header {
  /* background: #8224e3 url(/images/nonuser/centranet-header-background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center; */
  background: #6e2585;
  min-height: 140px;
  padding-top: 10px;
}

#centranetlink {
  padding: 10px 0 0 0;
  height: auto;
  min-height: 60px;
  margin-bottom: 0.6em;
}

.header-logo {
  margin-top: 10px;
}

/* *+*+* NAVBAR *+*+* */

.navbar {
  margin-bottom: 0;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav>li>a {
  line-height: 15px!important;
}

.nav>li>a {
  padding: 15px 25px;
}

.navbar-inverse {
  background-color: rgba(255,0,0, 0);
  border: none;
}

.mainmenuitem {
  background: #eaedef;
  margin-top: 1px;
  border-top: 1px solid #6e2585;
  border-right: 1px solid #6e2585;
}

.utilitiesitem {
  border-right: 1px solid #fff;
}

.utilitiesitem:last-child {
  border-right: none;
}

.navbar-inverse .navbar-brand {
  color: #fff;
  font-size: 1.5em;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
  color: #fff;
  width: 100%;
}

.navbar-toggle {
  float: none;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.centranet-menu {
  border-top: none!important;
  box-shadow: none!important;
}

li.mainmenuitem a {
  border-bottom: 1px solid #6e2585;
}

li.mainmenuitem > .selectedtab {
  border-bottom: 1px solid #fff!important;
  background-color: #fff;
}

/* *+*+* BREADCRUMB *+*+* */

.breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #fff;
  font-size: 15px;
}

/* *+*+* SKIP TO CONTENT *+*+* */

#skiptocontent a:link, #skiptocontent a:visited, #skiptocontent a:hover, #skiptocontent a:visited {
  position: absolute;
  left: 0;
  top: -2500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #cacaca;
}

#skiptocontent a:active, #skiptocontent a:focus {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  color: #fff;
  background-color: #3f3f3f;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

/* *+*+* LINKS *+*+* */

a {
  color: #2526a9;
  border-bottom: 1px solid #2526a9;
}

a:hover {
  border-bottom: 1px solid #23527c;
  text-decoration: none;
}

a:focus {
  outline: 2px solid #0075b0;
  text-decoration: none;
}

#centranetlink a {
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  margin-top: 0.5em;
  border-bottom: none;
}

.mainmenuitem a {
  color: #61415b!important;
}

.mainmenuitem a:hover {
  background: #fff!important;
}

.utilitiesitem a {
  color: #fff!important;
  border-bottom: none;
}

.utilitiesitem a:hover {
  text-decoration: underline!important;
}

.chapters-container a, .categorylist a, .sys_itemslist a, .homepage a, h2 a {
  border-bottom: none!important;
}

.chapters-container a:hover, .categorylist a:hover, .sys_itemslist a:hover, .homepage a:hover, h2 a:hover {
  text-decoration: underline;
}

.btn.btn-default.btn-lg.active a {
  color: #000;
  border-bottom: none;
  font-weight: 600;
}

footer a {
  border-bottom: none;
}

/* *+*+* HIDE LOGIN FIELDS AND DISPLAY REDIRECT MESSAGE ON CENTRANET LOGIN PAGE *+*+* */

.hidelogin {
  display: none;
}

.redirecttext {
  display: none;
}

.showredirectinfo {
  display: block!important;
  text-align: center;
  margin-top: 15px;
}

.showredirectinfo h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.showredirectinfo span {
  font-size: 40px;
  color: #6e2585;
}

/* *+*+* SKIP TWITTER FEED - USED ON HOMEPAGE *+*+* */

a.skipfeedlink {
  position: absolute;
  left: 0;
  top: -2500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a:focus.skipfeedlink, a:active.skipfeedlink {
  position: inherit;
  color: #fff;
  padding: 6px;
  background: #3f3f3f;
}

/* *+*+* SEARCH IN HEADER *+*+* */

#sitesearch {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.sys_search-query-control label {
  position: absolute;
  Top: -1000em;
}

input#CentranetSiteSearch_SearchTextBox {
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 4px;
}

input#CentranetSiteSearch_SearchButton {
  background-color: #663399;
  border-color: #663399;
  border-style: none;
  color: #fff;
  padding: 7px;
  position: absolute;
  right: 15px;
}

/* *+*+* SEARCH RESULTS *+*+* */

#SearchResults_wrapper > .sys_search-title {
  display: none;
}

dt.sys_search-description {
  display: none;
}

.sys_search-url {
  display: none;
}

/* *+*+* PROMOTED SEARCH RESULTS *+*+* */

#PromotedSearch_wrapper h2 {
  display: none;
}

#promotedSearchWrapper.jumbotron {
  margin-top: 35px;
}

/* *+*+* HOW DO I SEARCH *+*+* */

#howdoisearchcontainer {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

input#HowDoISearchQueryControl_SearchTextBox {
  width: 100%;
  padding: 7px;
}

input#HowDoISearchQueryControl_SearchButton {
  background-color: #663399;
  border-color: #663399;
  border-style: none;
  color: #fff;
  padding: 9px;
  position: absolute;
  right: 35px;
}

.sys_search-subheading {
  margin-bottom: 5px;
}

/* *+*+* LATEST NEWS SEARCH *+*+* */

#LatestNewsSearchResults_wrapper > #LatestNewsSearchResults_List > .sys_itemslist > .sys_subitem > div >.sys_subitem-summary > dl > dt.sys_search-url {
  float: left;
  display: inherit;
}

#LatestNewsSearchResults_wrapper > #LatestNewsSearchResults_List > .sys_itemslist > .sys_subitem > div >.sys_subitem-summary > dl > dt.sys_search-url:after {
  content: ":";
  margin-right: 5px;
}

#LatestNewsSearchResults_wrapper > #LatestNewsSearchResults_List > .sys_itemslist > .sys_subitem > div >.sys_subitem-summary > dl > dd.sys_search-url {
  display: inherit
}

#LatestNewsSearchResults_wrapper > #LatestNewsSearchResults_List > .sys_itemslist > .sys_subitem > div >.sys_subitem-summary > dl > .sys_search-url {
  margin-top: 4px;
}

/* *+*+* HOW DO I CATEGORY LIST *+*+* */

.categorylist ul li {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 20px;
}

.categorylist ul {
  margin-top: 25px;
  padding-left: 0;
}

.borderyellow, .category-buildingsandfacilities {
  border-left: 1.2em solid #ffa100;
}

.borderblue, .category-communicationandcustomers {
  border-left: 1.2em solid #2526A9;
}

.borderred, .category-financeandprocurement {
  border-left: 1.2em solid #AA272F;
}

.borderlime, .category-dataprotectionandsecurity {
  border-left: 1.2em solid #92d400;
}

.borderpink, .category-hrpayandemployment {
  border-left: 1.2em solid #C90062;
}

.borderturquoise, .category-itcomputersandtelephones {
  border-left: 1.2em solid #0075B0;
}

.bordergreen, .category-performanceandplanning {
  border-left: 1.2em solid #206C49;
}

.borderpurple, .category-projectworking {
  border-left: 1.2em solid #6E2585;
}

.borderblack {
  border-left: 1.2em solid #000;
}


/* *+*+* HOW DO I LIST OF TASKS AND GUIDES *+*+* */

#HowDoIGenericList_List>.sys_itemslist>.sys_subalternatingitem {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.sys_flickrpager {
  margin-top: 25px;
  clear: both;
}

dt.sys_generic_list-description {
  display: none;
}

/* *+*+* HOW DO I LIST OF TASKS AND GUIDES - GUIDES CHAPTERS *+*+* */

.chapters-container {
  display: block;
  clear: both;
  padding: 10px 5px;
  border-top: 1px solid #a6afc0;
  border-bottom: 1px solid #a6afc0;
  margin-bottom: 15px;
  width: 100%;
  background: #e2d3e6;
}

.chapters-container li {
  padding-top: 15px;
}

.chapters-container li a {
  display: inline;
}

.chapter-currentitem {
  font-weight: bold;
}

.chapter-currentitem a {
  color: #000;
}

.chapters-container ol {
  columns: 2;
  list-style-position: inside;
  padding-left: 15px;
}

/* *+*+* HOW DO I LIST TAGS ON CONTENT PAGE *+*+* */

.howdoitaglist ul {
  margin-left: 0;
  padding-left: 0;
}

li.howdoitagonpage {
  list-style: none;
  float: left;
  height: 100%;
  margin-right: 17px;
  margin-bottom: 30px;
}

.howdoitagonpage a {
  background-color: #777;
  padding: 3px 6px;
  color: #fff;
  border-bottom: none;
}

/* *+*+* HOW DO I LIST TAGS ON HOW DO I HOMEPAGE *+*+* */

#HowDoIBrowseByTagGenericList_List ul {
  list-style: none;
  padding-left: 0;
}

#HowDoIBrowseByTagGenericList_List li {
  float: left;
  padding-right: 15px;
  margin-bottom: 25px;
}

#HowDoIBrowseByTagGenericList_List a {
  background-color: #777;
  padding: 3px 6px;
  color: #fff;
}

/* *+*+* HIDE PAGER ON HOW DO I TAG HOMEPAGE *+*+* */

#HowDoITagGenericList_List .sys_paginginfo {
  display: none;
}

figure.imageright {
  float: right;
  padding: 5px;
  max-width: 230px;
}

figure.imageright img {
  padding: 7px;
}

figure.imageright figcaption {
  text-align: center;
  clear: both;
}

/* *+*+* CENTRANET RIGHT NAVIGATION *+*+* */

.centranet-localviewmenu {
  margin-top: 20px;
}

.centranet-menu-currentfolder {
  background: #eaedef;
}

.centranet-menu-currentfolder a:hover, .centranet-menu-currentfolder a:focus {
  text-decoration: none;
}

.centranet-menu-item a, .centranet-menu-currentitem a, .centranet-menu-currentfolder a {
  padding: 17px;
  border-top: 1px solid grey;
  border-bottom: none;
  display: block;
  color: #333;
}

.centranet-menu-item a:hover, .centranet-menu-item a:focus, .centranet-menu-currentitem a:hover, .centranet-menu-currentitem a:focus {
  background: #dee0e2;
  text-decoration: none;
}

.centranet-menu-currentitem a {
  background: #b7bdc4;
  color: #000;
}

/* *+*+* LISTS *+*+* */

ul, ol {
  margin-top: 20px;
  margin-bottom: 25px;
}

main li {
  margin-bottom: 8px;
}


li > ul {
  margin-top: 0;
}

ol li {
  margin-bottom: 10px;
}

ol>li>ul {
  margin-top: 6px;
}

ol>li>ul>li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.homepage ul {
  padding-left: 0;
}

.homepage ul li {
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}

.homepage ul li:last-child {
  border-bottom: none;
}

ul.sys_itemslist {
  margin-top: 20px;
  margin-bottom: 30px;
}

li.sys_subitem {
  margin-bottom: 5px;
}

ul.anchor-list {
  padding-left: 10px;
}
.anchor-list li {
  margin-bottom: 15px;
  list-style: none;
}

.anchor-list li:before {
  content: "\f054";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  margin-right: 7px;
  font-weight: 700;
}

#HowDoIGenericList_List ul {
  padding-left: 0;
}

#HowDoIGenericList_List li {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
}

#RelatedItemsasStandardList_List ul {
  list-style: none;
  padding-left: 0;
}

#RelatedItemsasStandardList_List li {
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}

#RelatedItemsasStandardList_List li:last-child {
  border-bottom: none;
}

footer ul {
  margin-top: 10px;
}

/* *+*+* TEAM PAGES INCLUDING RIGHT HAND NAV *+*+* */

.teamrhcol ul {
  list-style: none;
  padding-left: 0;
}

.teamrhcol li {
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}

.teamrhcol li:last-child {
  border-bottom: none;
}

.teamrhcol a {
  border-bottom: none;
}

.teamrhcol a:hover {
  text-decoration: underline;
}

/* *+*+* A TO Z LIST *+*+* */

.atozlist {
  display: inline-block;
  height: auto;
  width: auto;
  margin-bottom: 15px;
}

.atozlist ul {
  padding-left: 0;
}

.atozlist ul li {
  float: left;
  list-style: none;
}

.atozlist ul li a, .atozlist ul li.atoznoresults {
  padding: 10px;
  text-align: center;
  display: inline-block;
  background-color: #f0f0f0;
  width: 2.7em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #d4d4d4;
}

.atozlist ul li a:hover {
  border: 1px solid #8224e3;
  transition: border 0.5s;
}


#GenericListAtoZ_List > ul.sys_itemslist {
  list-style: none;
  padding-left: 0;
}

#GenericListAtoZ_List li {
  margin-bottom: 12px;
}

/* *+*+* ALERT BOX - MOSTLY USED ON HOMEPAGE *+*+* */

.alert {
  margin-top: 20px;
}

/* *+*+* HOMEPAGE NEWS FEED *+*+* */

#HomepageNewsGenericList_List img {
  width: 200px;
  float: right;
  padding: 15px 5px;
}

#HomepageNewsGenericList_List .sys_first img {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
}

#HomepageNewsGenericList_List > .sys_itemslist > .sys_subitem {
  display: block;
  clear: both;
}

#HomepageNewsGenericList_List .sys_subitem.sys_first {
  border-top: none;
}

#HomepageNewsGenericList_List .sys_subitem {
  border-top: 1px solid #eee;
}

/* *+*+* RSS FEED ON NEWS PAGE *+*+* */

#RssFeedReaderLiveSite_RSS li {
  margin-top: 10px;
  margin-bottom: 15px;
}
#RssFeedReaderLiveSite_RSS ul {
  padding-left: 0;
  list-style: none;
}

/* *+*+* NEWS HOMEPAGE FEED *+*+* */

img.newshomepageimage {
  width: 100%;
  margin-top: 20px;
}

/* *+*+* A TO Z ON HOMEPAGE *+*+* */

#homepageatoz li {
  display: inline-block;
  border-bottom: none; 
  text-align:center;
  padding-right: 0.2em;
}

#homepageatoz li a {
  background-color: #0075b0;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  min-width: 35px;
  min-height: 35px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 35px;
  font-weight: 600;
}

/* *+*+* THUMBNAIL/FEATURED IMAGE ON NEWS ITEM *+*+* */

.newsitemthumbnail img {
  margin: 16px auto;
  display: block;
  width: 100%;
  max-width: 650px;
}

/* *+*+* FEEDBACK/COMMENTS AREA ON NEWS PAGES *+*+* */

.sys_comments-title {
  display: none;
}

.sys_comments-control > .sys_datarepeatercontrol > ul.sys_itemslist {
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

li.sys_comment {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 2px dotted #cacaca;
}

li.sys_comment:last-child {
  border-bottom: none;
}

.sys_comment-userprofile {
  display: none;
}
.sys_comments-reportlink {
  display: none;
}
/* hidden July 24 until decision to reinstate reporting of comments
.sys_comments-reportlink {
margin: 0 0 20px 0;
text-align: right;
text-decoration: underline;
}
.sys_dialogbox-reportthispost {
background-color: #fff;
padding: 20px;
max-width: 40%;
border: 1px solid #cacaca;
border-radius: .25rem !important;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
@media (max-width: 1100px) {
.sys_dialogbox-reportthispost {
max-width: 90%;
left: 5% !important;
}
}
*/
.sys_dialogbox-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.sys_dialogbox-options {
  margin: 20px 0;
}
.sys_dialogbox-options input{
  margin-bottom: 20px;
  padding: 5px 10px;
}
.sys_dialogbox-reportbtn {
  margin-right: 20px;
}
.sys_dialogbox-close {
  color: #2526a9;
  border-bottom: 1px solid #2526a9 !important; 
  display: inline;
}
.sys_dialogbox-close:hover {
  cursor: pointer;
}
.sys_addcomments-title {
  display: none;
}

.sys_comment-number {
  display: none;
}

#FeedbackControl_AddComment_TextBoxComments {
  width: 100%;
  border: 1px solid #9f9f9f;
}

.sys_add-your-comment {
  background-color: #f5f5f5;
  padding: 15px;
}

#FeedbackControl_Container>.sys_datarepeatercontrol {
  margin-bottom: 15px;
}

.sys_comment-inner>cite {
  font-style: normal;
  font-weight: bold;
}

.sys_comment-inner>cite:after {
  content: ":";
}

.sys_comments-text {
  margin-top: 7px;
}

.sys_submit-comment-button {
  margin-top: 10px;
}

/* *+*+* NEWS PAGES CATEGORY LIST ON NEWS ITEM *+*+* */
.newscategory-ictnewsandtips {
  border-left: 1.2em solid #0075B0
}

.newscategory-featured {
  border-left: 1.2em solid #ffa100;
}

.newscategory-needtoknow {
  border-left: 1.2em solid #2526A9;
}

.newscategory-fromthechiefexecutive {
  border-left: 1.2em solid #0075B0;
}

.newscategory-staffnews {
  border-left: 1.2em solid #206C49;
}

.newscategory-place {
  border-left: 1.2em solid #AA272F;
}

.newscategory-people {
  border-left: 1.2em solid #92d400;
}

.newscategory-corporate {
  border-left: 1.2em solid #C90062;
}

/* *+*+* NEWS TAGS ON ON NEWS ITEM *+*+* */

.newstaglist ul {
  margin-left: 0;
  padding-left: 0;
}

li.newstagonpage {
  list-style: none;
  float: left;
  height: 100%;
  margin-right: 17px;
  margin-bottom: 30px;
}

.newstagonpage a {
  background-color: #777;
  padding: 3px 6px;
  color: #fff;
  border-bottom: none;
}

/* *+*+* TAG LIST ON NEWS HOMEPAGE *+*+* */

#BrowseByNewsTagList_List ul {
  list-style: none;
  padding-left: 0;
}

#BrowseByNewsTagList_List li {
  float: left;
  padding-right: 10px;
  margin-bottom: 25px;
}

#BrowseByNewsTagList_List a {
  background-color: #777;
  padding: 3px 6px;
  color: #fff;
}

/* *+*+* NEWS HOMEPAGES - LIST OF NEWS ITEMS IN GRID *+*+* */

.cathpnewsitem {
  width: 33%;
  float: left;
  padding: 15px;
  min-height: 540px;
}

/* *+*+* RATE THIS PAGE *+*+* */

ul.rtplist {
  margin-top: 10px;
  padding-left: 0;
}

li#ceRatePageGood, li#ceRatePageOk, li#ceRatePagePoor {
  list-style: none outside none;
  margin: 0 0 20px 0;
  display: inline;
}

li#ceRatePageOk, li#ceRatePagePoor {
  margin-left: 25px;
}

.rtplist a:hover {
  border-bottom: none;
}

/* *+*+* ONLINE POLLS *+*+* */

.sys_pollquestionwrapper {
  margin-bottom: 15px;
}

.sys_pollq {
  display: none;
}

.sys_pollvoteoptions label {
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px; /*added by Kate. Need to check what is overiding this.*/
}

input.sys_pollsubmitbutton {
  display: block;
  margin-top: 7px;
  padding: 5px;
  width: 100px;
}

.sys_pollbar {
  background-color: #e2d3e6;
}


/*Added 09/07/2020 by Kate for Pulse survey homepage poll */

.sys_pollwrapper a {
  display: none !important;
}

.sys_pollvoteoptions input {
  margin: 5px 5px 0 0 !important;
}

.sys_polloptionswrapper {
  padding: 2px 10px 10px !important;
  border: 1px solid #ebebeb !important;
}

div.sys_pollbar  {
  display:none !important;
}





/* *+*+* SOCIAL MEDIA ICONS *+*+* */

ul.socialmedialinks {
  display: inline-block;
  list-style: none;
  font-size: 2.5em;
  padding-left: 0;
}

.socialmedialinks li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.socialmedialinks a {
  color: #6e2585;
  text-decoration: none;
  border-bottom: none;
}

.socialmedialinks a:hover {
  color: #000;
}

/* *+*+* FOOTER *+*+* */

footer {
  color: #454a4c;
  background-color: #dee0e2;
  border-top: 7px solid #6e2585;
  padding-bottom: 15px;
}

/* *+*+* CHESHIRE EAST LOGO IN FOOTER *+*+* */

.footerlogo {
  margin-top: 20px;
}

/* *+*+* USER STYLES *+*+* */

/* *+* IMAGES *+* */

.usr_ImageRight {
  float: right;
  margin: 0 0 20px 20px;
}

.usr_ImageLeft {
  float: left;
  margin: 0 20px 20px 0;
}

.usr_ImagePolaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* *+* TABLES *+* */

.usr_TableDefault {
  margin-bottom: 15px;
}

table.usr_TableDefault th {
  background-color: #e2d3e6;
  font-weight: bold;
}

table.usr_TableDefault, table.usr_TableDefault tr, table.usr_TableDefault td, table.usr_TableDefault th {
  border: 1px solid #444;
  padding: 8px;
}

table.usr_TableDefault tr:hover td {
  background-color: #f3f3f3;
}

/* *+* CLASSSIFIEDS *+* */

.classifiedsbackground {
  background-color: #e2d3e6;
  padding: 50px;
  margin-top: 20px;
  border-radius: 15px;
}

.purplebtn, .purplebtn:focus, .purplebtn:hover {
  background-color: #663399;
  color: #fff;
  margin-top: 30px;
}

.sys_classifieds-control .sys_subitem {
  clear: both;
  min-height: 150px;
}

.sys_classifieds-summary dt {
  float: left;
  margin-right: 7px;
}

.sys_classifieds-control .sys_thumbnail {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 15px;
}

.sys_classifieds-control img {
  max-width: 150px;
  width: 150px;
  max-height: 150px;
}

.sys_classifieds-control .sys_icon {
  height: 150px;
  width: 150px;
  float: left;
  margin-right: 15px;
}

.sys_classifieds-summary dd:nth-of-type(3), .sys_classifieds-summary dt:nth-of-type(3), .sys_classifieds-summary dd:nth-of-type(4), .sys_classifieds-summary dt:nth-of-type(4), .sys_classifieds-summary dd:nth-of-type(5), .sys_classifieds-summary dt:nth-of-type(5) {
  display: none;
}

.sys_classifiedsformpage li {
  list-style: none;
}

.sys_classifiedsformpage ul {
  padding-left: 0;
}

.sys_classifiedsformpage label {
  margin-top: 20px;
}

.sys_classifieds-form-title, .sys_classifieds-form-type, .sys_classifieds-form-description, .sys_classifieds-form-cost, .sys_classifieds-form-costinfo, .sys_classifieds-form-location, .sys_classifieds-form-expiry, .sys_classifieds-form-image-caption, .sys_classifieds-form-display-name, .sys_classifieds-form-telephone, .sys_classifieds-form-fax, .sys_classifieds-form-mobile, .sys_classifieds-form-email {
  width: 50%;
  padding: 3px;
}

#AddEditForm_ClassifiedDescription {
  height: 250px;
}

.sys_classifiedsformpage .sys_form-submit {
  background-color: #663399;
  border: none;
  padding: 10px 15px;
  color: #fff;
}

.sys_classifieds-price {
  display: none;
}

#AddEditForm_ClassifiedCategory input {
  margin-right: 8px;
}

#AddEditForm_ClassifiedCategory label {
  font-weight: normal;
  margin-top: 0;
}

.sys_theme-simple fieldset legend {
  font-size: inherit;
  font-weight: 700;
  padding-top: 20px;
}

#AddEditForm_ClassifiedCategory input {
  margin-right: 8px;
  margin-left: 10px;
}

ul#AddEditForm_ClassifiedCategory {
  margin-top: 5px;
}

.sys_cms-form-item legend {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: none;
}

.sys_cms-form-body li:nth-of-type(4), .sys_cms-form-body li:nth-of-type(9),.sys_cms-form-body li:nth-of-type(11), .sys_cms-form-body li:nth-of-type(14), .sys_cms-form-body li:nth-of-type(15), .sys_cms-form-body li:nth-of-type(16) {
  display: none!important;
}

li.sys_form-item.sys_buttons {
  margin-top: 40px;
}

.sys_classifieds-image {
  float: right;
}

.sys_classifieds-image img {
  width: 100%;
  max-width: 400px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.sys_classifieds-image .sys_record-image-control-caption {
  display: none;
}

.sys_classifieds-info>dl>dt.sys_classifieds-categories {
  margin-top: 20px;
}

ul.sys_classifieds-editlinks {
  padding: 10px 10px 10px 0px;
  list-style-type: none;
}

.sys_classifieds-editlinks li {
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}

.sys_classifieds-editlinks li a {
  background-color: #663399;
  padding: 10px 20px;
  color: #fff;
}

/*dd.sys_classifieds-priceinfo:before {
content: '£';
}*/

.sys_classifiedssearch-search-control>.sys_search-options>.sys_search-row {
  margin-bottom: 7px;
}

.sys_classifieds-keywords, #Search_type_dropdown, .sys_classifieds-location {
  width: 100%;
}

.sys_categories-row>.sys_checkboxlist {
  margin-top: 10px;
}

.sys_categories-row>.sys_checkboxlist>.sys_checkbox>label {
  margin-left: 5px;
}

/* *+* HIDE CAPTION ON TABLES *+* */

.usr_CaptionHide {
  display: none;
  visibility: hidden;
}

/* *+* CLEAR - USED TO CLEAR FLOATED ELEMENTS *+* */

.clear {
  clear: both;
}

/* *+*+* MEDIA QUERIES *+*+* */

/* *+* IE10 and IE11 STYLES ONLY *+* */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .chapters-container li {
    padding-top: 0;
    margin-bottom: 15px;
  }
}



/* *+* Medium Devices - Desktops *+* */
@media all and (max-width : 991px) {

  .rightcolumn {
    clear: both;
  }

}

/* *+* Small Devices - Tablets *+* */
@media all and (max-width : 767px) {

  header {
    background-size: cover;
  }

  .mainmenuitem {
    background: transparent;
    border-top: none;
    border-right: none;
  }

  .mainmenuitem a {
    color: #fff!important;
  }

  .mainmenuitem a:hover {
    background: transparent!important;
    text-decoration: underline!important;
  }

  li.mainmenuitem > .selectedtab {
    color: #0b0c0c!important;
  }

  a:hover.selectedtab, a:focus.selectedtab {
    background-color: #fff!important;
  }

  .utilitiesitem {
    border-right: none;
  }

  #centranetlink a{
    font-size: 1em;
  }

  #sitesearch {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .chapters-container ol {
    columns: 1;
  }

  .cathpnewsitem {
    width: 100%;
    min-height: 0;
  }

}

/* *+* Extra Small Devices - Phones *+* */
@media all and (max-width : 480px) {

  #HomepageNewsGenericList_List img {
    width: 100%;  
  }

}

/* Accessible accordian */
.access-acc-container {
  text-align: left;
  margin: 10px auto 30px auto;
  position: relative;
}
.access-acc-container article p {
  margin: 10px 15px 15px 15px;
}
.access-acc-container article ul, .access-acc-container article ol {
  list-style-position: inside;
}
.access-acc-container input[type=checkbox], .access-acc-container input[type=radio] {
  background-color: transparent;
  border: 1px solid transparent;
  height: 1px;
  position: absolute;
  width: 1px;
  margin: 4px 0 0 0;
  outline: none;
}
.access-acc-container input[type=checkbox] + label, .access-acc-container input[type=radio] + label {
  background: #eaedef;
  border-bottom: 1px solid #6e2585;
  color: #0b0c0c;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding: 10px 15px;
  position: relative;
  z-index: 20;
}
.access-acc-container input[type=checkbox] + label:before, .access-acc-container input[type=checkbox] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* view and close message next to the chevron 
.access-acc-container input[type=checkbox] + label:after {
content: "view";
position: absolute;
right: 38px;
top: 8px;
font-size: 80%;
font-family: inherit;
color: #303030;
}
.access-acc-container input[type=checkbox] + label:hover:after {
color: #fff;
}
.access-acc-container input[type=checkbox]:checked + label:after {
content: "close";
transform: rotate(0deg)!important;
transition: transform 0.5s;
right: 36px;
}
.access-acc-container input[type=checkbox]:checked + label:after {
color: #fff;
} */
@media (max-width: 720px){
  .access-acc-container input[type=checkbox] + label:after {
    display: none;
  }
}
/* Spacebar message before the accordion starts */
.access-acc-container:before {
  content: "Keyboard navigation: use the spacebar to display further information.";
  font-size:80%; /*added by Kate 17/07/2020*/
  color: #6e2585; /*added by Kate to match training courses 17/07/2020*/

}
.access-acc-container input[type=checkbox] + label:first-of-type {
  margin-top: 10px; /*reduced from 20px by Kate 17/07/2020*/
}

.access-acc-container input[type=checkbox] + label:hover,  .access-acc-container input[type=radio] + label:hover {
  background: #0075b0;
  color: #fff;
}
.access-acc-container input[type=checkbox]:checked + label,  .access-acc-container input[type=radio]:checked + label {
  background: #0075b0;
  color: #fff;
}
.access-acc-container input[type=checkbox]:focus + label,  .access-acc-container input[type=radio]:focus + label {
  background: #0075b0;
  color: #fff;
}
.access-acc-container input[type=checkbox]:checked + label:hover,  .access-acc-container input[type=radio]:checked + label:hover {
  background: #0075b0;
  color: #fff;
}
.access-acc-container input[type=checkbox]:checked + label:after,  .access-acc-container input[type=radio]:checked + label:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.access-acc-container input[type=checkbox] + label + article {
  display: none;
  /* display: none; - Content is ignored by screen readers, additionally stops tabbing through hidden content */

  height: 0;
  max-height: 0;
  overflow: hidden;/* 0, 0, hidden; - Content is ignored by screen readers, but tab key still steps through hidden elements */
}
.access-acc-container input[type=checkbox]:checked + label + article, .access-acc-container input[type=radio]:checked + label + article {
  display: block;
  height: auto;
  max-height: 2000px;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.access-acc-container span.glyphicon.glyphicon-menu-down {
  float: right;
  top: 6px;
}
section.access-acc-container ul {    
  list-style-position: outside;
  padding-left: 23px;
  margin: 13px 0x;
}
section.access-acc-container li {
  margin-bottom: 15px;
}

.access-acc-container > input[type=checkbox] + label {
  padding-right: 7rem;
}



/*--view and close message next to the chevron */
.access-acc-container input[type=checkbox] + label:after {
  position: absolute;
  font-size: 80%;
  font-family: inherit;
  color: #000;

  /* Paste the BS5 SVG code into https://svgencode.com/ . Then select the second option for background-image:url(). Change background-image: to content:*/

  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='black' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  right: 25px;
  top: 10px;
}
.access-acc-container input[type=checkbox] + label:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.access-acc-container input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  content: url('/images/svg/chevron-up-white.svg');

  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
  right: 25px;
  top: 10px;
}
.access-acc-container input[type=checkbox]:checked + label:hover:after {

  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

/* Team A to Z specific styles */
.access-acc-container.team-atoz:before {
  content: "";
}
/* Test for ECO comments */
#FeedbackControlCarbonNeutral_AddComment_TextBoxComments {
  width: 100%;
  border: 1px solid #9f9f9f;
}
/* Fix for double chevron issue */
.glyphicon-menu-down:before {
  content: "";
}
/* Temporary styles for doing things differently campaign 2023 */
.home-page-pound {
  float: left;
  padding-right: 20px;
  margin-top: -20px;
}
@media (max-width: 500px) {
  .home-page-pound {
    display: block;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
}


/* Hide url on News search page */
#LatestNewsSearchResults_wrapper .sys_search-url {
  display: none!important
}

#LatestNewsSearchResults_wrapper h2 {
  visibility: hidden;
}
#LatestNewsSearchResults_wrapper h2::before {
  content: "Search results within latest news";
  visibility: visible;
}

.news-label {
  font-size: 17px;
  margin-bottom: .3rem;
  font-weight: 500;
}

/* Video academy page */
.fs-5 {
  font-size: 1.75rem;
}
.outer > li {
  margin-bottom: 3rem;
}
.outer > li > h2 {
  margin-top: 0rem;
}
.outer > li > p {
  margin-bottom: 0.5rem;
}
/* Details styles based on GOV.UK */
.access-acc-container.details input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
  color: #2526a9;
}

.access-acc-container.details input[type=checkbox]:checked + label:before {
  display: block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-color: transparent;
  border-style: solid;
  border-width: 12.124px 7px 0;
  border-top-color: inherit;
  color: #2526a9;
}
.access-acc-container.details:before {
  content: "";
}
.access-acc-container.details input[type=checkbox] + label:after, .access-acc-container.details input[type=checkbox]:checked + label:after {
  content: "";
}
.access-acc-container.details input[type=checkbox] + label:after, .access-acc-container.details input[type=checkbox]:checked + label:after  {
  content: "";
}
.access-acc-container.details input[type=checkbox]:checked + label:hover, .access-acc-container input[type=radio]:checked + label:hover {
  background: none;
  color: inherit;
}
.access-acc-container.details input[type=checkbox] + label, .access-acc-container input[type=radio] + label {
  background: none;
  border: none;
  color: #2526a9;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: max(1px, .0625rem);
  text-underline-offset: .1578em;
  text-decoration-color: #2526a9;
  padding-left: 25px;
}
.access-acc-container.details input[type=checkbox]:focus + label, .access-acc-container.details input[type=radio]:focus + label {
  outline: 2px solid #0075b0;
}
.access-acc-container.details input[type=checkbox]:checked + label {
  outline: none;
}


/* feedback */

#headingTwo {
  background-color: rgba(0, 0, 0, .03);
  border: solid black 1px;
  border-radius: 5px;
}

.feedback-heading button,
.feedback-heading button:hover,
.feedback-heading button:focus {
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: #212529;
}

.feedback-heading {
  margin-bottom: 0;
  margin-top: .75rem;
}

#feedback-btn {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 44px;
}

#feedback-btn::after {
  display: inline-block;
  position: absolute;
  right: 30px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/images/svg/chevron-down-1.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.feedback-heading button:focus {
  outline: 4px solid #212529;
}
/* Generic lists - improved spacing 
.sys_itemslist dl {
border-bottom: 1px solid #cacaca;
padding-bottom: 10px;
}
*/
span.sys_page {
  padding: 0 5px;
}


@media (min-width: 993px) and (max-width: 1199px) {
  #transformation-banner {
    margin-top: 2.3rem;
  }
}

@media (max-width: 992px) {
  .banner-para{
    padding-top: 0;
  }
}
.innerLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.linkDiv a {
  border: none;
}

.linkDiv {
  cursor: pointer;
  position: relative;
}

#hashtag-link {
  color: #23527c;
  text-decoration: underline;
}
.banner-para {
  padding-top: 1rem;
  font-size: 2rem;
}
abbr[title] {
  border-bottom: none;
}

::placeholder {
  color:#333;
}


      .cecGreen {
        color: var(--cecGreen);
      }

      .cecRed {
        color: var(--cecRed);
      }

      .cecTurquoise {
        color: var(--cecTurquoise);
      }

      .cecLime {
        color: var(--cecLimeText);
      }


      .cecGold {
        color: var(--cecGold);
      }

      .cecBlue {
        color: var(--cecBlue);
      }

      .cecPurple {
        color: var(--cecPurple);
      }

      .cecMagenta {
        color: var(--cecMagenta);
      }

      .cecMagentaBg {
        background-color: var(--cecMagenta) !important;
      }

      .cecTurquoiseBg {
        background-color: var(--cecTurquoise) !important;
      }

      .cecPurpleBg {
        background-color: var(--cecPurple) !important;
      }

      .cecGreenBg {
        background-color: var(--cecGreen) !important;
      }

      .light-pink-bg {
        background-color: #f6d5cd !important;
      }

      .light-blue-bg {
        background-color: #CAEEFB !important;
      }

      .light-green-bg {
        background-color: #d2efbb !important;
      }

      .light-purple-bg {
        background-color: #f2cfee !important;
      }

      .values .panel {
        margin-bottom: 20px;
        height: 100%;
      }

      .row-equal-height {
        display: flex;
        flex-wrap: wrap;
      }

      .values-head {
        font-size: 2.5rem;
        font-family: 'Arial Black', sans-serif;
        margin-bottom: 2rem;
      }

      .panel-drive {
        border: 2px solid var(--cecMagenta) !important;
      }

      .panel-integrity {
        border: 2px solid var(--cecTurquoise) !important;
      }

      .panel-respect {
        border: 2px solid var(--cecPurple) !important;
      }

      .panel-collaboration {
        border: 2px solid var(--cecGreen) !important;
      }

      .panel-body-flex {
        flex: 1;
      }

      .row-equal-height>[class*='col-'] {
        display: flex;
        flex-direction: column;
      }

      .values .panel-heading {
        color: white !important;
      }

      .values .panel-body {
        padding: .3rem;
      }

      .values .panel-heading h3 {
        font-family:
          'Arial Black',
          sans-serif;
        font-size: 1.8rem;
      }

      .values .panel {
        margin-bottom: 2rem;
      }
