/* Hiding bookmark icon */
	div.breadcrumbs .breadcrumbs__bookmark {
		display: none!important;
	}

/* HIDING THE MY CONTENT and EDIT LINKS UNTIL THEY ARE FIXED */
.header__profile-info p:last-child {
	display: none!important;	
}


a[href="https://www.aopa.org/login/RenewAOPA"] {
    display: none!important;   
}
</style>
<style>
a[href*="tel:"] { 
    color: #004c97;
    font-weight: 700;
    text-decoration: none;
  
}
a[href*="tel:"]:after {
    background-image: url(../images/noun_Phone.png);
    background-repeat:no-repeat;
    background-size:14px 14px;
    display: inline-block;
    height: 14px;
    width:14px;
    content:"";
    margin-bottom:-2px;
    margin-left:5px;
}

@media screen and (min-width: 761px) {

      .header a[href*="/donate-today"] {
        background-color: #00a3e0;
        color: #fff;
        display: inline-block;
        max-height: 62px;
        
    }

      .header  a[href*="/donate-today"]:hover {
        color: #fff;
        background-color: #004c97;
    }
    
    .header > .l-wrapper {    
        display: flex;    
        justify-content: space-between;    
        align-items: flex-start;
    }
    
    .header .header__logo {
        height: auto;
    }
    
    .header .header__nav {    
        clear: none;    
        float: none;    
        width: auto;    
        border-width: 0;    
        margin-top: 0;
        flex-grow: 1;
        margin-right: 10px;
    }    

    .header .header__logo {
        flex-shrink: 0;
    }

    .header .header__logo img {
        width: auto;
    }
    
    
    .header .header__nav-main-list li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header .header__nav-main-list li a {
        padding: 0.8125rem 0.625rem!important;
        font-size: 0.65rem!important;
        height: 62px;
    }

    .header .header__aopa-links {    
        width: auto;    
        float: none;
        margin-bottom: 10px;
        margin-top: 0;
    }
    
    .header__aopa-links a {
        padding-top: 15px;
    }

    .header__nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header__user > a {
        white-space: nowrap;
        padding: 10px 20px ;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .header__user > a span {
        display: inline-block;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media screen and (min-width: 1060px) {
    .header .header__nav-main-list li a {
/*        padding: 0.8125rem 1.625rem!important;*/
        font-size: 0.85rem!important;
    }    
}

@media screen and (min-width: 1201px) {
    
    
    .header .header__nav {    
  
        margin-top: 12px;
    }   
    
    .header .header__nav-main-list li a {
        height: auto;    
    }
}

@media (min-width: 1111px){
.header__links a {
    padding: 0.3125rem 1.225rem;
}
.header__links{
    line-height:1.3rem
}
.header__links .header__home-link a{

    padding-bottom:0;
}
}

@media screen and (min-width: 761px){
.header__links .l-wrapper .l-column ul li a {
    line-height: 1.5rem;
}
}
    
.sticky {
   position: fixed;
}
.sticky-rightrail {
      position: fixed;
       top: 120px;
      z-index: 9999;
 }
@media screen and (max-width: 767px) {
          .zopim {
            bottom: 130px !important;
          }
        }
.app {
    bottom: 50px !important;
}

