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

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

/*-------------------------------------------------------------------------------
	THEMES
#d30f1f - red
#dfe7e8 - wash - darker
#eef2f3 - wash - lighter
----------------------------------------------------------------------------------*/

.IconLinks .col .u2_icon_title{
	font-size:9px;
  	font-weight:normal;
}

/*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 {
	background-color:#20569d;
	width:100%;
	color:#e6e6e6;
}

[data-theme="0"] .u2-news-card .u2-link a{
	color:#fff;
}

[data-theme="0"] .u2-content,
[data-theme="0"] .u2-paragraph, 
[data-theme="0"] .u2-heading, 
[data-theme="0"] .ContentWithLinks .Text, 
[data-theme="0"] .card-text, 
[data-theme="0"] .u2-find-more{
  	color:#000;
}

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

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

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

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

/*--------------------------------------------------------------------------------
	BRANDING & BANNER
-----------------------------------------------------------------------------------*/
/* School logo */
.u2-menu-outer .navbar-brand img {
	width: 340px;
	height:63px;
}

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

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

/*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, .tab-content, main .Paragraph, main .Text, .outer > .inner li[data-lock='1'] div.Text, /*.Paragraph*/ .u2-content, .u2-news-item p, body {
	font-size:14px;
	color:#282828;
}


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

h3.u2-heading[data-size='3'],  .Text h3{
	font-size:34px;
  	font-weight:600;
}

h3.u2-heading[data-size='2'] {
	font-size:24px;
 	 font-weight:600;
  	margin-bottom:0px;
  	padding:35px 0px 0px 0px;
}

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

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

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

.ParentAccessIndicator{
	color:#fff;
	padding:12px 10px;
}/*Lock icon*/

.ParentAccessIndicator .PageTools_ParentToolTip{
	color:#868686;
}

/*--------------------------------------------------------------------------------
	HYPERLINKS
-----------------------------------------------------------------------------------*/
a {
	color:#d30f1f;
  	font-weight:600;
}

a:hover, a:focus{
  	color:#b11d4e;
}

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

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

main.container-fluid.Subpage{
	margin-bottom:0px;
 	padding-top: 70px;
    	padding-bottom: 70px;
}

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

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

main.container-fluid, main.container {
	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;
 }

sub{
	color:#777;
}

/*--------------------------------------------------------------------------------
	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% - 350px); }
	.u2-menu-outer[data-authenticated='0'] .u2-menu-block .u2-nav-links { max-width: calc(100% - 350px); }
}

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

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

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

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

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

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

.u2-menu-outer .navbar-nav .dropdown-menu a{
	color:#d30f1f;
  	line-height:25px;
}

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

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

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

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

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

/*Module  background*/ /*News centre notices newsletters background*/
.list-group, .NC_Base {
	background-color:#eef2f3;
	padding:0px;
	border:none;
	font-size:13px;
	margin-bottom:40px;
  	font-weight:bold;
	border: none;
}

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

.list-group a, .NC_NewsBySection_Outer,  .NC_NewsBySection_Outer:before{
	color:#d30f1f;
  	font-size:13px;
}/*item*/

.NC_PDFExport:before{
	color:#fff;
}

.panel-default {
	border:none;
  	box-shadow:none;
}

main .module .module_caption { /* Module title */
	color: #dfe7e8;
	background-color:#000;
	padding: 4px 15px;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 0px;
	padding: 7px 15px;
	font-weight: 600;
	letter-spacing: .01em;
	-webkit-border-radius: .9em .9em 0em 0em;
	-moz-border-radius: .9em .9em 0em 0em;
	border-radius: .9em .9em 0em 0em;
}

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

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

/* Panel Titles */
.panel-title, .NC_Base .panel-default > .panel-heading .panel-title a, .NC_NewsBySection_Title  { /*resource subheading, news centre category heading*/
	background:#dfe7e8;
	color:#000;
	border:none;
	font-size:13px;
	font-weight:bold;
} 

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

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

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

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

/*Item*/
.list-group-item{
	font-size:12px;
	color:#20569d;
}

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

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

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


/*--------------------------------------------------------------------------------
	MODULE - IMAGES
-----------------------------------------------------------------------------------*/

.Page_Media .MediaHolder img, .u2-news-image-block img, .thumbnail .img-responsive{
      -webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}


/*--------------------------------------------------------------------------------
	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 {/*correcting resize upon hover from contain*/
  	background-size:cover;
} 

/*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;
}/*Links title*/ /*Homepage colours specified above*/

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

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


/*--------------------------------------------------------------------------------
	MODULE - RESOURCES
-----------------------------------------------------------------------------------*/
.list-group-item i.fa, .list-group-item:hover .controls a{ 
	color:#d30f1f;
}

.list-group-item:hover .controls a:hover, .list-group-item i.fa:hover{
	color:#d30f1f;
}


/*--------------------------------------------------------------------------------
	MODULE - SUBPAGE
-----------------------------------------------------------------------------------*/
main #SubPages .list-group-item:hover {
	color:#203966;
} /* hover */

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


/*--------------------------------------------------------------------------------
	MODULE - CLASSPAGE BANNERS
-----------------------------------------------------------------------------------*/
.PageBioBox{
	margin-bottom:30px;
}


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


/*--------------------------------------------------------------------------------
	  DIVIDER
-----------------------------------------------------------------------------------*/
.Divider hr{
  	border-top:3px solid #eef2f3;
}

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

.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 - SLIDESHOW
-----------------------------------------------------------------------------------*/
/*homepage slideshow only*/
.NewsCentreBanner.container-fluid .slide{
  	height:70% !important;
}

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

.NewsCentreBanner .carousel-caption h1 {
    color: #fff;
    font-size: 34px;
    padding: 20px 30px 0px 30px;
    font-weight: 600;
    letter-spacing:.01em;
}

.NewsCentreBanner .carousel-caption p {
    font-size: 20px;
    padding: 15px 30px 30px 30px;
    color: #fff;
  	font-style:italic;
  letter-spacing:.03em;
}

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

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

.carousel-indicators {
    bottom: 0px;
}

.NewsCentreBanner .carousel-caption {
    line-height: 1.5em;
    text-shadow: 1px 1px 4px #000;
      max-width: 800px;
      text-align: left;
}

.NewsCentreBanner .carousel-caption p a, .NewsCentreBanner .carousel-caption p div a, .NewsCentreBanner .carousel-caption a, .NewsCentreBanner .carousel-caption div a {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 10px 20px;
    background: rgba(211, 15, 11, .8);
    color: #fff !important;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    font-weight: 600;
    letter-spacing: .03em;
    font-style: normal;
    margin-top: 30px;
    display: inline-block;
    text-shadow: none;
}

.NewsCentreBanner .carousel-caption p a:hover, 
.NewsCentreBanner .carousel-caption p div a:hover, 
.NewsCentreBanner .carousel-caption a:hover, 
NewsCentreBanner .carousel-caption div a:hover{
         background: rgba(211, 15, 11, 1);
}

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

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

.news-showcase {
	min-height: calc(100vh - 500px);
}

.news-showcase .Page_p li{
 	 margin:3px 0px;
  	font-weight:bold;
  	font-size:14px;
}

.news-showcase h3.u2-heading[data-size='1']{
	margin-bottom:-12px;
  	padding-top:0px;
  	color: #6b6b6b;
}

.nav.nav-pills{
	padding-top:10px;
	padding-bottom:10px;
}

.nav-pills li{
	border:none;
}

.nav-pills li a, .nav-pills li i {
	color:#ccc;
  	font-weight:600;
  	font-size:11px;
}

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

.nav-pills>li>a{
	border-radius:3px;
  	color:#dfe7e8;
}/*correcting corner radius error*/

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

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

.nav>li>a:focus, .nav>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:#a61f31;
}

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

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

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

.news-showcase h6 {
	color:#335a9b;
	font-weight:600;
}

.ExtraNewsItem, .ExtraNewsItem i{
	color:#d30f1f;
  	font-size:13px;
  	margin-bottom:2px;
}

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

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

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

.NewsTile {
	background-color:#f3f3f3;
	margin-top:15px;
	border: solid 1px #ddd !important; 
}/*area surrounding featured articles*/

.u2-SocialMedia{
	background-color:#000;
	color:#fff;
}

.fa-twitter:before, .fa-facebook:before{
  	display:none;
}

.NC_NewsBySection_Outer:hover{
	background:inherit;
 	 border:none;
}

.panel-body{
	padding:5px;
}

.u2-SocialMedia h6{
	color:inherit;
  	margin-top:0px;
  	margin-bottom:10px;
}

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

.u2-MoreNews h4, .u2-SocialMedia h4, .u2-archives h4{
	font-size:24px;
  	font-weight:600;
  	padding-top:50px;
}

.news-showcase{
	padding:0px;
}

.news-showcase p{
	color:#000;
}

.NC_TitleBase{
	background-color:#000;
	border:none;
	padding:8px 15px;
	height:40px;
	 margin-top:0px;
      	-webkit-border-radius: 1em 1em 0em 0em;
   	 -moz-border-radius: 1em 1em 0em 0em;
    	border-radius: 1em 1em 0em 0em;
}

.NC_TitleBase_Text{
	color: #ccc;
	font-size: 13px;
	font-weight:600;
  	display:none;
}

.NC_NewsBySection{
	padding-bottom:10px;
}


.NC_NewsBySection_Title{
	margin-bottom:10px;
}

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

.NC_DatePicker, .NC_DatePicker_Active{
	float:left;
}

#htmlDatePickerBase{
	right:auto;
}

.NC_Base{
    	-webkit-border-radius: 1em;
   	 -moz-border-radius: 1em
    	border-radius: 1em;
  	padding-bottom:10px;
  	background:#dfe7e8;
}


/*--------------------------------------------------------------------------------
	BUTTONS
-----------------------------------------------------------------------------------*/

.form-controls .button-normal {
    padding: 10px 20px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.form-controls .button-normal, .content_button_base a, .iFrameButton .button-normal, .module .button-normal {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
    background-color: #d30f1f;
    border: none;
    color: #fff !important;
    text-shadow: none;
    margin: 0 auto 30px auto!important;
    box-shadow: none;
    display: inline-block;
    width: 100%;
}

.form-controls .button-normal, .content_button_base, .iFrameButton .button-normal, .module .button-normal {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
    background-image: none;
    width: 100%;
}

/*--------------------------------------------------------------------------------
	FOOTERS
-----------------------------------------------------------------------------------*/
/* Footer */
footer {
	display:none;
}/*margin top will cause gap in news centre*/

footer .col a {
	color:#fff;
}

footer .col li a {
	color:#fff !important; 
}

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

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

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



/*--------------------------------------------------------------------------------
	TOOLBAR
-----------------------------------------------------------------------------------*/
/* Toolbar Light style */
.ProfileIdentity_Base .PublicToolbarBase {
	background-color:#d30f1f;
	background-position:3px -66px;
	box-shadow:none !important;
	background-image:none !important;
	border:none !important;
	padding:0px;
  	width:auto;
} 

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

.ProfileIdentity_Base .PublicToolbarBase a:hover {
	color:#000 !important;
  	font-weight:600;
}


/*--------------------------------------------------------------------------------
	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 { 
	 	 text-align:center;
	}
  
 	 .ProfileIdentity_Base .PublicToolbarBase a span, .ProfileIdentity_Base .PublicToolbarBase a i  {
	 	display:none;
	 }
  
 	 .toolbar-loggedout > .container {
    		width:calc(100vw - 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 h1 {
	  	font-size:22px;
	}
  
  	.NewsCentreBanner .carousel-caption p {
	  	font-size:13px;
	 	 margin-left:-3px;
	}
  
 	 .NewsCentreBanner .carousel-caption {
	   	padding:90px 15px 15px 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:10px 0 25px 10px;
  	}
  
 	 .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:80px;
	  	height:15px;
 	 }
}


@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:200px;
	  	height:37px;
	}
  
	.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:#d30f1f;
	  	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:#d30f1f;
	}
  
    	.breadcrumb {
      		padding:5px 0px !important;
    	} /*left align breadcrumb*/   
  
    	.u2-menu-outer .dropdown-submenu{
      		border-left: solid 1px #004a3f;
    	}
  
  	.navbar-nav .open .dropdown-menu{
    		background-color:#fff;
    		border-radius:none !important;
 	 }
  
 	 .u2-menu-outer[data-authenticated='1'] .u2-menu-block .u2-nav-links{
    		margin-left: auto;
   		 margin-right: auto;
    		width: 100%;
	}
}

@media (max-width: 992px){
  
  	.ContentWithLinks  .col.pull-right {
	  	float:none !important;
	}
  
  	.ContentWithLinks  .col.pull-right + .content-text {
	  	clear:right;
	  	padding-top:15px;
	}
}

/*News centre wrapping issue*/
.NC_NewsBySection_body {
    white-space: pre-wrap;
}
