@charset "UTF-8";
/* CSS Document */


/*  http://preview.4at5.net/email_domains/yes/mt_cover_07.css  */




*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0em;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #f8f7f7;
	color: #000000;
}
.header {
	/*position: relative;
	padding: 0;
	margin: 0 0 1em 0;
	display: block;*/
}
.title {
/*	display: inline-block;*/
  padding: 40px;

}

.title-2 {
  background-color: #ff9662; !important;
  text-align: center;!important;
  font-size: 16px; !important;
  color: #fff; !important;
  padding-top: 3px;!important;
  padding-bottom: 2px; !important;
  text-transform: uppercase; !important;
}

.title-3 {
  background-color: #ff9662; !important;
  text-align: center;!important;
  font-size: 16px; !important;
  color: #fff; !important;
  padding-top: 3px;!important;
  padding-bottom: 3px; !important;
  text-transform: uppercase; !important;
}

.title-bar {
  background-color: #ff9662; !important;
  font-size: 4px; !important;
  color: #fff; !important;
}




.logo {



/*	display: inline-block;*/


 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/MR_logo_coverpage.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/MR_logo_coverpage.png', sizingMethod='scale')";
  margin-bottom:1em;
  float: right;
	background-position: right 0 top 0;
	background-repeat: no-repeat;
	background-image: url(images/MR_logo_coverpage.png);
	background-size: 100% 100%;
	width: 210px;
	height: 48px;
}

.margin-top {
	border-top: 40px solid #f8f7f7; 
	padding: 0px 0px 0px 0px; 
	width: 100%; !important;
}

.message {
	margin: 0 0 1em 0;
	padding: 0;
	display: table;
	width: 100%;
}
.subject {
	margin: 0;
	padding: 1.5em;
	display: table-cell;
	background-color: #ff9662;
	color: #efeff0;
	width: 22%;
	min-width: 142px;
}
.comps {
	display: table-cell;
	vertical-align: top;
	padding: 1em;
	margin-left: 1em;
	background-color: #ffffff;
	-moz-box-shadow: 0px 3px 9px rgba(069,085,096,0.50);
	-webkit-box-shadow: 0px 3px 9px rgba(069,085,096,0.50);
	box-shadow: 0px 3px 9px rgba(069,085,096, .50);
}
.comp-row {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 1em 0;
}

.comp {
	font-family: 'Brown-Regular', Helvetica, Arial, sans-serif !important;
	margin: 0 .5em .5em 0;
  border 1px solid black;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 0em;
	width: 160px;
  display: inline-block;
  vertical-align:top;
}

.text {
	display: block;
	width: 100%;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #FFF;
}


h1, h2, h3, p {
	font-weight: lighter;
	padding: 0;
	margin: 0 0 .25em 0px;
}
h1 {
	font-size: 2em;
	font-family: "Swiss721BT BlackCondensed", Impact, "sans-serif" !important;
	margin: 0 0 .3em 0px;
	letter-spacing: 2.57px;
}
h2 {
	font-size: 1.25em;
	font-family: 'Brown-bold', Helvetica, Arial, sans-serif !important;
	

}

hr {
	border-top: 1px solid #ffffff;	
	
}

.subject h3 {
	font-size: .67em;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.subject h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 1.0em 0 .25em 0;
	font-family: 'Brown-bold', Helvetica, Arial, sans-serif !important;
}

.subject p, li {
	padding: 4px 0;
	font-size: 1.0em;
	font-weight: lighter;
}
.subject ul li {
	border-top: 1px dashed #DAE6EE;
	
}
.subject ul {
	list-style: none;
}
.subject ul li:first-child {
	border-top: none;
}
.subject ul li:last-child {
	border-bottom: none;
}
.subject ul li {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.spacer {
	background-color: #ffffff;
	height: 40px;
}

.details {
	background-color: #f8f7f7;
	margin-top: 80px; !important;
	text-align: left; !important;
	
}

.details h5 {
	font-size: 16px;
	padding: 15px 20px 3px 20px;
	text-align: left; !important;
	
}


.details p {
	font-size: 14px;
	padding: 0px 10px 0px 25px;
	text-align: left; !important;
	
}

.comps h3 {
	font-size: 18px;
	padding: 40px 0 10px 0;
	margin: 0;
	text-align: center;
	border-bottom: solid 1px #000000;
}


.comps h4 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	text-align: center;
	
}

.comps > div:first-child {
	margin-left: 0;
	padding-left: 0;
}
.comp-row > div:first-child {
	margin-left: 0;
	padding-left: 0;
}
img.light {
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	background: #f0f0f0;
}
img.dark {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 10px;
	background: #333;
}
.clearfix {
	clear: both;
}







@media (max-width : 568px) {

.content_stack {
	width: 100% !important;
	display: table !important;
	margin-bottom: 40px !important;
}
	
	
.title {
  padding: 20px 20px 20px 40px;
}	
	
.title-2 {
  background-color: #ff9662; 
  text-align: center;
  font-size: 14px;	
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}	
	
.title-2 {
  background-color: #ff9662; 
  text-align: center;
  font-size: 14px;	
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
	
.title-bar {
  background-color: #ff9662; !important;
  font-size: 4px; !important;
  color: #fff; !important;
}	
	
.comps p {
	padding-top: 3px;
  padding-bottom: 3px;
	text-align: center;
	font-size: 14px;	
}	
	
.subtitle h2 {
  background-color: #ff9662; !important;
  text-align: center; !important;
}	
	
	
body {
	font-size: 14px !important;
}
h1 {
	font-size: 24px !important;
	text-align: center;
}

.comp h3 {
	font-size: 20px; !important;
}
	
	
.comp h4 {
	font-size: 12px; !important;
}
	
.title h4 {
	text-align: center; !important;
}
	
.details p {
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	text-align: left; !important;
	
}


.logo {
/*	top: .75em;*/
	width: 1em;
	height: 1em;
  margin: .25em 0 0 0;
}
.message {
	margin: 0 0 2em 0;
}
.subject {
	/*font-size: .75em;*/
	width: 100% !important;
	display: block !important;
	-moz-box-shadow: inset 0px 3px 9px rgba(069,085,096,0.50);
	-webkit-box-shadow: inset 0px 3px 9px rgba(069,085,096,0.50);
	box-shadow: inset 0px 3px 9px rgba(069,085,096,0.50);
}
.subject h3 {
	display: hidden !important;
}
.subject p, li {
	/*font-size: .75em !important;*/
}
.comps {
	font-size: .75em !important;
	margin-left: 0 !important;
	width: 100% !important;
	display: block !important;
	-moz-box-shadow: 0px 3px 9px rgba(069,085,096,0.50);
	-webkit-box-shadow: 0px 3px 9px rgba(069,085,096,0.50);
	box-shadow: 0px 3px 9px rgba(069,085,096, .50);
}
.comp {
	margin-left: 0 !important;
	padding-left: 0 !important;
  width: 130px !important;
/*	display: block !important;*/
}
.comp img {
	align-self: center !important;
}
.text {
  font-size: .75em !important;
}





/*@media (device-height : 568px) 
   and (device-width : 320px) 
   and (-webkit-min-device-pixel-ratio: 2) {

body {
	font-size: 60pt !important;
}
h1 {
	font-size: 1em !important;
}
h2 {
	font-size: .88em !important;
}
h3 {
	font-size: .75em !important;
}
h4 {
	font-size: .67em !important;
}
p {
	font-size: .67em !important;
}

.logo {
	top: .75em;
	width: 1em;
	height: 1em;
}
.message {
	margin: 0 0 2em 0;
}
.subject {
	font-size: .75em;
	width: 100% !important;
	display: block !important;
	-moz-box-shadow: inset 0px 3px 9px rgba(069,085,096,0.50);
	-webkit-box-shadow: inset 0px 3px 9px rgba(069,085,096,0.50);
	box-shadow: inset 0px 3px 9px rgba(069,085,096,0.50);
}
.subject h3 {
	display: hidden !important;
}
.subject p, li {
	font-size: .75em !important;
}
.comps {
	font-size: .88em !important;
	margin-left: 0 !important;
	width: 100% !important;
	display: block !important;
	-moz-box-shadow: 0px 3px 9px rgba(069,085,096,0.50);
	-webkit-box-shadow: 0px 3px 9px rgba(069,085,096,0.50);
	box-shadow: 0px 3px 9px rgba(069,085,096, .50);
}
.comp {
	margin-left: 0 !important;
	padding-left: 0 !important;
	display: block !important;
}
.comp img {
	align-self: center !important;
}
}*/
a:link {
	color: #455560;
}
a:visited {
	color: #455560;
}
