  @media screen {
	body { margin: 0; }
	
	h1 {
		width: 100%;
		background-color: #de4337;
		height: 60px;
		text-align: center;
		color: white;
		font-family: Alef;
		line-height: 2.3;
		font-size: 27px;
	}
	
	.content {
		width: 50%;
		margin: 0 auto;
		padding: 10px 0;
		font-family: "Open Sans";
		color: #444;
		font-size: 18px;
	}
	
	#firsthead {
		height: 90px;
		margin-top: 0;
		line-height: 3.4;
	}
	
	h2 { font-size: 18px; }
	
	#outlooktable {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	
	#outlooktable td {
		width: 33%;
		height: 50%
	}
	
	#logoimg {
		display: none;
	}
}

@media screen and (max-width: 1100px){
	.content { width: 75%; }
}


@media print {
	body { margin: 0; }
	
	h1 {
		width: 100%;
		background-color: #de4337;
		height: 60px;
		text-align: center;
		color: white;
		font-family: Alef;
		line-height: 2.5;
		font-size: 18pt;
	}
	
	.content {
		width: 90%;
		margin: 0 auto;
		padding: 3px 0;
		font-family: "Open Sans";
		color: #444;
		font-size: 11pt;
	}
	
	#firsthead {
		height: 85px;
		line-height: 3.5;
	}
	
	h2 { font-size: 11pt; }
	
	#outlooktable {
		text-align: center;
		width: 100%;
	}
	
	#outlooktable td {
		width: 33%;
		height: 50%
	}
	
	#logoimg {
		display: inline-block;
		width: 100%;
		padding: 30px 0 15px 0;
		text-align: center;
	}
}

/* Overrides */
.content *[style] {
font-family: inherit !important;
font-size: inherit !important;
color: inherit !important;
}

.content p.NormalWeb {
   /* margin-top: inherit !important;
    margin-right: inherit !important;
    margin-bottom: inherit !important; */
    text-indent: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
}

.content *[style*="bold;"] {
text-decoration: none !important;
}

.content p.NormalWeb:nth-child(2) {
margin: 18px auto !important;
}

.content li.NormalWeb {
 margin-left: 10px !important;
}

.content ul {
 padding-left: 20px !important;
}

.content table.TableNormal td {
padding: 0 !important;
}

.content li{
    margin-top: 3px;
}

.content li:first-child {
    margin-top:0;
}

/*new mockup*/
header{
	background: #000;
	text-align: center;
	padding: 10px;
}
#title{
	font-family: "Open Sans";
		color: #000;
		height: auto;
		background: transparent;
		line-height: inherit;
		width: 100%;
		font-size: 27px;
		text-align: center;
		margin-bottom: 10px;
}
#title span{
	display: block;
}
#gray{
	background: #efefef;
}
.white{
	background: #fff;
}
.info{
	padding: 10px 50px;
}
.info::after {
	clear: both;
	content: ' ';
	display: block;
}
.info #left{
	float: left;
	width: 50%;
}
.info #right{
	float: right;
	width: 50%;
	text-align: right;
}
#gray h1{
	background: #4c4c4c;
	float: left;
	clear: both;
	height: auto;
	line-height: inherit;
	padding: 10px 0;
}
#gray table{
	    padding: 30px;
    width: 100%;
}
#gray tbody tr:first-child{
	background: #b4b8b9;
}
#gray tbody tr td p{
	margin: 0 0 15px;
}
#gray tbody tr:nth-child(2) td p {
margin: 15px 0;
}
#gray tbody{
	border:1px solid #2b2b2b;
	display: grid;
}
#gray tbody tr{
	padding: 0 10px;
}
#gray .center{
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}
#gray .center a{
	color: #d80000;
	font-family: "Open Sans";
	font-weight: bold;
	border-bottom: 1px solid #d80000;
	text-decoration:none;
}

#gray footer{
	background: #000;
	text-align: center;
	padding: 10px;
}
#gray footer p{
	font-family: "Open Sans";
		color: #fff;
}

.second-mockup h1{ 
	text-align: left;
}

.p-3{
	padding:0 50px ;
	background: #4c4c4c;
}
.second-mockup .p-3 h1{
	float:none !important;
}
#gray.second-mockup tbody{
	display: contents;
}

#gray.second-mockup table { 
	width: 90%; 
	border-collapse: collapse; 
	margin:50px auto;
	}

#gray.second-mockup tbody tr:first-child{
	background: transparent;
}

#gray .left{
	width: 50%;
	padding-left: 50px;
	float: left;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
#gray .right{
	width: 40%;
	float: left;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}
.second-mockup th { 
	background: #dbdbdb; 
	color: #000; 
	font-weight: bold; 
}
.second-mockup .table-center{
	text-align: center;
}
.second-mockup .table-right{
	text-align: right;
}
.second-mockup td, 
.second-mockup th { 
	padding: 15px; 
	border: 1px solid #000; 
	text-align: left; 
	font-size: 18px;
}
.second-mockup tr.label-row {
    border: 1px solid #000;
    background: #adadad;
    font-weight: bold;
}
.second-mockup tr.label-row th {
    padding: 15px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: none;
    color: #444;
}
.second-mockup tr.subtotal-row {
    background: #dbdbdb;
    font-weight: bold;
    border: 1px solid #000;
}
.second-mockup tr.subtotal-row td {
    border: none;
}

@media 
only screen and (max-width: 759px),
(min-device-width: 320px) and (max-device-width: 759px)  {

.info #left{
	width: 100%;
	float: none;
}
.info #right{
	width: 100%;
	float: none;
	text-align:left;
}


}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

.info #left{
	width: 100%;
	float: none;
}
.info #right{
	width: 100%;
	float: none;
	text-align:left;
}


}


/*end mockup*/



/* Start column width and responsiveness adjustments */
*,:after,:before{
   box-sizing:border-box
}
.second-mockup th.table-center {
	width: 90px;
	max-width: 25%;
}
/* heading tags switch */
@media screen {
	#gray .content h2 {
		width: 100%;
		background-color: #de4337;
		height: 60px;
		padding: 10px 40px;
		color: white;
		font-family: Alef;
		line-height: 2.3;
		font-size: 27px;
	}

	#gray .content h3 {
		font-size: 18px;
	}

	#gray .content h1 { font-size: 18px; }
}

@media print {
	#gray .content h2 {
		width: 100%;
		background-color: #de4337;
		height: 60px;
		text-align: center;
		color: white;
		font-family: Alef;
		line-height: 2.5;
		font-size: 18pt;
	}
	
	#gray .content h1 { font-size: 11pt; }
	
}

#gray .content h2{
	background: #4c4c4c;
	float: left;
	clear: both;
	height: auto;
	line-height: inherit;
	/* padding: 10px 0; */
}

#gray .content h2{ 
	text-align: left;
}

#gray .content h2{
	float:none !important;
}
#gray .content #title {
	font-family: "Open Sans";
	color: #000;
	height: auto;
	background: transparent;
	line-height: inherit;
	width: 100%;
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
#gray .content #title span {
	display: block;
}
#gray .content .p-3 h2 {
padding: 10px 0;
}
/* Content Size */
@media screen {
	#gray .content {
		width: 85%;
		max-width: 950px;
		margin: 0 auto;
		padding: 10px 0;
		transition: ease all .5s;
	}
}

@media screen and (max-width: 1100px){
	#gray .content { 
		width: 90%;
		max-width: 900px;
	}
}

@media screen and (max-width: 850px){
	#gray .content { 
		width: 100%;
	}
}
@media print {
        #gray {
		background: none;
	}
	#gray .content {
		width: 90%;
		margin: 0 auto;
		padding: 3px 0;
	}
	header { 
		display: none;
	}
}
/* End column width and responsiveness adjustments */