﻿/*--Base Styles--*/
.pjweb-main, .template {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}


/*--No Padding--*/
.pjweb-main .no__padding {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

/*--SignUp Form--*/
.pjweb-main .signup__form .PippinFormContainer,
.pjweb-main .signup__form .row,
.pjweb-main .signup__form .row > div {
    padding: 0;
    margin: 0;
}

.pjweb-main .signup__form input[type="email"] {
    font-size: 20px;
    height: auto;
}

.pjweb-main .signup__form button[type="submit"] {
    padding: 20px 50px;
    display: block;
    width: 100%;
    background:black !important;
    border-color:black;
    color:white;
}

.pjweb-main .signup__form button[type="submit"]:hover {
    background-color: #333;
}

/*--Hero Layout Element--*/
.pjweb-main .layout__hero {
    background-image: url('/Templates/WebTemplates/System/template021/images/image2.jpg');
    background-position: top right;
    background-size: cover;
    color: white;
    padding-top: 55px;
    padding-bottom: 55px;
}

.pjweb-main .layout__hero h1 {
    color: white;
    font-size: 60px;
}

.pjweb-main .layout__hero .layout__hero-content {
    font-weight: 400;
    font-size: 1.5rem;
}

.pjweb-main .layout__hero .layout__hero-highlight {
    color: #00a7ee;
    font-weight: 700;
}

/*--Countdown Component--*/
.pjweb-main .timer-component .countdown-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align:center;
}

.pjweb-main .timer-component .countdown-container .well, 
.pjweb-main .timer-component .countdown-container .countdown-number {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    background: none;
}

.pjweb-main .timer-component .countdown-container .countdown-number{
    font-size:40px;
}

.pjweb-main .timer-component .countdown-container .countdown-label{
    text-transform:uppercase;
}

/*--Small Device--*/
@media screen and (max-width: 767px) {
    .pjweb-main .row {
        margin: 0 5px;
    }
}