/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme - consolidated - at-import for parent stylesheet removed
Author: Your name here
Template: twentytwelve
*/

/*@import url("../twentytwelve/style.css");*/

/*I've used a media query to reduce the $rembase for destops to 14px. It remains 16px for tablets and mobile. The basic text size is 19px on tablets and mobiles and 17px on desktops*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}

/*---------------------------*/
/*from child stylesheet*/

/*Skip to main content*/

.skip-link
{
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 100%;
    padding: 5px;
    padding: 0.5rem;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    background: #FFF;
}
 
.admin-bar .skip-link
{
    top: 32px;
}
 
.skip-link:focus
{
    right: auto;
}

/*also from child stylesheet1*/

blockquote {
	margin-top: -70px;
	/*margin-left: 20px*/;
	font-family: /* "Lora",  */ Georgia, Garamond, serif;
    font-style: italic;
	color: #666666;
    padding-left: 2em;
	}

blockquote:before {
    content: "\201C"; 
    color: #ededed;
    font-family: /* "Lora", */ Georgia, Garamond, serif;
    font-style: italic;
	font-size: 56px;
    font-size: 3.5rem;
    position: relative;
    right: 32px;
    top: 65px;
}

cite {
	font-size: 12px !important;
    font-size: 0.75rem !important;
    font-style: normal !important;
    color: #666666 !important;
    margin-left: 2rem !important;
    display: block;
	}
	
/*.open-quote, .close-quote { 
	color: #ededed; 
	font-size: 40px;
    font-size: 2.5rem;
	position: absolute; 
	font-weight: bold; 
	font-family: "Lora", Garamond, Georgia, serif;
    font-style: italic;
	opacity: 1;
	}
	
.open-quote, .open-quote { 
	margin-left: -25px;
	position: relative;
    top: 10px;
    }
	
.close-quote, .close-quote { 
	margin-left: 0px;
	position: relative;
    top: 20px;
	}*/





/*---------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/*a:focus {
	outline: thin dotted;
}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 27px;
	margin-bottom: 1.92857142857143rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.footer-menu th
 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}


/* Buttons */

button,
input[type="submit"],
input[type="button"],
input[type="reset"]
{
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: 500;
	color: #ffffff;
	background-color: #1982d1;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #ffffff;
	background-color: #1982d1;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #ffffff;
	background-color: #cornflowerblue;
}


/* Responsive images */
.entry-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.widget img,
img.header-image,
img.wp-post-image {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    
	font-size: x-small;
	line-height: 1.2rem;
	color: #757575;
    font-family: inherit;
}

p.my-picture-caption {
    font-size: x-small;
	line-height: 1.2rem;
	color: #757575;
    max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
    margin-top: 0px;
    }

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 100%;
}
body {
	font-size: 16px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
a {
	outline: none;
	color: #21759b;
}
/*surplus?*/
/*
a:hover {
	color: #0f3647;
}*/
/*---------------------------*/
/*from the child stylesheet*/
/*this is to ensure that anchors aren't shown as links*/
a {
text-decoration: inherit; font-style: inherit; color: inherit;
}

a:link {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	color: #1982d1;
}
/*-----------------------------------*/


/* Assistive text */
.assistive-text,
.site .screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.5rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.5 0 0;
}

/*-------------------------------------------*/
/*from the child stylesheet*/

h1.site-title a {
    color: #040087;
font-family: "Gill Sans", "Gill Sans MT",  'Open Sans' Helvetica, Arial, sans-serif;
font-size: 72px;
font-size: 4.5rem;
letter-spacing: -2px;
}
h1.site-title a:visited {
    color: #040087;
font-family: "Gill Sans", "Gill Sans MT", 'Open Sans' Helvetica, Arial, sans-serif;
font-size: 72px;
font-size: 4.5rem;
letter-spacing: -2px;
}

.entry-title-primary {
    color: #040087;
	font-weight: 400;
	font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.entry-title {
font-family: "Gill Sans", "Gill Sans MT", "Open Sans", sans-serif;
    color: #040087;
	font-weight: 300;
	font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

/*-------------------------------------------*/
/*series navigation next-previous links*/
/*-------------------------------------------*/

.next-link {
	float:right;
	text-transform:uppercase;
}

.previous-link {
	text-transform:uppercase;
}

.next-previous-links {
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
margin-bottom: 18px;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	overflow: auto; /*stops the box collapsing if there is no previous link see: http://www.quirksmode.org/css/clearing.html*/
}

.next-previous-links a:hover {
	color: #0861a5;
	text-decoration: none;
}
/*-------------------------------------------*/
/*booking.com*/
/*-------------------------------------------*/
.booking-info-icon {
	color:#0090FF;
	float:right;
	position:relative;bottom:-10px;right:20px;margin-bottom:-50px;
}

.booking-tip-icon {
	font-size:large;
	color:#0090FF;
	position:relative;top:-115px;left:6px;
}



/*-----------------------------------------------------------------------------------------------------*/
.grey-bullets {
      /* can change to font-size: inherit;*/
    /*font-size: 17px;
    font-size: 1.21428571428571rem;
    list-style: none;*/
    padding-left: 20px;
    margin-bottom: 27px;
        margin-bottom: 1.92857142857143rem;
        }  /*Added-2017-01-25*/
        
.grey-bullets li::before {content: "\2022"; color: #ededed;
  display: inline-block; width: 1em;
  margin-left: -1em} /*Added-2017-01-25*/
        
.middle-dot-bullets {
    /* can change to font-size: inherit;*/
    /*font-size: 17px;
    font-size: 1.21428571428571rem;*/
    list-style: none;
    padding-left: 20px;
    margin-bottom: 27px;
    margin-bottom: 1.92857142857143rem;
        }  /*Added-2017-01-25*/
        
.middle-dot-bullets li::before {content: "\00B7"; color: #636363;
    
  display: inline-block; width: 1em;
  /*margin-left: -1em;*/
  }

.middle-dot-bullets li { 
  margin: 0px;
padding: 0px;} /*Added-2017-01-25*/


        
/*-----------------------------------------------------------------------------------------------------*/

/*Border for SVG map widgets*/

.svg-map {
    border: 1px solid #CCC; 
    background:##f0f0f0;
}



/*-------------------------------------------------*/
/*Link labels and skip-here*/
/*-------------------------------------------------*/

.link-label,
.skip-here {display: none;}

/
/*-------------------------------------------*/
/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.5rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Open Sans", sans-serif;
}
.site-header h1 a, 
.site-header h2 a {
	color: #040087;
	display: inline-block;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Open Sans", sans-serif;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #1982d1;
	font-family: "Gill Sans", "Gill Sans MT", "Open Sans", sans-serif;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.285714286;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.846153846;
	color: #757575;
}

.header-image {
	margin-top: 24px;
	margin-top: 1.5rem;
}

/*Tweaks after activating Mega Menu*/

h3.menu-toggle {display: none;}

#site-navigation {
    margin-top: 24px;
    margin-top: 1.714285714rem;
        margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.widget-area {
margin-top: 24px;
margin-top: 1.714285714rem;
}

/* Navigation Menu */
 
/* 
.main-navigation {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.5rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, 
.main-navigation div.nav-menu > ul {
	display: none;
}
 */
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
 



/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget  {
	font-size: 13px;
	font-size: 0.81259rem;
	line-height: 1.846153846;
}
.widget-area .widget p
{
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.widget-title {
	color: #666666;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	font-weight: 400}

.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #1982d1;
	text-decoration: none;
}

.widget-area .widget h3 {
  margin-bottom:0;
}

/*-----------------------*/

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	max-width: 960px;
	max-width: 60rem;
	margin-top: 24px;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.5rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
/*.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: normal;
}*/
.entry-content {
	line-height: 1.5;
}

.entry-content abbr
.entry-content dfn
.entry-content acronym
{
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.5;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.75rem 1.54rem 0.75rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.75rem 0 0.75rem 1.5rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.75rem;
	margin-bottom: 12px;
	margin-bottom: 0.757rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
.entry-content dl {
	margin: 0 24px;
	margin: 0 1.75rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.5;
}
.entry-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.entry-content table,
.footer-menu table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	/*margin: 0 0 24px;
	margin: 0 0 1.5rem;*/
	margin: 24px 0px;
	margin: 1.5rem 0rem;
	width: 100%;
}
.entry-content table caption,
.footer-menu  table caption {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin: 24px 0;
	margin: 1.5rem 0;
}
.entry-content td,
.footer-menu td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.footer-menu {
    margin-bottom: 50px;
}

*/
/*-------------------------------------------*/
/*from the child stylesheet*/

.entry-content h1 {color: #040087;
		font-weight: 300;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5
.entry-content h6 {
	margin: 24px 0;
	margin: 1.5rem 0;
	/*line-height: 1.714285714;*/
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	font-family: "Gill Sans", "Gill Sans MT", "Open Sans", sans-serif;
	color: #040087;
	font-weight: 300;
}

  .entry-content h6 {
  color: #757575;
		font-weight: 400;
}
		
	.entry-content h2
 		{font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2;
	}
	
	.entry-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2;
	}
	
	.entry-content h4
 		{font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.2;
	}
	
	.entry-content h5
 		{font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5rem;
	}


.all-caps-header {
	text-transform: uppercase;
	}
	
/*.grey-header {
		color: #757575; !important;
		font-weight: 800; !important;
		}*/
	

/*-------------------------------------------*/
.entry-content p,
.entry-content li,
.middle-dot-bullets li,
.grey-bullets li {
font-family: /* 'Lora', */ 'Georgia', serif;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}



.entry-content p {
    font-size: 16px;
    font-size: 1rem;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.5rem;
}
.entry-content a:visited {
	color: #9f9f9f;
}

/*lines commented out to allow for new list styles and to remove indents*/

/*
.entry-content ul,
.entry-content ol {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.714285714;
}*/

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    font-size: 16px;
    font-size: 1rem;
	margin-bottom: 24px;
	margin-bottom: 0 0 1.5rem;
}

/*
.entry-content ul {
	list-style: disc inside;
}*/

.entry-content ol {
	list-style: decimal inside;
}
*/
.entry-content li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.5rem;
}



.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.5rem;
	font-size: 13px;
	font-size: 0.0.81259rem;
	line-height: 1.846153846;
	color: #757575;
}

/*-------------------------------------------------*/
/*No indent lists*/
/*-------------------------------------------------*/
.no-indent-list ul {
     /* can change to font-size: inherit;*/
    font-size: 17px;
    font-size: 1.21428571428571rem;
    list-style:none;
    padding-left: 0;
    margin-bottom: 1.92857142857143rem;
    margin-left: -1em;
    
   /* padding-left:0;*/

}

.no-indent-list li {
margin-left: 0px;
padding: 0px;
}

/*-------------------------------------------------*/
/*Lists*/
/*-------------------------------------------------*/

.series-list {
      /* can change to font-size: inherit;*/
    /*font-size: 17px;
    font-size: 1.21428571428571rem;*/
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}  

.series-list ul,
      {
      /* can change to font-size: inherit;*/
    /*font-size: 17px;
    font-size: 1.21428571428571rem;*/
    list-style: none;
    padding-left: 0;
    margin-left: -1em;
}

.series-list li,
.downloads-list li  {
padding-left: 0;
margin: 0px;
font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;   
}

.downloads-list {
margin-bottom: 21px;
}




/* =Front page template
-------------------------------------------------------------- */

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/*Additional styles from the child stylesheet*/ 

/*---------------------------------------------------------------*/
/*reduces size of captions*/
/*.wp-caption .wp-caption-text,
.gallery-caption
 {
	font-style: italic;
	font-size: xx-small;
	line-height: 1.5;
	color: #757575;
}	*/

/*reduces size of text below the contact form*/

div.wpcf7
{
	font-size: xx-small;
}

/*for the siblings and subpages lists produced by shortcodes-ultimate*/

ul.su-siblings {
	list-style-type: none !important;
/*	margin-left: -35px !important;*/
}

 ul.su-subpages {
	list-style-type: none !important;
/*	margin-left: -35px !important;*/
}
/*hide the jump-to links*/
.jump-to
	
	{display: none;
	}





/*--------------------------------------------------------*/
/*Subtitle styles*/
/*--------------------------------------------------------*/
 
span.entry-subtitle {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.2;
    color: #040087;
    display: block; /* Put subtitles on their own line by default. */
    position: relative;
    top: 10px;
    /*margin-top: 24px;
    margin-top: 1.5rem;*/
}
/**
 * If subtitles are shown in comment areas, we'll hide them by default.
 *
 * @since 1.0.5
 */
#comments .comments-title span.entry-subtitle {
    display: none;
}

/*--------------------------------------------------------*/
/*Publication date and breadcrumbs
/*--------------------------------------------------------*/


p.dates {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5rem;
    }

/*-------------------------------------------*/
/*small fonts*/
/*-------------------------------------------*/


	
p.small-font {
	font-size: 14px !important;
    font-size: 0.875rem !important;
	}

p.small-serif-font {
	font-size: 14px !important;
    font-size: 0.875rem !important;
	}



p.small-sans-serif-font,
li.small-sans-serif-font {
	font-size: 14px !important;
    font-size: 0.875rem !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	}
	
p.x-small-font {
	font-size: 12px !important;
    font-size: 0.75rem !important;
	}

p.x-small-serif-font {
	font-size: 12px !important;
    font-size: 0.75rem !important;
	}

p.x-small-sans-serif-font {
	font-size: 12px !important;
    font-size: 0.75rem !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	}

span.x-small-sans-serif-font {
	font-size: 12px !important;
    font-size: 0.75rem !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	}

p.x-small-sans-serif-font,
li.x-small-sans-serif-font{
	font-size: 12px !important;
    font-size: 0.75rem !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	}

/*no-indent-list li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}*/


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	zoom: 1.0;
    width: extend-to-zoom;
}
@viewport {
	zoom: 1.0;
    width: extend-to-zoom;
}

/* Minimum width of 901 pixels. */
@media screen and (min-width: 901px) {
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 60rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;/*percentage of 960px/60rem*/
	}
	body.template-front-page .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	
/* OLD MENU */
	/* 
.main-navigation ul.nav-menu {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_item > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
 */
	/*.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}*/
	


	
/* 	Front Page */
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.5rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
		.custom-widget {
   	float: right;
   	margin-top: -60px;
	/*margin-left: 15px;*/
   	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
/*html {
	font-size: 87.5%;
}*/
    
/*This media query reduces the $rembase for destops to 14px. It remains 16px for tablets and mobile. The basic text size is 19px on tablets and mobiles and 17px on desktops*/

	body {
		background-color: #ffffff;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.5rem;
		margin-top: 48px;
		margin-top: 3rem;
		margin-bottom: 48px;
		margin-bottom: 3rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
        
    @font-face {
    font-family: icomoon;
    src: url(https://d2go50wmvbu21d.cloudfront.net/fonts/icomoon.eot?g8voo9);
    src: url(https://d2go50wmvbu21d.cloudfront.net/fonts/icomoon.eot?g8voo9) format('embedded-opentype'), url(https://d2go50wmvbu21d.cloudfront.net/fonts/icomoon.ttf?g8voo9) format('truetype'), url(https://d2go50wmvbu21d.cloudfront.net/fonts/icomoon.woff?g8voo9) format('woff'), url(https://d2go50wmvbu21d.cloudfront.net/fonts/icomoon.svg?g8voo9) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home2:before {
    content: "\e662"
}
        
.icon-map:before {
  content: "\e64c";
}
        
.icon-image:before {
  content: "\e64e";
}
.icon-new-tab:before {
  content: "\e616";
}
.icon-file-pdf:before {
  content: "\e611";
}
.icon-resize-enlarge:before {
  content: "\e626";
}
.icon-file-zip:before {
  content: "\e610";
}
.icon-file-play:before {
  content: "\e929";
}
.icon-arrow-up3:before {
  content: "\e636";
}
.icon-arrow-down3:before {
  content: "\e635";
}

.icon-arrow-left:before {
  content: "\e634";
}

.icon-uniE637:before {
  content: "\e637";
}

.icon-info32:before {
  content: "\e600";
}

.icon-arrow-right:before {
  content: "\e638";
}

.icon-wordpress2:before {
  content: "\e693";
}

.icon-wordpress:before {
  content: "\e669";
}

.icon-cc:before {
  content: "\e605";
}
.icon-cc-by:before {
  content: "\e606";
}
.icon-cc-nc-eu:before {
  content: "\e607";
}

.icon-cc-sa:before {
  content: "\e648";
}
.icon-cc-nc:before {
  content: "\e649";
}



/*columns*/
/*-------------------------------------------------------------*/

/*Think about simplifying these to take out grids I'm nver likely to need?*/
/* Grid */
.my-grid-1,
.my-grid-2,
.my-grid-3,
.my-grid-4,
.my-grid-5,
.my-grid-6,
.my-grid-7,
.my-grid-8,
.my-grid-9,
.my-grid-10,
.my-grid-11,
.my-grid-12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.alpha { margin-left:0; }
.omega { margin-right:0; }

 .my-grid-1 { width:6.333%; }
 .my-grid-2 { width:14.667%; }
 .my-grid-3 { width:23.0%; }
 .my-grid-4 { width:31.0%; }
 .my-grid-5 { width:39.667%; }
 .my-grid-6 { width:47.0%; }
 .my-grid-7 { width:56.333%; }
 .my-grid-8 { width:64.667%; }
 .my-grid-9 { width:73.0%; }
 .my-grid-10 { width:81.333%; }
 .my-grid-11 { width:89.667%; }
 .my-grid-12 { width:96.0%; }



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*Fix for ALM next-page*/


.alm-nextpage {
  overflow: hidden;
}

/*Change value to 900?*/

@media screen and (max-width:900px) {
	 .my-grid-1,
	 .my-grid-2,
	 .my-grid-3,
	 .my-grid-4,
	 .my-grid-5,
	 .my-grid-6,
	 .my-grid-7,
	 .my-grid-8,
	 .my-grid-9,
	 .my-grid-10,
	 .my-grid-11,
	 .my-grid-12 {
		display: block;
		float:none;
		margin:0 auto;
		width:100%;
	}
}

/*		Common
---------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after { clear: both; }
.content-wrap > *:first-child { margin-top: 0; }
.content-wrap > *:last-child { margin-bottom: 0; }
	
/*		Panels
---------------------------------------------------------------*/

.my-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em auto;
	background: #fff;
	border: 1px solid #cccccc;
	box-shadow:0px 1px 2px #eeeeee;
}
.my-panel-content { padding: 1em; }

/*warning-panel added-2017-01*/  

.warning-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em auto;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	box-shadow:0px 1px 2px #eeeeee;
} 

.warning-panel-content { padding: 1em; }

/*downloads-panel added-2017-01*/

.downloads-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em auto;
	background: #fcfcfe;
	border: 1px solid #cccccc;
	box-shadow:0px 1px 2px #eeeeee;
} 
        
.downloads-panel-content { padding: 1em; }




/*		Photo panel
---------------------------------------------------------------*/

.my-photo-panel {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em auto;
	background: #fff;
	box-shadow:0px 1px 2px #eeeeee;
border-radius:0px;
border:1px solid #cccccc
}
.my-photo-panel-head img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.my-photo-panel-content { padding: 1em; }

/*NEW TEXT BOX*/

.text-box-container {
 width: 100%;
margin: 5% 0; 
} 

.text-box {
box-sizing: border-box; 
   position: relative;
	width: 100%;
	margin: 10px 10px 10px 0;
	padding: 1em 1em;
	background: #fff;
	border:1px solid #cccccc;
box-shadow:0 1px 2px #eeeeee;
}


/*reduce clutter at the bottom of the screen for tablet and mobile users*/

@media screen and (max-width:900px) {
	 .mailing-list-reminder,
    .svg-map,
    .related-posts,
    shortcodes-ultimate {
		display: none;
	}
}

/*-----------------------------------------------------------------------------------------------------*/

/*These styles for the sitemap page*/
/*-----------------------------------------------------------------------------------------------------*/

ul.wsp-pages-list, ul.children  {
	list-style-type: none !important;
}

ul.children  {
	margin-left: -10px;
}

ul.wsp-pages-list  {
	margin-left: -24px;
}

ul.wsp-posts-list  {
	list-style-type: none !important;
}

ul.wsp-posts-list  {
	margin-left: -15px;
}

/*-----------------------------------------------------------------------------------------------------*/
/*Styles for Google Search Box
/*-----------------------------------------------------------------------------------------------------*/

.custom-widget {
	width: 300px;
}
.custom-widget ul{
	margin-left: -14px;
	margin-top:20px;
}

/*-------------------------------------------------------------*/
/*Breadcrumbs*/
/*-------------------------------------------------------------*/

#breadcrumbs {
    font-size: 12px;
    font-size: 0.75rem;
	color: #757575;
	margin-top:16px;
	margin-bottom:16px;
}

/*-------------------------------------------------------------*/
/*Dates below post title*/
/*-------------------------------------------------------------*/
/*
.dates {
	font-size:x-small;
	color: #757575;
}*/

/*-----------------------------------------------------------------------------------------------------*/
/*Styles for show--hide*/
/*-----------------------------------------------------------------------------------------------------*/

	
.show-hide {display: none;}
.toggle-switch {cursor:pointer;
			}

.toggle-switch:hover {color:#1982d1}

		.standalone-switch.active:after {
  content: "\e636";
 font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.2em;
    line-height: 1;
    vertical-align: middle;
    padding-left: 4px;
    position:relative;
    bottom: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
		.standalone-switch:after {
  content: "\e635";
font-family: icomoon!important;
speak: none;
font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.2em;
    line-height: 1;
    padding-left: 4px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
.standalone-switch {
margin-top: 24px;
margin-top: 1.5rem;
margin-bottom: 24px;
margin-bottom: 1.5rem
}

		.moreinfo-switch.active:after,
        .downloads-switch.active:after{
  content: "\e636";
 font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.3em;
    float:right;
    line-height: 1;
    padding-left: 4px;
    position:relative;
     bottom: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
		.moreinfo-switch:after,
        .downloads-switch:after {
  content: "\e635";
font-family: icomoon!important;
speak: none;
font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 1.3em;
    text-transform: none;
    float:right;
    line-height: 1;
    padding-left: 4px;
    position:relative;
    bottom: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .moreinfo-switch.active,
    .downloads-switch.active {border-bottom: none;}

.moreinfo,
.download-dropdowns    {
        /*border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;*/
        border-bottom: 1px solid #cccccc;
        /*box-shadow:0px 2px 2px #eeeeee;*/
    margin-bottom: 24px;
        }

.small-serif-font p,
.small-sans-serif-font p,
.moreinfo p,
.moreinfo li,
.downloads-panel p,
.downloads-panel li
{font-size: 14px;
    font-size: 0.875rem;}
    
.small-sans-serif-font p {font-family: "Open Sans", Helvetica, Arial, sans-serif !important;}

.moreinfo-switch,
.downloads-switch {
border-top: 1px solid #cccccc;
margin-bottom:0px !important;
margin-top:0px !important;
/*padding-left: 24px;*/
padding-right: 24px;
padding-bottom: 20px;
padding-top: 20px;
color: #757575 !important;
}


/*.show-hide-content { padding-top: 1em;
    }*/


.inline {display:inline}
.switch-after:after {content: "+"; margin-left: 5px; color:#1982d1; font-size: large;}
.switch-after.active:after {content: "-"; margin-left: 5px; color:#1982d1; font-size: large;}
.switch-after {color:#1982d1;}


/*-----------------------------------------------------------------------------------------------------*/

/*-------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/*-------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998020;
}

.fancybox-skin {
	position: relative;
	background: #000;
	
	color: #444;
	text-shadow: none;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 99998030;
}

.fancybox-opened .fancybox-skin {

	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 99998060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99998040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 99998040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99998040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99998010;
	background: url('fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	color: #FFF;/*changed - originally unspecified*/
	text-shadow: none;
	z-index: 99998050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 99998050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
/* 
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
 */
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #000;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*Flexbox styles*/


.flexbox-item-content,
.flexbox-item
 {
  box-sizing: border-box;
  }

.flexbox-container>ul, 
flexbox-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexbox-item-content>img {
  width: 100%;
}


/*Flex items*/

.flexbox-container {
  display: flex;
  flex-wrap: wrap;
  /* padding: 1em; */
}
.flexbox-item {
    display: flex;  /*this ensures boxes are equal heights - except that Chrome isn't bothered*/
  padding-right: 1em;
  padding-top: 1em; /* controls the space between the boxes */
    width: 100%;
  /*   margin: 1em; */
}

 
@media all and (min-width: 901px) {
  .flexbox-item {
    width: 50%;
  }
}
/* 
@media all and (min-width: 75em) {
  .flexbox-item {
    width: 33.33%;
  }
} Doesn't work with the TwentyTwelve Front page template - I need to make the template wider*/
/* 
@media all and (min-width: 75em) {
  .flexbox-item {
    width: 25%;
  }
}
four boxes across gets a bit annoying */

.flexbox-item-content {
    background-color: #fff;
    width: 100%;
/* 
-moz-box-shadow:0px 1px 2px #eeeeee;
-webkit-box-shadow:0px 1px 2px #eeeeee;
 */
box-shadow:0px 1px 2px #eeeeee;
border:1px solid #cccccc;
}
/* Image needs to be inside the flexbox-item-content div */
/* .flexbox-item-content p */ 

.flexbox-text {
padding: 1em;
/*     flex: 1 0 auto; - This bit of CSS pins the link to the bottom of the box */
 }
 
 /* Print
-----------------------------------------------*/
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
	.entry-content img {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}

	.site-header {
		margin-bottom: 28px;
		margin-bottom: 2rem;
		text-align: left;
	}

	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a {
		color: #000;
	}
	
	#colophon,
	.widget-area {
		display: none;
	}
	
	#site-navigation {
		display: none;
	}
	
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
		page-break-after: avoid;
		line-height: 1.25;
    	line-height: 24px;
    	line-height: 1.5rem;
	}
	footer.entry-meta {
		color: #444;
		font-size: 10pt;
	}
}
/*New styles 2018-03-23*/

@media print {
h2, h3, h4, h5 {
   page-break-after: avoid;
}

h1.site-title a {
font-size: 48px;
font-size: 3rem;
letter-spacing: -2px;
}

table {page-break-inside: avoid;}
/* .my-panel {page-break-inside: avoid;}  */
/* .text-box {page-break-inside: avoid;} */
.downloads-panel {page-break-inside: avoid;}
.flexbox-item {page-break-inside: avoid;}
.avoid-page-break {page-break-inside: avoid;}
/*  .my-panel-content {page-break-inside: avoid;}  */
.wp-caption-text {page-break-before: avoid;}
.next-previous-links {display: none;}
.lazyload {display: none;}
.download-dropdowns {display: none;}
.series-list {display: none;}
.get-in-touch {display: none;}
.showhide {display: block;}
#section-articles-in-this-series {display: none;} 
#map-profile {page-break-before: always;}
.moreinfo {page-break-before: always;}
.no-print {display: none;}
.wp-caption,
#breadcrumbs,
.dates,
.custom-widget, 
.footer-menu {display: none;}

.at-a-glance .my-panel {border: none;
box-shadow: none;}
.at-a-glance .my-panel-content {padding: 0em;} 

	#colophon,
	.mailing-list-reminder,
	.widget-area,
	.main-navigation {
		display: none;
	}

.print-picture {display: block;}
.menu-toggle {display: none;}
}