  /* --------------------------------------
    This stylesheet is devoted to:

    footer.php
    #website-footer
-------------------------------------- */
 
/* -------------- website footer - basics --------------- */
#website-footer {
    clear: both;
}
#website-footer ul {
    list-style-type: none;
}
#website-footer ul li {
    display: inline;
}
#website-footer a {
    color: white;
    text-decoration: none;
}
/* -------------- website footer - structure --------------- */
#footer-main, #acknowledgement, #footer-info {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
#footer-info .mw1024 {
    max-width: 1064px;
}
#footer-main {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #e71c31;
    coloR: white;
}
#footer-columns {
    display: block;
}
#footer-address, #footer-audience, #footer-resources, #footer-social {
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
}
#footer-address {
    width: 32%;
}
#footer-audience {
    width:24%;
}
#footer-resources {
    width: 18%;
}
#footer-social {
    width: 26%;
}
/* #footer-address (footer column 1) --------------- */
#footer-logo {
    width: 192px;
    height: 60px;
    margin-bottom: 50px;
    display: block;
}
#footer-address {
    display: block;
    line-height: 1.6;
}
#website-footer address {
    display: block;
    font-size: 180%;
   /* font-family: "Sentinel A", "Sentinel B";
    */
    font-style: normal;
    font-weight: 400;
}
#footer-address .u-email {
    clear: both;
    margin-top: 40px;
    color: white;
    font-size: 100%;
    width: auto;
    border-bottom: 1px solid transparent;
}
#footer-address .u-email:hover, #footer-address .u-email:focus {
    border-bottom: 1px solid #f38d98;
    outline: none;
}
#footer-address .u-email:after {
    background-image: url('/img/chevron-right.svg');
}
#footer-address .u-email:hover:after {
    margin-left: 15px;
}
#footer-address .p-tel {
    display: block;
}
#footer-address .p-tel:focus {
    text-decoration: underline;
    outline: none;
}
#footer-address .u-email:before {
    content: "";
}
/* #footer-audience, #footer-resources (footer column 2 and 3) --------------- */
#footer-audience h2, #footer-resources h2 {
    margin-top: 7px;
    font-size: 160%;
    font-weight: 800;
    margin-bottom: 20px;
}
#footer-audience ul a, #footer-resources ul a {
    font-size: 160%;
    line-height: 1;
    padding: 3px 0 0 0;
    margin: 6px 0 6px;
    displaY: inline-block;
    border-bottom: 1px solid transparent;
}
#footer-audience ul li, #footer-resources ul li {
    display: block;
    width: 100%;
}
#footer-audience ul a:hover, #footer-resources ul a:hover, #footer-audience ul a:focus, #footer-resources ul a:focus {
    border-bottom: 1px solid #f38d98;
    outline: none;
}
#website-footer .text-link {
    text-decoration: none !important;
}
/* #footer-social (column 4) --------------- */
#footer-social {
    text-align: right;
    padding-right: 0;
}
#footer-social nav {
    display: inline;
}
#footer-social ul {
    width: 200px;
    display: inline-block;
}
#footer-social .button {
    margin-top: 120px;
}
#footer-social a:hover img {
}
#footer-social img {
    width: 56px;
    height: 56px;
    background-color: #9B172E;
    border-radius: 31px;
    margin: 3px;
    font-size: 100%;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    transition: all .025s ease-out;
}
#footer-social a:focus {
    outline: none;
}
#footer-social a:hover img, #footer-social a:focus img {
    transform: scale(1.1);
}
#donate-button {
    display: inline-block;
    width: 200px;
    margin-top: 0;
}
/* treaty acknowledgement bar --------------- */
#acknowledgement {
    clear: both;
    width: 100%;
    background: #e71c31;
    border-top: 1px solid #f38d98;
    color: white;
    padding: 60px 20px 120px;
}
#acknowledgement small {
    font-size: 140%;
    line-height: 1.44;
}
#acknowledgement a {
    text-decoration: underline;
    displaY: inline-block;
}
#acknowledgement a:hover {
    text-decoration: none;
}
/* -------------- bottom bar --------------- */
#footer-info {
    height: auto;
    padding: 5px 0;
}
#footer-info ul a {
    font-size: 140%;
    padding: 2px 0;
    display: inline-block;
    margin: 2px 10px;
}
#footer-info ul a:focus {
    outline: none;
    text-decoration: underline;
}
#footer-info li {
}
#footer-info li:after {
    content: "|";
    display: inline;
    margin-right: -3px;
    color: white;
}
#footer-info li:last-child:after {
    content: none;
}
#footer-copyright-menu {
    padding-left: 10px;
}
#footer-copyright-menu ul li {
    display: inline;
}
#footer-copyright-menu li a {
    border-bottom: 1px solid transparent;
}
#footer-copyright-menu li a:hover {
    border-bottom: 1px solid #f38d98;
}
#footer-main .inner, #acknowledgement .inner, #footer-info .inner, #top-bar .inner {
}
/* -------------- media queries --------------- */
@media screen and (min-width: 1025px) {
    #website-footer {
        position: relative;
   }
    #footer-info {
        position: absolute;
        bottom: 0;
        left: 0;
        widtH: 100%;
        background-color: #9B172E;
   }

}
@media screen and (max-width: 1024px) {
    #website-footer {
        position: relative;
   }
    #footer-info {
        position: relative;
        bottom: auto;
        left: auto;
        widtH: auto;
        clear: both;
   }
    #acknowledgement {
        background-color: #9B172E;
        border-top: none;
   }
   #footer-copyright-menu {
        padding-left: 0;
    }
    #donate-wrapper {
        padding-bottom: 50px;
   }
    #footer-main {
        padding: 40px;
   }
    #footer-main, #footer-info {
        padding-left: 0;
        padding-right: 0;
   }
    #footer-address, #footer-audience, #footer-resources, #footer-social {
        width: 100%;
        padding-right: 0;
   }
    #footer-social .button {
        margin-top: 0;
        margin-left: 0;
   }
    #footer-address .u-email {
        margin-top: 20px;
   }
    #footer-audience {
        width: 30%;
   }
    #footer-resources {
        width: 30%;
   }
    #footer-address, #footer-audience, #footer-resources, #footer-social nav, #footer-social .donate-wrapper, #footer-info{
        displaY: block;
        padding: 30px 20px;
   }
    #footer-address {
        width: 40%;
        padding-bottom: 40px;
   }
    #footer-social nav, #footer-social .donate-wrapper{
        text-align: center;
   }
   /* #footer-social nav, #footer-social .donate-wrapper, */
    #footer-info{
        border-top: 1px solid #f38d98;
        padding: 30px 10px;
   }
    #footer-social nav {
        padding: 10px 20px;
   }
    #footer-social ul {
        width: auto;
        display: inline;
   }
    #acknowledgement {
        padding: 30px 20px;
   }
    #acknowledgement .inner {
       /* text-align: center;
        */
   }
    #footer-main {
        padding-bottom: 0;
   }
}
@media screen and (max-width: 760px) {
    #footer-main {
        padding: 0;
   }
    #footer-audience, #footer-resources {
        border-top: 1px solid #f38d98;
   }
    #footer-audience h2, #footer-resources h2 {
        margin-top: 0;
   }
}
@media screen and (max-width: 760px) and (min-width: 480px){
    #footer-main {
        padding-top: 30px;
        padding-bottom: 30px;
   }
    #footer-address {
        paddinG: 20px 0;
        border-top: none;
   }
    #footer-address {
        width: 100%;
   }
    #footer-address #footer-logo {
        float: left;
        padding-left: 20px;
   }
    #footer-address .text-link {
        float: left;
   }
    #footer-address address {
        displaY: block;
        width: 50%;
        float: right;
        padding-left: 20px;
        box-sizinG: border-box;
   }
    #footer-audience, #footer-resources {
        width: 50%;
   }
}
@media screen and (max-width: 480px) {
    #footer-address, #footer-audience, #footer-resources, #footer-social nav, #footer-info {
        displaY: block;
        padding: 30px 10px;
   }
    #footer-address, #footer-audience, #footer-resources {
        width: 100%;
   }
    #footer-address {
        text-align: center;
   }
    #footer-logo {
        text-align: center;
        margin: 30px auto;
       /* optical center;
        */
        transform: translateX(-3%);
   }
    #footer-social img {
        width: 40px;
        height: 40px;
   }
    #footer-social .donate-wrapper {
        padding-bottom: 50px;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
   }
   #footer-social .donate-wrapper #donate-button {
        max-width: 100%;
    }  
    #footer-info ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: 100px;
   }
    #footer-info ul li {
        displaY: inline-block;
        width: 50%;
        box-sizing: border-box;
   }
    #footer-info ul li a {
        box-sizing: border-box;
        padding: 5px 0;
        margin: 2px 0;
        font-size: 130%;
   }
    #footer-info ul li:after {
        display: none;
   }
    #footer-audience h2, #footer-resources h2{
        letter-spacing: 0.05em;
   }
    #footer-audience ul a, #footer-resources ul a, #footer-info ul li a {
        letter-spacing: 0.025em;
   }
    #acknowledgement {
        padding: 20px 10px;
   }

}
