.main-content-wrapper.communicationemail,
.main-content-wrapper.static {
   
}

.main-content-wrapper.communicationemail .content-wrapper:last-child,
.main-content-wrapper.static .content-wrapper:last-child
{
	background-color: #fff;
	width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 500px;
} 


.main-content-wrapper.communicationemail .content-wrapper:last-child .middleColumn,
.main-content-wrapper.static .content-wrapper:last-child .middleColumn
{
	margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
}

@media (max-width: 968px)
{
	.main-content-wrapper.communicationemail .content-wrapper:last-child .middleColumn,
.main-content-wrapper.static .content-wrapper:last-child .middleColumn
	{
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

@media (min-width: 969px) 
{
	.main-content-wrapper.communicationemail .content-wrapper:last-child .middleColumn,
.main-content-wrapper.static .content-wrapper:last-child .middleColumn 
	{
	    width: 960px;
	}
}

@media (min-width: 1292px) 
{
	.main-content-wrapper.communicationemail .content-wrapper:last-child .middleColumn,
.main-content-wrapper.static .content-wrapper:last-child .middleColumn 
	{
	    width: 1280px;
	}
}

@media (min-width: 1440px) 
{
	.main-content-wrapper.communicationemail .content-wrapper:last-child .middleColumn,
.main-content-wrapper.static .content-wrapper:last-child .middleColumn 
	{
	    width: 1400px;
	}
}


.main-content-wrapper.communicationemail .contentHeaderBreadcrumbWrap h1,
.main-content-wrapper.static .contentHeaderBreadcrumbWrap h1 
{
	text-align: center;
    color: #fff;
}




.main-content-wrapper.communicationemail .page-header,
.main-content-wrapper.static .page-header
{
	padding: 50px 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-content-wrapper.communicationemail .editor-field div
{
	padding-top: 3px;
}