 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {     clear: none; }

 .section--light .form-a .form__submit input.component__button--1 {
    background-color: #706E6C;

}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    background-color: transparent;
}

        .flex-container {
          display: flex;
          flex-wrap: wrap;
		  align-items: center;
        }
		
		.col10 {
        width: calc(8% - 4px);
        padding: 5px;
    }
		
        .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;
        }
		
		.col80 {
            width: 79%;
            padding: 10px;
          }

        .spaced {
          justify-content: space-between;
        }
		
		.center {
		justify-content: center;
		}
		 
		.flexcenter {
		    align-items: flex-start;
		}
		
		.flexmoretop {
		align-items: flex-start;
    align-content: flex-start;
}

          @media screen and (max-width: 768px) {
            .col80,
            .col50,
            .col30,
            .col70,
            .col20,
			.col10,
            .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;
          }
        }

        a.location__phone--link.piwik_ignore {
            color: white;
        }

        a.location__phone-num.piwik_ignore {
            color: white;
        }


        .cta__link component__link--1 {
            color: white;
        }

        .section--dark .copyright__link {
            color: white;
        }


        .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    color: #5F3A51;
}

.section--light .featuredblocks-grid-c .featuredblocks .featuredblock__cta .cta__link.component__link--1 {
    color: white;
}

.section--dark .form-a .form__input textarea {
    background: #FBEBC9;
}

.section--dark .form-a .form__input input:not([type=radio]):not([type=checkbox]) {
    background: #FBEBC9;
}

.section--light .featuredblocks-grid-c .featuredblocks .featuredblock__cta .cta__link.component__link--1:visited {
color: grey;
}


.section--dark .cta__button.component__button--1 {
    box-shadow: 2px 2px 0 0 #C19749, inset 2px 2px 0 0 #C19749;
    background: rgba(193, 151, 73, .7);
}

.section--dark .breadcrumb__item a {
    color: white;
}

.mobileHeader-logoImg {
    min-height: 100px;
}
