/* ==========================================================================
   0. PAGE GLOBALS
   ========================================================================== */
   h1 {
    font-size: 32px;
    line-height: 1.2em;
    color: #6176a3;
}

h2{
  font-size: 26px;
  text-transform: uppercase;
  color: #6eceb2;
}


p{
    font-size: 20px;
    line-height: 1.4em;
    color: #243444;
}

.shareBtn {
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-top: 2%;
	margin-right: 8%;
}

body{
    font-family: "inventionlight", "Arial Narrow", Arial, sans-serif;
}

small {
    font-size: 80%;
}


/* 0.1. HERO SECTION
   ========================================================================== */

.public-health .main-hero-section {
    background-color: #ffffff;
    margin-top: 125px;
    background-image: url("/images/about/featured_stories/covid-19-header-new.jpg");
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    background-position: left top;
    height: 670px;
}

.public-health .main-hero-section .toptitle{
    padding: 100px 0;
}


.public-health .main-hero-section h1 {
    font-size: 45px;
    position: relative;
    line-height: 55px;
	color: #ffffff;
    /* padding-top: 80px; */
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
}

.public-health .main-hero-section p{
    
    font-size: 26px;
	line-height: 30px;
	padding-bottom: 30px;
}

.public-health .intro{
    background-color: white;
    padding: 40px 0;
}

/* 0.2. CONTENT TESTIMONIALS
   ========================================================================== */

.panel-heading {
  padding: 0;
    border:0;
   text-align: left;
}

.panel-body {
    text-align: left;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: -6px;
}

.panel-default>.panel-heading{
    background-color: white;
    padding: 25px 0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#00877c;
    font-size:18px;
    font-weight:bold;
    letter-spacing:1px;
    text-decoration:none;
    line-height: 1.4em;
}

.panel-title>a p.title{
    color: #00877c;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}
    

.panel-title>a p{
    color: #898989;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.panel-title>a p.name{
    color: #333;
    
}

.panel-title>a span.read-more1, .panel-title>a span.read-more2, .panel-title>a span.read-more3, .panel-title>a span.read-more4, .panel-title>a span.read-more5, .panel-title>a span.read-more6, .panel-title>a span.read-more7{
    color: #662046;
    position: relative;
    top: 30px;
    left: 42px;
    width: 50px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.panel-title>a span.read-more1{
    top: 10px;
    left: 20px;
}

.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
   padding-top: 0px;
   font-size: 22px;
   font-weight: 400;
   /*color:#662046;*/
}

.panel-heading  a.teal-color:before {
   color:#6eceb2;
}

.panel-heading  a.purple-color:before {
   color:#00877c;
}


.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 10px;
    margin-left: -25px;
} 

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #eee;
    background-color: #eee;
    padding: 25px;
}


blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #00877c;
  padding: 2em 0;
  margin: 1.5em 0 3em 0;
  position: relative;
  color: #00877c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee;
  width: 6rem;
  height: 6rem;
  font: 6em/1.08em "Times New Roman", serif;
  color: #00877c;
  text-align: center;
}
blockquote:after {
  content: '\201D';
  position: absolute;
  /*top: 1.3em;*/
  bottom: -55px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee;
  width: 6rem;
  height: 6rem;
  font: 6em/1.08em "Times New Roman", serif;
  color: #00877c;
  text-align: center;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #009688;
}

.title-role1, .title-role2{
    width: 70%;
    font-size: 16px;
    display: none;
}


/* 	-1.0. LARGE DEVICES, WIDE SCREENS
	========================================================================== */

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }

    p {
        font-size: 22px;
    }
	
	
    .public-health .main-hero-section{
        height: 325px;

    }
    .public-health .main-hero-section h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .public-health .main-hero-section .toptitle {
        margin-top: 15px;
    }

    .shareBtn {
        right: 0%;
    }

}

@media only screen and (max-width: 1024px) {
    .public-health .main-hero-section{
        height: 300px;

    }
    

}


/* 	-1.1 MEDIUM DEVICES, DESKTOPS
	========================================================================== */

@media only screen and (max-width: 991px) {
    p{
        font-size: 20px;
    }
	
    .public-health .main-hero-section {
        margin-top: 0px;
		background-position: right top;
        /* min-height: 300px; */
    }
    .public-health .main-hero-section h1 {
        font-size: 23px;
        line-height: 28px;
        padding-top: 45px;
    }

    .public-health .main-hero-section .toptitle {
        margin-top: 45px;
    }

    .shareBtn {
        width: 80px;
		margin-right: 5%;
    }

}


/* 	-1.2 SMALL DEVICES, TABLETS
    ========================================================================== */

@media only screen and (max-width: 767px){
    .public-health .main-hero-section {
        background-position: center center;
    }

    .panel-title>a p{
        font-size: 12px;
    }

    .panel-title>a p.title{
        font-size: 16px;
    }

    
}



/* 	-1.3EXTRA SMALL DEVICES, PHONES
	========================================================================== */


@media only screen and (max-width: 480px) {

    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
	
    .public-health .shareBtn {
        margin-right: 25%;
        width: 65px;
		
    }

    .toptitle{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
   }

   .public-health .main-hero-section {
    height: 185px;
}

    .public-health .main-hero-section h1 {
            font-size: 14px;
            line-height: 20px;
            padding-top: 10px;
    }

    .public-health .main-hero-section h2 {
      margin-top: -15px;
      font-size: 14px;
  }


    .public-health .main-hero-section .toptitle {
        margin-top: 15px;
    }

    blockquote{
        font-size: 14px;
    }

    .title-role1, .title-role2{
        width: 100%;
        font-size: 14px;
    }
   
}

@media only screen and (max-width: 375px){
    .public-health .main-hero-section {
        height: 160px;
    }

    .public-health .main-hero-section h1 {
        padding-top: 0px;
        margin-top: -15px;
        font-size: 12px;
    }

    .public-health .main-hero-section h2 {
            
            font-size: 12px;
    }

  
}