﻿ .site-banner-brand img {width:200px;}
  .site-banner-brand { max-width: 21rem !important;}
 .ppg-footer-logo {margin:1em auto 0 auto;width:250px}

body header + .container {
    min-height: calc(100vh - 164px);
}

 /* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    .site-banner-brand img {width:106px;max-width:none}
} 
/* Landscape phones and down */
@media (max-width: 480px) { 

    .site-banner-brand img {width:106px;max-width:none}
}


.homepage-benefits .header:after {
	left: 50%;
    margin-left: -22px;
}

.homepage-options .text {
    margin-right: 0;
}

.site-footer-social, .site-footer-language {
	width: initial;
	float: initial;
	display: inline;
    float: none;
}

.site-footer-social li {
	margin-bottom: 0;
}

.site-footer-language {
	margin-left: 14px;
    margin-left: 1rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
    padding-bottom: 0;
    padding-top: 22px;
}

.site-footer-language {
    margin-bottom: 0;
    padding-top: 0;
    
}

.site-footer-language .btn-secondary {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.site-footer-language .btn-secondary:hover {
    color: #d1342c;
    border-color: #d1342c;
}

.center-foot {
	padding-bottom: 22px;
    text-align: center;
    display: block;
}

.site-footer-language.dropup>.dropdown-menu {
	bottom: 55px;
    bottom: 3.92857rem;
}

.fixed-supported .site-banner {
    background: rgba(0,0,0,1);
}

@media (min-width: 1172px) {
    .site-banner-nav {
        margin: 0 -1rem;
        max-width:80%;
    }
}

.nav-list > li > a:hover, .nav-list > li > a:focus, .nav-list > li > a:active, .nav-list > li > a.active {
    color: #fff;
}
.nav-list > li > a:hover {
    color: #d1342c;
}

.site-footer-links {
    display:inline;
}

.site-footer-links a:hover, .site-footer-links a:focus, .site-footer-links a:active {
    color: #dc6660;
}

.site-footer-links a {
    color: #fff;
}

.site-footer {
    text-align: left;
    position: static;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.right-foot {
    float: right;
    display: inline;
}


.site-footer-social a {
    color: #fff;
    border: 1px solid #fff;
}

.site-footer-social a:hover {
    color: #d1342c;
    border: 1px solid #d1342c;
}

.site-footer > .container {
    margin: auto;
    max-width: 100%;
}

.site-footer-links > li {
    vertical-align: middle;
}

/*Benifits override*/
.homepage-benefits p {
    color: #fff;
}

html, body {
    background: #fff;
}

.page-title {
    text-shadow:none;
}

.white-bg {
    background: #fff;
}

.menu-list a:link, .menu-list a:visited {
    background: #fff;
}
.menu-list a:hover {
    background: #f2f2f2;
}
.white-bg .primary-content {
    padding-top: 0;
    /* padding-left: 40px;*/
    padding-left: 0px;
}

.site-footer-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.site-footer-social i {
    font-size: 14px;
}
@media screen and (max-width: 1199px) {
    footer.site-footer {
        text-align: center;
    }

    .site-footer-links {
        display: block;
        margin-bottom: 20px;
    }

    .site-footer-language {
        margin-right: 20px;
    }

    .right-foot {
        float: none;
    }

    body header + .container {
        min-height: calc(100vh - 205px);
    }
}

@media (max-width: 661px) {

    body header + .container {
        min-height: calc(100vh - 225px);
    }
}


@media screen and (max-width: 375px){ 
   .right-foot {
        display: block;
        margin-top: 20px;
    }

    body header + .container {
        min-height: calc(100vh - 275px);
    }
}

.fixed-supported .page-title {
    margin-top: 4.28571rem;
}

.site-footer-language .btn-secondary {
    font-size: 0.75rem;
    padding: 0.51429rem;
}

.btn-primary{
    color:#fff;
}

