.cms table.ss-gridfield-table tr.tsg {
  background: #009ddf!important;
}
.cms table.ss-gridfield-table tr.tsg td {
  color: #fff!important;
}
.ContentButton a{
	color: #ff0!important;
	background-color: #174275!important;
	text-transform: uppercase!important;
	font-family: "United", sans-serif !important;
	letter-spacing: .5px !important;
	display: block!important;
	text-align: center!important;
	margin: 0 auto!important;
	height: 50px!important;
	width: 11em!important;
	padding-top: 15px!important;
	font-size: 1.5em!important;
}
.nowrap {
	white-space: nowrap;
}
.h3{
	text-transform: uppercase;
	font-family: United,sans-serif;
	letter-spacing: .5px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
	color: #174275;
}
ol.alphabet{
	list-style-type: upper-alpha;
}
.gallery-item--folder .gallery-item__title{
	width: 130px;
}
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right{
	text-align: right;
}

/* Image Floats */
.typography img.leftAlone{
     text-align: left;
     display:block;
     margin-right: auto;
     padding: 0;
     width: 50%;
     height:auto;
 }
.typography img.rightAlone{
     text-align: right;
     display:block;
     margin-left: auto;
     padding: 0;
     width: 50%;
     height:auto;
 }
.typography img.center{
     text-align: center;
     margin-right: auto;
     width:100%;
     height:auto;
     margin-left: auto;
     padding: 0;
 }

.typography img.left{
     float:left;
     width:60%;
     height:auto;
     padding: 0;
     margin-right: 1em;
 }

.typography img.right{
     float:right;
     width:60%;
     height:auto;
     padding: 0;
     margin-left: 1em;
 }

.typography .captionImage {
    width: 60% !important;
}

.typography .captionImage.center {
    margin: 0 auto;
}

.typography .captionImage.leftAlone {
    float: left;
}

.typography .captionImage.left {
    float: left;
}

.typography .captionImage.right {
    float: right;
}

.typography .captionImage img {
    width: 100%;
}

.typography .caption {
    clear: both;
    padding: 0;
    font-size: .9em;
    line-height: 1.25em;
    color: rgba(99, 99, 99, 0.75);
}

