/* Fonts */
body {
    font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
  }
  @media (min-width: 768px) {
      body {
          font-size: 20px;
      }
  }
  .lead, .lead-text {
      font-size: 20px;
  }
  @media (min-width: 768px) {
      .lead, .lead-text {
          font-size: 24px;
      }
  }
  .tooltip {
    font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  }
  .popover {
    font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  }

  /* Navigation */
.banner-wrap img {
    width: 400px;
    height: auto;
    padding: 20px 0;
    max-width: 100%;
}
h1.text-hide {
    margin: 0;
}
#nav {
    border-top: solid 1px #113c66;
    border-bottom: solid 1px #bfbfbf;
}
.nav > li {
    font-size: 22px
}

/* Highlights */
.highlights h4 {
    font-size: 36px;
    color: #333;
    font-weight: 100;
}
.highlights a {
    text-decoration: underline;
    color: #0058a4; 
}
.highlights a:hover {
    text-decoration: none;
    color: #0058a4;
}
.highlights .col-sm-4 {
    padding: 0 40px;
}
@media all and (min-width: 768px) {
    .highlights h4 {
        font-size: 48px;
    }
    .highlights .col-sm-4 {
        text-align: center;
        padding: 0 40px;
    }
    .highlights .img-responsive {
        margin: 0 auto;
    }
}

/* Benefits */

section.benefits.overlay > .container-wrapper {
    background-color: transparent;
}
.benefits h2,
.benefits ul {
    color: #000;
}
.benefits ul {
    list-style-type: none;
    font-size: 22px;
    padding-left: 0; 
}
.benefits li {
    margin-bottom: 10px;
}
.benefits .card-half .col-sm-6 {
    margin-top: 0;
}

/* Identify */
#identify .section-footer {
    margin-top: 20px;
}

/* Contact section */

.contact a {
    color: #fff;
    text-decoration: underline;
}
.contact a:hover {
    color: #fff;
    text-decoration: none;
}

.social-icon a {
    width: 50px;
    height: 50px;
}
.social-icon__fb a {
    background: url(/branding-assets/img/facebook_white.png) no-repeat;
    background-size: contain;
}

.social-icon__twitter a {
    background: url(/branding-assets/img/x_white.png) no-repeat;
    background-size: contain;
}

.social-icon__linkedin a {
    background: url(/branding-assets/img/linkedin_white.png) no-repeat;
    background-size: contain;
}

.social-icon__instagram a {
    background: url(/branding-assets/img/instagram_white.png) no-repeat;
    background-size: contain;
}

.social-icon__youtube a {
    background: url(/branding-assets/img/youtube_white.png) no-repeat;
    background-size: contain;
}

/* Full width media objects */
@media only screen and (max-width: 768px) {
    .media-object-full .media-left, 
    .media-object-full .media-right, 
    .media-object-full .media-body {
        display: block;
        width: 100%;
    }
    .media-object-full h4 {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .media img {
        max-width: 100%;
        height: auto;
    }
}

/* Carousel */
.carousel-caption {
	/* background-color: rgba(255,255,255,.85); */
	/* padding: 15px 50px 15px 75px; */
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        padding-top: 0;
    }
}
.carousel-caption-text-wrapper {
	display: inline-block;
	line-height: 1;
	margin: 0;
    position: relative;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255,255,255,.85);
}
@media screen and (min-width: 768px) {
    .carousel-caption-text-wrapper {
        padding-bottom: 15px;
    }
}
.carousel-caption-text-wrapper h4 {
    font-weight: 100;
    color: #000;
    text-shadow: none;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.carousel-control {
    opacity: 1;
}
.glyphicon-chevron-left:before {
    content: "";
    background: url(/branding-assets/img/left_arrow.png) no-repeat;
    display: block;
    background-size: contain;
    height: 32px;
    width: 25px
}
.glyphicon-chevron-right:before {
    content: "";
    background: url(/branding-assets/img/right_arrow.png) no-repeat;
    display: block;
    background-size: contain;
    height: 32px;
    width: 25px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    height: 32px;
    width: 25px;
}
@media only screen and (min-width: 768px) {
    .glyphicon-chevron-left:before {
        height: 64px;
        width: 50px
    }
    .glyphicon-chevron-right:before {
        height: 64px;
        width: 50px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        height: 64px;
        width: 50px;
    }
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.carousel-caption h4 {
    font-size: 22px;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .carousel-caption h4 {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    .carousel-caption h4 {
        font-size: 38px;
    }
}

.photo-caption {
    float: right;
    margin-top: 75px;
    font-size: 14px;
    font-style: italic;
}

.photo-caption.photo-caption__carousel {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .photo-caption {
        font-size: 16px;
    }
    
    .photo-caption.photo-caption__carousel {
        margin-top: 50px;
    }
}

/* Footer */
.footer-standard-info {
    font-size: 15px;
}