/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

body {
	margin: 20px;
}

.content {
	max-width: 1200px;
	margin: 0px auto;
}

a {
	color: #4b91a2;
}

header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'PT Sans', sans-serif;
	height: 60px;

}

.logo {
	height: 60px;
}

.header-col {
	
}

.header-left {
	align-self:stretch;
  display:flex;
  align-items:center;
}

.header-right {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px dotted #000000;
  align-self:stretch;
  display:flex;
  align-items:center;
}

.article-content {
	margin-top:20px;
	font-size: 30px;
}

.article-content-col {
	display: flex;

}
.article-content-col-video {
	display: flex;

}

.article-content-col {
    border-top: 1px dotted #000000;
    margin-top: 16px;
}

.h2-video {
	padding: 20px 0 0 0;
}

.article-content-col-video:last-child {
	border-top: none;
	margin-top: 0px;
}

.article-content-col:last-child {
	border-top: none;
	margin-top: 0px;
}

.article-content-col-1 {
	max-width: 30%;
	margin-top: 24px;
	margin-right: 40px;
}
.article-content-col-2 {
	max-width: 70%;
	margin-top: 8px;
}

.article-content-col-11 {
	min-width: 50%;
	margin-top: 8px;
	margin-right: 20px;
}
.article-content-col-22 {
	min-width: 50%;
	margin-left: 20px;
	margin-top: 8px;
}

.article-content-col-33 {
	min-width: 50%;
	margin-top: 8px;
}
.article-content-col-44 {
	min-width: 50%;
	margin-top: 8px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
}

.social {
	height: 25px;
	margin-right: 10px;
}

h1 {
	display: none;
}

h2 {
	font-family: "PT Serif", serif;
	font-size: 30px;
	padding: 20px 0;
	line-height: 36px;
}

h3 {
	font-family: "PT Serif", serif;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 36px;
}

.h3-lastrow {
	margin-top:0px;
}

p {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.image {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	margin: 20px 0 20px;
}

ul, li {
	list-style: disc;
	font-size: 16px;
	list-style-position: inside;
	line-height: 20px;
}

li span {
position: relative;
  left: -10px;
}

strong {
	font-weight: 600;
}

footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'PT Sans', sans-serif;
	height: 60px;
border-top: 1px dotted #000000;
    padding-top: 36px;
    margin-top: 36px;
}

.footer-left {
	align-self:stretch;
  display:flex;
  align-items:center;
}

.footer-right {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px dotted #000000;
  align-self:stretch;
  display:flex;
  align-items:center;
}

.footer-col {
	line-height: 20px;
}

@media ( max-width: 768px) {
h2 {
font-size: 27px;
padding: 10px 0 0px 0;
}

	header {
		padding-bottom: 8px !important;
	}
  .header-col {
    flex-basis: 34%;
    margin-bottom: 20px;
  }
  .header-col:nth-child(1) {
	  max-width: 32%;
	  padding-right: 0px;
	  margin-right: 0px;
	  }
  
  .header-col:nth-child(2) {
  	min-width: 50% !important;
  	margin-left: 0px;
	  padding-left: 24px;
	  font-size: 15px;	  
  }
  .header-col:last-child {
	  border-left: none;
	  margin-left: 0px;
	  padding-left: 0px;
	  min-width: 100%;

	}
	  .header-col:last-child > span {
		  margin:0 auto;
	}
	.social {
	height: 35px;
	margin-right: 10px;
	margin-top:10px;
	margin-bottom: 10px;
}

.article-content-col {
	display: block;
}

.article-content-col-video {
	display: block;
}

.article-content-col:nth-child(3) {
    border-top: none;

}

.article-content-col:nth-child(4) {
	margin-top:32px !important;
	padding-top: 4px;
}

.article-content-col-1 {
	min-width: 100%;
	margin-top: 0px;
	margin-right: 0px;
}
.article-content-col-2 {
	min-width: 100%;
}

.article-content-col-2 > h3 {
	margin-top: 10px;
}

.article-content-col-11 {
	min-width: 100%;
	margin-right: 0px;
}
.article-content-col-22 {
	min-width: 100%;
	margin-left: 0px;
}
.article-content-col-33 {
	min-width: 100%;
	margin-right: 0px;
}
.article-content-col-44 {
	min-width: 100%;
	margin-left: 0px;
}

.video-container iframe {
  width: 100%;
}

footer {
	margin-top:30px;
	margin-bottom: 30px;
	border-top: 1px dotted #000000;
	padding-top: 0px;
	display: block;
}

.footer-left {
	margin-top: 30px !important;
	 align-self: inherit;
  display: block;
  align-items: inherit;
}

.footer-left, .footer-right {
	width: 100%;
	margin: 0 0 20px 0;

}
.footer-right {
	border-left: none;
		margin-left: 0px;
	padding-left: 0px;
 align-self: inherit !important;
  display: block !important;
  align-items: inherit !important;
}
.footer-col:last-child {
    padding-bottom: 20px;
}
}