/*************************
Typography
**************************/
html,
body {
  font-family: "myriad-pro", Arial, sans-serif;
}
body {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 19px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 100;
}
h1,
.h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 62px;
  }
}
h2,
.h2 {
  font-size: 34px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 38px;
    /*  margin-top: 50px; */
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
h3,
.h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
h4,
.h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 25px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
.detail-page h1 {
  font-size: 48px;
}
.detail-page h2 {
  font-size: 36px;
  line-height: 1.3;
}
.detail-page h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
}
.detail-page h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 25px;
}
blockquote {
  font-size: 26px;
  font-weight: 100;
  line-height: 1.35;
  border-left: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 34px;
    font-weight: 100;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  blockquote {
    font-size: 40px;
    font-weight: 100;
    line-height: 1.5;
  }
}
blockquote footer {
  font-size: 65%;
  background: none;
  color: #fff;
  float: right;
}
blockquote cite {
  font-style: normal;
}
.lead,
.lead-text {
  margin-bottom: 25px;
  font-weight: 200;
  line-height: 1.5;
}
.lead {
  font-size: 1.125rem;
}
.lead-text {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
  .lead-text {
    font-size: 1.6875rem;
  }
}
div.lead:empty,
div.lead-text:empty {
  display: none;
}
.text-block p {
  margin-bottom: 32px;
}
/*************************
Buttons
**************************/
.btn.btn-primary {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
  white-space: normal;
}

/*************************
Social media
**************************/

ul.social-links {
  margin-top: -0.5rem;
  padding-left: 0;
}
.social-icon {
  display: inline-block;
}
.social-icon a {
  display: block;
  width: 42px;
  height: 42px;
}
.social-icon a:hover {
  opacity: 0.85;
}
.social-icon__fb a {
  background: url("../images/facebook_white.png")
    no-repeat;
  background-size: contain;
}
.social-icon__twitter a {
  background: url("../images/x_white.png")
    no-repeat;
  background-size: contain;
}
.social-icon__youtube a {
    background: url("../images/youtube_white.png") no-repeat;
    background-size: contain;
}
.social-icon__linkedin a {
  background: url("../images/linkedin_white.png")
    no-repeat;
  background-size: contain;
}
.social-icon__instagram a {
  background: url("../images/instagram_white.png")
    no-repeat;
  background-size: contain;
}

/*************************
Navigation
**************************/
#nav {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
#nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.nav > li {
  position: relative;
  display: block;
  padding: 0;
  font-size: 16px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-collapse {
  clear: both;
  float: left;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-left: -15px;
  }
}
.navbar-toggle {
  width: 100%;
  float: none;
  margin-right: 0;
  border: 0;
  padding: 17px 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-toggle,
.navbar-toggle:hover {
  border-radius: 0;
}
.navbar-default .navbar-collapse {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.navbar-toggle .icon-bar {
  margin: 0;
  margin-left: calc(50% + 12px);
}
.banner-wrap {
  display: table;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner-wrap {
    margin: 0;
  }
}
.navbar-nav__right > li {
  text-align: center;
  display: inline-block;
  width: auto;
  font-size: 0;
}
.navbar-nav__right > li > a {
  margin: 10px 10px 0 0;
  padding: 0;
}
.navbar-nav__right > li > a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .navbar-nav.navbar-nav__right {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav__right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-default .navbar-nav.navbar-nav__right > li > a {
    margin: 25px 6px 0;
    padding: 0;
  }
  .navbar-nav__right ~ .navbar-nav__right {
    margin-right: 0;
  }
}
.navbar-nav__right .social-icon a {
  width: 30px;
  height: 30px;
}
.navbar-nav__right .social-icon a:hover {
  background-color: transparent;
}
.navbar-nav__right .social-icon__fb a {
  background: url("https://www.hennepin.us/branding-assets/img/icon-fb.png")
    no-repeat;
  background-size: contain;
}
.navbar-nav__right .social-icon__twitter a {
  background: url("https://www.hennepin.us/branding-assets/img/icon-twitter.png")
    no-repeat;
  background-size: contain;
}
.navbar-nav__right .social-icon__linkedin a {
  background: url("https://www.hennepin.us/branding-assets/img/icon-linkedin.png")
    no-repeat;
  background-size: contain;
}
.navbar-nav__right .social-icon__instagram a {
  background: url("https://www.hennepin.us/branding-assets/img/icon-instagram.png")
    no-repeat;
  background-size: contain;
}
ul.social-links__nav {
  padding-left: 0;
  margin-top: -5px;
}

/*************************
Nav colors
**************************/

.navbar-default .navbar-left > .active > a,
.navbar-default .navbar-left > .active > a:hover,
.navbar-default .navbar-left > .active > a:focus {
  background-color: #fff;
}
.navbar-default > .navbar-default,
.navbar-default > .navbar-default .navbar-toggle:hover,
.navbar-default > .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default > .navbar-default .navbar-left > li > a {
  color: #555;
}
.navbar-default > .navbar-default .navbar-left > li.active > a {
  color: #0058a4;
}
.navbar-default > .navbar-default .navbar-left > li:hover,
.navbar-default > .navbar-default .navbar-left > li > a:hover {
  color: #555;
  background-color: #fff;
}
.navbar-default > .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Navbar toggler */
.icon-bar {
  width: 2rem;
  height: 5px;
  background-color: #555;
  display: block;
  transition: all 0.2s;
  margin-top: 5px;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0% 80%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/*************************
Containers
**************************/
section {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  overflow: hidden;
}
.container-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  color: inherit;
  /* background-color: #eeeeee; */
}
.container-wrapper.text-column > .container {
  max-width: 768px;
}
.full-height {
  margin-top: -30px;
  margin-bottom: -30px;
}
.container-wrapper .container {
  max-width: 100%;
}
.container-wrapper .container.text-block {
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  .container-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .full-height {
    margin-top: -48px;
    margin-bottom: -48px;
  }
}
.media-object-half .col-sm-6:nth-child(2n + 1),
.card-half .col-sm-6:nth-child(2n + 1),
.card-third .col-sm-4:nth-child(3n + 1),
.card-quarter .col-sm-3:nth-child(4n + 1) {
  clear: both;
}
section.collapse-top > .container-wrapper {
  padding-top: 0;
}
section.collapse-bottom > .container-wrapper {
  padding-bottom: 0;
}

/*************************
Container backgrounds
**************************/
section > .container-wrapper {
  background-color: transparent;
}
section.overlay > .container-wrapper {
  color: #fff;
}
section.overlay.gray > .container-wrapper {
  /*#E6E7E9*/
  color: #212529;
}
section.gray > .container-wrapper {
  background-color: #e6e7e9;
}
section.gray.overlay > .container-wrapper {
  background: rgba(230, 231, 233, 0.5);
}
section.deep-blue > .container-wrapper {
  background-color: #113c66;
  color: #fff;
}
section.deep-blue.overlay > .container-wrapper {
  background: rgba(17, 60, 102, 0.5);
  padding: 70px 0;
}
section.deep-blue > .container-wrapper h2 {
  color: #fff;
}

/*************************
Container accent colors
**************************/
[class*="accent-"] h2,
[class*="accent-"] h3 {
    color: #333;
}

/* Gray #E6E7E9 */
.gray .btn-primary {
  background-color: #e6e7e9;
  border: 3px solid #e6e7e9;
  color: #000;
}
.gray .btn-primary:hover {
  background-color: #cdcecf;
  border: 3px solid #cdcecf;
}
.gray.overlay > .container-wrapper .btn-primary {
  background-color: #fff;
  border: 3px solid #fff;
  color: #e6e7e9;
}
.gray.overlay > .container-wrapper .btn-primary:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}
/* Blue-standard #0058a4 */
.accent-blue-standard .btn-primary {
  background-color: #0058a4;
  border: 3px solid #0058a4;
}
.accent-blue-standard .btn-primary:hover {
  background-color: #113578;
  border: 3px solid #113578;
}
.accent-blue-standard.overlay > .container-wrapper .btn-primary {
  background-color: #fff;
  border: 3px solid #fff;
  color: #0058a4;
}
.accent-blue-standard.overlay > .container-wrapper .btn-primary:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

/*************************
Media objects
**************************/
.media,
.media:first-of-type,
.card-half .col-sm-6,
.card-third .col-sm-4,
.card-quarter .col-sm-3 {
  margin-top: 30px;
}
.media-body {
  max-width: 768px;
}
.media-body h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .media-left {
    padding-right: 1rem;
  }
}
/* 
.media-left img{
    width: 100px;
    height: 100px;
}
*/

@media only screen and (max-width: 479px) {
  .media-left,
  .media-right,
  .media-text {
    display: block;
    width: 100%;
  }
  .media-text h4 {
    margin-top: 15px;
  }
}

/*************************
Cards
**************************/
.card-half h4,
.card-third h4,
.card-quarter h4 {
  margin-top: 12.5px;
}

/*************************
Hero image
**************************/
.hero-image img {
  width: 100%;
}
.hero-overlay {
  padding-top: 30px;
  padding-bottom: 25px;
}
.hero-overlay h3,
.hero-overlay h4 {
  margin-top: 0;
  color: #000;
}
.accent-blue-standard .hero-overlay {
  color: #0058a4;
}
.accent-blue-standard .hero-overlay h3,
.accent-blue-standard .hero-overlay h4 {
  color: #fff;
}

/*************************
Video embeds
**************************/
.video-container iframe, .video-container object, .video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*************************
Footer
**************************/
footer {
  background-color: #a8a8a8;
  font-size: 16px;
}
footer .pull-sm-right {
  float: left;
}
footer .pull-sm-left {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  footer .pull-sm-right {
    float: right;
  }
  footer .pull-sm-left {
    float: left;
  }
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #113c66;
}
.footer-standard-info {
  font-size: 13px;
}
.footer-standard-info img {
  margin-bottom: 15px;
}
footer .pipe-spacer {
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .footer-standard-info {
    text-align: right;
  }
}
