@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


 #footer_UMB html {
	 box-sizing: border-box;
}
 #footer_UMB body, #footer_UMB h1, #footer_UMB h2, #footer_UMB h3, #footer_UMB h4, #footer_UMB h5, #footer_UMB h6, #footer_UMB ol, #footer_UMB ul, #footer_UMB label {
	 margin: 0;
	 padding: 0;
}
 #footer_UMB *, #footer_UMB *:before, #footer_UMB *:after {
	 box-sizing: border-box;
}
 #footer_UMB .footer button {
	 box-sizing: border-box;
	 padding: 0;
}
 #footer_UMB .directionColumn {
	 display: flex;
	 flex-direction: column;
}
 #footer_UMB .verticalCenterColumn {
	 display: flex;
	 align-items: center;
	 flex-direction: column;
}
 #footer_UMB .totalCenter {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 #footer_UMB .primary-button {
	 padding: 8px 20px;
	 font-size: 14px;
	 font-weight: 700;
	 background-color: #ef7d00;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: #fff;
}
 #footer_UMB .social-button {
	 margin-right: 15px;
}
 #footer_UMB .footer p, #footer_UMB .footer a, #footer_UMB .footer h1 {
	 font-family: "Open Sans", sans-serif;
}
 #footer_UMB .footer {
	 background: #2d2d2d;
	 margin-top: 50px;
	 padding: 52px 0;
}
 #footer_UMB .footer__container {
	 max-width: 1140px;
	 margin: 0 auto;
	 padding: 0 15px;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__container {
		 padding: 0 15%;
	}
}
 @media all and (max-width: 900px) {
	 #footer_UMB .footer__container {
		 padding: 0 10%;
	}
}
 @media all and (max-width: 767px) {
	 #footer_UMB .footer__container {
		 padding: 0 10%;
	}
}
 #footer_UMB .footer a {
	 text-decoration: none;
}
 #footer_UMB .footer__desktopLogo {
	 align-self: center;
	 width: 160px;
	 height: 60px;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__desktopLogo {
		 display: none;
	}
}
 #footer_UMB .footer__mobileLogo {
	 display: none;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__mobileLogo {
		 display: block;
		 width: 35px;
		 height: 35px;
		 margin: 0 auto;
	}
}
 #footer_UMB .footer__links {
	 font-size: 14px;
	 line-height: 24px;
	 width: 70%;
	 margin: 20px auto 40px;
	 flex-wrap: wrap;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__links {
		 font-size: 13px;
		 margin: 20px auto;
	}
}
 @media all and (max-width: 767px) {
	 #footer_UMB .footer__links {
		 width: 100%;
	}
}
 #footer_UMB .footer__links a {
	 color: #fff;
}
 #footer_UMB .separator-line {
	 align-self: center;
	 width: 2px;
	 height: 11px;
	 background-color: #ef7d00;
	 margin: 1px 10px;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .separator-line {
		 margin: 3px 10px;
	}
}
 #footer_UMB .footer__info {
	 display: flex;
	 font-size: 16px;
	 color: #fff;
}
 #footer_UMB .footer__info h1 {
	 font-size: 18px;
	 font-weight: 700;
	 margin-bottom: 5px;
	 color: #ef7d00;
}
 #footer_UMB .footer__info > div {
	 padding: 0 15px;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__info {
		 display: none;
	}
}
 #footer_UMB .footer__line {
	 height: 1px;
	 margin: 30px 20px 20px;
	 background: #fff;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__line {
		 margin: 0 40px 25px;
	}
}
 #footer_UMB .footer__contributeLink.primary-button {
	 font-size: 16px;
	 text-align: center;
	 line-height: normal;
	 padding: 5px 15px;
	 align-self: center;
	 margin-top: 25px;
	 font-weight: 600;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__contributeLink.primary-button {
		 font-size: 16px;
	}
}
 #footer_UMB .footer__socialLogos {
	 margin: 20px 0;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__socialLogos {
		 margin: 0;
	}
	 #footer_UMB .footer__socialLogos img {
		 width: 22px;
		 height: 22px;
	}
}
 #footer_UMB .footer__helpfulInfo {
	 text-align: center;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__helpfulInfo {
		 margin-top: 20px;
	}
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__helpfulInfo a {
		 font-size: 12px;
	}
}
 #footer_UMB .footer__helpfulInfo a {
	 color: #ef7d00;
}
 #footer_UMB .footer__helpfulInfo p {
	 font-size: 16px;
	 color: #fff;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__helpfulInfo p {
		 font-size: 12px;
	}
}
 #footer_UMB .footer__helpfulInfo p:first-child {
	 margin-bottom: 16px;
}
 #footer_UMB .footer__helpfulInfo p .site-version {
	 font-size: 14px;
	 margin-top: 16px;
}
 @media all and (max-width: 1198px) {
	 #footer_UMB .footer__helpfulInfo p .site-version {
		 font-size: 12px;
		 margin-top: 8px;
	}
}
 #footer_UMB .footer-section a {
	 color: #ef7d00;
}
 #footer_UMB .footer-section__content {
	 padding-top: 10px;
}
 #footer_UMB .footer-section__content p {
	 margin-bottom: 10px;
	 margin-top: 0;
}
 #footer_UMB .footer-section {
	 min-width: 250px;
	 max-width: 380px;
	 overflow-wrap: break-word;
	 line-height: 24px;
	 box-sizing: border-box;
}
 #footer_UMB .footer-section .newsletter-subscribe {
	 display: flex;
	 align-items: baseline;
	 margin-bottom: 10px;
}
 #footer_UMB .input-container-host.sc-vt-input-field-h .input-position.sc-vt-input-field {
	 padding-bottom: 0;
}
 #footer_UMB .input-position.sc-vt-input-field {
	 position: relative;
	 padding-bottom: 15px;
}
 #footer_UMB .footer-section .newsletter-subscribe .input-container-host {
	 width: 190px;
}
 #footer_UMB .footer-section .newsletter-subscribe .input-position .newsletter-input {
	 margin: 0;
	 padding: 15px 0 0;
	 border: none;
	 width: 190px;
}
 #footer_UMB .footer-section .newsletter-subscribe .input-position .newsletter-input .newsletter-input-field {
	 width: 100%;
	 padding: 10px;
}
 #footer_UMB .footer-section input {
	 outline: 0;
}
 #footer_UMB .footer-section .newsletter-subscribe .c-btn--default.c-btn--primary {
	 width: 130px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 vertical-align: middle;
}
 #footer_UMB .c-btn--wrapper.sc-vt-button-h .c-btn--primary.sc-vt-button {
	 font-size: 14px;
	 font-weight: 700;
	 background-color: #ef7d00;
	 text-decoration: none;
	 text-transform: uppercase;
	 color: #fff;
	 cursor: pointer;
}
 #footer_UMB .c-btn--wrapper.sc-vt-button-h .c-btn--default.sc-vt-button {
	 border: 0px;
	 outline: none;
	 font-family: "Open Sans", sans-serif;
	 margin-bottom: 1px;
}
 