/* Cardinals Team */
.ct-container, .ct-row, .ct-content-container, .ct-content, .ct-form-container, .ct-form-title, .ct-form-widget, .ct-form-widget form, .ct-form, .ct-form-field {
    display: block;
    position: relative;
}

.ct-container {
    padding: 68px 0 80px;
    font-size: 0;
    overflow: hidden;
    background-color: #000;
}

.ct-container:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#990d0d), color-stop(50%, #dd3333), to(#990d0d));
    background: -o-linear-gradient(left, #990d0d 0%, #dd3333 50%, #990d0d 100%);
    background: linear-gradient(to right, #990d0d 0%, #dd3333 50%, #990d0d 100%);
    pointer-events: none;
    z-index: 2;
}

.page-template-template-login .ct-container.homepage{
	display: none;
}

.loading-container{
	text-align: center;
}

.ct-bg canvas {
    opacity: .30;
}

.ct-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ct-col:first-child {
    width: 63.578%;
}

.ct-col:last-child {
    width: 35.422%;
}

.ct-content span {
    font-size: 18px;
    line-height: 1.778;
    letter-spacing: 0.050em;
    color: #fff;
}

.ct-content-container {
    padding-right: 30px;
}

.ct-content-container .global-title {
    margin-bottom: 25px;
}

.ct-content-container .global-title h2 > span {
    line-height: 0.85;
}

.ct-content-container .global-title h2 > small {
    margin-bottom: 10px;
    color: #fff;
}

.ct-content-container .global-title h2 > span em.ai-icon-bird {
    top: -36px;
    right: 96px;
}

.ct-content {
    width: 80%;
}

.ct-form-container {
    padding: 60px 56px 37px;
    background-color: #fff;
}

.ct-form-accent-bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto;
    width: 97.38%;
}

.ct-form-accent-bg canvas {
    opacity: .08;
    background-size: contain;
}

.ct-form-title {
    text-align: center;
    margin-bottom: 23px;
}

.ct-form-title h2 {
    font-size: 43px;
    color: #000;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.ct-form-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 13px;
}

.ct-form-toggle-btn {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 3px);
    position: relative;
}

.ct-form-toggle-btn a.global-btn {
    width: 100%;
}

.ct-form-toggle-btn a.global-btn span:before {
    background: -webkit-gradient(linear, left top, right top, from(#dd3333), to(#ab1919));
    background: -o-linear-gradient(left, #dd3333 0%, #ab1919 100%);
    background: linear-gradient(to right, #dd3333 0%, #ab1919 100%);
}

.ct-form-toggle-btn a.global-btn:before {
    display: none;
}

.ct-form-field input:not([type=submit]) {
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.30);
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.050em;
    color: #000;
    padding: 0;
    background-color: transparent;
}

.ct-form-field:not(:last-child) {
    margin-bottom: 24px;
}

.ct-form-field.form-submit button.global-btn {
    width: 258px;
    margin: 0 auto;
}

.ct-form-field.form-submit {
    margin: 35px auto 0;
}

.ct-form-widget .wpcf7 form .wpcf7-response-output {
    font-size: 10px;
    bottom: -30px;
    color: #000!important;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    /* Cardinals Team */
    .ct-container {
        padding: 4.250vw 0 5vw;
    }

    .ct-container:before {
        height: 0.125vw;
    }

    .ct-content span {
        font-size: 1.125vw;
    }

    .ct-content-container {
        padding-right: 1.875vw;
    }

    .ct-content-container .global-title {
        margin-bottom: 1.563vw;
    }

    .ct-content-container .global-title h2 > small {
        margin-bottom: 0.625vw;
    }

    .ct-content-container .global-title h2 > span em.ai-icon-bird {
        top: -2.250vw;
        right: 6vw;
    }

    .ct-form-container {
        padding: 3.750vw 3.500vw 2.313vw;
    }

    .ct-form-title {
        margin-bottom: 1.438vw;
    }

    .ct-form-title h2 {
        font-size: 2.688vw;
    }

    .ct-form-toggle {
        margin-bottom: 0.813vw;
    }

    .ct-form-toggle-btn {
        width: calc(50% - 0.188vw);
    }

    .ct-form-field input:not([type=submit]) {
        height: 2.313vw;
        border: none;
        border-bottom: 0.063vw solid rgba(0,0,0,.30);
        font-size: 0.813vw;
    }

    .ct-form-field:not(:last-child) {
        margin-bottom: 1.500vw;
    }

    .ct-form-field.form-submit button.global-btn {
        width: 16.125vw;
    }

    .ct-form-field.form-submit {
        margin: 2.188vw auto 0;
    }

    .ct-form-widget .wpcf7 form .wpcf7-response-output {
        font-size: 0.625vw;
        bottom: -1.875vw;
    }


}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .ct-col {
        display: block;
        width: 100%!important;
    }

    .ct-content {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .ct-content-container .global-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .ct-content-container .global-title h2 > span em.ai-icon-bird {
        right: 15px;
        top: -24px;
    }

    .ct-content-container .global-title h2 > small {
        margin-bottom: 5px;
    }

    .ct-content span {
        font-size: 12px;
        line-height: 23px;
        font-weight: 300;
    }

    .ct-content-container .global-title h2 > span br {
        display: none;
    }

    .ct-content-container {
        padding-right: 0;
    }

    .ct-content-container .global-title h2 > span {
        font-size: 35px;
    }

    .ct-bg {
        position: relative;
    }

    .ct-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 68px 0 0;
    }

    .ct-bg canvas {
        opacity: 1;
    }

    .ct-bg:before {
        position: absolute;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        pointer-events: none;
        z-index: 2;
    }

    .ct-form-container {
        padding: 40px 40px 40px;
    }

    .ct-form-widget .wpcf7 form .wpcf7-response-output {
        bottom: -33px;
    }

    .ct-form-title h2 {
        font-size: 31px;
    }

    .ct-form-field input:not([type=submit]) {
        font-size: 10px;
        height: 30px;
    }

    .ct-form-field:not(:last-child) {
        margin-bottom: 14px;
    }

    .ct-form-field.form-submit {
        margin: 25px auto 0;
    }

    .ct-form-field.form-submit button.global-btn {
        width: 130px;
    }

    .ct-form-title {
        margin-bottom: 17px;
    }

    .ct-accent-bg {
        top: -180px;
        width: 100%;
        max-width: 314px;
        left: auto;
        right: 0;
        height: auto;
    }

    .ct-accent-bg canvas {
        opacity: .09;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}



@media only screen and (max-width: 374px) {

    .ct-content-container .global-title h2 > span {
        font-size: 30px;
    }

    .ct-form-container {
        padding: 40px 20px 40px;
    }
}
