/* GLOBAL STYLES
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
p {
margin: 20px;
}
div.marketing a {
	text-decoration: underline;
}

/* MEDS COALITION SITE CUSTOM STYLES 
-------------------------------------------------- */

		h2 {
		color:#333;
		}		
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {		
		.meds-hero {
			padding-top:150px !important;
			}
		}
		html[data-useragent*='MSIE 10.0'] .meds-hero {
		padding-top:100px;
		}
		.navbar {
			margin: 0px;
			border: 0px;
		}
		.navbar-toggle span.icon-bar {
			background-color:#999;
		}
		.navbar-toggle {
			border-color:#999;
		}
		.meds-mobile {
		margin-bottom:50px;
		padding:100px 30px 50px 30px;
		background-color:#106B3B;
		color:#fff;
		}
		.meds-hero {
		background-image: url("/hss2018/images/crowd.jpg");
		background-repeat: no-repeat;
		background-position:center;
		min-height:400px;
		
		margin-right:0;
		color:#000000 !important;
		text-align: center;
		}
		.meds-hero img {
		max-width:220px;
		float:left;
		padding-right:50px;
		padding-top:15px;
		padding-bottom:25px;
		}
		.vertical-align {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		}
		@media only screen and (max-width : 768px) {
		.featurette-divider {
		margin:30px 0 !important;
		}
		.text-left-xs {
		text-align:left !important;
		}
		}
		


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
	
	
		
/* COUNTY BRANDING 
-------------------------------------------------- */

.countybranding{
	padding:0px;
	background-color:#FFF;
}
.countybranding .span-6{
	-moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
.countybranding a.link-image-4-3.acgov-logo img {
	max-width: 150px;
	opacity: .5;
}
.countybranding a.link-image-4-3.acgov-logo img:hover {
	opacity: 1;
}
.countybranding a.link-text.skipbanner {
	text-align: right;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	color: #5087ca;
	text-decoration:none;
}
.countybranding a.link-text {
	text-align: left;
	display: block;
	line-height: 1.7;
}
.countybranding a.link-text {
	text-align: left;
	display: block;
	line-height: 1.7;
}


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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-default {
	border: 1px solid #CCC;
}
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #eee;
  border-bottom: 1px solid #999;

}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* 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;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}


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

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


/* 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;
}


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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  ul.nav {
	text-align: right;
	}

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* 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;
  }
}
@media (max-width: 992px) {
 
  .marketing .col-md-4 {
  margin-bottom: 60px;
}
}
