@font-face{font-family:'Whitney-Medium-Pro';src:url("../fonts/85BB350E3C5580832.woff2") format("woff2"),url("../fonts/85BB350E3C5580832.woff") format("woff")}
@font-face{font-family:'Whitney-Book-Pro';src:url("../fonts/7B5766823ADCCC6E7.woff2") format("woff2"),url("../fonts/7B5766823ADCCC6E7.woff") format("woff")}


body {
    font-family:  Whitney-Book-Pro,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #333333;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
}

main {
    border-top: 4px solid #a90533;
    padding-top: 50px;
    background: url('/images/background.jpg?v=1.1') center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 63%;
}

main .container {
    background-color: #FFF;
}

section {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

section .content {
    max-width: 848px;
    margin: 0 auto;
}


/*****************************
**          Typography
******************************/

h1, h2, h3, h4, h5 {
    font-family:  Whitney-Medium-Pro,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #C41F3E;
    margin-bottom: 26px;
}

h1 sup {
    font-size: 45%;
    top: -1em;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin: 0 auto 32px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 auto;
}

h4 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin: 0 auto;
}

footer h4 {
    font-size: 14px;
    line-height: 22px;
}

p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 26px;
    display: block;
}

ul {
    padding-left: 18px;
}

ul li {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

a:visited, a:hover, a:link , a:active{
    color: #C41F3E;
}
a:hover{
    text-decoration: underline;
}


/*****************************
**          Buttons
******************************/

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-lg-primary:focus,
.btn-lg-primary:active,
.btn-lg-primary.active,
.open>.dropdown-toggle.btn-lg-primary,
.btn-primary,
.btn-primary-question,
.btn-outline-primary-question
{
    color: #FFFFFF;
    background-color: #C41F3E;
    border-color: #C41F3E;
}
.btn-primary:hover,
.btn-primary-question:hover,
.btn-outline-primary-question:hover {
    background-color: #C41F3E;
    border-color: #C41F3E;
}

/*****************************
**          Layout
******************************/

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row .flex-cell-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-row .flex-cell-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


/*****************************
**          Footer
******************************/

footer {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    color: #333333;
}

footer .partner-logos {
    background-color: #F1F3F2;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
    padding: 36px 24px 84px;
}

footer .partner-logos img {
    width: 454px;
    height: 137px;
    margin: 44px auto 0;
    display: block;
}

.footer-row {
    width: 100%;
    max-width: 856px;
    margin: 30px auto 0;
    text-align: center;
}

.footer-row.align-left {
    text-align: left;
}

.footer-row:nth-of-type(2) {
    margin-top: 48px;
}

.footer-row:nth-of-type(3) {
    margin-top: 62px;
}

.footer-row:last-of-type {
    margin-bottom: 53px;
}

.footer-row h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}

.footer-row h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

.footer-row p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.footer-row a {
    text-decoration: underline;
}

.footer-row-cell {
    position: relative;
}

.footer-row.flex-row .footer-row-cell:first-of-type {
    text-align: left;
    border-right: 1px solid #C9C9C9;
}

.footer-row.flex-row .footer-row-cell:last-of-type {
    text-align: right;
    border-left: 1px solid #C9C9C9;
}


/*****************************
**          Homepage
******************************/

img.homepage-logo {
    height: 46px;
    width: auto;
    margin-bottom: 48px;
}

section#homepage .btn.btn-primary {
    margin-top: 43px;
}


/*****************************
**          Start Page
******************************/

img.cibc-logo {
    width: auto;
    height: 32px;
    margin: 0 auto 31px;
    display: block;
}

section#start-page .content {
    text-align: center;
}


/*****************************
**          Play Page
******************************/

section#play-page .content {
    text-align: center;
}


/*****************************
**       Question Page
******************************/

#play-page p {
    max-width: 672px;
    margin-right: auto;
    margin-left: auto;
}

#answer-options {
    width: 80%;
    max-width: 672px;
    margin: 0 auto;
}

.answer-option {
    width: 100%;
    /*height: 80px;*/
    /*line-height: 72px;*/
    margin-bottom: 16px;
    position: relative;
}

.answer-option label {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 4px solid #FFF;
    background-color: #F2F3F2;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    transition: all 0.3s ease;
    padding: 16px;
    margin-bottom: 0;
    text-align: left;
}

.answer-option label.btn-primary {
    background-color: #74BBBB;
    border-color: #559999;
    color: #FFFFFF;
}

.answer-option input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
    z-index: 50;
    cursor: pointer;
}

input[type=submit].btn-secondary {
    height: 56px;
    line-height: 56px;
    padding: 0 56px;
    background-color: #C41F3E;
    border: none !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    margin: 30px auto 69px;
}


/*****************************
**        Answer Page
******************************/

img.answer-circle {
    width: 112px;
    height: 112px;
    margin: 21px auto 19px;
    display: block;
}

#play-page a.submitButton {
    margin: 11px auto 69px;
    color: #FFF;
    height: 56px;
    line-height: 56px;
    padding: 0 56px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}


/*****************************
**    Submission Form Page
******************************/

section#score-page .content {
    text-align: center;
}

section#score-page .circle {
    height: 128px;
    line-height: 128px;
    background-color: #C4F2F0;
    color: #C41F3E;
    border-radius: 5px;
    padding: 0 28px;
    margin: 21px auto 19px;
    font-size: 66px;
    font-weight: 700;
    display: inline-block;
}

section#score-page h1 {
    font-size: 43px;
    line-height: 48px;
}

section#score-page h4 {
    font-size: 26px;
    line-height: 36px;
    max-width: 672px;
    margin: 0 auto 32px;
}

section#score-page label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 11px;
    display: block;
}

section#score-page input.form-control,
section#score-page select.form-control {
    height: 56px;
    line-height: 54px;
    background: #F3F3F3;
    border: 2px solid #F3F3F3;
    padding: 0 16px;
}

section#score-page input.form-control:focus,
section#score-page select.form-control:focus {
    background-color: #C4F2F0;
    border-color: #559999;
    box-shadow: none;
}

.form-row {
    max-width: 672px;
    margin: 0 auto 23px;
}

.form-row.multi-input {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.multi-input .row-group {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.multi-input .row-group.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: unset;

    margin-right: 16px;
}

button.submitButton,
a.submitButton {
    background-color: #C41F3E;
    height: 56px;
    line-height: 56px;
    padding: 0 56px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    margin: 44px auto 17px;
}

p.small-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    max-width: 370px;
    margin: 0 auto 160px;
}
