body {
    font-family: proxima-nova, sans-serif;
    background-color: #00788C;
    min-height: 100%;
    margin: 0;
}

a {
    text-decoration: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.hero {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #00788C;
    color: #fcfcfc;
}

.hero-expert {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 120, 140, 1) 0%, rgba(29, 17, 96, 1) 100%);
    background-image: url("img/expertbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fcfcfc;
}

.hero-wrap {
    padding: 3.5em 10px;
    background-image: url("img/BuzzBracket.jpg");
    height: 100%;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.hero-wfyb {
    background-image: url("img/wfyb.png");
    height: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.hero-beerwithmeclt {
    background-image: url("img/beerwithmeclt.png");
    height: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.hero-hoptomist {
    background-image: url("img/hoptomist.png");
    height: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.hero-craftbeerclt {
    background-image: url("img/craftbeerclt.png");
    height: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.hero-spacekase {
    background-image: url("img/spacekase.png");
    height: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#bracket {
    overflow: hidden;
    background-color: #e1e1e1;
    padding-top: 20px;
    font-size: 12px;
    padding: 40px 0;
}


.bracket-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.bracket-header h2 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #00788C;
    text-transform: uppercase;
    text-align: center;
}

.bracket-text {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.bracket-text h4 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1D1160;
    text-transform: uppercase;
    text-align: center;
}

.bracket-text h4 a {
    color: #00788C;
    text-decoration: none;
}

.bracket-text h4 a:hover {
    color: #1D1160;
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.split {
    display: block;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 42%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
}

.champion {
    display: block;
    width: 16%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    align-self: center;
    margin-top: -15px;
    text-align: center;
    padding: 230px 0\9;
}

.champion i {
    color: #a0a6a8;
    font-size: 40px;
    padding: 10px 0;
}

.champion i.congrats {
    color: #1D1160;
    font-size: 45px;
    padding: 5px 0;
}

.choose {
    display: none;
}

#G31W {
    color: #1D1160;
    font-size: 22px;
    padding-bottom: 5px;
}

.round {
    display: block;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 95%;
    width: 30.8333%\9;
}

.split-two {}

.split-one .round {
    margin: 0 2.5% 0 0;
}

.split-two .round {
    margin: 0 0 0 2.5%;
}

.matchup {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    height: 60px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.score {
    font-size: 11px;
    text-transform: uppercase;
    float: right;
    color: #00788C;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    position: absolute;
    right: 5px;
}

.team {
    padding: 0 5px;
    margin: 3px 0;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.round-two .matchup {
    margin: 0;
    height: 60px;
    padding: 50px 0;
}

.round-three .matchup {
    margin: 0;
    height: 60px;
    padding: 130px 0;
}

.round-details {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #00788C;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
}

.champion li,
.round li {
    background-color: #fff;
    box-shadow: none;
    opacity: 0.45;
}

.current li {
    opacity: 1;
}

.current li.team {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #1D1160;
}

.team-top.current {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.team-bottom.current {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.vote-options {
    display: block;
    height: 52px;
}

.share {
    margin: 0 auto;
    text-align: center;
}

.share-icon {
    font-size: 24px;
    color: #fff;
    padding: 25px;
}

.share-wrap {
    max-width: 1100px;
    text-align: center;
    margin: 60px auto;
}

.share-wrap h2 {
    color: #fff;
}

.final {
    margin: 4.5em 0;
}

.button-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button,
.button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #1D1160;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Form */
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.form-inline label {
    margin: 0px 10px 0px 15px;
    font-size: 18px;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    color: #1D1160;
}

.form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.form_button {
    padding: 10px 20px;
    background-color: #00788C;
    color: #e1e1e1;
    border: none;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form_button:hover {
    background-color: #1D1160;
}

.form-inline input.form_button {
    padding: 10px 20px;
    background-color: #00788C;
    color: #e1e1e1;
    border: none;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-inline input.form_button:hover {
    background-color: #1D1160;
}

.large {
    font-size: 2em;
}

.hide-form {
    display: none;
}

/* Modal */
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0.8;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body h2 {
    margin-bottom: 1rem;
    font-size: 35px;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    color: #1D1160;
}

.modal-body p {
    margin-bottom: 2rem;
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
}

.modal-body a {
    display: block;
}

.modal-body a img {
    width: 50%;
}

.text-center {
    text-align: center !important;
}

.modal-socials a {
    display: inline-block;
}

.social-icon {
    margin: 10px 10px 25px;
    font-size: 24px;
    color: #00788C;
}

.social-icon:hover {
    color: #1D1160;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-footer button.close_button {
    padding: 10px 20px;
    background-color: #00788C;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    color: #fff;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-footer button.close_button:hover {
    background-color: #1D1160;
}

.modal-footer .pdf_button {
    padding: 10px 20px;
    background-color: #1D1160;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    color: #fff;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-footer .pdf_button:hover {
    background-color: #00788C;
}

.btn {
    background-color: #1D1160;
    height: 40px;
    max-width: 220px;
    margin: 10px 0px;
    padding: 5px 20px;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    font-weight: 700;
    color: #FFF;
}

.btn:hover {
    background-color: rgb(29, 17, 96, 0.6);
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.btn-outline {
    color: #1D1160;
    border-color: #1D1160;
}

.btn-outline:hover {
    color: #fff;
    background-color: #1D1160;
    border-color: #1D1160;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.share-icon {
    color: #fff;
    opacity: 0.5;
}

.share-icon:hover {
    opacity: 1;
    -webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;
}

.date {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: proxima-nova, sans-serif;
    color: #1D1160;
}



@media screen and (min-width: 981px) and (max-width: 1099px) {
    .container {
        margin: 0 1%;
    }

    .champion {
        width: 14%;
    }

    .split {
        width: 43%;
    }

}

@media screen and (max-width: 980px) {
    .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .split,
    .champion {
        width: 90%;
        margin: 35px 5%;
    }

    .champion {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .split {
        border-bottom: 1px solid #b6b6b6;
        padding-bottom: 20px;
    }

    .form-inline input {
        margin: 10px 0;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
        margin: 10%;
    }

    .form-inline label {
        margin: 0px 10px 0px 0px;
        font-size: 18px;
        font-family: proxima-nova-condensed, sans-serif;
        font-weight: 900;
        color: #1D1160;
    }
}


@media screen and (max-width: 400px) {

    .split {
        width: 95%;
        margin: 25px 2.5%;
    }

    .round {
        width: 30%;
    }

    .current {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
    }

}
