/*! This stylesheet compiles from Themes/__templates-sass/footers/_footer-style-10.scss */#footer .footer-column-group{display:flex;flex-wrap:wrap;justify-content:space-around;background:var(--footer-bg);padding:3%;align-items:center}#footer .footer-column-group .footer-column-1{width:100%;display:flex;align-items:center;justify-content:center;text-align:center}@media only screen and (max-width:767px){#footer .footer-column-group .footer-column-1{flex-direction:column}}@media only screen and (min-width:1025px){#footer .footer-column-group .footer-column-1{width:30%;min-width:300px;padding:0 5%;flex-direction:column}}@media only screen and (max-width:767px){#footer .footer-column-group .footer-column-1 .corp-logo{margin:30px 0}}@media only screen and (max-width:1024px){#footer .footer-column-group .footer-column-1 .corp-logo{width:100%;max-width:320px;display:inline-block}}@media only screen and (min-width:1025px){#footer .footer-column-group .footer-column-1 .corp-logo{padding:30px 0 0}}#footer .footer-column-group .footer-column-1 .footer-address{text-align:left}@media only screen and (max-width:1024px){#footer .footer-column-group .footer-column-1 .footer-address{width:100%;text-align:center}}#footer .footer-column-group .footer-column-1 .footer-address .address-text{margin-top:0;margin-bottom:0;color:var(--footer-address-color)}#footer .footer-column-group .footer-column-1 .footer-address .address-text#footer-number:hover{color:var(--footer-phone-color-hover)}#footer .footer-column-group .footer-column-2{width:30%;min-width:252px;border-left:1px solid var(--footer-address-oh-border-color);border-right:1px solid var(--footer-address-oh-border-color);padding:1%}@media only screen and (max-width:1024px){#footer .footer-column-group .footer-column-2{width:100%;border-left:none;border-right:none;border-top:1px solid var(--footer-address-oh-border-color);margin-top:15px;text-align:center}}#footer .footer-column-group .footer-column-2 .social-links{border-top:1px solid var(--footer-address-oh-border-color);width:100%}#footer .footer-column-group .footer-column-2 .social-links .icons{list-style:none;padding-left:0;display:flex;align-items:center;justify-content:center;margin-top:30px}#footer .footer-column-group .footer-column-2 .social-links .icons .sm-icon{padding:0 10px}#footer .footer-column-group .footer-column-2 .social-links .icons .sm-icon svg{width:30px;height:30px}#footer .footer-column-group .footer-column-2 .social-links .icons .sm-icon svg g{fill:var(--footer-sm-icon-color)}#footer .footer-column-group .footer-column-2 .footer-office-hours{padding:0 12%}#footer .footer-column-group .footer-column-2 .footer-office-hours #office_hours_header{color:var(--footer-office-hours-header-color)}#footer .footer-column-group .footer-column-2 .footer-office-hours .api-office_hours p{color:var(--footer-office-hours-color)}#footer .footer-column-group .footer-column-3{width:30%;min-width:300px;padding-left:5%}@media only screen and (max-width:767px){#footer .footer-column-group .footer-column-3{padding-left:0}}@media only screen and (max-width:1024px){#footer .footer-column-group .footer-column-3{width:100%;padding-top:35px;margin:45px 0 15px;text-align:center;border-top:1px solid #fff}}#footer .footer-column-group .footer-column-3 .list-unstyled.list-inline{list-style:none;padding-left:0}@media only screen and (min-width:768px){#footer .footer-column-group .footer-column-3 .list-unstyled.list-inline{column-count:3;text-align:center}}@media only screen and (min-width:1025px){#footer .footer-column-group .footer-column-3 .list-unstyled.list-inline{column-count:2;text-align:left}}@media only screen and (max-width:767px){#footer .footer-column-group .footer-column-3 .list-unstyled.list-inline .menu-item{margin:30px 0}}#footer .footer-column-group .footer-column-3 .list-unstyled.list-inline .menu-item .link{color:var(--footer-link-color);line-height:1.5}#footer .footer-column-group .footer-column-3 .list-unstyled.list-inline .menu-item .link:hover{color:var(--footer-link-color-hover)}.footer-copyright{text-align:center;background-color:var(--disclaimer-bg)}.footer-copyright .copyright-text{margin:0;padding:1em 5%;color:var(--disclaimer-copyright-link-color)}.footer-copyright .copyright-text a{color:var(--disclaimer-copyright-link-color)}.footer-copyright .copyright-text a:hover{color:var(--disclaimer-copyright-link-color-hover)}.footer-copyright .footer-icons svg.footer-icon{max-width:var(--footer-icons-svg-max-width)}.footer-copyright .footer-icons svg.footer-icon .svg-fill{fill:var(--footer-icons-svg-fill)}.footer-copyright .disclaimer-links{padding:0 5% 1em;color:var(--disclaimer-link-color);margin:0}.footer-copyright .disclaimer-links a{color:var(--disclaimer-link-color)}.footer-copyright .disclaimer-links a:hover{color:var(--disclaimer-copyright-link-color-hover)}