@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: "Swiss721BT Bold", "Arial Bold", "sans-serif"; !important;
	background: #f8f7f7;
	color: #000000;
}

.title {
/*	display: inline-block;*/
  padding: 15px 0px 20px 30px;
  border-bottom: solid 4px #ff9662;	

}
.logo {
  padding-left: 12px;
}


.message {
	margin: 0 0 1em 0;
	padding: 0;
	display: table;
	width: 100%;
}
.subject {
	margin: 0;
	padding: 1em;
	display: table-cell;
	background-color: #2ea9e5;
	color: #efeff0;
	width: 25%;
	min-width: 142px;
}
.comps {
	display: table-cell;
	vertical-align: top;
	padding: 1em;
	margin-left: 1em;
	background-color: #ffffff;
}
.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 10;
  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 {
	font-size: 2em;
	font-family: 'Swiss-Light', Arial, sans-serif !important;
	font-weight: lighter;
	margin: 0 0 .3em 10px;
	letter-spacing: 1px;
	
}
h2 {
	font-size: 18px !important;
	font-family: 'Swiss-Light', Arial, sans-serif !important;
	margin: 0 0 25px 30px;

}
.title h2 {
	font-size: 18px !important;
	font-family: 'Brown-bold', Helvetica, Arial, sans-serif !important;
	margin: 0 0 20px 10px;

}
h4 {
	font-size: 16px !important;	
	line-height:17px !important;
	font-family: 'Aldine-Roman', Times New Roman, serif !important; 
	font-style:italic; !important;
	padding-bottom: 10px !important;
	padding-left: 10px
}
.subject h3 {
	font-size: .67em;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.subject p, li {
	padding: 6px 0;
	font-size: 0.75em;
	font-weight: lighter;
}
.subject ul li {
	border-top: 1px solid #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 a {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.comps h3 {
	padding: .5em 0 .5em 0;
	margin: 0;
}
.comps h4 {
	font-weight: lighter;
	margin: .5em 0 .5em 0;
}
.comps p {
	margin: 0 0 .5em 0;
}
.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) {

body {
	font-size: 12px !important;
}
h1 {
	font-size: 24px !important;
	text-align: center !important;
}
.title h2 {
	text-align: center !important;
	padding-top: 10px !important;
}	
h2 {
	font-size: 18px !important;
}
h3 {
	font-size: .75em !important;
}
h4 {
	font-size: 14px !important;	
}
p {
	font-size: .67em !important;
}
.center {
  margin: 0px auto !important;
  text-align: center !important;
}	

.title {
  padding: 15px 0px 15px 0px;
}

}
.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: 0px !important;
	width: 100% !important;
	display: block !important;

}
.comp {
	margin-left: 20px !important;
	padding-left: 0 !important;
  width: 130px !important;
/*	display: block !important;*/
}
.comp img {
	align-self: center !important;
}
.text {
  font-size: .75em !important;
}


a:link {
	color: #455560;
}
a:visited {
	color: #455560;
}
