/*
  STD CSS
  Basic styles for all public pages
*/

/* CORE STYLES */
body {
  line-height: 1;
  background-color:#3f396d;
  margin:0;
}
h1 {
  color:#1059A2;
  font-family:Tahoma,Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  font-weight:900;
  font-size:2em;
  margin: 2.1em 0 0.7em 0;
}
h2 {
  color:#1059A2;
  font-family:Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  font-size:1.1em;
  margin:2em 0 0;
  font-weight:700;
  line-height:1.15em;
}
h3 {
  color:#000;
  font-size:1em;
  font-weight:bold;
  font-style:italic;
  margin:1em 0 0 0;
}
p {
	margin: 0.25em 0 0.6em 0;
	font-weight:normal;
	font-family:Georgia,"Times New Roman",Times,"Century Schoolbook L","URW Bookman L",serif;
	line-height: 1.4em;
	font-size: 1.1em;
}
ol, ul {
  list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
  font-weight:bold;
}
em, i {
  font-style:italic;
}
ul {
  font-size:1.1em;
}

/* HEADER AREA */
.std-bodyblock {
  background-color:#3f396d;
  max-width:75em;
  margin: 0 auto 0 auto;
  padding-top:0;
  height:auto;
}
a.std-hiddenlink {
  text-decoration:none;
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.std-hiddenlink:focus, a.std-hiddenlink:active {
  text-decoration:none;
  color:black;
  background-color:white;;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid yellow;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}
.std-header-top {
  background-color:#3f396d;
}
.std-header-links {
  float:left;
}
.std-header-links a {
  color:#fff;
  font-size:16px;
  text-decoration: underline;
  font-size:16px;
  margin:0;
  padding:0.7em 0em .2em .5em;
  display:inline-block;
  font-family:Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
}
.std-header-contact {
  color: white;
  margin: 0;
  text-align:right;
  padding: 0.5em 0 0.6em 0;
  background-color: #3f396d;
}
.std-header-contact p {
  font-family:Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  line-height:1em;
}
.std-headerimg {
  display:block;
  background-color:#fff;
  max-width:100%;
  margin:0 auto 9px auto;
  border-radius:15px;
  border:1px solid white;
}

/* COOKIE NOTICE */
.std-cookie {
  background-color:black;
  color:white;
  text-align:center;
  padding:0.7em 0 0.9em 0;
  font-family:Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  display:none;
}
.std-cookie .std-wide {
  font-size:110%;
  line-height:1.2em;
  display:inline-block;
  vertical-align:middle;
  text-align:left;
}
.std-cookie .std-narrow {
  display:none;
}
.std-cookie a {
  text-decoration:none;
  color:orange;
}
.std-cookie-button {
	width:6em;
	height:2em;
	margin:0 0 0 1.5em;
}

/* BODY STYLES */
.std-ul-standard {
  display:block;
  list-style-type:disc;
  padding-left:20px;
  font-size:1em;
  line-height:1.4em;
  margin:.4em 0 0;
}

/* NAVIGATION BAR */
.std-navwrapper {
  width:100%;
  margin-top:1em;
  text-align:right;
  background-color:#3f396d;
  font-family:Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  font-size:16px;
  position:relative;
  z-index:1000;
}

/* COLUMNS */
.std-columnsdiv {
  background:#fff;
  overflow:auto;
  margin:0 auto 0 auto;
  font-size:1em;
  font-family:Georgia,"Times New Roman",Times,"Century Schoolbook L","URW Bookman L",serif;
}
.std-col-left {
  float:left;
  width:50%;
  margin: 0 1em 3em 2em;
}
.std-ol-left-p {
  font-size:1.1em;
  line-height:1.4em;
  margin:.4em 0 0;
}
.std-col-right {
  float:right;
  width:38%;
  margin:0 0 3em 0%;
}

/* FIGURE IMAGES */
figure {
  margin:0;
  padding:0;
}
figure img {
  padding-bottom:.3em;
}
figcaption {
  font-family:Arial,Tahoma,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  font-size:.8em;
  line-height:1.4em;
  text-align:center;
  font-style:italic;
  margin:auto;
}
.std-fig-left {
  float:left;
  width:40%;
  margin:1em 1.3em 1em 0;
}
.std-fig-left img {
  width:100%;
}
.std-fig-full {
  margin:2em 1em 2em 0;
  text-align:center;
}
.std-fig-full img, .fig-full figcaption {
  width:85%;
}
.std-fig-right {
  float:right;
  width:25%;
  margin:1em 2em 1em 4em;
}

/* NEWS BLOCK */
.std-news-header {
  color:#1059A2;
  font-weight:700;
  font-size:2em;
  font-family:Arial,Tahoma,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  margin:2em 0 0.5em 0;
  text-align:left;
}
.std-news-wrapper {
  margin:0 2em 3em auto;
  background-color:#fbf8f5;
  border:1px solid #ffa715;
  border-radius:10px;
  padding:0.5em 1em 1.5em 1em;
  font-size:0.9em;
  font-size:0.9em;
}
.std-news-item-head {
  font-weight:bold;
  margin:1em 0 0 0;
  line-height:1em;
}
.std-news-item {
  text-decoration:none;
  font-style:italic;
  margin:0 0 0.2em 0;
}
.std-news-wrapper > button > a {
  vertical-align:top;
  text-decoration:none;
}
.std-news-twitter {
  width:15%;
  margin-right:1em;
}
.std-news-twitter-x {
  width:11%;
  margin-right:1em;
}
.std-news-facebook {
  width:12%;
}
.std-news-sm-logos {
	text-align:center;
	margin:2em auto 0 auto;
}

/* PAGE TOP BANNER */
.std-banner {
  background-color: #ffa715;
  color:black;
  font-size:18px;
  min-height:48px;
  max-height:48px;
  min-height:32px;
  max-height:32px;
  padding:8px 0 0 0;
  text-align:center;
  font-family:Tahoma,Arial,Helvetica,"URW Gothic L","DejaVu Sans",sans-serif;
  cursor:pointer;
  display:none;
}
.std-banner-msg {
  margin:0;
  padding:0;
  font-weight:bold;
  display:none;
}
.std-banner-tall {
  min-height:60px;
  max-height:60px;
  padding:6px 0 0 0;
}
.std-banner-tall-single {
  min-height:48px;
  max-height:48px;
  padding:18px 0 0 0;
}
.std-banner-tst {
  /*display:none;*/
}

/* BOTTOM BANNER */
.std-bottom-banner {
  background-color:#fff;
  margin:0 auto 0 auto;
  padding:0;
  font-size:1em;
  line-height:1.1em;
  text-align:center;
  border-top:.2em solid #ffa715;
  padding:.5em 0 .75em .25em;
}
.std-bottom-banner p {
  width:65%;
  font-size:0.9em;
  text-align:center;
  margin:0 auto .3em auto;
}

/* NEWS & EVENTS PAGES */
.std-newssubhead {
  font-family:Arial,Helvetica;
  font-size:1.1em;
  font-weight:bold;
  margin:2em 0 0 0;
  border-bottom:0.2em solid black;
  padding-bottom:0.3em;
}
.std-supported {
  background:#fbf5ea;
  border-radius:10px;
  border:2px solid #f9e6c6;
  padding:3px;
  margin:9px 0 0 -6px;
  font-size:0.9em;
  font-style:italic;
}
.std-magnox {
  margin:1.5em 1em 1.5em -1em;
}

/* CLARE FARDELL PAGE */
.std-cfsubhead {
  font-family:Arial,Helvetica;
  font-size:1.1em;
  font-weight:bold;
  margin:1em 0 0 0;
  padding-bottom:0em;
}


/* ERRORS */
.std-error-img {
  width:337px;
  height:225px;
  margin-top:1em;
}
.std-log-errormsg {
  margin:10% 3em 10% 3em;
  font-size:1em;
  font-weight:bold;
  text-align:center;
}

/* RESPONSIVE ELEMENTS */
@media all and (max-width:960px)
{
  .std-col-left, .std-col-right {
  float:none;
  width:auto;
  margin:0 13vw 0 13vw;
  }
  .std-news-header {
    margin-top:1.5em;
  }
  .std-news-wrapper {
    margin:0 0.1em 1.5em 0.1em;
  }
  .std-news-items {
    margin:0;
  }
  .std-news-twitter {
    width:15%;
    margin-right:1em;
  }
  .std-news-facebook {
    width:12%;
  }
  .std-bottom-banner {
    border:none;
  }
  .std-bottom-banner p {
  font-size:.9em;
  width:75%;
  }
  .std-picturegallery {
  margin:2em 10% 3em 0;
  text-align:center;
  }
  .std-picturegallery img {
  width:50%;
  }
  .std-navwrapper {
  height: 2.4em;
  }
  .std-cookie .std-wide {
  font-size:100%;
  }
}

@media all and (max-width:820px)
{
  h1 {
  margin-top:1.5em;
  font-size:1.5em;
  }
}

@media all and (max-width:768px)
{
  .std-bottom-banner p {
  font-size:.9em;
  width:60%;
  }
  .std-header-links a {
  margin:0;
  padding:0.7em 0 0.7em .5em;
  }
  .std-cookie .std-wide {
  display:none;
  }
  .std-cookie .std-narrow {
  display:inline-block;
  vertical-align:middle;
  }
}

@media all and (max-width:640px)
{
  h1 {
  margin-top:2em;
  font-size:1.5em;
  }
  .std-col-left, .std-col-right {
  margin: 0 1vw 0 1vw;
  width:auto;
  }
  .std-news {
  margin-top:1em;
  }
  .std-bottom-banner p {
  font-size:.9em;
  width:90%;
  }
}

@media all and (max-width:510px)
{
  .std-cookie {
  padding:0.6em 0 0.8em 0;
  }
  .std-cookie p {
  font-size:90%;
  line-height:1.1em;
  display:inline-block;
  text-align:left;
  }
  .std-cookie-button {
  	width:3em;
  	height:2em;
  	margin:0 0 0 1em;
  }
  .std-bottom-banner p {
  font-size:.9em;
  width:95%;
  }
  .std-sohbanner {
    padding:0.7em 5% 0.8em 5%;
  }
}

@media all and (max-width:480px)
{
  .std-picturegallery img  {
  width:50%;
  }
  .std-header-contact  {
  font-size:0.7em;
  }
  h1 {
  margin-top:1em;
  font-size:1.5em;
  }
  .std-bottom-banner  {
  font-size:0.8em;
  }
  .std-picturegallery  {
  margin:1.5em auto 1.5em auto;
  }
}
@media all and (max-width:390px)
{
  .std-cookie p  {
  font-size:0.7em;
  }
  .std-cookie-button  {
  	width:2.5em;
  	height:1.5em;
  }
}
