/*
Project: 16-17_1-33
Author: Richy Thomas
Date: 11/08/17
Color Palette:
*/


/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,400,600');


/* Structure */

body {
  background-color: #CEE5F2;
  font-family: 'Open Sans', sans-serif;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}

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: #7C98B3;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #7C98B3;
  text-decoration: none;
}

.hidden-text {
  display: none;
}


/* Tables */

.table>thead>tr>th {
  background: #637081;

  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  vertical-align: middle;
}

.table>tbody>tr>td {
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  vertical-align: top;
}


/* Header */

#header {
  background-color: #637081;
  text-align: center;
}

#header h1 img {
  margin-right: 15px;
}

#header h1 {
  color: #ACCBE1;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin: 25px 0;
}

#header h1 span {
  color: #CEE5F2;
  display: block;
  font-weight: 200;
  font-size: 28px;
}

.fa-television {
    float: left;
    padding-right: 15px;
}

#company-branding {
  margin: 30px 0;
  text-align: center;
}

#company-branding img {
  margin-right: 15px;
}

#company-branding img:last-child {
  margin-right: 0;
}

#print-branding {
  display: none;
}


/* Activity Intro */

.activity-intro {
  
	background: url(../images/theme/bg-img.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #536B78;
  padding: 40px 0 240px;
}

.activity-intro h2 {
  color: #FFF;
  font-size: 28px;
  line-height: 32px;
  text-shadow: 0 3px rgba(0,0,0,0.1);
  margin-bottom: 0;
}

.activity-intro p.lead {
  color: #CEE5F2;
  line-height: 32px;
  text-shadow: 2px 2px rgba(0,0,0,0.2);
}

.activity-intro p.lead:last-child {
  margin-bottom: 0;
}

.activity-intro p, .activity-intro ul li, .activity-intro ol li {
  color: #FFF;
}


/* Main Content */

.activity-content {
  margin-top: -200px;

}
.activity-content .content {
  background: #FFF;
  border-radius: 6px 6px 0 0;
  padding: 50px;
}

.activity-controls {
  margin-top: 30px;
}


/* Footer */

#footer {
  width: 100%;
  margin-bottom: 10px;
}

#footer .content {
  background: #536B78;
  border-radius: 0 0 6px 6px;
  padding: 20px 50px;
}

#footer p {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 0;
}


/* Wells */

.well {
  margin: 0;
  background-color: #ACCBE1;
  color: #333;
}

.well p:last-child, .well ul {
  margin-bottom: 0;
}

.hint {
  margin-top: 20px;
}

.hint {
  display: none;
}


/* Buttons */

.btn-default {
  background-color: #7C98B3;
  border-color: #CEE5F2;
  color: #fff;
  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: #ACCBE1;
  border-color: #7C98B3;
  color: #7C98B3;
}

.btn-info {
  background-color: #7C98B3;;
  border-color: #CEE5F2;
  color: #fff;
  margin-bottom: 3px;
}

.btn-info:hover, .btn-info.active, .btn-info:active, .btn-info.focus, .btn-info:focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: #ACCBE1;
  border-color: #7C98B3;
  color: #7C98B3;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}


/* Modal */

.modal {
  z-index: 1070;
  padding-top: 100px;
}

.modal-dialog .modal-content .modal-header {
  background-color: #637081;
  border-radius: 4px 4px 0px 0px;
  color: #FFF;
}

.modal-header .close {
  color: rgba(255,255,255,1);
  font-size: 30px;
  margin-top: 0;
  opacity: 1;
}

.modal-header .close:hover {
  opacity: .5;
}

/* Forms */

.text-entry {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #CEE5F2;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #7C98B3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #7C98B3;
    display: block;
    font-size: 16px;
    min-height: 70px;
    height: auto;
    line-height: 28px;
    padding: 6px 12px;
    width: 100%;
}

.text-entry:focus {
  -webkit-box-shadow:  none;
  box-shadow: none;
  outline: 0;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}


/* 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;
}


/* Pen Tool Overwrites */

.btnPen {
  display: none;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* Global */

.img-center {
  margin-left: auto;
  margin-right: auto;
}


/* Tablet */
@media(min-width: 768px){

  #header {
    text-align: left;
  }

  #header h1 span {
    margin-left: 70px;
  }

  #company-branding {
    margin: 42px 0;
    text-align: right;
  }

}


/* Desktop */
@media(min-width:992px){

}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {

  #digital-branding {
    display: none;
  }

  #print-branding {
    display: inline-block;
  }

  .btn {
    display: 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;
}