.template-footer .partner-associations-list li img {
    max-width: 250px;
}

/* Subline Only */
.page-article .page-content {
    max-width: 1680px;
}

/* All Templates - Adjust as needed */
#widget_iframe {
    min-height: 3000px;
    overflow-x: auto;
    overflow-y: auto;
      width: 1px;
      min-width: 100%;
      *width: 100%;
}

@media only screen and (max-width: 768px) {
	#widget_iframe {
	    min-height: 3425px;
	}
	.internal-content .page-content-wrapper {
	    padding: 0;
	}
}

@media only screen and (max-width: 640px) {
	#widget_iframe {
	    min-height: 3750px;
	}
	.internal-content .page-content-wrapper {
	    padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	#widget_iframe {
	    min-height: 4430px;
	}
	.internal-content .page-content-wrapper {
	    padding: 0;
	}
}