﻿.main-content-wrapper:before {
	z-index: -1;
}

.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;
}


.OneColumn.Order.ContactUs .BackgroundRibbon3 {
	  width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-color: #f2f7f9 !important;
    padding: 60px 0 !important;
    margin-top: -40px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
}

.OneColumn.Order.ContactUs .field-group-separator
{
    margin: 20px 0 20px 0;
    border-bottom: 1px dashed #ccc;
}