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

   Theme Name: Bethlehem School
   Version: 2.8
   Last modified: 4 June 2018
   Author: Charlotte Ivey
   Author contact: charlotte@etime.co.nz
   Author URI: http://www.etime.co.nz
   ========================================================= */

/*-------------------------------------------------------------------------------
	THEMES
Data-theme 0 - LIGHT
Data-theme 1 - DARK

#cb0320 - red
#f0eeee - grey
#33b181 - green
----------------------------------------------------------------------------------*/

/*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: #f7f6f6;
    	width: 100%;
    	padding-bottom: 0em;
  	color:#1e1e1e;
}

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

/*Icon headings*/
h4.u2_icon_title, .IconLinks .col .u2_icon_title{
	font-size:10px;
	color:#666;
	margin-bottom:25px;
}

.Divider hr{
	border-top: 1px solid #858585;
}

/*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: #33b181;
    	width: 100%;
    	color: #fff;
}

/*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: #000;
  	background:#f7f6f6;
}

.u2-news-card .u2-link a{
  	color:#fff;
 	 font-weight:bold;
 	 text-decoration:underline;
}

/*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"] .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-description p {
    color: #333333;
}

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

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

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

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

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

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

/*--------------------------------------------------------------------------------
	BRANDING & BANNER
-----------------------------------------------------------------------------------*/

/* School logo */
.u2-menu-outer .navbar-brand img {
    width: 250px;
    height: 87px;
}

/*Banner bg*/
.u2-menu-outer .u2-menu-block {
    background: #cb0320;
}

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

/*banner padding*/
.u2-menu-outer:not(.stuck) .u2-menu-block, .u2-menu-outer.stuck .u2-menu-block, .u2-menu-outer .u2-menu-block {
    	padding: 15px 10px 10px 20px;
}

/*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, .u2-news-item p, body, .Post-on, .Post-By {
    	font-size: 14px;
    	color: #000000;
  	line-height:1.5em;
}

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

/*--------------------------------------------------------------------------------
	HEADINGS
-----------------------------------------------------------------------------------*/
/* Heading - pages */
main .u2-heading {
    color: #000000;
    text-align: left;
}

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: 38px;
  	font-weight:600;
      margin-bottom: 30px;
}

h3.u2-heading[data-size='2'] {
    	font-size: 22px;
  	background-color:#33b181;
  	padding:7px 10px 7px 10px;
  	font-weight:600;
  	color:#fff;
	margin-top:50px;
}

h3.u2-heading[data-size='1'] {
    	font-size: 18px;
    	font-weight:600;
  	color:inherit;
 	 margin-top:30px;
}


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

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

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

.page-head {
    	background-color: #78adf3;
}

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

#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: #eb0e1d;
}

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

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

.Page_p li {
    	margin: 3px 0px;
}
/* list line height override*/

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

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

/* 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% - 300px);
   	 }

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

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

.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: 14px;
	font-weight:bold;
}

.u2-menu-outer .navbar-nav a:hover {
	color: #00adf2;
}

.u2-menu-outer .navbar-nav .dropdown-menu a {
  /*dropdown text*/
	color: #78adf3; 
}

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

.u2-menu-outer .navbar-nav a[href]:hover {
	color: #ea121d;
	background-color: #f2f2f2;
}

.u2-menu-outer .navbar-nav .dropdown-menu a {
    	color: #1e1e1e;
}

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

.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: 5px;
    	padding-bottom: 5px;
}

.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: #f7f6f6;
}

/*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, .NCH_NewsBySection_Outer, .NCH_NewsBySection_Outer:before {
    	color:#ea121d;
}

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

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

.NC_PDFExport:before {
    	color: #fff;
}

.panel-default {
    	border: none;
}

main .module .module_caption, .u2-find-more {
    	color: #fff !important;
    	font-size: 13px;
    	line-height: 2em;
    	margin-bottom: 0px;
    	background-color: #33b181;
    	padding: 6px 15px;
 	 font-weight:600;
}

.u2-find-more a{
	color:#fff;
	text-decoration:underline;
}

.u2-control-menu .u2-edit {
    /*Module dropdown arrow*/
    	color: #fff;
}

.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, .NCH_NewsBySection_Title {
    /*resource subheading, news centre category heading*/
    	background: #f0eeee;
    	color: #ea121d;
    	border: none;
    	font-size: 12px;
    	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: #eb0e1d;
   	 margin-right: 5px;
}

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

/*Item*/
.list-group-item {
 	font-size: 12px;
  	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:#ea121d;
	font-weight:600;
}

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

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


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

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

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


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

#ImgGallery .Album .Item:hover .Slides {
    background-color: #000;
    opacity: 0.7;
}

#ImgGallery {
    font-size: 11px;
}

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

/*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: 8px 15px;
    	font-weight: 600;
}

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

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

.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;
}

/*--------------------------------------------------------------------------------
	MODULE - SUBPAGE
-----------------------------------------------------------------------------------*/
main #SubPages .list-group {}

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

main #SubPages .list-group-item:hover {
    color: #00adf2;
}
/* link icon */
main #SubPages .list-group-item i {
    color: #d1141d;
}

/*--------------------------------------------------------------------------------
	MODULE - WIKI
-----------------------------------------------------------------------------------*/
/* Wiki */
main #WikiPages {}

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

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

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


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

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

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

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

.u2-news-card .u2-description {
    height: 110px;
    border-bottom: 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: 380px;
    border-top: none;
}

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

.u2-news-card .u2-find-more p{
	padding: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;
}

.carousel[data-authenticated='1'] .slide, .carousel[data-authenticated='0'] .slide{
	min-height:450px;
}

.NewsCentreBanner .carousel-caption h1 {
    	color: #fff;
    	font-size: 28px;
    	max-width: 300px;
  	line-height:1.3em;
    	padding: 20px 25px 0px 40px;
      	background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    	background: rgba(0, 0, 0, 0.7);
    	font-weight: 400;
 	 text-shadow:none;
  	font-style:italic;
}

.NewsCentreBanner .carousel-caption p {
    	font-size: 18px;
    	padding: 10px 25px 30px 40px;
    	color: #fff;
   	 max-width: 300px;
   	 background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
   	 background: rgba(0, 0, 0, 0.7);
   	 font-weight: 400;
   	 text-shadow:none;
   	 font-style:italic;
   	line-height:1.4em;
}

.NewsCentreBanner .carousel-caption p a {
 	font-weight: 600;
  	color:#33b181;
}

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

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

.carousel-indicators {
    	bottom: 0px;
}


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

.camera_caption >div{
  	background:#162b56;
  	opacity:0.7;
  	font-size:12px;
}


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


/*--------------------------------------------------------------------------------
	NEWS CENTRE PAGE
-----------------------------------------------------------------------------------*/
.news-showcase{
padding:0px;
  min-height: calc(100vh - 350px)
}

.nav-pills li {
    border: none;
}

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

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

#ClassTasks .panel{
padding:10px;
}

#ClassTasks .panel-body{
}

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

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

/*correcting corner radius error*/

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

.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: #ea121d;
  font-weight:bold;
}

.ExtraNewsItem{
  font-weight:bold;
}

.ExtraNewsItem, .ExtraNewsItem i {
    color: #ea121d;
}

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

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

.u2-news-heading h3 {
    color: #1e1e1e;
}

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

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

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

.panel-body {
    padding: 5px;
}

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

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

.u2-MoreNews{
	background:none;
	 padding-bottom:50px;
}

.u2-MoreNews .container, .u2-archives {
  	background:#f7f6f6;
   	padding-bottom:30px;
}

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

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

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

.NC_TitleBase, .u2-MoreNews h4 {
    	background-color: #33b181;
    	border: none;
    	padding: 6px 15px;
    	height: 35px;
 	 color:#fff;
  	font-size:13px;
  	font-weight:600;
}

.u2-archives h4 {
    border: none;
    padding: 10px 15px;
    height: 35px;
  font-weight:600;
  margin-bottom:10px;
  font-size:16px;
}

.u2-MoreNews h4{
line-height:1.8em;
  margin-bottom:15px;
  margin-left:-15px;
  margin-right:-15px;
}

/*Notices section list box heading*/

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

.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;
}

.first-row .NewsTile{
height:400px;
}


/*--------------------------------------------------------------------------------
	NEWS CENTRE ARTICLES
-----------------------------------------------------------------------------------*/
.u2-news-block{
	background:#fff;
}
.u2-news-block article.u2-news-item.image-after{
	padding:0px;
}

.u2-news-fluid-article{
  	padding:50px 60px 0px 60px;
}

.u2-news-image-block{
	padding:60px;
}

/*--------------------------------------------------------------------------------
	FOOTERS
-----------------------------------------------------------------------------------*/
/* Footer */
footer {
    	background-color: #cb0320;
}
/*margin top will cause gap in news centre*/

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

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

/*Bottom nav bar*/
.footer-nav {
    	background:#cb0320;
}

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

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


/*--------------------------------------------------------------------------------
	TOOLBAR
-----------------------------------------------------------------------------------*/
.ProfileIdentity_Base .PublicToolbarBase {
	background-color:#b6001a;
	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;
	padding:2px;
  	width:auto;
} 

 .ProfileIdentity_Base .PublicToolbarBase a {
 	color:#f2f2f2;
 	text-shadow:none;
	 border:none !important;
 	 text-transform:uppercase;
   	font-size:9px;
   	font-weight:600;
   	width:auto;
   	padding: 0px 10px;
 }

.ProfileIdentity_Base .PublicToolbarBase a:hover {
	color:#35de9e !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) {
  
   	 .ProfileIdentity_Base .PublicToolbarBase a span, .ProfileIdentity_Base .PublicToolbarBase a i {
        	display: none;
   	 }
  
   	 .u2-menu-outer .navbar-collapse /*gap between brand and mobile dropdown*/{
    		padding-top:20px;
	}

    /*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;
    }

	.u2-news-image-block{
  		padding:0px;
  	}

    /*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;
    }
}

@media (max-width: 320px) {

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

    .u2-menu-outer .navbar-brand img {
        width: 129px;
        height: 45px;
    }
}

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

    .u2-menu-outer .navbar-brand img {
        width:129px;
        height: 45px;
    }

    .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: 12px;
    }

    .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
    }
}























