/* FORM STYLE */
.form-container-standard [type=checkbox], .form-container-standard [type=radio] {
    opacity: unset;
    position: unset;
}
.form-group.col-lg-12 p {
    text-align: left;
}
.form-container-standard label .form-error-item, .form-container-standard .label-select .form-error-item{
    display:none;
}
.registered{
display:none;
}
.grey-bg-half h2 {text-align: center; margin: 15px auto;}

.notregistered form input::placeholder,
.notregistered form select {
    color: #737373 !important;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: none !important;
}

.notregistered form .form-element-wrapper {
    border-bottom: 1px solid #737373 !important;
    margin: 0 10px;
}

.notregistered form select.form-control {
    padding: 5px;
}

.notregistered form .form-element-wrapper input, .notregistered form select, .notregistered form .form-group p{
    padding: 5px;
    margin: 0 !important;
    background: transparent;
    font-size: 16px !important;
}


.notregistered form .form-element-wrapper input.ng-invalid.ng-touched {
    border: none;
    background: transparent;
}

.notregistered form .form-element-wrapper input.ng-invalid.ng-touched::placeholder {
    color: #D8292F;
}

.notregistered .form-group {
    padding: 5px 0;
}

.notregistered .form-group input[type="checkbox"],
.notregistered .form-group input[type="radio"] {
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #004f79;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}

.notregistered .form-group input[type="checkbox"]:checked,
.notregistered .form-group input[type="checkbox"]:active,
.notregistered .form-group input[type="checkbox"]:focus,
.notregistered .form-group input[type="radio"]:checked,
.notregistered .form-group input[type="radio"]:active,
.notregistered .form-group input[type="radio"]:focus {
    background: #004f79;
    width: 15px;
    height: 15px;
    padding: 0;
    box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.notregistered form .form-control {
    background: transparent;
}

.notregistered form .form-element-wrapper.select-dropdown-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-bottom: none !important;
}

.form-element-wrapper.select-dropdown-wrapper div {
    flex: 33.33%;
    padding: 10px;
    display: flex;
}

.form-element-wrapper.select-dropdown-wrapper div label {
    margin-left: 10px;
}

label[for="gdsConnectOther"] .form-element-wrapper,
label[for="gdsConnectPrimaryOther"] .form-element-wrapper,
label[for="aggrConnectOther"] .form-element-wrapper{
    border-bottom: none !important;
}

label[for="gdsConnectOther"],
label[for="gdsConnectPrimaryOther"],
label[for="aggrConnectOther"]{
    margin: 0 10px 20px;
}

input#gdsConnectOther,
input#gdsConnectPrimaryOther,
input#aggrConnectOther{
    border: 1px solid #737373;
}

.notregistered form .form-group p {
    margin: 10px !important;
    font-size: 16px;
}

footer.page-action-section .btn-primary {
    margin: 30px auto 0;
    float: none !important;
    border-radius: 12px;
    font-size: 16px;
}

footer.page-action-section {
    text-align: center;
}

@media only screen and (max-width: 767px){
    .form-element-wrapper.select-dropdown-wrapper div {
        flex: 100%;
    }
    .notregistered form .form-element-wrapper input, .notregistered form select, .notregistered form .form-group p{
        font-size: 14px !important;
    }
}
/* END FORM STYLE */
.col-100.white-panel.ntp-counter-panel.row {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
div.ntp-container {
    padding: 0;
    width: 100%;
}
div.row.countdown .sale, 
div.row.countdown .container {
    width: calc(50% - 5px);
    min-height: 71px;
}
div.row.countdown div.sale {
    background-color: transparent;
}
div.row.countdown {
    background: black;
}
div#timer {
    background: transparent;
    width: 100%;
}
div.row.countdown div.sale p {
    margin-top: 17px;
    text-align: right;
    font-size: 20px;
}
div#timer > div {
    float: left;
    margin-right: 25px;
}
div#timer div.dots {
    position: relative;
}
div#timer div.dots:before {
    content: ':';
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: -12px;
}
div#timer div span {
    font-weight: 500;
}
.col-100 {
    padding-top: 40px;
}
.partner-blocks .img-responsive {
    max-width: 150px;
    margin: 0 auto;
    display: block;
    min-height: 80px;
    margin-bottom: 20px;
}
.partner-blocks > div:nth-child(3) img {
    max-width: 200px;
}
.partner-blocks p {
    font-weight: 600;
}
.col-100 h2:after {
    height: 2px;
    width: 20px;
    background-color: #b8a890;
    margin: 15px auto 20px;
    border: none;
    display: block;
    content: '';
}
.prize-full-width img {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.col-100.white-panel h4 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
}
.prize-activities {
    margin-bottom: 20px;
}
.prize-activities ul {
    margin: 0;
}
.prize-activities > div:nth-child(1) {
    border-right: 3px solid #cccccc;
}
.prize-activities > div:nth-child(2) {
    padding-left: 25px;
}
.col-100.white-panel {
    padding: 30px 60px;
}
.entry-block li img {
    margin-bottom: 30px;
}
.partner-blocks.t-blocks .img-responsive {
    max-width: 90px;
    min-height: 90px;
}
.partner-blocks.t-blocks > div:nth-child(2) .img-responsive {
    max-width: 200px;
}
.blue-gradient > div:nth-child(7) .partner-blocks > div:nth-child(2) img {
    max-width: 77px;
}
.partner-blocks a .ac-icon.icon-footer-external-link {
    display: none;
}
.partner-blocks a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.blue-gradient > div:nth-child(5) > div.row.partner-blocks > div:nth-child(1) > img {
    max-width: 180px;
}
#pixar > div.blue-gradient > div:nth-child(3) > div.row.partner-blocks > div:nth-child(1) > img {
    max-width: 95px;
}
.btn-primary a {
    text-decoration: none;
}
#pixar > div.blue-gradient > div:nth-child(5) > div.row.partner-blocks > div:nth-child(2) > img {
    max-width: 80px;
}
@media only screen and (max-width:767px) {
    .col-100.white-panel {
        padding: 30px 20px;
    }
    .prize-activities > div:nth-child(1) {
        border-right: none;
    }
    .prize-activities > div:nth-child(2) {
        padding-left: 5px;
    }
    div.row.countdown .sale, div.row.countdown .container {
        width: calc(100% - 0px);
        min-height: inherit;
    }
    div.row.countdown div.sale p {
        text-align: center;
    }
    div#timer > div {
        margin-right: 13px;
    }
}
@media only screen and (min-width:768px) and (max-width: 1160px) {
    div.row.countdown div.sale p {
        text-align: center;
        font-size: 18px;
    }
    div#timer > div {
        float: left;
        margin-right: 13px;
    }
    .blue-gradient {
        padding: 55px 10px;
    }
    .prize-activities .col-lg-6 {
        width: calc(50% - 5px);
        display: inline-block;
    }
    .prize-activities > div:nth-child(2) {
        padding-left: 10px;
    }
}
div#top h1 {
    font-weight: 600;
}
.how-to-enter h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.how-to-enter img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.how-to-enter {
    margin-bottom: 40px;
}
.join-ae .col-lg-12 img, 
.join-ae .col-lg-12 span, 
.join-ae .col-lg-12 p, 
.join-ae .col-lg-12 a {
    display: inline-block;
    vertical-align: middle;
}
.join-ae .col-lg-12 img {
    max-width: 250px;
}
.join-ae .col-lg-12 a {
    background-color: #005078;
    color: white;
    border-radius: 15px;
    padding: 17px 80px;
    float: right;
    margin-top: -2px;
}
.join-ae .col-lg-12 p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.join-ae .col-lg-12 .tr-spacer {
    height: 45px;
    background-color: #d8d8d8;
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
}
.join-ae {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 19px -4px;
    padding: 30px 20px;
    border-radius: 15px;
    background-color: white;
}
.chance-to-win img {
    max-width: 70px;
    float: left;
    margin-right: 15px;
}
.chance-to-win .col-lg-3.col-md-3.col-sm-3.hidden-xs, 
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 19px -4px;
    min-height: 115px;
    border-radius: 15px;
}
.chance-to-win .col-lg-3.col-md-3.col-sm-3.hidden-xs {
    padding: 20px 15px 0px;
    margin-right: 25px;
}
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
    padding: 20px 30px 0px;
    width: calc(73% - 10px);
}
.chance-to-win > .row {
    margin-bottom: 25px;
}
.row.ctw1 {
    margin-top: 50px;
}
.chance-to-win .col-lg-3.col-md-3.col-sm-3.hidden-xs > div p strong {
    font-size: 18px;
}
.chance-to-win .col-lg-3.col-md-3.col-sm-3.hidden-xs > div > p:nth-child(1) {
    margin-bottom: 10px;
    margin-top: 5px;
}
.circle-num {
    width: 70px;
    display: block;
    height: 70px;
    float: left;
    margin-right: 15px;
    background-color: #005078;
    border-radius: 55px;
}
.cn-2 p sup {
    font-size: 16px;
}
.cn-2 p {
    margin: 0 auto;
    display: block;
    color: white;
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
}
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes {
    width: calc(50% - 10px);
    display: inline-block;
    height: 70px;
    float: left;
}
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes p {
    margin-bottom: 0;
    margin-top: 13px;
}
.inner-boxes:before{
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .pts-75 p, 
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes.pts-50 p {
    margin-top: 20px;
}
.chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes.mll p {
    margin-top: 7px;
}
.inner-boxes.plus {
    padding-right: 20px;
    position: relative;
}
.plus:after {
    content: '+';
    width: 20px;
    height: 20px;
    font-size: 30px;
    position: absolute;
    right: 12px;
    top: 15px;
}
.chance-to-win > h3 {
    text-align: center;
    font-size: 28px;
}
.blue-gradient {
    background: none;
    padding-bottom: 50px;
}
section#pixar {
    background: linear-gradient( 0deg, #F1F7FA 40%, white 49%);
}
.col-100 {
    max-width: 1200px;
}
.col-100.white-panel.ntp-counter-panel.row {
    margin-bottom: 0;
}
.blue-gradient > div:nth-child(3) {
    margin-top: 0;
    border-radius: 0px 0px 15px 15px;
}
div.row.countdown {
    border-radius: 15px 15px 0px 0px;
}
#formulaire > p, #formulaire h3 {
    text-align: left;
}
#formulaire > fieldset > div.form-group.col-lg-12 {
    margin-bottom: 30px;
}
.blue-gradient > div:nth-child(3) > div > div > div {
    box-shadow: none;
}
.two-y:before {
    background-image: url(/content/dam/aircanada/portal/images/ado/travel-agent/py.png);
}
.pts-75:before {
    background-image: url(/content/dam/aircanada/portal/images/ado/travel-agent/ae-points-1.png);
}
.py:before {
    background-image: url(/content/dam/aircanada/portal/images/ado/travel-agent/yj.png);
}
.mll:before {
    background-image: url(/content/dam/aircanada/portal/images/ado/travel-agent/mll.png);
}
.pts-50:before {
    background-image: url(/content/dam/aircanada/portal/images/ado/travel-agent/ae-points-2.png);
}
/* FR STYLE */
html:lang(fr) .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes.mll p {
    margin-top: 0px;
}
html:lang(fr) .join-ae .col-lg-12 p {
    max-width: 520px;
}
/* END FR STYLE */
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .how-to-enter img {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .join-ae .col-lg-12 .tr-spacer {
        display: none;
    }
    .join-ae .col-lg-12 p {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .join-ae .col-lg-12 a {
        float: none;
        font-size: 16px;
        text-decoration: none;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
        padding: 20px 30px 20px;
        width: 100%;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes {
        width: 100%;
        height: unset;
    }
    .inner-boxes:before {
        width: 100px;
        height: 100px;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .inner-boxes.plus {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .plus:after {
        right: 117px;
        top: unset;
        bottom: 0;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .hidden-lg.hidden-md > p:nth-child(1) {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
        padding: 20px 40px 40px;
        width: 100%;
        background-color: white;
    }
    .blue-gradient > div:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .inner-boxes:before {
        width: 70px;
        height: 70px;
        float: left;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 20px;
    }
    .plus:after {
        right: unset;
        top: unset;
        bottom: 0;
        left: 25px;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .inner-boxes {
        width: 100%;
        height: unset;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
        width: calc(72% - 10px);
    }
    .inner-boxes.pts-75, .inner-boxes.mll {
        margin-top: 20px;
    }
    .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 .hidden-lg.hidden-md {
        display: none;
    }
    .chance-to-win img {
        margin-bottom: 20px;
    }
    .chance-to-win .col-lg-3.col-md-3.col-sm-3.hidden-xs, .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
        min-height: 255px;
    }
    .circle-num {
        margin-bottom: 20px;
    }
    .join-ae .col-lg-12 .tr-spacer {
        display: inline-block;
        height: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .join-ae .col-lg-12 img {
        max-width: 165px;
    }
    .join-ae .col-lg-12 p {
        width: 40%;
        font-size: 15px;
    }
    .join-ae .col-lg-12 a {
        padding: 14px 39px;
        float: right;
        margin-top: 15px;
    }
    .join-ae {
        padding: 20px 15px;
    }
    .how-to-enter {
        text-align: center;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .how-to-enter {
        text-align: left;
    }
    .join-ae .col-lg-12 p {
        width: auto;
    }
    .join-ae {
        padding: 30px 20px 22px;
    }
    .join-ae .col-lg-12 a {
        padding: 14px 50px;
        margin-top: -9px;
    }
    .inner-boxes.pts-75, .inner-boxes.mll {
        margin-top: 35px;
    }
    .plus:after {
        bottom: -17px;
    }
    .chance-to-win .col-lg-3.col-md-3.col-sm-3.hidden-xs, .chance-to-win .col-lg-9.col-md-9.col-sm-12.col-xs-12 {
        min-height: 225px;
    }
    .chance-to-win img {
        float: none;
        max-width: 90px;
    }
    .circle-num {
        float: none;
        width: 90px;
        height: 90px;
        padding-top: 12px;
    }
}