@charset "UTF-8";
/* NWSF styles */

#contentexpand {
  max-height: 165px !important; /* mobile */
  overflow: hidden;
  /* Set Transitions */
  transition: max-height 1.7s;
}

#contentexpand.open {
  max-height: 1500px !important; /* mobile */
  /* Set transitions */
  transition: max-height 1.7s;
  /*border-top: 5px dashed #AAA;*/
}

#show-more {
	width: 84px;
	background: #1594e5;
	color: #fff;
	font-family: sans-serif;
	display: block;
	cursor: pointer;
	text-align: left;
	padding: 5px;
}
/* /read-more */
/***********/
/* GENERAL */
/***********/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.cont-div {
    background-color: #f00;
	display: inline-block;
	float: none;
	height: 100%;
    vertical-align: middle;
}

a.link-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.nwsf-extern:after {
  /* content: '↗'; */
  content: "\2197";
  font-size: small;
  vertical-align: super;
}

ul.nwsf-quick-links, ul.nwsf-quick-links li, ul.nwsf-quick-links li a {
    line-height: 1em;
	padding: 0;
	margin: 0;
	display: block;
}

.page-link {
    background-color: #C8E8FF;
    border-color: #003263;
    border-width: 1px 1px 1px 12px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6em;
    padding: 6px 6px 6px 0;
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: border-left .777s;
    -webkit-transition: border-left .777s;
    -moz-transition: border-left .777s;
    -o-transition: border-left .777s;
    -ms-transition: border-left .777s;
    width: 10em;
}

/* advice/resource hub pages */
.reclink-container {
    background: #6AC5FE;
    color: #16568C;
    cursor: pointer;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.1;
    margin: 1em 0 1em 0;
    min-width: 4em;
    min-height: 8em;
    padding: 3.4em 0.5em 0 0.5em;
	position: relative;
    text-align: center;
}

/* campaigns page */
.link-container {
    background: #6AC5FE;
    color: #16568C;
    cursor: pointer;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.1;
    margin: 1em 0 1em 0;
    min-width: 8em;
    min-height: 8em;
    padding: 3.4em 0.5em 0 0.5em;
	position: relative;
    text-align: center;
}

.one-line {
     padding: 3.4em 0.5em 0 0.5em;
}

.two-line {
     padding: 2.9em 0.5em 0 0.5em;
}

.three-line {
     padding: 2.4em 0.5em 0 0.5em;
}

.link {
    line-height: 1.1;
    align-items: center;
}

.col-sm-12.nwsf-block-link * {
    /* background: lightblue; */
    /* color: white;*/
	line-height: 1.1;
}

.link-container:hover {
    background: #176CB4;
    color: #FFF !important;
}

.link-container:hover a {
    color: #FFF;
}

.nav-thin {
    list-style: none !important;
    margin-left: -40px;
}

.nav-thin>li>a {
    position: relative;
    display: block;
    padding: 1px 15px;
}

.custom-sidebar {
    margin-top: 40px;
}

.title-area {
    margin-bottom: 2em;
}

/* end - advice/resource hub pages */

#1597 h1 {
 display: none;
}

header {
  margin-bottom: 10px; 
  margin-top: 80px;
}


a {
  color: #1d71b8; 
}
  a:hover, a:focus, a:active {
    color: #16568c; 
}

/* calendar accordion */

.panel-heading {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #337ab7 !important;
	margin-top: 10px;
	padding: 10px 15px;
}

.panel-body {
    border-color: #337ab7 !important;
}
	  .panel-title {
    	min-height: 24px;
     }

     a.pdsa-panel-toggle {
    	display: inline-block;
	}

.panel {
    margin-bottom: 5px;
}
	
.indent1 {
	margin-left:1em;
}

.padl1 {
	margin-top: 12px;
	text-indent: 0.4em;
}
	
span.langText {
    text-align: center;
    display: block;
	font-weight: 700;
}

.static-title {
	font-weight: 700;
	color: #16568C;
}

a.textlink {
    display: inline-block;
}

a.pdsa-panel-toggle {
   float: right;
   margin-top: -16px;  /* smallscreens only */
}

/**************/
/* PANELS o/r */
/**************/

.panel-primary>.panel-heading {
    background-color: #FFF !important; 
    border-color: 1px solid #769FBD !important; /* scorsa lt-blue */
	color: #3C3C3C;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-body {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #EEE;
}

.panel-title a {
    font-size: 18px;
    color: inherit;
    font-weight: 400;
    text-decoration: none !important;
}

.panel-title a:hover {
    text-decoration: none;
}

/* Calendar */

/*************************/
/* SITE SPECIFIC CLASSES */
/*************************/
body {
  background: #fcfcfc; }

h1, h2, h3, h4 {
  color: #1f2951;
  font-family: Arial, Helvetica, sans-serif; }

h1 {
  font-size: 40px; }

h2, .title {
  font-size: 30px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

.title {
  margin-bottom: 0; 

}

/* Transparent wells */
.well {
  background-color: inherit; }

/* Styles for image captions, relies on HTML5 Shiv for IE8 and below */
figure {
  text-align: center;
  margin: 10px; }
  figure img {
    margin-left: auto;
    margin-right: auto; }
  figure figcaption {
    font-size: 12px;
    color: #999;
    margin-top: 5px; }

/* Styles for a sidebar */
aside {
  margin: 0; 
}

#content li {
  margin-bottom: 8px; }

table td, table td p {
  font-size: 16px;  /* 14px */
}

/* To allow long lines to wrap! */
p {
  word-wrap: break-word; 
}
	
#resources-page-accordion .panel-default>.panel-heading {
    color: #333;
    background-color: #FFF;
    border-color: #FFF !important; /* remove blue border */
}
	
#resources-page-accordion .panel-body {
    border-color: #EEE !important;
}
	
#resources-page-accordion .panel-body {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
	
/* add up down arrows */

#resources-page-accordion .panel-title {
  position: relative;
}
	
#resources-page-accordion .panel-title a {
  display: inline-block;
  width: 100%;
}
  
#resources-page-accordion .panel-title::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}

#resources-page-accordion .panel-title[aria-expanded="true"]::after,
#resources-page-accordion .panel-title .in {
  content: "\f106";
}

#resources-page-accordion .panel-heading-full.panel-heading {
  padding: 0;
}

#resources-page-accordion .panel-heading-full .panel-title {
  padding: 10px 15px;
}

#resources-page-accordion .panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}
/*/ add up down arrows */

div#float-message {
    display: block;
    position: absolute;
    top: 120px !important;
    left: 45%;
    color: #FFF;
    font-size: 50px;
    z-index: 1000 !important;
}

div#float-message h2 {
    color: orange;
	font-size: 58px !important;
	z-index: 1100 !important;
}

/**************/
/* NAVIGATION */
/**************/
/* Nested navigation lists indent */
nav ul ul {
  margin-left: 15px; 
}

#sub-nav li {
  font-size: 16px;
  font-weight: bold;
  color: #1f2951; 
}

  #sub-nav li a {
    font-weight: normal;
    padding: 5px 10px; 
  }

/* Lighter background colour for subnav */
.navbar .sub-nav {
  background: #1a63a2; 
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #1d71b8; }

/* Remove right margin from grouped navigation dropdowns */
.navbar .btn-group > .btn:first-child {
  margin-left: 0;
  margin-right: 0; 
}

.nav > li a {
  font-size: 12px; 
  min-height: 52px; /* vpad adjust */
  padding-left: 13px;
  padding-right: 13px;
}

@media (min-width: 992px) {
    .nav > li a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 14px; } 
 }

/* Larger font size on wider viewports */
.nav .glyphicon {
  line-height: 20px; 
}

/* Background colour */
.navbar-default {
  background-color: #16568c;
  border-color: #134876;
  color: #fff; 
}
  .navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > .active a, .navbar-default .navbar-nav > .active a:hover {
    color: #fff; }
  .navbar-default .navbar-nav > .dropdown > a .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-default .navbar-nav > .active a:hover {
    background-color: #207fce; }
  .navbar-default .navbar-nav > .active a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
    background-color: #1d71b8; }
  .navbar-default .navbar-nav > .open a, .navbar-default .navbar-nav > .open a:hover, .navbar-default .navbar-nav > .open a:focus {
    background-color: #1d71b8;
    color: #fff; }

.navbar-toggle, .navbar-nav .open .dropdown-menu {
  background: #eee;
  color: #000; }

.dropdown-menu > li a:hover, .dropdown-menu > li a:focus {
  background-color: #1d71b8; }

/* Member logged in user text */
.navbar-default .navbar-text {
	color: #fffd92; 
}

/***********************/
/* CUSTOM BUTTON CLASS */
/***********************/
.btn-default {
  color: #fff;
  background-color: #1d71b8;
  border-color: #1a63a2; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #16568c;
    border-color: #134876; }
  .btn-default:active, .btn-default.active {
    background-color: #1d71b8 \9; }
  .btn-default:hover {
    color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #6d3e91;
  border-color: #60367f; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #522f6d;
    border-color: #45275b; }
  .btn-primary:active, .btn-primary.active {
    background-color: #6d3e91 \9; }

/************/
/* CAROUSEL */
/************/
#banner h2, #banner p, #banner a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff; }
#banner h2 {
  font-size: 40px;
  line-height: 45px; }
#banner p {
  color: #333;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold; }

#banner {
	margin-bottom:20px;}

.ls-borderlesslight .ls-shadow {
  display: none !important; }

.carousel-control.left, .carousel-control.right {
    background-image: none;
	width:10%; }
	
	#carousel-wales {
	max-width: 800px;
	}

/************/
/* TOP SOCIAL MEDIA */
/************/

#social-media {
  float: right;
	margin-top:20px;
}

/******************/
/* EMBEDING MEDIA */
/******************/
/* Place YouTube/Vimeo videos inside an .embed-container div */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*******************************/
/* BOOTSTRAP CHANGES/ADDITIONS */
/*******************************/
/* Add extra margin to pulled images */
img.pull-right {
  margin: 10px 0 10px 10px; }
img.pull-left {
  margin: 10px 10px 10px 0; }

/* Fix Google Maps canvas - Wrap your Google Maps embed in a `.reset-box-sizing` to reset Bootstrap's global `box-sizing` changes. */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Auto link styling */
.pdf-noicon { content: "" !important;}

#content p .pdf:before, #content li .pdf:before, #content td .pdf:before, #content th .pdf:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
  color: #6d3e91; }
#content p .doc:before, #content li .doc:before, #content td .doc:before, #content th .doc:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
  color: #6d3e91; }
#content p .xls:before, #content li .xls:before, #content td .xls:before, #content th .xls:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
  color: #6d3e91; }
#content p .ppt:before, #content li .ppt:before, #content td .ppt:before, #content th .ppt:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
  color: #6d3e91; }
#content p .audio:before, #content li .audio:before, #content td .audio:before, #content th .audio:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
  color: #6d3e91; }
#content p .video:before, #content li .video:before, #content td .video:before, #content th .video:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
  color: #6d3e91; }

.media {
  margin-bottom: 15px;
  word-break: break-word; }

.resource-head {
	display: block;
	min-height:150px;
	height:150px;
}
/*******************************/
/* GOOGLE CUSTOM SEARCH STYLES */
/*******************************/
#search tr, #search td, #search th {
  background: none;
  padding: 0; }

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #800 !important;
  background-color: #900 !important; }

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  width: auto !important;
  height: 25px !important;
  padding: 4px 27px !important;
  margin-top: 0 !important; }

.gsc-selected-option-container {
  min-width: 80px !important; }

.gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important; }

.gs-snippet {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.gsc-control-cse, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  background: none !important; }

#divRSS ul {
  list-style: none;
  padding-left: 0; }
#divRSS li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }
  #divRSS li:last-child {
    border-bottom: none; }
  #divRSS li:first-child {
    padding-top: 0; }
#divRSS .itemTitle {
  font-size: 18px; }
#divRSS .itemDate {
  color: #888;
  font-size: 12px; }
#divRSS .meta-nav {
  display: none; }

/*# sourceMappingURL=site.css.map */

/***************************/
/* UTILITIES	           */
/***************************/

.inlb {
    display: inline !important;
    font-size: 16px;
}

.mh400 {
    min-height: 400px !important;
}

.sea-btn {
    margin-left: 0;
}

.site-update {
    font-style: italic;
    color: #DDD !important;
}

.toppad img {
    margin-top: 30px;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    min-height: 140px;
}

.noimgtitle {
    color: #0b63c2;
    margin-top: 0;
}

.maintitle {
    letter-spacing: -1.8px !important;
    margin-bottom: 1em;
}

ul.homebullet li {
display: list-item;
    color: #16568C;
    padding-left: 0.5em;
    font-size: 16px;
}

ul.homebullet li span {
    position: relative;
    left: 10px;
}

ul.homebullet li::marker {
    color: #16568C; /*#759fbc;*/
    /* pale-blue */
    content: "●";
    margin-left: 20px;
}

.wsf-blue {
	color: #16568C
}

.align-ctr {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.wsf-section {
    margin-bottom: 3em;
	margin-top: 1em;
}

blockquote {
    border-left: 5px solid #759fbc;
}

blockquote p {
    color: #759fbc;
    font-weight: 400;
}
	
	
/* signup for newsletter (external) form */
/* cannot style external iframe content */
tr td span, tr td input {
    max-width: 90px !important;
}

tr#FirstName11910 td span,
tr#LastName11915 td span,
tr#Email11920 td span {
   max-width: 90px !important;
}

#SignupFormPreview tr td input {
    max-width: 100px;
}	
	
	.hpsignup td, .hpsignup span {
    	max-width: 100px !important;
		border: 1px dotted #CCC;
	}
	
    .hpsignup span,  {
        width: 100px !important;
        max-width: 100px !important;
		padding-right: 0;
		padding-left: 0;
		margin-right:0;
    }
	
	.SignupFormPreview {
    	padding: 5px 0 0 5px !important;
	}
	
	#FormFieldsTable #LastName11915,#Email11920,#FirstName11910,.formContainer span {
		border:1px solid #EEE;
	    max-width: 90px;
	}
	
	span#FirstNameLabel, span#LastNameLabel, span#EmailLabel {
    	max-width: 90px !important;
    	border-right: 1px solid #CCC;
    }

    span#FirstNameLabel, span#LastNameLabel, span#EmailLabel {
    	max-width: 90px !important;
    	border: 1px solid #EEE;
    	padding-right: 1px !important;
		}
	
	/* contact page form align */
	#previewWrapper * {
    	margin: 0 !important;
    }
	

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


	.waid-content{
        width:100%;
        /*overflow-x:scroll;*/
		max-width: 100%; max-height: 100%;	
     }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.container>.navbar-header {
		max-width: 767px;
	}
	
	/* For fixed position Navbar */
	body {
	  padding-top: 70px; 
	}
	
	header {
	  margin-top: 0px;
	}

	/* custom sidebar settings */   
	.nwsf-narrow-menu>li>a {
		position: relative;
		display: block;
		padding: 0px 15px !important;
	}

	.nav-thin {
		list-style: none;
	}
	
	.nav-thin > li a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
	}
	
	a.textlink {
    width: 1080px;
    display: inline-block;
	}
	  
	/*a.textlink {
    width: 650px; 
    display: inline-block;
    }*/
	  
	.panel-title a {
    font-size: 16px;
    color: inherit;
    font-weight: 700;
    text-decoration: none !important;
    }
	
	.title {
      font-size: 65px; 
	} 
	
	aside {
      margin: 0 0 10px 10px;
	}
	
	#iframeform,.hpsignup,.embed-container {
		width: 500px !important;
		max-width: 500px !important;
		padding-right: 0;
		padding-left: 0;
		margin-right:0; 
	}

    #iframeform-cp, .embed-container-contact-page {
		width: 500px !important;
		max-width: 500px !important; 
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
    }
	
	/* add margins on desktop */
	.mt1 {
		display: inline-block;
		margin-top: 1em;
	}

	.mt2 {
		display: inline-block;
		margin-top: 2em;
	}

	.mb1 {
		display: inline-block;
		margin-bottom: 1em;
	}

	.mb2 {
		display: inline-block;
		margin-bottom: 2em;
	}

	.mtb1 {
		margin-bottom: 1em;
		margin-top: 1em;
	}

	.mtb2 {
		margin-bottom: 2em;
		margin-top: 2em;
	}

	.media-object.mt2 {
		display: inline-block;
		display: block;
		margin-top: 2em;
	}
	
	.custom-sidebar ul li a {
    	font-size: 15px;
	}

	h2, .title {
    	font-size: 28px !important;
	}
	    
  #contentexpand {
    max-height: 165px; /* desktop */
    overflow: hidden;
    /* Set Transitions */
    transition: max-height 1.7s;
    /*border-top: 5px dashed cyan;*/
  }

  #contentexpand.open {
    max-height: 1300px;
    /* Set transitions */
    transition: max-height 1.7s;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.container>.navbar-header {
		max-width: 991px;
	}
	
	header {
	  margin-top: 0px;
	}

	.nav-thin {
		list-style: none;
	}	
	
	.nav-thin > li a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
	}
	
	.custom-sidebar ul li a {
    	font-size: 15px;
	}
	
	a.pdsa-panel-toggle {
        float: right;
        margin-top: 0;  /* smallscreen margin only */
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.container>.navbar-header {
		max-width: 1200px;
	}
	
	header {
	  margin-top: 0px;
	}

	.nav-thin {
	list-style: none;
	}	
	
	.nav-thin > li a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
	}
	
	.custom-sidebar ul li a {
    	font-size: 15px;
	}
	
	a.pdsa-panel-toggle {
        float: right;
        margin-top: 0;  /* smallscreen margin only */
    }
	
}

/************************/
/* STICKY FOOTER STYLES */
/************************/
html, body {
  height: 100%;
  /* Sticky Footer: The html and body elements cannot have any padding or margin. */ }


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;
  /* Negative indent footer by its height */
  padding: 0 0 80px;
  /* Pad bottom by footer height */ 
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
    padding: 0 0 120px;
}

.leftcol, .rightcol {
    max-width: 260px;
    display: inline-block;
}

.outercont { position:relative; line-height: 1.1;  }
.innercont { position:absolute; top:50%; height:8em; margin-top:-5em }

footer {
    background-color: #16568C;
    color: #FFF;
	height: 60px;
	margin-top: 3em;
	padding: 20px 0;
}

footer p, footer p a, footer a {
    color: #FFF;
}

footer p a:hover, footer a:hover {
    color: #FFF;
}

/* WAID Content */
.waid-content .nav {
    background-color: #1D70B6 !important;
    height: 56px;
}

.waid-content .nav li {
    padding: 4px 0 0 4px;
}

.waid-content .nav li.active a {
    color: #333;
	font-size: 18px;
	font-weight: 700;
	z-index:10;
}
.waid-content .nav li a {
    color: #FFF;
	font-size: 18px;
	font-weight: 700;
	z-index:10;
}

.waid-content .nav li:hover a {
	background-color: #1D70B6 !important;
    color: #FFF !important;
}

/* /WAID Content */