.warning-message {
    background: #D9AD39;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

/* Sublime - Only when under Resources */
.page-article .page-content {
    max-width: 1680px;
}

/* All Templates - Adjust min height in media queries as needed */
#widget_iframe {
    min-height: 1900px;
    overflow-x: auto;
    overflow-y: auto;
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

@media only screen and (max-width: 1024px) {
    #widget_iframe {
        min-height: 2150px;
    }
	.internal-content .page-content-wrapper {
	    padding: 0;
	}
}

@media only screen and (max-width: 680px) {
    #widget_iframe {
        min-height: 2650px;
    }
}

@media only screen and (max-width: 360px) {
    #widget_iframe {
        min-height: 3100px;
    }
}

@media only screen and (max-width: 320px) {
    #widget_iframe {
        min-height: 3100px;
    }
}