@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

/* Structure */
body {
  background-color: rgba(159,203,235,1);
  background-image: url("https://www.transparenttextures.com/patterns/dark-matter.png");
  font-family: 'Open Sans', sans-serif;
}

/* Page Credits */
#page-credits .content {
  background: rgba(255, 255, 255, 1);
  padding: 1em 3em;
}

figure {
  font-size: 10px;
}

figcaption {
  font-size: 11px;
  padding-bottom: 5px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p, ul li, ol li {
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #022646;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #3D6888;
  text-decoration: underline;
}

.hidden-text {
  display: none;
}

/* Tables */
.table>thead>tr>th {
  background: #333;
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  vertical-align: middle;
  color: #FFF;
}

.table>tbody>tr>td {
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  vertical-align: top;
}

/* Header */
#header {
  width: 100%;
  text-align: center;
  background-color: #022646;
}

#header h1 {
  color: #FFF;
  font-size: 1.8em;
  line-height: 40px;
  margin: 15px 0;
  text-transform: capitalize;
}

#header h1 .fa {
  margin-right: 10px;
	float:left;
}

#header h1 span {
  color: #A0CBEB;  /*text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);*/
}

#company-branding {
  margin: 10px 0;
}

#logo-wjec {
  margin-left: 15px;
}

.activity-intro {
  padding: 20px 0 85px;
  background-image:url(../images/backgrounds/bg-image.jpg);
	background-color: rgba(61,104,135, 1);
	background-position: center;
	background-size: cover;
}

.button-block{
	margin-top:10px;
}

.activity-intro h2 {
  color: #022646;
    font-size: 24px;
    text-transform: capitalize;
    display: inline-block;
    background: rgba(159,203,235,0.7);
    padding: 8px;
    margin-left: -5px;
    margin-top: 5px;

}

.activity-intro p.lead,
    .activity-intro p.lead:after{
        background-color:rgba(2,38,70,0.8);
    }
.activity-intro p.lead{
    position:relative;
    line-height:1.95;
    color:#fff;
    display:inline;
    white-space:pre-wrap;
    border:0 solid rgba(2,38,70,0);
    border-width:0.25em 0; /* 0.25em is roughly equal to one space character. */
}
    .activity-intro p.lead:after{
        content:"";
        position:absolute;
        top:-0.25em;
        right:100%;
        bottom:-0.25em;
        width:0.25em;
    }
    .activity-intro p.lead > span{
        position:relative;
        z-index:1;
    }

.activity-intro p.lead:last-child {
  margin-bottom: 0;
}

.activity-intro p, .activity-intro ul li, .activity-intro ol li {
  color: #FFF;
}

.activity-intro a {
  color: rgb(255, 255, 153);
  text-decoration: underline;
}

.activity-intro a:hover {
  text-decoration: none;
}

/* Main Content */
.activity-content {
  margin-top: -60px;
}

.activity-content .content {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .14);
  padding: 3em;
}

.activity-controls {
  margin-top: 30px;
}

.ref-block {
	margin-top: -10px;
    margin-bottom: 15px;
}
.fa-file-pdf-o {
    margin-right: 5px;
}

/* Footer */
#footer .content {
  background: rgb(14,57,89);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .14);
  margin-bottom: 20px;
  padding: .5em 3em;
}

#footer p {
  color: #FFF;
  letter-spacing: 1px;
  line-height: 46px;
  font-size: 14px;
  margin-bottom: 0;
}

#footer button {
  color: #FFF;
}

#footer button:hover, .footer button:focus {
  color: #CCC;
}

/* Wells */
.well {
  margin: 0;
  background-color: rgba(159,203,235, 0.4);
	color:#0E3959;
	border:1px solid #022646;
}

.well-margin-bottom {
  margin-bottom: 20px;
}

.hint {
  margin-top: 20px;
}

.hint {
  display: none;
}

/* Text Entry Box */

.text-entry {
  background: rgba(159,203,235,0.5);
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  min-height: 150px;
  padding: 10px;
  margin: 20px 0;
}

/* Placeholder text */
[contenteditable=true]:empty:before {
  color:#022646;
  content: attr(placeholder);
  display: block; /* For Firefox */
}

/* Buttons */

.button-block .btn-default {
  background-color: rgba(255,255,255,0.8);
  border-color: #3D6888;
  color: #0E3959;
  margin-bottom: 3px;
}

.button-block .btn-default:hover, .button-block .btn-default.active, .button-block .btn-default:active, .button-block .btn-default.focus, .button-block .btn-default:focus, .button-block .btn-default.active.focus, .button-block .btn-default.active:focus, .button-block .btn-default.active:hover, .button-block .btn-default:active.focus, .button-block .btn-default:active:focus, .button-block .btn-default:active:hover {
  background-color: rgba(14,57,89,0.8);
  border-color: #3D6888;
  color: #A0CBEB;
}

.btn-default {
  background-color: rgba(159,203,235,1);
  border-color: #3D6888;
  color: #0E3959;
  margin-bottom: 3px;
}

.btn-default:hover, .btn-default.active, .btn-default:active, .btn-default.focus, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: rgba(14,57,89,1);
  border-color: #3D6888;
  color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn-xl {
  font-size: 22px;
}

.btn-next {
  float: right
}

.btn-margin-bottom {
  margin-bottom: 20px;
}

/* Modal */
.modal {
  z-index: 1070;
  padding-top: 100px;
}

.modal-dialog .modal-content .modal-header {
  background-color: #0E3959;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}

.modal-header .close {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  margin-top: 0;
  opacity: 1;
}

.modal-header .close:hover {
  opacity: .5;
}

/* Sections */
section {
  display: none;
}

/* Alerts */
.alert {
  font-weight: bold;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}

.alert-info {
  border: 1px solid #31708f;
}

.alert-warning {
  border: 1px solid #8a6d3b;
}

.alert-top {
  margin-top: 20px;
}

.alert-bottom {
  margin-bottom: 0;
}

/* Pen Tool Overwrites */
.btnPen {
  display: none;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* Hidden Word */
.hidden-word {
  display: none;
}

@media(max-width:768px) {
	.button-block{
		text-align:center
	}
	#header h1 .fa {
  		float:none;
		font-size: 1.2em;
			margin-right:5px
	}
}


/* Tablet */
@media(min-width:768px) {
  #header {
    text-align: left;
  }

  #company-branding {
    text-align: right;
  }
  .lead{
	  font-size: 18px}
	.button-block{
		text-align:center
	}

}

/* Desktop */
@media(min-width:992px) {

}

/* Large Desktop */
@media(min-width:1200px) {
}

/* Print */
@media print {
  .btn {
    display: none;
  }

  .nextBtn, .prevBtn {
    visibility: hidden;
  }

  #company-branding {
    display: none;
  }

  #footer {
    display: none;
  }

	.activity-intro p.lead{
		background-color: #000;
		color:#fff;
		border-width:0em 0;
	}

  .table-responsive {
    overflow-x: visible;
  }


  .panel{
    display:none;
  }

  .animated {
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}


}

/* Animations */
.animate-1 {
  animation-duration: 2s;
  animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
}

.animate-2 {
  animation-duration: 1s;
  animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
}

.animate-3 {
  animation-duration: 1s;
  animation-delay: 0.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
}

.animate-4 {
  animation-duration: 1s;
  animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
}

.animate-5 {
  animation-duration: 1s;
  animation-delay: 0.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
}

.animate-6 {
  animation-duration: 1s;
  animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
}

.animate-7 {
  animation-duration: 1s;
  animation-delay: 0.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
}

.animate-8 {
  animation-duration: 1s;
  animation-delay: 0.7s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
}

.animate-9 {
  animation-duration: 1s;
  animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
}

.animate-10 {
  animation-duration: 1s;
  animation-delay: 0.9s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
}

.animate-11 {
  animation-duration: 1s;
  animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.animate-12 {
  animation-duration: 1s;
  animation-delay: 1.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.1s;
}

.animate-13 {
  animation-duration: 1s;
  animation-delay: 1.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
}

.animate-14 {
  animation-duration: 1s;
  animation-delay: 1.3s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.3s;
}

.animate-15 {
  animation-duration: 1s;
  animation-delay: 1.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
}

.animate-16 {
  animation-duration: 1s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
}

.animate-17 {
  animation-duration: 1s;
  animation-delay: 1.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.6s;
}

.animate-18 {
  animation-duration: 1s;
  animation-delay: 1.7s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.7s;
}

.animate-19 {
  animation-duration: 1s;
  animation-delay: 1.8s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
}

.animate-20 {
  animation-duration: 1s;
  animation-delay: 1.9s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.9s;
}
