 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {     clear: none; }

 .header-g .cta-a .cta__links-wrapper a:first-child {
 margin-right: 10px !important;
 }

 .section--dark .header-g .row-1 {
    border-color: #304C78 !important;
 }

 .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span {
     background-color: black !important;
 }

 .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title {
 color: white !important;
 }

  ul.testimonials-list {
    opacity: 1 !important;
    transition: unset !important;
}

 .flex-container {
          display: flex;
          flex-wrap: wrap;
		  align-items: center;
        }
        .col20 {
          width: calc(19% - 4px);
          padding: 10px;
        }

        .col25 {
          width: calc(24.6% - 4px);
        }

        .col30 {
          width: 31%;
          padding: 10px;
        }

        .col70 {
          width: 69%;
          padding: 10px;
        }

        .col50 {
          width: 48%;
          padding: 10px;
        }

        .spaced {
          justify-content: space-between;
        }
		
		.center{
		justify-content: center;
		}
		 
		.flexcenter {
		    align-items: flex-start;
		}

        @media screen and (max-width: 768px) {
          .col50,
          .col30,
          .col70,
          .col20,
          .col25 {
            width: 100%;
          }

          .alias-pcontent img {
            display: block;
            margin: auto;
            float: none !important;
          }
          .hide_mobile {
            display: none !important;
          }

          .align-left,
          .align-right,
          .align-center {
            display: block !important;
            margin: auto !important;
            float: none !important;
          }
        }

        .animated .staff-member__name-wrapper {
            transform: unset !important;
            opacity: 1 !important;
            transition: unset !important;
        }

        .animated .staff-member__position {
                 transform: unset !important;
            opacity: 1 !important;
            transition: unset !important;
        }

        .section--light .form-a .form__submit input.component__button--1 {
    color: #304c78;
        }