/*
Colors
Dark Orange:    #F16521
Green:          #69BD45
Light Green:    #EBFFE1
Text: Dark Grey #404040
Light orange:   #FFE0CB
*/

body{
    background-color: #EBFFE1;
	-webkit-animation: shiftColor 60s linear infinite;
	-moz-animation: shiftColor 60s linear infinite;
	-ms-animation: shiftColor 60s linear infinite;
	-o-animation: shiftColor 60s linear infinite;
	animation: shiftColor 60s linear infinite;
}
@-moz-keyframes shiftColor
{
	0% {background-color:#EBFFE1;}
	50% {background-color:#FFE0CB;}
	100% {background-color:#EBFFE1;}
}
@-o-keyframes shiftColor
{
	0% {background-color:#EBFFE1;}
	50% {background-color:#FFE0CB;}
	100% {background-color:#EBFFE1;}
}
@-ms-keyframes shiftColor
{
	0% {background-color:#EBFFE1;}
	50% {background-color:#FFE0CB;}
	100% {background-color:#EBFFE1;}
}
@-webkit-keyframes shiftColor
{
	0% {background-color:#EBFFE1;}
	50% {background-color:#FFE0CB;}
	100% {background-color:#EBFFE1;}
}
@keyframes shiftColor
{
	0% {background-color:#EBFFE1;}
	50% {background-color:#FFE0CB;}
	100% {background-color:#EBFFE1;}
}

h1, h2, h3,h4,h5,h6{
     /*color: #ebffe1;  */ 
}

.header-image {
    margin: 0 -15px;
}

.header-image+.navbar{
    margin: 0 -21px;
}

div.delayed-component-content.main-form {
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #d24d0d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
  color: #FFE0CB;
}
.navbar {
  font-weight: bold;
    /*font-size: 0.8em;*/
}
.navbar-collapse{
    padding: 0;
    max-height:none;
}

.navbar-nav{
    margin:0;  
}
.footer-image{
    padding-top:15px;
    margin: 0 -15px;
    border-top: 15px solid #ebffe1;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 0px;
    background-color: #fff;
}
.jumbotron h1, .jumbotron .h1 {
    color: #69bd45;
      font-size: 37pt;
}
.brand-primary-background {
  color: #ffffff;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive.mediasite-player{
    padding-bottom: 100%;
}
@media screen and (min-width: 768px){
    .embed-responsive.mediasite-player{
    padding-bottom: 90%;
    }
}
@media screen and (min-width: 992px){
    .embed-responsive.mediasite-player{
    padding-bottom: 85%;
    }
}
div.marginBottom > h2:first-child {
  display: none;
}
btn-default{
	text-shadow:none;
}
.trackBorder {
    display:none !important;
}
@media (min-width:992px){
    .table{
        font-size: 0.8em;
    }
}
.navbar-fixed-bottom {
    /* border: none; */
    box-shadow: 0px -5px 10px #999999;
    /* position: relative; */
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    /* height: 57px; */
    /* margin-bottom: -12px; */
}
.navbar-fixed-bottom .navbar-toggle{
	display:none; /*remove if a menu is needed*/
}