			/*This  section overrides a lot of the ID7 container stuff set by Sitebuilder
			To allow full width*/

			@media (min-width: 768px){

				.id7-left-border {

					background: white;
				}

				.id7-right-border {

					background: white;
				}

			}

			@media (min-width: 768px){

				.id7-left-border, .id7-right-border {
					background-color: white;
				}

			}

			@media screen and (min-width: 768px){


				html.flexbox .id7-fixed-width-container {
					height: auto;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-direction: column;
					flex-direction: column;
				}
			}

			.id7-main-content-area>header {
				margin-top: -20px;
			}

			.id7-page-title h1 {
				margin-bottom: 0;
				font-size: 0;
				border-bottom: 0px none white;
				padding: 0;
			}

			.id7-fixed-width-container {
				width: 100vw;

			}

			.id7-main-content-area>.id7-main-content {
				width: 100vw;
				/*height: 100vh;*/
				padding:0px;

			}



			.id7-main-content-area {
				background: white;
			}
			.id7-masthead .id7-masthead-contents {
				margin-right: -10px;
				margin-left: -10px;
				display: none;
			}

			.id7-navigation .navbar {
				min-height: 0;
				border-width: 0;
				display: none;
			}


			.id7-utility-masthead::after {
				background-color: rgba(0, 0, 0, 0);
			}

			.id7-utility-masthead {
				background: #111111;
			}

			footer.id7-page-footer {
				display: none;
			}

@media (max-width: 768px){
.main-container {
	
	padding: 40px!important;
}
}

			.main-container {
			
				background-color:white;
			}

			.container-fluid{

				max-width:1170px;

			}

			.logostrip{
				max-width:none;
				max-height:125px;
			}

			/*Article CSS*/

			.banner-image img {
				width: 100vw;
				height: 400px;
				object-fit: cover;
			}

			.container-article {
				max-width: 1000px;
				margin-top: 10px;
				margin-left: auto;
				margin-right: auto;
			}

			.container-article h2 {
				font-size: 28px;
				color: black;
			}

			.banner-title {
				position: absolute;
				top: 190px;
				left: 5%;
				font-size: 40px;

				max-width: 60%;
				padding: 0px 15px;
			}

			.banner-subtitle {
				position: absolute;
				top: 400px;
				left: 5%;
				font-size: 20px

					max-width: 70%;
				padding: 0px 15px;
			}

			p span {

				background-color: #383838;
				color: #FFF;
				box-shadow: 10px 6px 0 7px #383838, 10px 0px 0 7px #383838, 0 0 0 7px #383838;
				box-decoration-break: clone;
			}

			a.link-article {
    font-size: 18px;
    color: #006baa;
    padding: 3px 5px 3px 5px;
    text-decoration: underline;
}

			blockquote{
				font-size: 1.4em;
				width:60%;
				margin:50px auto;
				font-family:inherit;

				color: #555555;
				padding:1.2em 30px 1.2em 75px;
				border-left:8px solid #ff0000 ;
				line-height:1.6;
				position: relative;
				background:#EDEDED;
			}

			blockquote::before{
				font-family:inherit;
				content: "\201C";
				color:#ff0000;
				font-size:4em;
				position: absolute;
				left: 10px;
				top:-10px;
			}

			blockquote::after{

				content: "";

			}

			blockquote span{
				display:block;
				color:#333333;
				font-style: normal;
				font-weight: bold;
				margin-top:1em;
			}
