@charset "UTF-8";
/* CSS Document */
/* style guide
#214870 = Dark blue
#0B6FB8 = Blue
#BAE4EF = Light Blue
#B4CA33 = Green

font-family: 'segoeuib',sans-serif;
font-family: 'seguihis',sans-serif;
font-family: 'segoeuil',sans-serif;
*/
@font-face{font-family:seguihis;src:url(../fonts/seguihis.woff2)}
@font-face{font-family:segoeuil;src:url(../fonts/segoeuil.woff2)}
@font-face{font-family:segoeuib;src:url(../fonts/segoeuib.woff2)}
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #818285;
  margin-bottom: 60px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer */
  height: 60px;
  background-color: #f5f5f5;
}
/* Bootstrap classes*/
ol.breadcrumb {
  padding: 8px;
  margin-bottom: 24px;
  list-style: none;
  background:rgba(187, 229, 238, .5);
  border-radius: 4px;
}
ul.activity-list li {
	margin:12px 0;
}
a.btn.btn-primary, input.btn.btn-primary,.panel-heading, a.btn.btn-info, select {
	padding:8px 16px;
	margin:2% auto;
}
a.btn.btn-primary, input.btn.btn-primary,.panel-heading {
	background-color:#0B6FB8;
	border-color:#0B6FB8;
}
a.btn.btn-info {
	background-color:#BAE4EF;
	border-color:#BAE4EF;
	color: #214870;
}
.panel-heading {
	font-size: 1.2em;
	font-weight:700;
	line-height:1.4em;
	margin:0 auto;
	padding:16px;
	color:#FFFFFF;
}
.panel-body {
	padding:12px;
}
/* Fusion Charts */
div#chart-container, div#chart-container1, div#chart-container2 {
	margin:24px auto;
	text-shadow: .0em .0em .9em #ffffff;
	letter-spacing:.04em;
	line-height: 2em!important;
}
.fusioncharts-caption {
	letter-spacing:normal;
}

/* remove all rounded corners */
* {
  .border-radius(0) !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'segoeuib',sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height:1.3em;
  margin:0 auto 12px auto;
}
p, li, a, a.btn.btn-primary, input.btn.btn-primary, .panel-heading, .panel-body {
  font-family: 'seguihis',sans-serif;
}
p {
	font-size:1.1em;
	line-height: 1.6em;
}
a {
  text-decoration: none;
}
.panel-list li {
	list-style: none;
	list-style-type: none;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-left: -48px;
	border-bottom: 1px solid #337ab7;
	margin-bottom: 12px;
}
/* end Bootstrap */
.logo-image{
	width: 100%;
	max-width: 380px;
	min-height: 130px;
	height: auto;
	margin-bottom: 24px;
}
/* Main 3 big buttons */
a.div-button {
  /* fade the background color */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  background-color: #ffffff;
  color: #818285;
  border: 1px solid #cccccc;
  padding:24px;
  display:inline-block;
  margin:0 1%;
  width:30%;
  height:200px;
  text-align:center;
  float:left;
}
a.div-button:hover {
  background-color: #B8E3EF;
  color: #222222;
  border-color: #B8E3EF;
  text-decoration:none;
}
a.div-button h2 {
	color:#0B6FB8;
	font-size:1.6em;
}
/* mobile 3 buttons */
@media only screen and (max-width:480px) {
a.div-button {
  padding:24px;
  display:inline-block;
  margin:1%;
  width:98%;
  min-height:200px;
  height:auto;
  text-align:center;
  float:left;
  }
}
/* end mobile */
.blue-text{
	color: #0B6FB8; /* Blue */
}
.point-block{
	display: inline-block;
	width: 35px;
	height:30px;
	background: none;
	border: 1px solid #999;
	color: #999;
	padding: 4px;
	margin: 3px;
	text-align: center;
}
.track-1-achieved {
	background-color: #214870;
	color: #fff;
}
.track-2-achieved {
	background-color: #0B6FB8;
	color: #fff;
}
.track-3-achieved {
	background-color: #BAE4EF;
	color: #fff;
}
.track-4-achieved{
	background-color: #B4CA33;
	color: #fff;
}
.img-speakers {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
/* SHOW COMPLETED TRACKS */
.completed {
	width:120px;
	height:30px;
	display:block;
	margin:12px 0;
	padding: 4px;
	color:#1e1e1e;
	border-radius:4px;
}
.one {
	border:2px solid rgb(81, 146, 205);
}
.two {
	border:2px solid rgb(196, 220, 223);
}
.three {
	border:2px solid rgb(213, 227, 131);
}
.four {
	border:2px solid rgb(167, 182, 58);
}
.col-md-6 .alert-info {
	border-radius:4px;
}
/*
Styling to make modals scroll correctly */
.modal 
{ 
	overflow: auto !important; 
}
/* END Styling
*/