/* Avery Styles */


.centerContainer {
    margin: 0 auto;
}

.gridRight {
    float: right;
}

a.outbound, .outbound {
    padding-right: 20px;
    background: url(images/outbound.png) 100% 50% no-repeat;
}

.topNav {
    font-weight: bold;
    color: #fff url(images/headerBaseBg.png) repeat-x;
    min-height: 80px;
    padding-top: 25px;
    position: relative
}

.topNav .logo2 {
    display: block;
    height: 45px;
    max-width: 480px;
    overflow: hidden;
    margin: 0 0 16px 20px;
}

.bodyTextB7, .bodyTextB7 a, .error, .contactModule, .contactModule a {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    display: block;
}

/*inline-*/
.contactModule {
    padding: 5px 10px;
    border-top: 1px solid black
}

.contactModule a {
    display: inline-block;
    color: #999;
    padding: 0px 10px 0 6px;
    border-right: none;
}

.contactModule a:hover, #toggleMenu.selected {
    text-decoration: underline;
    color: #262626;
    background-position: 100% 100%;
}

.contactModule a.globe {}

.contactModule a.globe:hover, #toggleMenu.selected {
    background-position: 10px -25px;
}

.contactModule a.facebook,
.contactModule a.twitter,
.contactModule a.instagram,
.contactModule a.linkedin {
    width: 13px;
    height: 13px;
    padding: 0 0 0 7px;
    margin: 0;
    border: none;
    text-align: left;
}

a.linkedin {
    padding-right: 18px;
    background: url(images/linkedin999.png) 100% 0% no-repeat;
}

a.facebook {
    padding-right: 18px;
    background: url(images/facebook999.png) 100% 0 no-repeat;
}

a.twitter {
    padding-right: 18px;
    background: url(images/twitter999.png) 100% 0% no-repeat;
}

a.linkedin {
    padding-right: 18px;
    background: url(images/linkedin999.png) 100% 0% no-repeat;
}

a.instagram {
    padding-right: 18px;
    background: url(images/instagram999.png) 100% 0 no-repeat;
}

a.youtube {
    padding-right: 18px;
    background: url(images/youtube999.png) 100% 0 no-repeat;
}

/*ContactModules/PreNav/Footer*/

.preNav {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.pageFooter {
    background: inherit;
    margin-top: 60px;
    clear: both;
}

/*padding:20px 0;*/
.pageFooter, .pageFooter a {
    color: #666666;
}

/*.pageFooter .logo{display:block;width:275px;height:56px;background:url(images/AD_LPM_Black_a.png) 0 0 no-repeat;}*/
.pageFooter .contactModule.gridRight {
    margin-top: 0;
}

.pageFooter .signUp {
    min-width: 210px;
    max-width: 250px;
    margin: 0 80px 26px 0 ;
}

.pageFooter .signUp .bodyTextBold p {
    padding-bottom: 2px;
}

.pageFooter .signUp .contactModule p {
    padding-bottom: 12px;
}

.pageFooter .contactModule.bottom {
    clear: both;
    text-align: right;
    margin-top: 27px;
}

.pageFooter .bottom a {
    border-left: 1px solid #666;
    border-right: none;
    padding: 0 0 0 10px;
    margin-left: 6px;
}

.pageFooter .bottom span a:first-child {
    border-left: none;
}

.pageFooter .contactModule .copyright {
    float: left;
}

.pageFooter a.facebook {
    background-image: url(images/facebook-black-icon.png);
    padding-right: 20px;
}

.pageFooter a.twitter {
    background-image: url(images/twitter-black-icon.png);
    padding-right: 20px;
}

.pageFooter a.linkedin {
    background-image: url(images/linkedin-black-icon.png);
    padding-right: 20px;
}

.pageFooter a.instagram {
    background-image: url(images/instagram-black-icon.png);
    padding-right: 20px;
}

.pageFooter a.youtube {
    background-image: url(images/youtubeFooter.png);
    padding-right: 20px;
}

.pageFooter .link {
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none;
}

.pageFooter .row {
    margin-left: 15px;
    margin-right: 15px;
}

.pageFooter .copyright {
    color: black;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
}

.pageFooter .centerContainer {
    background: #fff;
    padding: 20px 0;
}

.footer-main {
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow: hidden;
    display: block;
    padding: 50px 0 50px;
}

.footer-links > ul li {
    list-style-type: none;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 16px;
    padding-bottom: 6px;
    font-family: "Nunito Sans", sans-serif;
}

.footer-bottom {
    padding-top: 40px;
}

.footer-social {
    padding-bottom: 30px;
}

.logo img {
    max-width: none;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .logo img {
        width: 270px;
    }
}