/* colours


Text:



<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&display=swap" rel="stylesheet">

font-family: 'Open Sans', sans-serif;

*/




body {
	margin: 0px;
	background-image: url(images/page_head_strip.png);
	background-repeat: repeat-x;
	background-attachment: no-scroll;
	background-position: center top;
}


.wrapper {
	width: calc(100% - 40px);
	max-width: 800px;
	position: relative;
	background-color: -yellow;
	margin: 0 auto 0px;
}


#header_band {
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: -pink;
	margin: 0 auto 0px;
}

#header_band img {
	height: 50px;
	width: auto;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


#newsletter_name {
	float: left;
	width: 60%;
	height: 30px;
	background-color: -red;

	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 145%;
	padding-top: 10px;
	margin-bottom: 0px;
}

#newsletter_date {
	float: right;
	width: 230px;
	height: 30px;
	background-color: -orange;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#newsletter_article_list {
	position: absolute right;
	float: right;
	padding-top: 0px;
	background-color: -green;


}





.article_spacer {
	width: 100%;
	background-color: -blue;
	border-bottom: solid 1px #e4e4e4;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 20px;
}


#footer {
	width: 100%;
	background-color: -orange;
	border-top: solid 1px #e4e4e4;
	padding: 15px 0px;
	margin-top: 30px;
}

#footer p {
	font-size: 11.5px;
	text-align: center;
	line-height: 140%;
	margin: 2px;
}



td,th,p, ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align: justify;
	line-height: 145%;
}


table {
    border-collapse: collapse;
}


b {
	font-weight: 700;
}


.right {
	text-align: right;
}

.spacer_xs {
	height: 4px;
	font-size: 1px;
}

.spacer_s {
	height: 8px;
	font-size: 1px;
}

.spacer {
	height: 14px;
	font-size: 1px;
}

.spacer_l {
	height: 18px;
	font-size: 1px;
}

.spacer_xl {
	height: 25px;
	font-size: 1px;
}

hr {
	color: #e4e4e4;
	background-color: #e4e4e4;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


hr.half {
	color: #e4e4e4;
	background-color: #e4e4e4;
	height: 1px;
	border: 0px;
	width: 85%;
	margin: 10px auto 12px;
}


a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}


a.article_link:link, a.article_link:visited {
	color: #000000;
	text-decoration: none;
}
a.article_link:hover, a.article_link:active {
	color: #999999;
	text-decoration: none;
}


.intro {
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	text-align: justify;
	line-height: 120%;
}

.dropcap {
	float       : left;
	font-size   : 42px;
	font-weight: 300;
	margin      : 9px 4px 0 0;
}

#quote {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-style: italic;
	color: #000000;
	font-weight: 300;
	text-align: justify;
	line-height: 120%;
	
	float: right;
	width: 40%;
	min-width: 100px;
	max-width: 300px;

	padding: 10px 0px 5px 0px;
	margin: 0px 0px 35px 35px;

	border: solid 0px #000000;

	background-image: url(images/quote_open.png), url(images/quote_close.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
}



#article_image	{
  object-fit: cover;
  object-position: 0 50%;

  width: 100%;
  height: 200px;
	padding-bottom: 20px;
}

#article_icon	{
	float: left;
	padding-right: 35px;
	padding-bottom: 10px;
  width: 123px;
  height: auto;
}


h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 115%;
}


h1 {
	font-size: 40px;
	color: #000000;
	margin-bottom: -10px;
}

h2 {
	font-size: 26px;
	color: #000000;
	margin-bottom: -8px;
}

h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	margin-bottom: -8px;
}

h4 {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	margin-bottom: -8px;
}


.email_h1 {
	font-size: 46px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: -20px;
}

.email_h2 {
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}


.note {
	font-size: 10px;
}

p + ul {
    margin-top: -10px;
}


select {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	height: 35px;

	outline: none;
	border: 1px solid #999999;
	border-radius: 0px;
	cursor: hand;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 25px;
	background: url(images/select_down_arrow.png) no-repeat right #fff;
	background-position-x: calc(100% - 5px);
	-webkit-appearance: none;
}

select::-ms-expand{
    display:none;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}




@media only screen and (max-width: 600px) {

#newsletter_date {
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#newsletter_name {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;

}




}
