/**************************************************
		ABOUT PAGE LAYOUT
***************************************************/
/*'About' page layout*/
@media screen and (max-width: 479px) {
	.entry-content>p:first-child::after { display:block;
content: "";
clear: both;
}
}
.page-id-4308 .container {
    display: flex;
}

.page-id-4308 .container div {
    flex: 1;
}

.page-id-4308 .column_center {
    order: 2;
}
.page-id-4308 .container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.page-id-4308 .container div {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.page-id-4308 .column_center {
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
} 
#post-4308 .entry-content {
	font-size: 16px;
}
.FCM_features .col-sm-4 h3:first-of-type {
    font-size: 22px;
}
@media screen and (min-width: 768px) {
.FCM_features .col-sm-4 h3:first-of-type {
    min-height: 42px;
}
.FCM_features .col-sm-4 h3:nth-of-type(2) {
    min-height: 114px;
}
    }