.formbody {
    background-color: #810101;
}

.header {
    margin: 20px 0px 20px 0px;
}

.header img {
    display: inline-block;
}

.content {
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 20px;
}

.flipclock {
    display: inline-block;
    zoom: 0.44;
    -moz-transform: scale(0.45);
}

.flip-clock-wrapper {
    width: auto !important;
}

@media (min-width: 420px) {
    .flipclock {
        zoom: 0.5;
        -moz-transform: scale(0.5);
    }
}
@media (min-width: 520px) {
    .flipclock {
        zoom: 0.75;
        -moz-transform: scale(0.75);
    }
}
@media (min-width: 768px) {
    .flipclock {
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }
}
@media (min-width: 900px) {
    .flipclock {
        zoom: 1.0;
        -moz-transform: scale(1.0);
    }
}

footer {
    margin: 20px 0px 20px 0px;
    text-decoration: none;
    color: #333;
}

footer a {
    color: #333;
}

.big-checkbox {
    width: 40px;
    height: 40px;
    margin: 0px 0px 0px -20px !important;
    position: relative !important;
}

.checkbox span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-bottom: 25px;
}

.checkbox {
    height: 40px;
    line-height: 40px;
}

.contact-form button {
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 430px) {
    .checkbox {
        font-size: 10px;
    }
}

@media (min-width: 325px) {
    .checkbox span {
        max-width: 200px;
    }
}

@media (min-width: 430px) {
    .consent span{
        font-size: 10px;
        max-width: 200px;
    }
}

@media (min-width: 720px) {
    .consent span {
        font-size: inherit;
    }
    .checkbox span {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .checkbox span {
        max-width: 100%;
    }
}

.navbar {
    padding: 10px 0px 10px 0px !important;
}

.navbar-brand {
    padding: 0px 15px 5px 15px !important;
}

.navbar li:hover {
    background-color: #e7e7e7;
}

.jumbo-content button {
    padding: 10px 30px 5px 30px;
}

.jumbo {
    padding-top: 100px;
    font-size: 84px;
    font-family: "Bookman Old Style"; 
}

.btn-trans {
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
}

.btn-trans-black {
    background-color: transparent;
    color: #333;
    font-size: 24px;
    border-color: #333;
}

/*W3 Schools Loader*/
.loader-white {
    border: 16px solid #e2e2e2;
    border-top: 16px solid #FFF; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.loader-black {
    border: 16px solid #e2e2e2;
    border-top: 16px solid #333; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*http://stacktips.com/tutorials/bootstrap/how-to-display-text-overlay-on-a-responsive-image-in-bootstrap*/
.caption {
    width:100%;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 100px;
}

.caption span {
    font-size: 32px;
    padding-bottom: 10px;
}

.jumbo-content span {
    font-size: 32px;
    padding-bottom: 10px;
}

.image-container img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.9;
}

@media (max-width: 900px) {
    .image-container {
        display: none;
    }
    .jumbo-content {
        display: block;
    }
    .signup{
        display: block !important;
    }
    .signup img {
        display: none;
    }
    .caption-signup, .caption-register {
        color: #333;
        display: block;
    }
    .caption-signup a, .caption-register a {
        color: #333;
    }
    .register {
        display: block !important;
    }
    .register .jumbo {
        font-size: 48px;
    }
    .register .caption-register h2{
        font-size: 15px;
    }
}

@media (min-width: 900px) {
    .jumbo-content {
        display: none;
    }
    .caption, .caption-signup {
        top: 120px;
    }
    .caption-signup, .caption-register {
        color: #FFF;
    }
}

@media (min-width: 1250px) {
    .jumbo-content {
        display: none;
    }
    .caption, .caption-signup {
        top: 185px;
    }
}

@media (min-width: 1500px) {
    .jumbo-content {
        display: none;
    }
    .caption, .caption-signup {
        top: 250px;
    }
}

@media (min-width: 1235px) {
    .caption-register {
        top: 150px;
    }
}


@media (min-width: 1400px) {
    .caption-register {
        top: 200px;
    }
}

@media (min-width: 1763px) {
    .caption-register {
        top: 250px;
    }
}

@media (max-width: 1235px) {
    .register img {
        display: none !important;
    }
    .caption-register {
        top: 100px;
        color: #333;
    }
    .loader-white {
        border: 16px solid #e2e2e2;
        border-top: 16px solid #333; 
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    .register .caption-register .btn-trans{
        color: #333;
    }
}

.caption-signup, .caption-register {
    width:100%;
    position: absolute;
}


.caption-signup span {
    font-size: 42px;
    padding-bottom: 20px;
}

.reset img {
    display: inline-block !important;
}

.panel-glyph {
    font-size: 84px;
}

.jumbo-2 {
    font-size: 48px;
}

.mrg-btm {
    margin-bottom: 20px;
}

.mrg-rgt {
    margin-right: 10px;
}

@media (max-width: 3840px) {
    .welcome {
        display: block !important;
    }
    .welcome h1 {
        padding-top: 20px;
    }
    .welcome .caption{
        position: static;
        color: #333;
        background-color: #FFF;
    }
    .welcome .jumbo {
        font-size: 48px;
    }
    .welcome img {
        display: none;
    }
}

@media (max-width: 992px) {
    .panel-img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .type-message {
        text-align: center;
    }

    .banner-0 .bkg-img {
        display: none;
    }

    .typer {
        font-size: 48px;
        color: #333;
    }
}

.popover {
    max-width: none !important;
}

.g-recaptcha {
    margin-top: 10px;
}

.brand-first, .brand-second {
    font-family: Arial, sans-serif; 
    font-size:36px; 
    letter-spacing:-1.05px;
    color: #333;
    padding-left: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.brand-first {
    font-weight: bold;
    word-spacing: -8px;
    letter-spacing:-1.5px;
}

@media (max-width: 445px) {
    .brand-first, .brand-second {
        display: none;
    }
}

.typer {
    font-size: 120px;
    font-weight: bolder;
    color: #FFF;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    width: 516px;
}

@media (max-width: 992px) {
    .typer {
        font-size: 48px;
        color: #333;
    }
}

@media (max-width: 1345px) {
    .typer {
        font-size: 72px;
    }
}

.typed-cursor {
    color: #FFF;
    opacity: 1;
    font-size: 72px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite; 
}

@keyframes blink {
    0% {
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } 
}
  @-webkit-keyframes blink {
    0% {
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } 
}
  @-moz-keyframes blink {
    0% {
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } 
}
  @-ms-keyframes blink {
    0% {
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } 
}
  @-o-keyframes blink {
    0% {
      opacity: 1; }
    50% {
      opacity: 0; }
    100% {
      opacity: 1; } 
}

.navbar-brand img {
    display: inline-block;
}

.banner-0 {
    padding-left: 0px !important;
}

.banner-0 .bkg-img {
    z-index: -1;
    position: absolute;
    width: 100%;
}

.banner-1 {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px;
    position: relative;
}

.banner-1 img {
    width: 100%;
    margin: 0px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.caption-1 {
    position: absolute;
    color: white;
    z-index: 1;
    font-weight: bold;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 100%;
    padding-top: 250px;
}

.white {
    color: white;
}

.phone-img {
    padding-top: 10px;
    bottom: 0;
    max-height: 1426px;
}

.img-col {
    position: relative;
}

.body-login {
    background-color: #eeeeee;
}

.login-content {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 150px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media (max-width: 992px) {
    .login-content {
        margin-top: 15px;
    }
}

.login-content img {
    display: inline-block;
}

.large-glyph {
    font-size: 54px;
    color: #e1e2e3;
    background-color: #1E732D;
    border-radius: 50%;
    padding: 30px;
}

.content-block {
    padding: 20px 40px 40px 40px;
    border-top: solid 5px #0F1D41;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .content-block-left {
        top: -60px;
    }
}

.caption {
    width:100%;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 18px;
}

.placeholder {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.placeholder img {
    display: inline-block;
}

.fca-red {
    color: #810101;
}

.fca-blue {
    color: #0F1D41;
}

.qr {
    margin-bottom: 60px;
}

.btn-fca-blue {
    color: #fff;
    background-color: #0F1D41;
    border-color: #102044;
}
.btn-fca-blue:focus,
.btn-fca-blue.focus {
    color: #fff;
    background-color: #234083;
    border-color: #102044;
}
.btn-fca-blue:hover {
    color: #fff;
    background-color: #234083;
    border-color: #102044;
}

.btn-fca-red {
    color: #fff !important;
    background-color: #810101;
    border-color: #520101;
}
.btn-fca-red:focus,
.btn-fca-red.focus {
    color: #fff;
    background-color: #8f0101;
    border-color: #520101;
}
.btn-fca-red:hover {
    color: #fff;
    background-color: #aa0202 !important;
    border-color: #520101;
}

.fca-jumbo {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jumbo-res {
    font-size: 64px;
    font-weight: bold;
}

@media (max-width: 1700px) {
    .caption-1 {
        padding-top: 200px;
    }
}

@media (max-width: 1550px) {
    .caption-1 {
        padding-top: 100px;
    }
}

@media (max-width: 1305px) {
    .caption-1 {
        padding-top: 50px;
    }
}

@media (max-width: 1134px) {
    .caption-1 {
        padding-top: 75px;
    }
    .jumbo-res {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .caption-1 {
        padding-top: 40px;
    }
}

@media (max-width: 910px) {
    .caption-1 {
        padding-top: 45px;
    }
    .jumbo-res {
        font-size: 32px;
    }
}

@media (max-width: 735px) {
    .caption-1 {
        padding-top: 35px;
    }
    .verse {
        font-size: 32px;
    }
}

@media (max-width: 735px) {
    .caption-1 {
        padding-top: 30px;
    }
    .jumbo-res {
        font-size: 28px;
    }
    .verse {
        font-size: 28px;
    }
}

@media (max-width: 610px) {
    .caption-1 {
        padding-top: 25px;
        width: 90%;
    }
    .jumbo-res {
        font-size: 28px;
    }
    .verse {
        font-size: 28px;
    }
}

@media (max-width: 735px) {
    .jumbo-res {
        font-size: 20px;
    }
    .verse {
        font-size: 20px;
    }
}

@media (max-width: 410px) {
    .jumbo-res {
        font-size: 14px;
    }
    .verse {
        font-size: 14px;
    }
}

.caption-1 .glyphicon {
    padding-right: 10px;
}

.static-alert {
    position: fixed;
    top: 10px;
    z-index: 99;
    max-width: 1140px;
}

.pdg-btm {
    padding-bottom: 20px;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.event-select {
    position: fixed;
    top: 25%;
    left: 12.5%;
    background-color: white;
    width: 75%;
    z-index: 11;
    border-radius: 5px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}