.red {
	color: #FFFFFF;
	background-color: #822433;
}

.black {
	color: #FFFFFF;
	background-color: #000000;
}

.orange {
	color: #FFFFFF;
	background-color: #EC7A08;
}

.teal {
	color: #FFFFFF;
	background-color: #00747A;
}

.blue {
	color: #FFFFFF;
	background-color: #00347A;
}

.yellow {
	color: #FFFFFF;
	background-color: #FFCC00;
}
/* CSS that controls the way the snippets behave in the WUSIWYG */
.ou-help {
	font-size: 16px !important;
	text-align:center!important;
	background: #013C66;
	color:white;
	font-weight:none;
	cursor: default;
	user-select: none;
	-o-user-select:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-ms-user-select: none;
}

th {
    background:#eee;
    text-align:center;
}
.ou-help p { 
    color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0.5em;
}
h4.wysiwyg-spacer {
	color:#013C66 !important;
	margin-left:35px!important;
	text-align:left!important;
	font-size:1.20625rem !important;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border:1px solid black;
	border-collapse: collapse;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
    border:1px solid black;
	border-collapse: collapse;
	margin:10px;
}
td {
    padding:10px;
	vertical-align: top;
}
.snippet-heading {
    font-size:1.875em!important;
	font-weight:400!important;
	margin:0.5em 0 0.7em 0;
}
table.ou-banner-image, table.ou-color-row, table.ou-color-column-panels, table.ou-one-column, table.ou-two-columns, table.ou-three-columns, table.ou-four-columns, table.ou-variable-columns, table.ou-tabs, table.ou-accordion, table.ou-blog-highlight, table.ou-panel, table.ou-no-parent-div-columns {
    width:95%;
    margin-left:auto;
    margin-right:auto;
}
table.ou-banner-image tr td img {
	text-align:center;
}
table.home-three-column td.image img {
  width: 100%;
  height: auto;
  max-width: 360px;
}

.content { background-image: none!important; }

/* Stop the dropdown menus from extending past the editing window */
.ou-justedit-toolbar-cntr .tox.tox-silver-sink.tox-tinymce-aux .tox-tiered-menu .tox-menu.tox-collection.tox-collection--list { max-height: 450px !important;}