/* ------------------------------------------------------------------------------------- TEMPLATE MODS */
body {
    color: #666;
}

#content-body .content {
    margin: 5px;
}

#home-bottom-content {
    background-color: #fff;
    margin-bottom: 0px;
}

#prefooter_wrapper {
    background-color: #fff;
    margin-top: 0px;
}


/* ------------------------------------------------------------------------------------- HERO BANNER */

#hero-rows {
  margin-bottom: 0px;
  background-image: url(/healthcareethics/images/stripe.png);
  background-position: top left;
}

#head {
  background-image: url(/healthcareethics/images/homepage-banner.jpg );
}

.hero {
    margin: 0px auto;
    max-width: 1920px;
    position: relative;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center 30%;
    z-index: 1;
    margin-bottom:0px;
    background-color: transparent;
    text-align: center;
    display: table;
    width: 100%;
    padding: 350px 0px;
}

.caption {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0px;
    background-color: rgba(0,0,0,0.2);
}

.caption-inner {
    display:table;
    margin-right: auto;
    margin-left: auto;
    height:100%;
}

.caption-content {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    padding:0px;
    max-width: 800px;
}

.hero h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 20px;
  background-color:rgba(0,0,0,0.0);
  text-shadow: -2px 2px 0px rgba(0,0,0,0.3);
  line-height: 70px;
}

.hero p {
  font-size: 21px !important;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 34px;
  color: #fff;
  padding: 10px;
  margin: 0% 0%;
  margin-bottom: 40px;
  text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
  background-color:rgba(0,0,0,0.0);
}

.caption.faded {
  /*background-color: rgba(255,255,255,0.6);*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 1));
}
.hero h1.faded {
  color: #555;
  font-weight: 900;
  text-shadow: none;
}
.hero p.faded {
  color: #444;
  font-weight: 400 !important;
  text-shadow: none;
}

@media (max-width: 767px) {
    .hero h1 {font-size: 2.5em;}
    .hero p {font-size: 1em;}
    #core-content {padding-right:15px; padding-left:15px;}
    #body-inner {
         padding-right:15px; padding-left:10px; 
        -webkit-border-radius: 0px 0px 0px 0px;
         -moz-border-radius: 0px 0px 0px 0px;
         border-radius: 0px 0px 0px 0px;
         -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
         -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
         box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    }
}

/* ------------------------------------------------------------------------------------- AUDIENCE ROW */

.audiencerow {
  position: relative;
  z-index: 100;
  margin-top: -90px;
  color: #fff !important;
  border-radius: 4px
}

.audiencerow a {
  color: #fff !important;
}

.audiencerow a:hover {
  color: #febe10 !important;
}

.future {
  background-color: #01606e;
  border-radius: 4px;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 10px solid #01606e;
  -webkit-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  box-shadow: -6px 6px 0px -1px rgba(0,0,0,0.1);
}

.audiencerow h3 {
  font-size: 22px
}

.current {
  background-color: #830000;
  border-radius: 4px;
  padding-left: 20px;
  border: 10px solid #830000;
  -webkit-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  box-shadow: -6px 6px 0px -1px rgba(0,0,0,0.1);
}

.future .inner {
    background-color: #00788a;
    padding: 25px 15px 15px;
    text-align: center;
}

.current .inner {
    background-color: #ad0000;
    padding: 25px 15px 15px;
    text-align: center;
}

.bodytext  p {
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.contained {
  max-width: 1170px;
  text-align: center;
  margin: 30px auto
}

.testimonials {
  padding: 10px;
  margin: 100px 30px;
}

.testimonials img {
  border-radius: 100%;
  border: 10px solid #fff;
  display: inline;
  -webkit-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
}

#testimonials {
  max-width: 1170px;
   margin: 30px auto 30px;
  text-align: center;
   border-radius: 4px;
  -webkit-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  box-shadow: -6px 6px 0px -1px rgba(0,0,0,0.1);
  background-image: url(/healthcareethics/images/dots.png );
  background-repeat: repeat;

}

.gradient {
  background: linear-gradient(0deg, #fff 60%, transparent 50%);
  padding-top: 60px;
}

#testimonials h2 {color: #fff}

.carousel {
  margin: 40px auto;
  text-align: center;
  padding-top: 12px;
  max-width: 1170px;
  border-radius: 4px;
}

.carousel-inner {
  max-width: 1170px;
  margin: 0px auto;
  background: transparent;
  border-radius: 6px;
  padding-bottom: 60px
}

.carousel-inner > .item {
    padding-top: 0px
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  border-radius: 100%;
  border: 10px solid #fff;
  -webkit-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
  display: inline;
  margin-bottom: 20px;
  width: 200px;
}

.carousel-caption {
  position: relative;
   background: transparent;
  text-align: center;
  padding-bottom: 30px;
   top: 20px
}

.carousel-indicators {
  position: absolute;
   right: 0;
  bottom: 0px;
  top: 260px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators .active {
    background-color: #febe10;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: 5px
}

.person {
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.carousel-caption p {
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    padding: 0px 10%;
}

.carousel-control {
    position: absolute;
    z-index: 100;
    top: 100px;
    left: 0px;
    width: 30px;
    height: 40px;
    margin-top: auto;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    color: #666;
    text-align: center;
    background-color: #febe10;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 20px 10px 10px;
}

.carousel-control:hover {
  background-color: #febe10;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control.left {
    border-radius: 0px 4px 4px 0px;
}
.carousel-control.right{
    border-radius: 4px 0px 0px 4px;
    right: 0px;
}

#give {
    max-width: 1170px;
    margin: 30px auto 100px;
    border-radius: 4px;
    -webkit-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: -8px 8px 0px -1px rgba(0,0,0,0.25);
    box-shadow: -6px 6px 0px -1px rgba(0,0,0,0.1);
    background-color: #5b6f7b;
}
.inner {
  padding: 40px
}

#give p {
  color: #fff;
  margin-bottom: 0px
}

.uppercase {
  font-weight: 900 !important;
  text-transform: uppercase
}

#core-content {display: none}
h1.title {display: none !important}

@media (max-width: 767px) {
    .audiencerow {margin-top: 20px;}
}