#EMAILWORK { display: none; }
body {
	background-color: #014235;
	color: #006;
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Avenir', sans-serif;
}
label {
	/* background: #FFF; */
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Avenir', sans-serif;
	font-weight: 400;
}
h1,
h2 {
	font-weight: bold;
	font-family: 'Times New Roman', sans-serif;
	font-size:50px;
	color: #FFF;
}
h3 {	
	color: #060;
}
h4 {	
	color: #006;
	margin-bottom: 0em;	
}

.greybody,greybody
{
	font-size: 100%;
	font-weight: 400;
	color: #666;
}

.small,small
{
	font-size: 100%;
	font-weight: 400;
	color: #333;
}

.redbody
{
	color: #F00;
	
}

p {
	font-size: 18px;
	color: #006;
	}

li{  
  margin: 2px 0;
  line-height: 1.25em;
  color: #666;
}
  
.navbar-inverse {
	background: #006;  
	border: 0;
}
.navbar-inverse .navbar-brand{color:#FFF; margin-top: 2px;}
.navbar-inverse .navbar-nav li a {
	color: #f7f7f7;
	font-size: 16px;
}
.navbar-inverse .navbar-nav li a:hover {background: #69C;}
.navbar-inverse .navbar-nav > .active > a {background: #999;}

.navbar-inverse .navbar-brand:hover{background: #69C; margin-top: 2px;}
.navbar-inverse .navbar-brand:focus{color:#FF0;background-color:transparent; margin-top: 2px;}

.navbar-brand a {
	color: white;
}

.jumbotron {
	background: #27A967;
	color: white;
	text-align: center;
}
.jumbotron p {
	color: white;
	font-size: 26px;
}

.dropdown-menu {
	background: #2E2F31;
	border-radius: 0;
	border: 0;
}

.dropdown-menu li a {
	padding: 10px;
}
.btn-primary {
	color: #FFF;
	background-color: #006;
	border-color: white;
	margin-bottom: 5px;
	text-decoration:none;
}
.btn-primary:hover {
	color: #FFF;
	background-color: #666;
	border-color: white;
	text-decoration:none;
}
.btn-success {
	color: #FFF;
	background-color: #004F2F;
	border-color: white;
	margin-bottom: 5px;
}
.btn-danger {
	color: #FFF;
	background-color: #990000;
	border-color: white;
	margin-bottom: 5px;
}
.btn-spring {
	color: #000;
	background-color: #3C9;
	border-color: white;
	margin-bottom: 5px;
}
.btn-block:hover {
	text-decoration:none;
}
.btn-success:hover {
	color: #FFF;
	background-color: #004F2F;
	border-color: white;
	margin-bottom: 5px;
}
.btn-danger:hover {
	color: #FFF;
	background-color: #990000;
	border-color: white;
	margin-bottom: 5px;
}
.glyphicon-large {
	font-size: 100px;
}
.call-to-action {
	text-align: center;
}
.call-to-action p {
	margin-bottom: 30px;
	font-family: sans-serif;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.borderradiuscountdown {
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 40;
	margin: 15px;
	border-left: 4px #CCCCCC solid;
	border-top: 4px #CCCCCC solid;
	border-bottom: 4px #CCCCCC solid;
	border-right: 4px #CCCCCC solid;	
	width:200px;
	height:121px;	
}	

#bannerclip {	
	vertical-align:middle;
	font-family: Comic Sans MS, Comic Sans MS5, Verdana;
	margin-right: auto;
	margin-left: auto;
	border-width: 4px;
	border-style: inset;
	border-color: #544536;
	background-repeat: no-repeat;	
	background-color: white;
	font-size:52.0pt;	
	color: #004F2F;
}

.carousel-control.left{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x}
	
.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x}	
	
.verticalcenter {	
	vertical-align: middle;
}

.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#e8e8e8;	
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
	}
	
.well blockquote{
	border-color:#ddd;
    border-color:rgba(0,0,0,.15)
	}
.well-lg{
	padding:24px;
	border-radius:6px
	}
.well-sm{
	padding:9px;
	border-radius:3px
	}
.triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #000;
  background: #E0DDDA;
  border-radius: 10px;
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #E0DDDA transparent;
}

.jumpmenu{width:100;}

.responsiveCal {
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}

.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
}

