/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

li {list-style-type: none;}

p, h2, h1, h3, h4, li {font-family: BloggerSans; text-align: left;}

p, li {font-size: 18px;}

h3, h4 { line-height: 150%;}
h5 { text-transform:uppercase; margin-top:30px;font-size: 18px;}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

a.shifted_anchor {
  position: relative;
  top: -165px;
  margin: 0;
  padding: 0;
  float: left;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


.dropdown-menu{font-size:12px;min-width:300px;max-width:400px;}
.dropdown-menu>li>a{white-space:normal;}
.navbar-right .dropdown-menu{right:auto;left:0}}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 50;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  padding-left: 50px;
  text-align: left;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.label-til{background-color:#174A7D}
.label-til[href]:focus,
.label-til[href]:hover{background-color:#02355E}

.label {padding-top:20px;}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-divider {
  margin-top: 30px; /* Space out the Bootstrap <hr> more */
  border:1px solid #ddd
}

/* Sidebar
------------------------- */

.sidebar-divider {
  margin-top: 10px; /* Space out the Bootstrap <hr> more */
  border:1px solid #ddd
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
  /* Navbar positioning foo */


  .featurette-heading {
    font-size: 50px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


