/* COMMON STYLES */

.vs-row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.color-visa-blue {
    color: #1434cb;
}

.color-white {
    color: #FFFFFF;
}

.text-gold {
    color: #f7bd19;
}

img.full-width-image {
    width: 100%;
}

img.small-img {
    width: 65%;
}

@media(max-width: 767px) {
    img.small-img {
        width: 30%;
    }

    img.olympic-lockup {
        width: 100%;
    }
}

a.color-black-link {
    color: #2d2d2d;
    text-decoration: underline;
}

a.color-white-link {
    color: #ffffff;
    text-decoration: underline;
}

a.color-white-link:hover {
    text-decoration: none;
    color:white;
}

/* END COMMON STYLES */

h1,h2,h3,h4,h5,h6 {
    color: #2c2c2c;
}

h2.smaller {
    font-size: 24px;
    max-width: 80%;
}

@media (max-width: 767px) {
    h2.smaller {
        font-size: 20px;
        max-width: 100%;
    }
}

.promo-header-content {
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.headline-container {
    width: 65%;
}

.headline-container h1 {
    text-align: left;
    color: #2c2c2c;
    font-size: 46px;
}

p {
    color: #2c2c2c;
}

p.sub-heading {
    width: 75%;
    font-size: 25px;
    margin-left: 12%;
}

.headline-container button {
    margin-left: 12%;
    padding: 12px 24px 14px!important;
}

.headline-container-mobile h1 {
    text-align: center;
    color: #2c2c2c;
    font-size: 28px;
}

.headline-container-mobile p.sub-heading {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.blue-button {
    background-color: #1434cb;
    border: 0;
}

.blue-button:hover {
    border: 0;
}

span.bold {
    font-family: 'visa-font-latin-semi-bold',sans-serif,Tahoma;
    font-weight: 600;
}
/* nav */
.promo-navigation {
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {
    nav {
        display: flex;
        overflow: scroll;
        scrollbar-color: transparent transparent;   
    }
    nav::-webkit-scrollbar {
        height: 0px;
    }
}

nav a {
    color: #4d4d4d;
    font-size: 18px;
}

.grey-background {
    color: #2d2d2d;
    background-color: #F0F0F0;
}

.blue-background {
    color: #FFFFFF!important;
    background-color: #1434cb;
}
    .blue-background h2, 
    .blue-background h5,
    .blue-background p {
        color: #FFF;
    }

.pelna-tresc {
    color: #2d2d2d;
}

.pelna-tresc:hover {
    color:#2d2d2d;
    font-weight:bold;
}

/*content*/

.icons-row {
    display: flex;
    flex-wrap: wrap;
}

td {
    padding-right: 2em;
}

@media (max-width: 767px) {
    table {
        margin: auto;
    }
    td {
        padding: 0 1em;
    }
}

.form-control {
    padding: 1.375rem 0.75rem!important;
}

.vs-text {
    margin-bottom: 0!important;
}

.stores-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.prizes-row {
    align-items: center;
    text-align: right;
}

@media(max-width: 767px) {
    .prizes-row {
        text-align: left;
    }
}

.full-prize-row {
    display: flex;
    flex-direction: row;
    align-items: start;
}

@media(max-width: 767px) {
    .full-prize-row {
        flex-direction: column-reverse;
        text-align: center!important;
    }
}

span.big-prize {
    color: #1434cb;
    font-size: 45px;
    font-family: 'visa-font-latin-semi-bold',sans-serif,Tahoma;
}

span.little-prize {
    color: #f7bd19;
    font-size: 36px;
    font-family: 'visa-font-latin-semi-bold',sans-serif,Tahoma;
}

form .validation-alert {
    font-family: 'visa-font-latin-light',sans-serif,Tahoma;
}

span.big-blue {
    font-family: 'visa-font-latin-semi-bold', sans-serif, Tahoma;
    color: #1434cb;
    font-size: 70px;
}

span.medium-yellow {
    font-family: 'visa-font-latin-semi-bold', sans-serif, Tahoma;
    color: #fcc015;
    font-size: 52px;
}

.twocol-end .inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.twocol-end-wrapper {
    display: flex;
    padding: 60px 0 0 0;
}

.twocol-end-wrapper .left {
    width: 40%;
    display: flex;
    align-items: flex-end;
}

.twocol-end-wrapper .left img {
    max-width: 100%;
}

@media(max-width: 767px) {
    .twocol-end-wrapper .left {
        justify-content: center;
    }
}

.twocol-end-wrapper .right {
    text-align: left;
    width: 60%;
    padding: 0 0 0 20px;
}

.twocol-end-wrapper h1 {
    font-size: 34px;
}

.twocol-end-wrapper h3 {
    color: #1434cb;
    font-size: 24px;
}

.twocol-end-wrapper .cta-bar {
    display: flex;
    flex-wrap: wrap;
}

.twocol-end-wrapper .cta-bar button {
    margin: 0 10px 0 0;
}

@media(max-width: 767px) {
    .twocol-end-wrapper {
        flex-direction: column;
    }

    .twocol-end-wrapper .left {
        width: 100%;
        padding: 0px;
        order: 2;
    }
    
    .twocol-end-wrapper .right {
        width: 100%;
        padding: 0 0 20px 0;
        order: 1;
    }
}

form .validation-alert {
    display: contents;
}