@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body {
    font-family: 'open sans', arial, sans-serif;
}

/*  ------------------- Sticky footer styles ----------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: rgb(43,43,43);
  /* border: 1px solid rgb(43,43,43); */
}
.footer-text {
    color: rgb(220,220,220);
    font-family: 'open sans', arial, sans-serif;
    padding: 5px;
    text-align: center;
    margin-bottom: 0;
}

.footer a {
    color: #999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.footer a:hover {
    text-decoration: none;
    color: #a81e26;
}

/* --------------- Navigation header -------------*/
.navbar-default {
  background-color: #a81e26;
  border-color: #c0392b;
}
.navbar-default .navbar-brand {
  color: #e5cdd4;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #e5cdd4;
}
.navbar-default .navbar-nav > li > a {
  color: #e5cdd4;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #c0392b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #c0392b;
}
.navbar-default .navbar-toggle {
  border-color: #c0392b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #c0392b;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #e5cdd4;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e5cdd4;
}
.navbar-default .navbar-link {
  color: #e5cdd4;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #e5cdd4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #c0392b;
  }
}

/* --------------- Buttons ---------------*/
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn-primary {
    background: #a81e26;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #a81e26;
    font-family: 'open sans', arial, sans-serif;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #990000;
  border-color: #990000;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a81e26;
  border-color: #a81e26;
}

/* --------------- Front Page ----------------- */
h3{line-height:27px;}
h4{line-height:23px;}

.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}

.header-main{text-align:left;}
.header .header-main {padding: 10px 0;}
.header-main h3 {
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300;
    padding-top: 59px;
    margin-left: 124px;
    color: rgb(51,51,51);

}

h1.front-page-welcome  {
    text-align: center;
    font-family: 'open sans', arial, sans-serif;
    font-size: 63px;
}
.panel-custom {
    width: 450px;
	margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.panel-custom .panel-heading {
    color: rgb(220,220,220);
    font-family: 'open sans', arial, sans-serif;
    background-color: rgb(43,43,43);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* --------------- Learning Plan -------------- */

/* Bigger, better checkboxes */
input[type=checkbox] {
  border: 0;
	clip: rect(0 0 0 0);
	height: 2rem;
	margin: 0 -2rem -2rem 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 2rem;
  opacity: 0.001;
}

.topcoat-checkbox {
  position: relative;
  display: inline-block;
  line-height: 2rem;

  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.topcoat-checkbox__checkmark {
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;

  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Background */
.topcoat-checkbox__checkmark:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
	width: 2rem;
	height: 2rem;
  background: #e5e9e9;
	border: 1px solid #a5a8a8;
	border-radius: 3px;
  cursor: pointer;

	-webkit-box-shadow: inset 0 1px #fff;
	box-shadow: inset 0 1px #fff;
}

/* Checkmark */
.topcoat-checkbox__checkmark:after {
  opacity: 0;
	content: '';
	position: absolute;
  /* Length of check tail */
  width: 28px;
  /* Lenght of check foot */
  height: 11px;
	background: transparent;
	border: 7px solid #666666;
	border-top: none;
	border-right: none;
	border-radius: 2px;

	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

:checked + .topcoat-checkbox__checkmark:after {
	opacity: 1;
}

:focus + .topcoat-checkbox__checkmark:before {
  border: 1px solid #0940fd;
  -webkit-box-shadow: 0 0 0 2px #6fb5f1;
  box-shadow: 0 0 0 2px #6fb5f1;
}

:disabled + .topcoat-checkbox__checkmark:before {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
