html{
    height: 100%;
}
body{
    height: 100%
}
.animation-fadeIn {
    animation: fadeIn 0.25s forwards; }
  
  .animation-fadeOut {
    animation: fadeOut 0.25s forwards; }
  
  @keyframes fadeIn {
    from {
      background-color: rgba(255, 255, 255, 0); }
    to {
      background-color: white; } }
  
  @keyframes fadeOut {
    from {
      background-color: white; }
    to {
      background-color: rgba(255, 255, 255, 0); } }
#pane1 {
    background: url('/images/headerimage.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 95%;
}

#pane1.jumbotron{
    margin-bottom: 0px;
}

#pane2 {
    min-height: 40%;
    display: flex;
    align-items: center;
}

#pane3 {
    background: url('/images/gmgcomputer.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 85%;
}
#pane4{
    min-height: 55%
}

#pane1>div>div.row {
    padding-top: 8em;
}

#pane1 h1 {
    font-size: 2.5em;
    font-weight: 600;
    text-align: left;
    color: white;
}

#pane1 .panel {
    min-height: 200px;
    border: 1px solid #941616;
    background: rgba(148, 22, 22, 0.5);
    color: white;
    border-radius: 5px;
}

#pane1 .panel-body {
    padding-top: 3em;
    padding-left: 25px;
}

.navbar.navbar-default {
    max-height: 62px;
}
.btn-lg{
    height: 46px;
    overflow: hidden;
}
.navbar img {
    margin-top: 4px;
}

.navbar ul {
    float: right;
    margin: 0px;
    margin-right: -5px;
}

.navbar.navbar.navbar-default.navbar-fixed-top {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #575757 !important;
    border-color: #575757 !important;
}

.btn-default {
    color: #fff !important;
    background-color: #941616 !important;
    border-color: #941616 !important;
}

.btn-info {
    color: #941616 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-default:focus,
.btn-primary:focus,
.btn-info:focus,
.btn-default:active,
.btn-primary:active,
.btn-info:active {
    outline: 5px auto #941616 !important;
    outline-offset: -2px;
}

.form-control:focus {
    border-color: #941616;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 22, 22, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 22, 22, .6)
}

.button-form {
    margin-bottom: 0px;
    margin-top: -5px;
}

.important {
    color: #941616;
    text-decoration: underline;
}

#pane2 h3 {
    font-weight: 600;
    font-size: 1.25em;
    text-align: left;
    margin-top: 10px;
}

#pane2 h2 {
    font-weight: 600;
    font-size: 1.75em;
    color: #941616;
}

#pane2  ul{
    list-style: none;
    padding-left: 30px;
}

#pane2 li::before{
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em;
    color: #4caf50;
}
#pane3 h2 {
    color: white;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
}

small {
    color: #a4a4a4
}

.candidateButton {
    margin-top: 43px;
}

.candidatePanes {
    padding-bottom: 25px;
    border-right: 2px solid #941616;
    height: 260px;
}

.pt-1 {
    padding-top: 1em;
}

.alertText {
    color: #941616;
}

.alertText strong {
    font-size: 18px;
}
.btn-form{
    padding: 5px;
}
img.center{
    display: block;
    margin: 0 auto;
}
div.btn{
    text-align: center;
    padding: 10px;
}
.valign-center{
    display: flex;
    align-items: center;
}
.circle-image{
    height: 300px;
}
.carousel-indicators > li{
    border-color: #941616;
}
.carousel-indicators{
    bottom: 0px;
}
.carousel-inner{
    min-height: 650px;
}
.big-image{
    max-height: 600px;
}
.big-image-horizontal{
    max-width:100%;
    height: auto;
}
.carousel-control, .carousel-control:focus{
    color: #941616;
    background-image: none !important;
}
.errorBorder{
    border: 2px solid #941616;
    border-color: #941616;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 22, 22, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 22, 22, .6);
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.enterCandidateMessage{
    text-align: center !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-35{
    margin-top: 62px;
}
.mt-20{
    margin-top: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.savings-bar {
    border-radius: 5px;
    color: white;
    background: #4caf50;
    width: 100%;
    left: -100%;
    margin-top: -10px;
    height: 46px;
    z-index: 100;
    text-align: right;
    position: relative;
    padding-top: 10px;
    padding-right: 5px;
}
.candidateInput{
    text-transform: uppercase;
}

.candidateInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: none;
}
.candidateInput::-moz-placeholder { /* Firefox 19+ */
    text-transform: none;
}
.candidateInput:-ms-input-placeholder { /* IE 10+ */
    text-transform: none;
}
.candidateInput:-moz-placeholder { /* Firefox 18- */
    text-transform: none;
}
.nav-border {
    border-bottom: 2px solid #941616; 
}
.mh-40 {
    min-height: 70px;
}

.tab-pane{
    margin-top: 30px;
}

.alertColor{
    color: #a94442;
    font-size: 16px;
}
.alertFocus{
    outline: 5px auto #941616 !important;
    outline-offset: -2px;
}

#sig-arrow {
  position: absolute;
  bottom: -2px;
  right: 1em;
  width: 10em;
  height: auto;
}

.mt-1 {
    margin-top: 1em;
}

.pr-0 {
    padding-right: 0 !important;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #941616;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

  .sk-fading-circle {
  margin-right: 4em;
  width: 100px;
  height: 100px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s; }

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@media (max-width: 992px) {
    .mt-35{
        margin-top: 0px;
    }
    .valign-center{
        display: block;
    }
    .mh-40 {
        min-height: auto;
    }
    .candidatePanes {
        padding-bottom: 25px;
        border-right: none;
    }
    #pane2 {
        min-height: 40%;
        display: flex;
        align-items: center;
        padding-bottom: 40px;
    }
    #pane2 > .container {
        width:100%;
    }
    #pane3 {
        background: url('/images/gmgcomputer.jpg') no-repeat right center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        align-items: initial;
    }
    #pane3 h2{
        font-size: 2.5em;
    }

    .text-center > .checkCandidateButton, .text-center > .activateNowButton {
        margin-top: 0;
    }
    #pane3.jumbotron {
        padding-top: 0;
    }
    .carousel-inner{
        min-height: 500px;
    }
    .big-image{
        height: 400px;
    }
}
@media (max-width: 768px){
    .circle-image{
        height: 200px;
    }
    .big-image{
        height: 200px;
    }
    .carousel-inner{
        min-height: 400px;
    }
    #pane3 h2{
        font-size: 2em;
    }
}

@media (max-width: 656px){
    #pane3 h2{
        font-size: 1em;
    }
}   