/*  =======================================

   Theme Name: Linwood North School 
   Version: 2.8
   Last modified: 3 July 2019
   Author: Charlotte Ivey
   Author contact: charlotte@etime.co.nz
   Author URI: http://www.etime.co.nz
   ========================================================= */

/*-------------------------------------------------------------------------------
	THEME
#225937 - green (dark)
#ed1b34 - red
----------------------------------------------------------------------------------*/

/*DARK BGS IN PUBLISHED AND  EDIT MODE*/
[data-theme="1"] .u2-paragraph, [data-theme="1"] .Paragraph,
[data-theme="1"] .iFrame,
[data-theme="1"] .Content, [data-theme="1"] .NewsCentreBanner, [data-theme="1"] .NewsCentreCards,
 [data-theme="1"] .u2-heading, [data-theme="1"] .Heading,
[data-theme="1"] #edtHeading,
[data-theme="1"] .ContentWithLinks,
[data-theme="1"] .ContentWithLinks .Text,
[data-theme="1"] .Divider {
	background-color: #76b521;
    	width: 100%;
    	padding-bottom: 0em;
  	color:#1e1e1e;
}

[data-theme="1"] .IconLinks{
    	background-color: #007139;
}

/*Icon headings*/
h4.u2_icon_title, .IconLinks .col .u2_icon_title{
	font-size:.85em;
	color:#7b7b7b;
	margin-bottom:25px;
}

.IconLinks .col .u2_icon_content{
	font-size:.8em;
  	color:#7b7b7b;
}

.Divider hr{
	border-top: 2px solid #225937;
}

/*DARK BG NEWS CARDS - LIGHT BOXES*/
[data-theme="1"] .u2-news-card .u2-more,
[data-theme="1"] .u2-news-card .u2-content,
[data-theme="1"] .u2-description p {
    background-color: #fff;
    width: 100%;
    color: #2d2d2d;
}

/*LIGHT BG NEWS CARDS - DARK BOXES*/
[data-theme="0"] .u2-news-card .u2-more,
[data-theme="0"] .u2-news-card .u2-content,
[data-theme="0"] .u2-description p {
    width: 100%;
    color: #1c203b;
}

.u2-news-card .u2-link a{
  color:#bf1e2e;
  font-weight:bold;
}

/*DARK BG HEADINGS*/
[data-theme="1"][data-u2-module="Heading"] {
    background: inherit !important;
    text-align: center;
    color: #1e1e1e;
    border-left: none !important;
}

/*ALL MODULES ALIGNED TO CENTRE */
[data-theme="1"] .u2-content, [data-theme="0"] .u2-content,
[data-theme="1"] .u2-paragraph,
[data-theme="0"] .u2-paragraph, [data-theme="1"] .Paragraph, [data-theme="0"] .Paragraph,
[data-theme="1"] .u2-heading, [data-theme="0"] .u2-heading, 
[data-theme="1"] .u2-find-more, [data-theme="0"] .u2-find-more,
[data-theme="1"] .u2-description p,
[data-theme="0"] .u2-description p {
    text-align: center;
}

/*LINKS*/
[data-theme="1"] .u2-paragraph a /*dark BG*/{
}

[data-theme="1"][data-u2-module="Paragraph"] {
    background:#007139;
}

[data-theme="1"][data-u2-module="Page_iframe"] {
       background:#007139;
}

[data-theme="1"][data-u2-module="Content"] {
      background:#007139;
}

[data-theme="1"][data-u2-module="ContentWithLinks"] {
       background:#007139;
}

[data-theme="1"][data-u2-module="NewsCentreCards"] {
        background:#007139;
}

[data-theme="1"][data-u2-module="IconLinks"] {
        background:#007139;
}

[data-theme="1"][data-u2-module="Divider"] {
       background:#007139;
}

[data-theme="1"] .card-text {
    background-color: #fff;
    color: #000;
}

[data-theme="0"] .u2-content, [data-theme="0"] .u2-paragraph,
[data-theme="0"] .ContentWithLinks .Text, [data-theme="0"] .card-text,
[data-theme="0"] .u2-find-more {
}

[data-theme="0"] .u2-heading{
	color:#225937;
}

[data-theme="0"] .card-text {}

[data-theme="0"] .u2-paragraph {
    text-align: center;
    padding-bottom: 0em;
}

[data-theme="0"] .u2-heading {
    /*text-align: center;*/
    padding-bottom: 0em;
}

[data-theme="0"] .ContentWithLinks .Text {
    color: #fff;
    padding-bottom: 2em;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////// BODY STYLING ////////////////////////////////////////////////////////////////////////////////
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	BRANDING & BANNER
-----------------------------------------------------------------------------------*/
/*Logo*/
.u2-menu-outer .navbar-brand img {
    	width: 348px;
    	height: 90px;
}

.u2-menu-outer .u2-menu-block {
    	background: #225937;
}

.u2-menu-outer:not(.stuck) .u2-menu-block, .u2-menu-outer.stuck .u2-menu-block, .u2-menu-outer .u2-menu-block{
	padding: 20px 10px 30px 20px;
 }

/*logged in view- moving banner to sit below toolbar*/
.u2-menu-outer[data-authenticated="1"].stuck{
	top:34px;
 }

/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .u2-menu-outer.stuck {
      	position:static !important;
    }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	body .u2-menu-outer.stuck{
		position: static !important;
	}
}

/*--------------------------------------------------------------------------------
	EDIT MODE AND PAGE CONTENT DISPLAY
-----------------------------------------------------------------------------------*/
#PageHTML_Content, #WikiPages, #Categories, main .Paragraph,
main .Text, .outer > .inner li[data-lock='1'] div.Text, /*.Paragraph*/
.u2-content,  body{
    	font-size: 16px;
    	color: #57585a;
	line-height:1.5em;
}

.Post-on, .Post-By {
	font-size:80%;
}

.u2-news-content{
	margin-top:-50px;
}

.u2-news-item, .u2-news-content{
	background:#fff;
  	color:#2d2d2d;
}

.u2-news-item a, .u2-news-content a{
	color: #bf1e2e !important;
}


/*--------------------------------------------------------------------------------
	HEADINGS
-----------------------------------------------------------------------------------*/
/* Heading - pages */
main .u2-heading {
    color: #225937;
    text-align: left;
    margin-bottom: 40px;
}

h3.u2-heading[data-size='3'], h3.u2-heading[data-size='4'], h3.u2-heading[data-size='5'], h3.u2-heading[data-size='6'] {
    font-size: 40px;
  font-weight: 600;
  margin-bottom:30px;
}

h3.u2-heading[data-size='2'],  h3.u2-heading[data-size='1'] {
    font-size: 26px;
  font-weight: 600;
  margin-top:50px;
  padding-bottom:0px;
  margin-bottom:0px;
  }

/* Heading - homepage */
.container.Heading {
    margin: 0px;
    width: 100%;
    padding: 0px;
}

/*--------------------------------------------------------------------------------
	BREADCRUMBS NAV BAR
-----------------------------------------------------------------------------------*/
/* Breadcrumbs nav bar */
.breadcrumb {
  	display: none;
}

.col-md-12 {
    /*Hack to remove 1px min height when breadcrumb bar hidden*/
    min-height: 0px;
}

.page-head {
    background-color: #fff;
}

.page-head .header-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
    border: none;
    background-color: #007139;
}

#header-wrapper .row :before, #header-wrapper .row :after {
   display:none;
}

.ParentAccessIndicator {
    padding: 8px 10px;
}
/*Lock icon*/

.ParentAccessIndicator .PageTools_ParentToolTip {
    color: #868686;
}

/*--------------------------------------------------------------------------------
	HYPERLINKS
-----------------------------------------------------------------------------------*/
a, a:hover, a:focus {
    color: #ed1b35;
  font-weight:bold;
}

.Paragraph a, .Paragraph a:hover, .Paragraph a:focus{
	color:#ed1b34;

}

/*--------------------------------------------------------------------------------
	PAGES
-----------------------------------------------------------------------------------*/
/* main content */
body{
    background: #fff;
}

main.container-fluid, main.container {
    background: none;
}

main.container-fluid{
	padding-bottom:0px;
  	padding-left:0px;
  	padding-right:0px;
  	min-height: calc(100vh - 220px);
}

main.container-fluid.Subpage{
	padding-top:80px;
  	padding-bottom:80px;
}

.Page_p li {
    margin: 3px 0px;
}

/* Background */
main {
    padding: 0;
}

/* Text wrapping */
main .u2-heading, main #PageHTML_Content, main #WikiPages, main .Text,
main .Paragraph {
    -ms-word-break: break-word;
    word-break: break-word;
}

/*--------------------------------------------------------------------------------
	MENU
-----------------------------------------------------------------------------------*/
/* Menu offsets */

@media (min-width: 769px) {
    /*Set this to max-width: calc(100% - ({logo width} + 65px)) for best results */
    .u2-menu-outer[data-authenticated='1'] .u2-menu-block .u2-nav-links {
        max-width: calc(100% - 400px);
    }

    .u2-menu-outer[data-authenticated='0'] .u2-menu-block .u2-nav-links {
        max-width: calc(100% - 400px);
    }
}

.u2-menu-outer .navbar-collapse, .u2-menu-outer.stuck .navbar-collapse /*gap between brand and mobile dropdown*/{
    padding-top:53px;
}

.navbar-collapse {
    border-top: none !important;
    webkit-box-shadow: none;
    box-shadow: none;
}

.u2-menu-outer .navbar-nav a, .ParentAccessIndicator {
    /*Burger menu on desktop*/
    	color: #fff;
    	font-size: 15px;
  	font-weight:800;
}

.u2-menu-outer .navbar-nav a:hover {
    	color: #1a243e;
}

.u2-menu-outer .navbar-nav .dropdown-menu a {
    /*dropdown text*/
    	color: #fff; /*primary colour*/
}

.u2-menu-outer .navbar-toggle .icon-bar {
    /*Burger menu on mobile*/
    	background-color: #fff !important;
}

.u2-menu-outer .navbar-nav a[href]:hover {
    color: #65bc46;
    background-color: #fff;
}

.u2-menu-outer .navbar-nav .dropdown-menu a {
    color: #225937;
  font-size:14px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #fff;
    color: #65bc46;
}

.ParentAccessIndicator:hover .PageTools_ParentToolTip /*access info on lock icon hover*/{
    background-color: #f2f2f2;
    border: none;
    color: #2f2f2f;
}

.u2-menu-outer .navbar-nav li.no-hover a {
    text-align: left;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu {
    /*increasing width of second level menu*/
    min-width: 190px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////// PAGES STYLING //////////////////////////////////////////////////////////////////////
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	MODULES  - GENERAL
-----------------------------------------------------------------------------------*/
/* Around each module */
main .module {
    margin-bottom: 16px;
}

/*Module  background*/
.list-group, .NC_Base {
      background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}

.list-group{
padding-top:0px;
}

/*News centre notices newsletters background*/
.NC_Base {
    padding: 1px 5px 15px 5px !important;
    border: none;
    font-size: 12px;
}

.list-group a, .NC_NewsBySection_Outer, .NC_NewsBySection_Outer:before {
    color:#bf1e2e;
}

.list-group a, .NC_NewsBySection_Outer{
    font-weight:600;
}

.NC_NewsBySection_Outer:before{
font-weight:normal;
}

.NC_PDFExport:before {
    color: #fff;
}

.panel-default {
    border: none;
}

.panel{
	-webkit-box-shadow: none; 
	box-shadow: none ;
}

main .module .module_caption {
    /* Module title */
    color: #225937;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 0px;
    background:none;
    padding: 6px 0px;
  font-weight:600;
  border-radius: .9em .9em 0em 0em;
  
}

.u2-control-menu .u2-edit {
    /*Module dropdown arrow*/
}

.u2-control-menu .u2-edit:hover {
    background-color: #fff;
    color: #2a6fbc;
}

/* Panel Titles */
.panel-title, .NC_Base .panel-default > .panel-heading .panel-title a, .NC_NewsBySection_Title, .panel-default > .panel-heading .panel-title a {
    /*resource subheading, news centre category heading*/
    background: #fff;
    color: #65bc46;
    border: none;
    font-size: 14px;
    font-weight: inherit;
    font-weight: 600;
}

.NC_Base .panel-default > .panel-heading .panel-title a, .NC_NewsBySection_Title {
    margin-top: 5px;
}

.panel-title a:hover, .panel-title a:focus {
    /*panel title resource heading link hover*/
    color: #000;
    text-decoration: none;
}

.panel-title .controls a {
    /*icon in resource subheading*/
    color: #bf1e2e;
    margin-right: 5px;
}

.panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

/*Item*/
.list-group-item {
  	line-height:1.5em;
  	font-weight:600;
}

.list-group-item:hover {
    	background: inherit;
}

    /*item and icon*/
.list-group a, .list-group-item i.fa, .list-group-item:hover .controls a {
        color:#65bc46;
 	 font-weight:600;
  	font-size:14px;
}

.list-group a:hover {
    /*item*/
    	color: #00ab4e;
}

.panel-group {
    /*no resources found text*/
    	font-size: 12px;
}


/*--------------------------------------------------------------------------------
	MODULE - FORM
-----------------------------------------------------------------------------------*/
.form-value{
	color:#007139;
}

/*--------------------------------------------------------------------------------
	MODULE - IFRAME
-----------------------------------------------------------------------------------*/
#Calendar{
	background:#fff;
}

.col .fc-toolbar h2{
	font-size:13px;
}

/*--------------------------------------------------------------------------------
	MODULE - IFRAME
-----------------------------------------------------------------------------------*/
.Page_iframe .iFrameDescription{
font-size:80%;
}


/*--------------------------------------------------------------------------------
	MODULE - MEDIA GALLERY
-----------------------------------------------------------------------------------*/

#ImgGallery {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding-bottom: 1px;
    background:none;
    margin-bottom: 16px;
}

/*Media Gallery*/
#ImgGallery .Album .Item {
    background-color: #fff;
}

#ImgGallery .Album .Item:hover .Slides {
background-color: rgba(255, 255, 255, .8);
}

#ImgGallery {
    font-size:8px;
}

#ImgGallery .Item:hover {
    background-size: cover;
}

#ImgGallery .Item .Slides .Title{
  color:#225937;
  font-weight:600;
  font-size:14px;
}

#ImgGallery .Item .Slides .Notes{
color:#57585a;
  font-weight:400;
}

/*correcting resize upon hover from contain*/

/*Remove margin around thumbnail*/
#ImgGallery .Album .Item {
    margin: 0px;
}

.panel-default > .panel-heading .panel-title a, .NC_NewsBySection_Title {
    padding: 10px 0px;
    font-weight: 600;
}

/*Gap between resource headings*/
.panel-group .panel + .panel {
    margin: 0px 0px;
    border: none;
}


.Page_Media .MediaHolder img, .u2-news-image-block img, #ImgGallery .Album .Item {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

/*-------------------------------------------------------------------------------
	MODULE - CONTENT ALL PAGES
-----------------------------------------------------------------------------------*/
.card-text {
    font-size: 15px;
    font-weight: 400;
}

/*Links title*/
/*Homepage colours specified above*/

.card .card-block p {
    padding: 20px 30px;
    background: #dfdfdf;
}

.card {
    /*links card*/
    border: none;
}

/*--------------------------------------------------------------------------------
	MODULE - PAGE CONTENT
-----------------------------------------------------------------------------------*/
/* Telerik Editor content */
main #PageHTML_Content {}

/*--------------------------------------------------------------------------------
	MODULE - PARAGRAPH
-----------------------------------------------------------------------------------*/
/* Paragraphs */
main .Paragraph, main .Text {}

/*--------------------------------------------------------------------------------
	MODULE - RESOURCES
-----------------------------------------------------------------------------------*/

.list-group-item:hover .controls a:hover {
    color: #00a0e4;
}

#Files {
    background-color: #fff;
    -webkit-border-radius: 1em 1em 1em 1em;
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em;
    margin-bottom: 20px;
    padding-bottom: 1px;
}


.list-group-item i.fa{
left:0px}
/*--------------------------------------------------------------------------------
	MODULE - SUBPAGE
-----------------------------------------------------------------------------------*/
main #SubPages .list-group {}

/* grey box */
main #SubPages .list-group-item {}

main #SubPages .list-group-item:hover {
    color: #ce2121;
}
/* link icon */
main #SubPages .list-group-item i {
    color: #bf1e2e;
}

/*--------------------------------------------------------------------------------
	MODULE - WIKI
-----------------------------------------------------------------------------------*/
/* Wiki */
main #WikiPages {
background:#fff;
  padding:15px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////// HOMEPAGE STYLING //////////////////////////////////////////////////////////////////////
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	MODULE - CONTENT RESOURCE CARD
-----------------------------------------------------------------------------------*/
.card .list-group {
    border-top: none;
    background: #fbfbfb;
}

.card .list-group > a {
    font-size: 12px;
    color: #2a6fbc;
}

.card .list-group > a:hover {}

/*--------------------------------------------------------------------------------
	MODULE - IMAGES
-----------------------------------------------------------------------------------*/
.IconLinks > .row {
    text-align: center;
}

.IconLinks > .row > .col {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/*--------------------------------------------------------------------------------
	MODULE - NEWS CENTRE
-----------------------------------------------------------------------------------*/

.NC_NewsBySection_body {   
    white-space: pre-wrap;
}

/*News Centre plugin homepage*/
.container.NewsCentreCards {
    width: 100%;
}

.u2-news-card {
    margin-bottom: 15px;
  border: none;
}

.u2-news-card .u2-description {
    height: 110px;
    border: none;
}

.u2-news-card .u2-find-more p {
    display: none;
}

/*News Centre photo thumbnail*/
.u2-news-card .u2-thumb {
    height: 250px;
    background-position: center center;
}

/*News Centre more  list*/
.u2-news-card .u2-more {
    height: 442px;
    border-top: none;
}

.u2-news-card .u2-more > a {
    color: #2a6fbc;
    font-size: 16px;
}

/*--------------------------------------------------------------------------------
	MODULE - SEARCH
-----------------------------------------------------------------------------------*/
.SearchText_FieldInputBox{
color:#000;
}

  #htmlSearchData_Ultranet, .Panel_Search_Display_Bubble{
    background:#fff;
  }
    
.Panel_Search_Display_Bubble{
  display:none;
}

#htmlSearchData_Ultranet, #htmlSearchData_DigitalNZ, .Modules_Title, .SearchOptions_Base{
background-color:#fff;
}

.Modules_Title, .SearchOptions_Base{
  padding:10px 20px 10px 20px !important;
  margin-right:-15px;
  margin-left:-15px;
  background:#f2f2f2;
  font-size:90%;
}

.Search_Bg .nav-tabs{
border-bottom:none !important;
  background: #f2f2f2;
}

.Search_Bg .nav-tabs>li>a{
  border-radius:5px 5px 0px 0px!important;
  border:0px !important;
 margin-right:0px !important;
  font-size:10px !important;
  color:#666;
}

.Search_Bg .nav > li > a:focus,  .Search_Bg .nav > li > a:active{
    background: #fff;
}

.Search_Bg .nav > li > a:hover{
background:#fff;
}

.Search_Result{
padding:20px 0px 20px 0px !important;
margin:0px 0px 10px 0px !important;
}

.Search_ResultTitle code{
font-size:inherit !important;
}

.Search_ResultTitle{
font-size:inherit !important;
}

.EmptyResults{
  margin:0px !important;
  padding:20px 0px 10px 15px!important;
}

.EmptyResults b{
  text-align:left !important;
}


/*--------------------------------------------------------------------------------
	MODULE - HOMEPAGE AND NEWS SLIDESHOW
-----------------------------------------------------------------------------------*/
/*homepage slideshow only*/
.NewsCentreBanner.container-fluid .slide{
	height:80% !important;
}

.NewsCentreBanner .carousel[data-authenticated='1'] .slide, .carousel[data-authenticated='0'] .slide{
	min-height:500px;
 	filter: brightness(80%);
}

.NewsCentreBanner .carousel-caption h1 {
    	color: #fff;
    	font-size: 40px;
 	 line-height:1.3em;
    	padding: 40px 25px 0px 60px;
    	font-weight: 600;
 	 text-shadow:none;
}

.NewsCentreBanner .carousel-caption p {
    	font-size: 18px;
    	padding: 10px 25px 0px 60px;
    	color: #fff;
    	font-weight: 400;
    	text-shadow:none;
    	font-style:italic;
  	 line-height:1.4em;
}

.NewsCentreBanner .carousel-caption p a {
 	font-weight: 600;
    	font-size: 18px;
  	color:#fff;
}

.NewsCentreBanner .carousel-caption p:after {
  	padding-left:5px; 
  	font-size: 24px;
  	content:'\00BB';
}

.carousel-caption, .carousel-control.right, .carousel-control.left /*Shading*/{
    	background-image: none;
}

.carousel-caption {
    	padding-left: 0px !important;
    	padding-bottom: 70px !important;
    	padding-top: 0px;
}

.carousel-indicators {
    	bottom: 0px;
}

/*--------------------------------------------------------------------------------
	MODULE - MEDIA GALLERY SLIDESHOW
-----------------------------------------------------------------------------------*/

.camera_caption >div{
  background:#007139;
  opacity:1;
  font-size:12px;
  line-height:1.5em;
  font-style:italic;
  font-weight:300;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//////////////////////////// NEWS CENTRE STYLING ////////////////////////////
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	NEWS CENTRE PAGE
-----------------------------------------------------------------------------------*/

.nav-pills li {
    border: none;
}

.nav-pills li a, .nav-pills li i {
    color: #fff;
   font-weight: 400;
    font-size: 10px;
}

#ClassTasks .nav.nav-pills > li{
	background:none;
}

#ClassTasks .panel{
	padding:10px;
}

#ClassTasks .panel-body{
  	color:#666;
}

.nav-pills li a {
    	padding: 5px 0px 5px 15px;
}

.nav-pills > li > a {
    	border-radius: 3px;
    	color: #fff;
}

/*correcting corner radius error*/

.nav-pills li.active {
   background-color: #99cd0e;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background: none;
}

.nav-pills li:hover a, .nav-pills li i:hover {
    text-decoration: none;
}

/*Also background surrounding buttons on topics*/

.nav-pills li:hover a {
    color: #fff;
}

.nav-pills li i:hover {
    color: #fff;
}

.NC_TitleBase .nav-pills li a {
    background: none !important;
}

.nav-pills li i {
    padding: 5px 15px 5px 10px;
}

.NC_Base .tab-pane {
    padding: 0px;
}

/*.NC_NewsBySection_Title, .u2-news-heading {
color:#169338;
} */

.news-showcase h6 {
    color: #5db913;
  font-weight:600;
}

.ExtraNewsItem{
}

.ExtraNewsItem, .ExtraNewsItem i {
    color: #bf1e2e;
  font-weight:600;
}

.u2-MoreNews .ExtraNewsItem, .u2-MoreNews .ExtraNewsItem i , .u2-archives .ExtraNewsItem,
.u2-archives .ExtraNewsItem i {
	color:#bf1e2e;
}

.ExtraNewsItem:hover, .ExtraNewsItem i:hover {
    	color: #e11313;
}

.u2-news-heading h3 {
    	color: #2d2d2d;
  	font-weight:400;
}

.NewsTile {
    background-color: #f9f9f9;
    margin-top: 15px;
    border: solid 1px #ddd !important;
}

/*area surrounding featured articles*/
.u2-SocialMedia {
    margin-bottom: -50px;
    background-color: #007139;
    color: #fff;
}

/*removing footer top margin*/
.NC_NewsBySection_Outer:hover {
    background: inherit;
    border: none;
}

.panel-body {
    padding: 5px;
}

.u2-SocialMedia h4 {
    color: #fff;
}

.u2-SocialMedia h6 {
    color: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 10px;
  display:none;
}

.u2-MoreNews, .u2-archives {
  background:#eef1f1;
    /*must be different colour to footer*/
}

.u2-archives {
    margin-bottom: -50px;
}

.u2-MoreNews h4, .u2-archives h4 {
color:#1e1e1e;
}

.u2-content-section{
background:inherit;
}

.news-showcase {
    padding: 0px 0px 50px 0px;
}

.news-showcase p {
    color: #000;
  line-height:1.4em;
}

.NC_TitleBase {
    background-color: #007139;
    border: none;
    padding: 6px 15px;
    height: 35px;
  color:#fff;
    border-radius: 5px 5px 0px 0px;
}

/*Notices section list box heading*/

.NC_TitleBase_Text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.news-showcase h6 {}

.NC_NewsBySection {
    padding-bottom: 10px;
}

.NC_NewsBySection_body {
    /*color:#fff;*/
}

.NC_NewsBySection_Title {
    margin-bottom: 15px;
}

.NC_NewsBySection_NoData, .NC_NoData {
    color: #555;
}

/*--------------------------------------------------------------------------------
	FOOTERS
-----------------------------------------------------------------------------------*/
/* Footer */
footer {
    	background-color: #bf1e2e;
    	margin-top: 50px;
	border-top:#99cd0e solid 2px;
  	display:none;
}

/*margin top will cause gap in news centre*/

footer .col a {
    	color: #fff;
  	font-weight:400;
}

footer .col li a {
    	color: #fff !important;
   	font-weight:400;
}

/*Bottom nav bar*/
.footer-nav {
  	background:#225937;
  padding-top:10px;
  padding-bottom:10px;
}

.footer-nav .navbar-brand a, .footer-nav li a { 
  	color: #a8a8a8; 
  	font-size:11px;
  	padding-top:15px;
}

/* Page outer border for fixed width display */
 header, main, .u2-menu-block {
    	border-top: none;
}


/*--------------------------------------------------------------------------------
	TOOLBAR
-----------------------------------------------------------------------------------*/
.toolbar-loggedout .container{
	float:right !important;
}


.ProfileIdentity_Base .PublicToolbarBase {
	background-color:#bf1e2e;
	background-position:3px -66px;
	box-shadow:none !important;
	background-image:none !important;
	border:none !important;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	margin-top:0px;
 	 margin-right:2px;
	padding:0px;
  	width:auto;
  	height:30px;
} 

 .ProfileIdentity_Base .PublicToolbarBase a {
 	color:#fff;
 	text-shadow:none;
 	border:none !important;
 	 text-transform:uppercase;
   	font-size:10px;
   	font-weight:bold;
   	width:auto;
       	padding: 3px 10px;
   	min-width:70px;
   	text-align:center;
 }

.ProfileIdentity_Base .PublicToolbarBase a:hover {
	color:#fff !important;
}


/*--------------------------------------------------------------------------------
	MOBILE
-----------------------------------------------------------------------------------*/

@media screen and (max-width: 400px) {
    .ProfileIdentity_Base .PublicToolbarBase a {
        text-align: center;
    }

    .toolbar-loggedout > .container {
        width: calc(100vw - 15px)
    }
}

@media (max-width: 640px) {
  
  .u2-menu-outer .navbar-collapse /*gap between brand and mobile dropdown*/{
    padding-top:15px;
}
  
    /*Removed padding around news centre tiles , increased height of the text block and centred the image*/
    .NewsCentreCards > .row {
        padding-left: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .NewsCentreCards .u2-news-card .u2-description {
        height: 100px;
    }

    .NewsCentreCards .u2-news-card .u2-description h4 {
        margin-bottom: 15px;
        line-height: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .NewsCentreCards .u2-news-card .u2-thumb {
        background-position: center center;
    }

    /*Reduced the text size of the slideshow for small screens and removed the paging at the bottom*/
  .NewsCentreBanner .carousel-caption {
  text-align:center;
  }
 
    .NewsCentreBanner .carousel-caption h1 {
        font-size: 13px;
      padding:5px;
    }

    .NewsCentreBanner .carousel-caption p {
        font-size: 9px;
      padding:5px;
    }

    .NewsCentreBanner .carousel-caption {
        /*padding: 90px 15px 0px 15px;*/
    }

    .NewsCentreBanner .carousel-indicators {
        display: none;
    }

    .NewsCentreBanner .carousel .slide {
        background-position: center center;
    }

    /*Tweaks to the menu and footer CSS*/
    .u2-menu-outer .u2-menu-block {
        padding: 30px 0 25px 0px;
    }

    .footer-nav .container .navbar-header {
        margin: 0;
    }
  
    .ProfileIdentity_Base .PublicToolbarBase a span, .ProfileIdentity_Base .PublicToolbarBase a i  {
        display: none;
    }
}

@media (max-width: 320px) {

    /*Tweaks for very small size screens*/
    .u2-news-card .u2-content {
        padding: 15px;
    }

    .u2-menu-outer .navbar-brand img {
        width: 200px;
        height: 39px;
    }
}

@media (max-width: 768px) /*iPAD*/
{
    /*setting mobile subpage hover settings and icon display*/
    .navbar-header {
        height: 50px;
        margin-top: 30px;
    }

  /*LOGO*/
    .u2-menu-outer .navbar-brand img {
        width:250px;
        height: 65px;
    }

    .u2-menu-outer .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
        background: transparent !important;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .u2-menu-outer .u2-nav-controls .open > a.shade,
    .u2-menu-outer .u2-nav-controls .open > a.shade:focus,
    .u2-menu-outer .u2-nav-controls .open > a.shade:hover {
        color: #3c64ad;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .u2-menu-outer .u2-nav-links a[href] {
        font-size: 13px;
    }

    .u2-menu-outer .u2-nav-links .open > a,
    .u2-menu-outer .u2-nav-links a:hover {
        color: #3c64ad;
    }
  
    .breadcrumb {
        padding: 5px 0px !important;
    }

    .u2-menu-outer .dropdown-submenu {
        border-left: solid 1px #004a3f;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #f2f2f2;
        border-radius: none !important;
    }

    .u2-menu-outer[data-authenticated='1'] .u2-menu-block .u2-nav-links {
        margin-left: auto;
        margin-right: auto;
       /* width: 100%;*/
    }
  
     /*Reduced the text size of the slideshow for small screens and removed the paging at the bottom*/
  
 .NewsCentreBanner .carousel-caption {
  text-align:center;
  }
  
    .NewsCentreBanner .carousel-caption h1 {
        font-size: 16px;
    }

    .NewsCentreBanner .carousel-caption p {
        font-size: 11px;
    }

    .NewsCentreBanner .carousel-caption {
        padding: 60px 15px 0px 15px;
    }

    .NewsCentreBanner .carousel-indicators {
        display: none;
    }

    .NewsCentreBanner .carousel .slide {
        background-position: center center;
    }
}

@media (max-width: 992px) {
    .ContentWithLinks .col.pull-right {
        	float: none !important
    }

    .ContentWithLinks .col.pull-right + .content-text {
        	clear: right;
        	padding-top: 15px
    }
}











