/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.result {
	margin-top: 200px;
}

.succmsg{
	margin-left: -15px;
	margin-right: -15px;
}
#success_message{ 
	display: none;
}

video {
	 border:1px solid #999;
     box-shadow: 0 0 5px #999;
}

.bv-form .help-block{
	margin-bottom:0
}

.bv-form .tooltip-inner{
	text-align:left
}
.nav-tabs li.bv-tab-success> a{
	color:#3c763d
}
.nav-tabs li.bv-tab-error> a{
	color:#a94442
}

blockquote {
	display: flex;
    align-items: center; /* align vertical */
}

.down-cont{
	display: flex;
    align-items: center; /* align vertical */
}
.pdf-download {
	display: flex;
    align-items: center; /* align vertical */
}
.pdf-download::before{
	content: url(../images/pdf-download.png);
	float: left;
	margin-right: 20px;
}
.pb {
	margin-bottom: 30px;
}

.pb-link {
	background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 0;
    padding: 2px;
    transition: background-color 0.5s ease-out 0s;
}
.pb-link:hover{
    background-color: #1E778B;
    transition: none 0s ease 0s ;
}

body {
  color: #5a5a5a;
  font-family: roboto;
}
.blank {
	height: 1000px;
}

a {
	color: #bb2327;
	font-weight:600;
	text-decoration: underline;
}

a:hover {
	color: #1E778B;
	font-weight:600;
}

.nav h1 {
	font-size: 14px;
	padding: 25px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
}

.navbar-default {
    background-image: url(../images/bg.png);
	border-bottom: none;
}

.navbar-nav > li > a {
	font-size: 14px;
	display: inline-block;
	font-weight: 900;
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	text-decoration: underline;
	height: 100%;
	color: #bb2327;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #bb2327;
  text-decoration: underline;
}



/* CAROUSEL */

/* carousel base class */
.carousel {
  height: 100%;
  margin-bottom: 60px;
  border-bottom: solid 1px #999;
  background-image: url(../images/bg.png);
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
}

.carousel-image {
    height: 400px;
	margin-top: 100px;
	margin-bottom: 40px;
    background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


/* MARKETING CONTENT */

.hspace {
	padding-top: 120px;
	padding-bottom: 40px;
	height:100vh;
}

.svideo {
	border: 1px solid #999;
    box-shadow: 0 0 2px #999;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* features */

.featured-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featured-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

footer {
	background-color: #eee;
	padding: 20px 0;
	margin: -15px 0;
}
footer a {

}
.footer-divider {
  margin: 20px 0; /* Space out the Bootstrap <hr> more */
  border-color: #999;
}
.totop {
	clear:both;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
 	/* Bump up size of carousel content */
  	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
  	}

  	.featured-heading {
    	font-size: 50px;
  	}
	
	
}

@media (min-width: 992px) {
	.rfh {
		margin-top: 140px;
	}
	.rfh .featured-heading {
		margin-top: 0px;
	}
	.featured-heading {
		margin-top: 120px;
	}
}
