* { margin: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; border: none; }
html { margin: 0px; padding: 0px; width: 100%; height: 100%; }
body { color: #333; font-family: 'DM Sans', sans-serif; font-weight: normal; font-size: 16px; line-height: 1.3; margin: 0px; padding: 0px; height: 100%;  }
* html #wrapper { height: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0 none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style-type: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; color: #000; }
br { margin-top: -5px; }
q:before, q:after { content: ""; }
abbr, acronym { border: 0 none; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; outline: none; color: #BA2025; }
a:hover { text-decoration: none; }
a:focus { outline: none; }
p{ margin-bottom: 20px;}
p:last-child{ margin-bottom: 0px;}
/* ClearFix */
.clear { clear: both; height: 1px; overflow: hidden; }
/*#container:after {
	content:" ";
	display:block;
	clear:both;
	}*/
	
.clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; display:inline;zoom:1;}
audio:not([controls]) { display: none; }
[hidden] {
display:none;
}
.main-wrapper-holder{ display: flex; /*align-items: center;*/ justify-content: center; width: 100%; /*height: 100%;*/}
#main-wrapper { max-width: 1100px; height: auto; margin: 0px auto; padding: 30px; }
.logo { display: flex; justify-content: center; align-items: center; margin: 30px auto 20px; height: 75px; }
.logo  img { max-height: 100%;}
.txt { color: #0c0c0c; /*font-size: 12px;*/ padding: 80px 0px 30px; /*line-height: 1.8;*/}
.txt a { color: #005088; text-decoration: underline; }
.txt p{ margin-bottom: 0px;}
.head { color: #005088; }
.main-content{ position: relative;}
.mleft{ position: absolute; left: 0px; top: 0%;  display: flex; height: 100%; /*justify-content: space-between;*/ flex-flow: column; padding-top: 50px;}
.mleft h1{ font-size: 30px; padding-bottom: 15px; text-transform: uppercase; }
.mright img{ max-width: 100%;}
.show-mobile{ display: none;}
body { font-size: 16px;}
@media only screen and (max-width: 767.98px) {
body { height: auto; }
.main-wrapper-holder{ display: block; }
.mleft{ position: static; padding: 0px; text-align: center;}
.mleft-content br{display: none;}
.hide-mobile{ display: none;}
.show-mobile{ display: block;}
}
@media only screen and (max-width: 575.98px) {
.mleft h1{ font-size: 18px;}
/* .mleft h1 span{ display: block;} */
body { font-size: 12px;}	
.txt {padding: 30px 0px 30px;}
.logo {height: 60px; }
}
 .event-article-header-desktop img{
	max-width: 50% !important;
}
img.thinktankheader {
    width: auto;
    max-width: 100%!important;
}