/*********************************
/* !+  colors */
/*********************************/

#title #pennzoil-logo {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 46px;
    width: 95px;
}

@media only screen and (min-width: 640px) {
    #title #pennzoil-logo {
        width: 184px;
        top: 30px;
    }
}

#footer-share {
    height: intrinsic;
    background-color: #222;
    border-bottom: 3px solid #ffd200;
    font-family: roboto-medium;
    color: white;
    font-size: 20px;
}

#footer-share .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 7px;
}

@media only screen and (min-width: 640px) {
    #footer-share .content {
        padding-top: 17px;
    }
}

#footer-share .links {
    font-family: roboto-regular;
    color: #ededed;
    font-size: 14px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
    #footer-share .links {
        margin-bottom: 48px;
    }
}

#footer-share .links .divider {
    display: none;
}

@media only screen and (min-width: 640px) {
    #footer-share .links .divider {
        display: inline;
        padding: 0px 10px;
    }
}

#footer-share .links a {
    color: #ededed;
    transition: color 0.4s;
}

#footer-share .links a:hover {
    color: #ffd200;
    transition: color 0.4s;
}

#footer-share .link {
    display: block;
    margin-bottom: 8px;
}

@media only screen and (min-width: 640px) {
    #footer-share .link {
        margin-bottom: 0px;
        display: inline;
    }
}

#footer-share #copyright {
    padding-left: 0px;
    padding-top: 10px;
}

@media only screen and (min-width: 640px) {
    #footer-share #copyright {
        padding-left: 30px;
    }
}

#footer-share .dotComLink {
    margin: auto;
    margin-top: 59px;
    margin-bottom: 47px;
}

@media only screen and (min-width: 640px) {
    #footer-share .dotComLink {
        margin-top: 30px;
    }
}

#footer-share .dotComLink a {
    margin-top: 12px;
    display: block;
    color: white;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    transition: color 0.4s;
}

@media only screen and (min-width: 640px) {
    #footer-share .dotComLink a {
        margin-top: 12px;
        padding-top: 0px;
        display: inline;
    }
}

#footer-share .dotComLink a:hover {
    color: #ffd200;
    transition: color 0.4s;
}

h2 {
    font-family: roboto-bold;
    font-size: 30px;
    color: #000000;
    font-style: normal;
    font-weight: 100;
}

.button {
    padding: 13px 34px;
    font-family: roboto-medium;
    font-size: 20px;
    color: #000000;
    width: intrinsic;
    font-style: normal;
    font-weight: 100;
    border: 1px solid #000000;
    margin: auto;
    cursor: pointer;
    max-width: intrinsic;
    width: intrinsic;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.video-wrapper {
    width: 100%;
    height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Can set fixed footer here if needed  Did not impact testing */
    background-color: #f5f5f5;
}

.wordwrap {
    word-wrap: break-word;
    /* IE */
}

a:link,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}

body {
    background-color: #f7f7f7;
}

* {
    margin: 0;
}


/* Start Polygon background */

.polygon {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.polygon svg {
    width: 100%;
    height: 100%;
}

.polygon svg polygon {
    fill: #ededed;
}

.fix-overflow {
    display: none;
    overflow-x: hidden;
}

.hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.svg-bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

@font-face {
    font-family: roboto-regular;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: roboto-medium;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: roboto-bold;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: roboto-bold-condensed;
    src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: gobold-bold-italic;
    src: url("../fonts/gobold-bold-italic-webfont.woff2") format("woff2"), url("../fonts/gobold-bold-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: gobold-bold;
    src: url("../fonts/gobold_bold-webfont.woff2") format("woff2"), url("../fonts/gobold_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
