﻿
a,
a:link {
  color: #365293;
  text-decoration: underline;
}
a:visited {
  color: #365293;
}
a:hover,
a:active,
a:focus {
  color: #e5077e;
}
body {
  /*font-family: Open Sans;*/
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #ffffff;
  padding: 0;
  color: #000000;
}
.panic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
}
.panic a {
    background-color: #ffdd00;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    color: black !important;
}
h2 {
    font-size: 1.4em;
    line-height: 1.2;
}
.masthead-row {
  background-color: #fff;
  margin-top: 10px;
}
.masthead .title,
.masthead .title a {
  color: #404040;
}
.top-row {
  background-color: #fff;
}
.top-row .wrapper {
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}
.logo-wrap {
  text-align: right;
}
.toggle-nav {
  margin: 0;
}
.toggles a {
  background-color: #ffffff;
  color: #404040;
}
#google_translate_element {
    float: right;
    margin-left: 10px;
    margin-top: 8px;
    margin-right: 15px;
}
.main-nav .nav {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  /*overflow: hidden;*/
}
.main-nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px 28px 10px;
  position: relative;
  user-select: none;
}

.main-nav .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 5px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.main-nav .menu-icon .navicon:before,
.main-nav .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.main-nav .menu-icon .navicon:before { top: 9px; }
.main-nav .menu-icon .navicon:after { top: -9px; }
.main-nav .menu-btn { display: none; }
.main-nav .menu-btn:checked ~ .menu { max-height: 640px; }
.main-nav .menu-btn:checked ~ .menu-icon .navicon { background: transparent; }
.main-nav .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); }
.main-nav .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); }
.main-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, 
.main-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; }

@media (min-width: 768px) {
  .main-nav .menu { clear: none; max-height: none; }
  .main-nav .menu-icon { display: none;  }
}


.button { padding: 12px 12px; display: block; text-align: center; font-size: 22px; margin-bottom: 20px; }
.content p:has(.button) {
  text-align: center;
}

.content p .button { display:inline-block; }


.masthead-row a.button {
	height: 56px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	text-decoration: none;
	font-size: 20px;
	padding-top: 14px;
}

@media only screen and (min-width: 320px) {
	.masthead-row .button {
		margin: 40px 0;
	}
}
@media only screen and (min-width: 768px) {
	.masthead-row .button {
		margin: 15px 0 0 0;
	}
}
@media only screen and (min-width: 1150px) {
	.masthead-row .button {
		margin: 36px 0 20px 0;
	}
}
@media only screen and (max-width: 768px) {
	.masthead-row .button {
		margin: 25px 0 0 0;
	}
}

.orange { background-color: #f26921; color:#000 !important; }
.blue { background-color: #365293; color: #000!important; }
.pink { background-color: #df306b; color:#000 !important; }

.normal { font-size: 1em; font-weight: bold;}
.left { text-align: left; }

.nav-row { background-color: #365293; margin-top: 20px; }
ul.section-list.horizontal {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
  background-color: #365293;
}
ul.section-list.horizontal li {
  margin: 0 !important;
  padding: 0;
}
ul.section-list li:hover,
 ul.section-list li.selected { background-color: #1b2a4b;  }
ul.section-list.horizontal li a,
ul.section-list.horizontal li a:link {
  color: white;
  padding: 10px;
}
ul.section-list.horizontal li a:visited {
  color: #ffffff;
}
ul.section-list.horizontal li a:hover,
ul.section-list.horizontal li a:active,
ul.section-list.horizontal li a:focus {
  color: white;
  text-decoration: underline;
}
ul.section-list.horizontal li.selected a,
ul.section-list.horizontal li.selected a:link {
  color: white;
}
ul.section-list.horizontal li:last-child {
  border-bottom: none;
}
ul.section-list.horizontal li:hover .content-list {
  display: block;
}
ul.section-list.horizontal li .content-list {
  background-color: #365293;
  position: relative;
  margin: 0 !important;
  padding: 0;
  float: none;
  z-index: 99;
  display: block;
}
ul.section-list.horizontal li .content-list li {
  text-align: left;
  float: none;
  display: block;
  border-bottom: none;
  margin: 0;
}

ul.section-list.horizontal li .content-list li a,
ul.section-list.horizontal li .content-list li a:link {
  font-weight: normal;
  color: white;
  background-color: #365293 !important;
}
ul.section-list.horizontal li .content-list li a:visited {
  color: #ffffff;
}
ul.section-list.horizontal li .content-list li a:hover,
ul.section-list.horizontal li .content-list li a:active,
ul.section-list.horizontal li .content-list li a:focus {
  color: #ffffff;
}
ul.section-list.horizontal li .content-list li a.selected {
  font-weight: bold;
  color: #ffffff;
}
ul.section-list.horizontal li .dropdown {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 99;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #365293;
}
ul.section-list.horizontal li .dropdown a {
  height: auto !important;
  text-align: left;
}
ul.section-list.horizontal li.sec:hover .dropdown {
  display: block;
}
ul.section-list.horizontal li .content-list li,
ul.section-list.horizontal li .sub-section-list li {
  text-align: left;
  display: block;
  float: none;
  margin: 0 !important;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 1.2em;
  background-color: #365293;
}
ul.section-list.horizontal li ul.sub-section-list {
  margin-top: 0;
}
ul.section-list.horizontal li .dropdown a:hover,
ul.section-list.horizontal li .dropdown a.selected,
ul.section-list.horizontal li .dropdown .sub-section-list a:hover,
ul.section-list.horizontal li .dropdown .sub-section-list a.selected,
ul.section-list.horizontal li .dropdown .content-list a:hover,
ul.section-list.horizontal li .dropdown .content-list a.selected

 { background-color: #1b2a4b !important;  }

@media (max-width: 768px) {
ul.section-list.horizontal li .dropdown	{ display: none !important; }
.main-nav .nav {
  overflow: hidden;
}

}
.breadcrumb-list { padding: 0; margin: 0 0 20px 0; }
.breadcrumb-list li {
    font-size: 12px;
    display: inline-block;
}
    .breadcrumb-list li:after {
        content: "/";
        margin-left: 10px;
        padding-right: 10px;
    }
    .breadcrumb-list li:last-child:after {
        content: "";
    }

    .breadcrumb-list li a,
    .breadcrumb-list li a:link {
        color: #404040;
    }
.breadcrumb-list li a:hover { color: #404040; }
.breadcrumb-list li a:active { color: #404040; }


.fbox {
  color: #ffffff;
  background-color: #404040;
}
.fbox .content p {
  padding: 0;
}
.fbox a,
.fbox a:link {
  font-weight: normal;
  color: #404040;
  text-decoration: underline;
}
.fbox a:visited {
  color: #404040;
}
.fbox a:hover,
.fbox a:active,
.fbox a:focus {
  color: black;
}
.fbox h1,
.fbox h2 {
  font-size: 1em !important;
  color: #ffffff;
}
.fbox h2 {
  padding: 10px !important;
  border: none !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.2em;
}


.hero-row .button {  
  background-color: #f26921;
}
.hero-row .button a {  
  color: #000;
  text-decoration: none;
  margin: 0 6px;
  font-size: 1.2em;
}
.hero-row img { vertical-align: middle; margin-right: 10px; }
.fbox10 { background-color: #fff; }
.fbox10 .content { display: grid;
grid-template-columns: 70% 30%;
grid-column-start: auto;
align-items: center;

 }
 .fbox10 p {color: #000}

.fbox10 img { height: auto; width: 100%; }
.fbox10 .caption {
	padding: 20px;
	text-align: center;
}

.fbox10 > p { margin: 0; padding: 0; z-index: -1;
    overflow: hidden;
    position: relative;
    display: block;
	color: #365293
	
}
.fbox10 h3 { line-height: 1.6em; font-size: 2em;margin-top: 0; margin-bottom: 0; color: #365293 }
.fbox10 .button, .fbox1 .button:link { background-color: #000; color: #fff; text-decoration: none; margin-top: 20px; width: auto; display: inline-block; }
.fbox10 .button:hover,
.fbox10 .button:active,
.fbox10 .button:visited {  color: #fff; }
@media (max-width:1200px) {
	.fbox10 .content { display: block;
 }
	
}



.fbox3 a,
.fbox3 a:link,
.fbox4 a,
.fbox4 a:link,
.fbox5 a,
.fbox5 a:link {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.fbox3 a:visited,
.fbox4 a:visited,
.fbox5 a:visited {
  color: #fff;
}
.fbox3 a:hover,
.fbox3 a:active,
.fbox3 a:focus,
.fbox4 a:hover,
.fbox4 a:active,
.fbox4 a:focus,
.fbox5 a:hover,
.fbox5 a:active,
.fbox5 a:focus {
  color: fff;
}
.reviews-link { background: url(../img/reviews-icon.png) 10px center no-repeat #365293; background-size: 40px; padding: 20px 20px 20px 60px; color: #fff !important; }
.reviews-link:hover,
.reviews-link:focus { 
	background-color: #f26921;
}
.subscribe-link { background: url(../img/icon-register-updates.png) 10px center no-repeat #df306b; background-size: 40px; padding: 20px 20px 20px 60px; color: #000 !important; text-decoration: none !important; }
.feedback { background: url(../img/feedback-icon.png) 10px center no-repeat #df306b; background-size: 40px; padding: 20px 20px 20px 60px; color: #000 !important; text-decoration: none !important; }

.subscribe-link:hover,
.subscribe-link:focus {
  background-color: #f26921;
}

.feedback:hover,
.feedback:focus {
  background-color: #f26921;
}

.callout-alert {
    padding: 15px !important;
    background: #f8e4ef;
    border-left: 8px solid #df306b;
}
.col-wrap {
	display:flex;
    flex-wrap:wrap;
    gap:2rem;
	margin: 20px 0;
}
.col-wrap > * {
    width:100%;
}
.col-wrap .pad {
    padding:1rem 1rem;
    border: 2px solid #ebeeef;    
}
@media (min-width:768px) {
    .col-wrap > * {
        width:calc(50% - 1rem);
    }
}




.home .fbox p {
  margin: 0 !important;
}
.home .fbox img {
  display: block;
}
.home .fbox h2.title {
  border: none !important;
}
.see-also-wrap {
  padding: 0 !important;
}
.see-also-wrap h2 {
  color: white;
  font-size: 1em;
  padding: 10px;
  background-color: #365293;
  margin: 0;
}
.see-also-wrap .see-also-list { padding: 10px;}
.see-also-wrap .see-also-list li { padding: 0 0 10px 0; border-bottom: 1px solid #ededed;}
.see-also-wrap .see-also-list li.selected a {
  color: #df306b;
}
.see-also-wrap .see-also-list a,
.see-also-wrap .see-also-list a:link {
  color: #365293;
  margin: 0;
  text-decoration: none;
}
.see-also-wrap .see-also-list a:visited {
  color: #365293;
}
.see-also-wrap .see-also-list a:hover,
.see-also-wrap .see-also-list a:active,
.see-also-wrap .see-also-list a:focus {
  color: #365293;
}
.see-also-wrap .see-also-list .summary {
  color: #365293;
}

.subsmenu {
    padding: 10px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    color: #000;
}
.subsmenu a { 
  color: #000; 
  font-weight: bold;
}
.poll-wrap {
  background-color: #ededed;
  padding: 0;
  
}
.poll-wrap h2 {
	background: url(../img/poll-icon.png) 10px center no-repeat #df306b; background-size: 40px; padding: 20px 20px 20px 60px; 
  color: #000;
  
  margin: 0;
  font-size: 1em;
}
.poll { padding: 20px;}
.poll-wrap .poll .graph {
  background-color: #365293;
  color: #fff;
}
.poll-wrap .poll .totalVotes {
  color: #365293;
}
.poll-wrap .poll .pollQ {
  color: #000;
}
.poll-wrap .poll .option {
  color: #000;
}
.poll-wrap .poll .option input[type=radio] {
  float: left;
  margin-top: 3px;
}
.poll .btn { background-color: #df306b; border: none; }
.content-row {
  margin-top: 20px;
}
.content-row img {
  /*width: auto;*/
  margin-right: 10px;
}
.subsection-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subsection-list li {
  margin-bottom: 15px;
}
.subsection-list li a {
  color: white;
}
.subsection-list li .content-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 10px 20px;
}
.text-size-options {
  float: right;
  border-left: 1px solid #404040;
  margin-top: 8px;
  margin-right: 30px;
}
.text-size-options li a {
  color: #404040;
}
.content-wrap .content h1 {
  color: #404040;
}
.page-tools li a {
  color: #404040;
}
.footer .page-tools li {
  display: inline-block;
}
.footer .page-tools li a {
  color: #404040;
}
.next-prev-links li {
  background-color: #404040;
}
.next-prev-links li a,
.next-prev-links li a:link {
  color: #ffffff;
  text-decoration: none;
}
.footer {
  text-align: center;
  color: #365293;
}

address p { margin: 0; line-height: 1.4em; }

ul.inline li { display: inline; }
ul.separator li:after { content: '|'; margin-right: 10px; margin-left: 10px; color: #365293; }
ul.separator li:last-child:after { content: none; }
ul.separator li a { color:#365293!important; }
	
footer .social img { width: 60px; }	
footer .social li { display: inline-block; width: 23.54%; }
footer .social li a { display: block }

footer .button {
    font-size: 1em;
    display: inline-block;
    width: 200px;
    background-color: #f26921;
    margin: 0 0 20px 0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

footer .button:hover,
footer .button:focus {
  background-color: #df306b;
}

.btt-row { text-align: center;}
a.back-up { background: url(../img/btt.png) center center no-repeat; height: 70px; padding-top: 145px;display: inline-block; color: #365293; background-size: 60px;}



.footer-row { padding: 40px 0; border-top: 5px solid #365293; }
.footer-row .links { margin-top: 40px; }
@media only screen and (max-width: 768px) {
.footer-row .links ul li { display: block; border-right: none; margin-bottom: 10px; }	
.footer-row .links ul li:after { content: none; }
}



.contact-row { background: url(https://placehold.co/1280x600) no-repeat center center; background-size: cover;}
.contact-wrap { background-color: #365293; padding: 30px; width: 350px; margin: 60px 0;}
.contact-wrap a, 
.contact-wrap p, 
.contact-wrap h3 { color: #fff; margin: 1em 0;}
.contact-wrap h3 { margin: 0; }
.contact-wrap .button { font-size: 1em; display: inline-block; width: 100px; background-color: #fff; margin: 0; color: #365293; font-weight: bold;}
.contact-wrap a.tel { font-size: 18px; font-weight: bold;}

address {
  color: #fff;
}
.st-box { 
  color: #fff;
}
.subscribe-wrap {
  padding: 8px 5px 8px 65px;
  margin: 0;
  background: url(img/subs-icon.png) 8px center no-repeat #404040;
  text-align: center;
}
.subscribe-wrap a {
  color: #ffffff;
  font-size: 0.9em;
}

#accControlWrap { text-align: right; margin: 20px 0; } 

.toggle-cross {
    cursor: pointer;
    color: #fff;
    padding: 8px;
    background-color: #365293;
    line-height: 1.2;
	font-size: 1em;
}
.toggle-cross:after {
  content: '+';
  /*position: relative;*/
  float: right;
  color: #fff;
  font-size: 1em;
}
.toggle-cross.open:after {
  content: '—';
}

.toggle-cross:hover,
.toggle-cross:focus { 
  background-color: #f26921;
}
.toggle-cross.open { margin-bottom: 0; }
.toggle-content {
    background-color: #ededed;
    display: none;
    margin: 0 0 3em 0;
    position: relative;
    overflow: hidden;
	padding: 20px;
}
.toggle-content ul li { margin-bottom: 5px; margin-top: 8px;}
.pp-link {
	cursor: pointer;
    color: #fff;
    padding: 8px;
    background-color: #365293;
    line-height: 1.2;
	font-size: 1em;
}
.pp-link a,
.pp-link a:link,
.pp-link a:visited {
	color: #fff;
	text-decoration: none;
}
.pp-link:hover,
.pp-link:focus { 
	background-color: #df306b;
}
.tf-link {
  color: #365293;
  padding: 0 0 10px 0;
  text-align: right;
  margin-top: 40px
}
.tf-link a {
  color: #365293;
}


.feature-wrap { display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 40px;
grid-column-start: auto;
 }
.feature-wrap .feature { 
  background-color: #365293;
}
.feature-wrap .feature img { display: block; }
.feature-wrap .feature h2 { margin: 0; font-size: 1.1em; padding: 20px; color: #fff; line-height: 1.4em;}
.feature-wrap .feature p { margin: 0; }




.latest-news-list { 
  margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 40px;
background-color: #f6f6f6;
  }
.latest-news-list div {  }
.latest-news-list div:nth-child(1n) { grid-area: 1 / 1 / 2 / 2; }
.latest-news-list div:nth-child(2n) { grid-area: 1 / 2 / 2 / 3; }
.latest-news-list div:nth-child(3n) { grid-area: 1 / 3 / 2 / 4; }
.latest-news-wrap h2 { text-align: center; color: #df306b }
.latest-news-wrap h4 { text-align: left; margin: 0; font-size: 1em; font-weight: bold; color: #ffffff; background-color: #df306b; padding: 16px; line-height: 1.4em;}
.latest-news-wrap { margin-top: 40px; }
.latest-news-list a { display: block; color: #df306b; text-decoration: none; }
.latest-news-list a:hover, 
.latest-news-list a:active { text-decoration: underline} 
.latest-news-list img { display: block; }

@media only screen and (max-width: 768px) {
.latest-news-list { grid-template-columns: repeat(1, 1fr);  } 
.latest-news-list div { grid-area: inherit;  }
}


a.lnk { color: #fff; }




.training-feature { background-color: #365293; margin-top: 40px; display: flex; justify-content: space-around; }
.training-feature > * { width: 50%; }
.training-feature img { width: 50%; }
    
    
.training-feature h2 { color: #fff; font-size: 1.2em;  }
.training-feature div { padding: 20px; }
.training-feature .button { font-size: 1em; display: inline-block; width: 300px; background-color: #fff; margin: 0; color: #365293; font-weight: bold;}

.img-container { 
background: url('../img/safeguarding-training.jpg') top center no-repeat; 
width: 50%;
}
@media only screen and (max-width: 768px) {
	.training-feature > * { width: 100%; }
	.img-container {
	display: none;
	}
}

.button-wrap-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 0px;
margin: 50px 0;}
.button-wrap-3 .button { background-color: #365293; color: #fff; font-size: 1.2em; text-align: left;}
.button-wrap-3 img { width: 40px; height: auto; display:inline-block; margin: 0 20px 0 10px; float: left;}
.button-wrap-3 .button span { display: inline-block; margin-top: 8px;  }
.comment-wrap {
  display: none;
}
.comment-wrap .comment-list li {
  background-color: lightgrey;
}
.comment-wrap .comment-list li .reply {
  background-color: white;
}
.form-search {
  float: right;
  margin: 4px 10px 0 0 !important;
  padding: 0;
}
.form-search label {
  color: #404040;
}
.form-search #q {
  width: auto;
  margin-left: 3px;
  margin-top: 1px;
  border: 1px solid #404040;
  border-right: none;
  padding: 5px 5px;
  font-weight: normal;

}
.form-search #btnSubmitSearch {
  padding: 6px 6px 5px 6px;
  border-radius: 0;
  margin-left: -2px;
}
ul.search-list li {
  border-bottom: 1px solid #c7c7c7;
}
ul.search-list li ul.content-list li .section-title {
  color: #404040;
}
ul.search-list li ul.content-list li .highlight {
  color: #404040;
  background-color: #ffea00;
}
	

@media only screen and (max-width: 900px) {
.button-wrap-3 { display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 40px;
grid-row-gap: 20px;  }

.latest-news-list {
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 40px;
grid-row-gap: 40px;
}
.latest-news-list div:nth-child(1n) { grid-area: 1 / 1 / 2 / 2; }
.latest-news-list div:nth-child(2n) { grid-area: 1 / 2 / 2 / 3; }
.latest-news-list div:nth-child(3n) { grid-area: 2 / 1 / 3 / 2; }
.latest-news-list div:nth-child(4n) { grid-area: 2 / 2 / 3 / 3; }

.fbox1 .caption {
    height: 220px;
    width: 400px;
    margin: 40px 0 20px 16%;
    display: block;
    z-index: 8;
    position: absolute;
    background-color: #df306b;
    padding: 20px;
}

}	
	
.members { background-image: url('../img/icon-members-area.png'); background-position: 20px center; background-repeat: no-repeat; background-size: 30px; padding-left: 0;}
.concern { background-image: url('../img/icon-report-concern.png'); background-position: 20px center; background-repeat: no-repeat; background-size: 30px; padding-left: 0; }
.contact { background: url('../img/icon-contact-feedback.png') 12px center no-repeat; background-size: 26px 26px; padding-left: 46px; display: block; text-align: left; }
.subscribe { background: url('../img/icon-register-updates.png') 12px center no-repeat; background-size: 26px 26px; padding-left: 46px; display: block; text-align: left;}
	


.tag-list li { margin-right: 10px; margin-bottom: 10px; }

.tag-entry { border: 1px solid #365293; width: auto; display: inline-block;  font-size: 14px; padding: 10px; }
.tag-entry.selected { border-color: #df306b; } 
.tag-entry.selected a,
.tag-entry.selected a:hover,
.tag-entry.selected a:active,
.tag-entry.selected a:focus { display: block; text-decoration: underline; }


.news-wrap { margin: 40px 0; clear: both;}
.news-wrap h2 { color: #404040; }
.news-wrap ul li { display:block; float: left; width:23.3996597%; margin-right: 2.1008403%; -webkit-box-shadow: 5px 5px 9px -1px rgba(0,0,0,0.25); 
box-shadow: 5px 5px 9px -1px rgba(0,0,0,0.25);}
.news-wrap ul li:nth-child(4n) { margin-right: 0;}
.news-wrap a { color: #404040; }
.news-wrap a.lnk { display: block; font-weight: bold; font-size: 0.9em; margin: 5px 0;  padding: 5px 10px; }
.news-wrap .summary { display: block; margin: 10px 0 30px 0; font-size: 14px;  padding: 0 10px; }

body.tag-list .news-wrap ul li { width:23.4243697%; margin-right:1.8907563%; margin-bottom: 30px; } 
body.tag-list .news-wrap ul li:nth-child(4n) { margin-right: 0; }
body.tag-list .news-wrap ul li:nth-child(4n+1) { clear: both; }


@media only screen and (min-width: 320px) {
	.news-wrap ul li { display:block; float: left; width:100%; margin-right: 0; }
}
@media only screen and (max-width: 768px) {

	body.tag-list .news-wrap ul li { width:100%; margin-right:0; margin-bottom: 30px; } 
	body.tag-list .news-wrap ul li:nth-child(4n) { margin-right: 0; }
	body.tag-list .news-wrap ul li:nth-child(5n) { clear: none; }
	
}


@media only screen and (min-width: 990px) {
	.news-wrap ul li { width:23.3996597%; margin-right: 2.1008403%; margin-bottom: 30px; min-height: 300px; }
}


.news-button-wrap  { text-align: center; margin-bottom: 60px; }
.news-button-wrap .button { display:inline-block; border: 1px solid #365293; }
	
	
@media only screen and (max-width: 760px) {
.latest-news-list { grid-template-columns: repeat(1, 1fr); display: block;  } 
.latest-news-list div { grid-area: inherit; margin-bottom: 20px;  }

.feature-wrap { margin-top: 20px; grid-template-columns: repeat(1, 1fr);
}

.fbox1 .content { }
.fbox1 .content > p { display:none; }
    .fbox1 .caption {
        margin: 0;
	    position: relative;
		z-index:0;
		width: auto;
		padding: 40px;
    }
	
	.content-row { margin-top: 0 }
}	
	
	
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .m1.nav {
    border-bottom: 1px solid white;
  }
  .see-also-wrap {
    padding: 10px 0 0 0;
    border-top: 5px solid #404040;
  }
  .masthead {
    float: none;
    width: 100%;
  }
  .masthead-title {
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .issue-summary .section {
    width: 48%;
    margin-right: 2%;
  }
  .issue-summary .section:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.section-list.horizontal li .dropdown {
    position: relative;
    display: block;
  }
  ul.section-list.horizontal li:hover .content-list {
    display: block;
  }
  .masthead {
    float: none;
    width: 100%;
  }
  .masthead-title {
    width: 100%;
    height: auto;
    float: none;
  }
  .masthead-title .title {
    font-size: 2.2em;
    padding: 20px 40px 10px 40px;
    font-weight: bold;
    display: block;
  }
  .masthead-title .strapline {
    font-size: 1em;
    display: block;
    padding: 0 40px 30px 40px;
  }
  .social-links {
    float: none;
  }
  fieldset.form-search {
    padding: 0;
    margin: inherit;
    margin-bottom: 10px !important;
    text-align: left;
  }
  fieldset.form-search #q {
    width: 80%;
  }
  ul.section-list.horizontal li {
    display: block;
    float: none;
    padding: 0;
    margin: 0 0 6px 0 !important;
  }
}
.print .content-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.print .issue-bar {
  background-color: transparent;
  border-bottom: 1px solid #404040;
}
.print .issue-title {
  color: #404040;
}
/* 
END TEMPLATE STYLES 
=========================== 
*/