@charset "utf-8";

*{margin:0;padding:0;}

/*** Personalized BFS ***/
body {font-family: 'Roboto', sans-serif!important;}
h1 {font-weight: normal!important;}
.brand h1 {font-weight: 700!important;}
.col-md-offset-1,
.col-sm-offset-2 {
    margin-left: 0!important;
}
button, input, select, textarea {
    line-height: 1.2 !important;
}
#col2 {
    margin-top: 91px !important;
}
#fb {
  padding-top: 25px;
}
/*** END Personalized BFS ***/

/*h1{font-size:34px;color: #111;margin-bottom: 30px;}
h2{font-size:34px;color: #333;margin-bottom: 30px;}
div, p, a, li, td { -webkit-text-size-adjust:none; }
p{font-size:14px;line-height:21px;margin-bottom:12px;color:#069;}
p:last-child{margin-bottom:0px;}
input{background:#069;font-size:14px;font-weight:bold;color:#fff;padding:9px 15px 9px 15px;border:none;-webkit-appearance:none;border-radius:0px;font-family: 'Roboto Condensed', sans-serif;}
img{display:block;max-width:100%;height:auto;} */

#quiz_progress_outer{height:5px;width:100%;border:none;background:#bdc3c7;z-index:2;}
#quiz_progress_inner{height:5px;background:#DC0018;width:0px;}

/*.passbg{background:transparent url("../assets/nasa_pass.jpg") no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.failbg{background:transparent url("../assets/nasa_fail.jpg") no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.timesupbg{background:transparent url("../assets/nasa_timesup.jpg") no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.orangebg{background:rgba(253, 199, 70, 1);}
.border{/*border:2px solid #fff;*/}

.timeoutContainer{height:100%;} /* allows for vertical alignment */
.scoreContainer{height:100%;} /* allows for vertical alignment */
.glow{text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);}
.white{color:#707070;}
.black{font-size: 32px;line-height: 40px;color: rgb(69, 69, 69);font-weight: 300;}
.grey{color:#666;}
.orange{color:#f7c160;}
.cent{text-align:center;padding-top: 11px;}

.p_16{font-size:16px;line-height:16px;}
.p_24{font-size:24px;line-height:30px;font-weight: 300;}
.p_30{font-size:30px;line-height:35px;}
.p_32{font-size:32px;line-height:40px;}
.p_42{font-size:42px;line-height:40px;}

.mcqRadioBtn{width:12px;height:12px;background:#fff;border:1px solid #999;border-radius:10px;}
.optionBox{background:#EEEEEE;padding:8px;border:none;border-radius:0px;overflow:hidden !important;
padding: .45em .9em;
    border-radius: 3px;
    border:1px solid #EEEEEE;
    line-height: 1.2;
    }
.optionOverCss{background:#fff;padding:8px;border:none;border-radius:0px;
    padding: .45em .9em;
    border-radius: 3px;
    /*border:0px;*/
    line-height: 1.2;
    background-color: #85b078;
    border: 1px solid #85b078;
    }
.optionOverCss p{color:#fff;}
.optionOutCss{background:#EEEEEE;color:#fff;
	/*-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
    padding: .45em .9em;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
    line-height: 1.2;
  }
#btn {width: auto!important;height: auto!important;padding: .45em .9em;border-radius: 3px;border: 1px solid #85b078;line-height: 1.2;background-color: #85b078; color:#fff; min-width: 7rem;}
.btnOverCss input{background:#004b70;color:#fff;
    padding: .45em .9em;
    border-radius: 3px;
    border: 1px solid #069;
    line-height: 1.2;
  }
.btnOutCss input{background:#069;color:#fff;
/*-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
    padding: .45em .9em;
    border-radius: 3px;
    border:0px;
    line-height: 1.2;
  }

/*.img-margin {border:5px solid #fff;}*/
.img-question {margin-bottom: 25px;}

.imgOverCss{}
.imgOverCss{
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow:0px 1px 5px #666;
  z-index:999;
}

.imgOutCss{
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  box-shadow:0px 0px 0px #666;
  z-index:1;
}

/* .vertical-align {
  position: relative !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

#col1{margin-top:50px;}
#col2{margin-top:50px;}

/* timer */
.timerContainer{/*text-align: center;*/ z-index: 99999;margin-top: 21px;}
.timer{margin-left: -23px;/*margin-top:75px;padding-bottom:75px;background:transparent none no-repeat 0px 0px;display:none;padding-left: 25%;opacity:0.5; position:relative !important*/;zoom:1;-moz-transform: scale(1);-moz-transform-origin: top left;}
#quiztimer{left: 16px;top: 56px;}

.nav-services h2 {
    margin: -4px 0 -1px!important;
    font-weight: 500!important;
}

@media (max-width: 992px) {
  /*#col1{margin-top:130px;} /* moves the question allowing space for the timer */
  #col1{/*margin-top:90px;*/margin-top: 70px;}
  #col2{margin-top:155px!important;} /* moves the question allowing space for the timer */
  .timerRow{width:100%;}
  .timerContainer{text-align: center;width:100%;}
  /*.timer {margin-top:20px;zoom:0.35;-moz-transform: scale(0.35);-moz-transform-origin: top left;padding-left:35px;padding-bottom: 5px;}*/
  .timer {margin-left: -7px; margin-top: -30px;}
}

/* preloader */
.preloader{
    width:34px;
    height:34px;
    display:inline-block;
    padding:0px;
    
    border-radius:100%;
    border:2px solid;
    border-top-color:rgba(0,0,0, 0.8);
    border-bottom-color:rgba(0,0,0, 0.2);
    border-left-color:rgba(0,0,0, 0.8);
    border-right-color:rgba(0,0,0, 0.2);
    outline: 1px solid transparent;

    -webkit-animation: preloader 1s linear infinite;
    animation: preloader 1s linear infinite;
}
@keyframes preloader{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

