/*
# VCU SOP Microsite Styles - global.css

## Defaults
Gold: #ffba00;
Light gray: #e5e5e5;
Dark gray: #63656a;
Blue: #3787b0;
*/


/* GLOBAL */

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b, strong {
    font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    line-height: 1.8em;
    color: #333;   
}

p, li {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #414141;    
    line-height: 1.8em;
}

h1 {
    
    font-size: 16px;
}

h2 {
    font-size: 18px;
}

h3 {
    padding: 20px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.03em;
}

h4 {
    padding-top: 20px;
    font-size: 28px;
}

h5 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
}

a,
a:hover,
a:focus {
    color: #3366BB;
    font-weight: bolder;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a,
.btn {
    -webkit-transition: all 0.1s linear; /* Safari */
    transition: all 0.1s linear;
}

a img {
    -webkit-transition: opacity 0.1s linear; /* Safari */
    transition: opacity 0.1s linear;
}

a img:hover {
  opacity: .8;
}

.main-content li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.main-content a {
    color: #328CAD;
}

a.btn-primary{
    color: #fff;
}

.btn,
.btn-primary,
.open>.dropdown-toggle.btn-primary {
    background-color: #ffba00;
    color: #ffffff;
    border: 1px solid #eaab00;
}

.btn:hover,
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn:active:focus,
.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #63656a;
    color: #ffffff;
    border: 1px solid #60646b;
    opacity: .9;
}

.callout{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #ffba00;
    background: #f8f8f8;
}

.callout p{
    padding: 0;
}

.read-more{
  display: inline-block;
  text-decoration: none;
  color:#328CAD;
}
.intro{
  text-align: center;
}
h3.text-center{
  margin: 40px 0;
}
.blue{
  color: #3787b0;
}
.white-bg{
  background: #fff;
}

a.pdf{
    background-image: url('');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 35px;
    height: 35px;
    display: inline-block;
    padding-top: 10px;
    background-size: 18px;
}

#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none
}

#skip-links a {
    position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: transparent;
    color: #f8b801;
    outline: none;
    transition: top 0.2s, background-color 0.2s
}

#skip-links a:focus, #skip-links a:active {
    top: 0px;
    background-color: #333
}

/* Gboot image slider */
.item img{
  width:100%;
  height:auto;
}
/* End Gboot image slider */


/* QUICKLINK SECTION */

.quicklink-title {
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

.link-section-row {
    background-color: #f8f8f8;
    margin-bottom: -40px;
}

.link-section { 
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.link-section a {
    padding: 14px 60px 14px 20px;
    margin: 50px;
    border-radius: 7px;
    color: #3366BB ;
    background-color: white;
    font-size: 17px;
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.15);
}

.link-section .fa-angle-right {
    margin-left: 100px;
    margin-right: -40px;
    font-size: 30px;
    color: #63656a;
    font-weight: 700;
}

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

    .link-section a {
        padding: 15px 30px;
        margin: 50px 10px;
    }

    .link-section .fa-angle-right {
        margin-left: 18px;
        margin-right: 0;
    }

}

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

    .link-section{
        margin: 20px;
        background: #f8f8f8;
        border: 1px solid #eee;
    }

    .link-section a {
        display: block;
        text-align: left;
        padding: 10px;
    }

}


/* GLOBAL COLORS */

.pharm-primary {
    color: #ffffff;
}

.pharm-secondary {
    color: #63656a;
}

.pharm-tertiary {
    color: #e5e5e5;
}

.pharm-quaternary {
    color: #f6f6f6;
}

.pharm-quinary {
    color: #3787b0;
}

.pharm-white {
    color: #ffffff;
}

.pharm-black {
    color: #000000;
}

.pharm-bright-white {
    background-color: #ffffff;
}

.pharm-bright-grey {
    background-color: #f6f6f6;
}

.pharm-bright-grey a {
    color: #328CAD;
}


header h2 {
    color: #fff;
    font-weight: bold;
    /* margin: 0; */
    margin-top: -8px;
    margin-bottom: 24px;
}
header h2 a {
    color: #fff;
}
header h2 a:focus {
    color: #fff;
}
header h2 a:hover {
    color: #ffb800;
}


/* HEADER BACKGROUND */

.pharm-header {
    color: #fff;
    background-color: #303030;
}

.coag-header-top h1 a{
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}


/* HEADER TAG */

.pharm-header-tag {
    float: left;
    width: 39%;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
    font-size: 1.3em;
    text-align: center;
}

.pharm-header-tag img {
   max-width: 100%;
   height:  auto !important;
}

/* HEADER SEARCH */

.nav-links {
    width: 98%;
    float: left;
}

.search {
    width: 2%;
    float: left;
}


@media (max-width: 600px) {
  
  .nav-links {
    width: 80%;
}

.search {
    width: 20%;
}
  
  .search-bar {
    width: 50%;
    float:left;
    padding-right: 10px;
  }
  
  .menu {
    width: 50%;
    float: left;
  }
}

.pharm-header-search {
    float: right;
    width: 65%;
    padding: 5px 2.5% 5px 0;
    text-align: right;
}

.pharm-header-search-expanded {
    float:right;
    width: auto;
    overflow: hidden;
    display: none;
}

.pharm-header-search-open, 
.pharm-header-search-close {
    font-family: inherit;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-align: right;
    line-height: 45px;
    margin-top: -30px;
    margin-right: 10px;
    background-color: transparent;
    border: none;
}

.pharm-header-search-close {
    display: none;
    padding: 0px 12px 3px;
}

.pharm-header-search  a:hover,
.pharm-header-search  a:focus {
  text-decoration: none;
  color: #fff;
}

.pharm-header-search-mobile {
  margin-top: 2em;
}

.form {
    width: 90%;
    float: right;
}

.searchform {
    float: right;
    width: auto;
    display: inline-block;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background-color: #444;
    padding-left: 1em;
}

.searchform input {
    color: #ffffff;
    border: none;
    background-color: transparent;
    padding: 6px 12px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

input.form-button.sr-only {
    display: none;
}

.search-closed {
    opacity: 0;
    width: 0;
}

.search-open {
    opacity: 1;
    width: 300px;
    margin-right: 8px;
}


/* COAGULATION NAV */

.coag-nav {
    background-color: #444;
    overflow: hidden;
}


.coag-nav a {
    float: left;
    display: block;
    color: #ffba00; /*#f2f2f2;*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.coag-nav a:hover {
    background-color: #ddd;
    color: black;
}

.coag-nav .icon {
    display: none;
}


/* BREADCRUMB */

.breadcrumb {
    text-align: right;
    width: 100%; 
    border-radius: 0px 7px 7px 0px; 
    margin-bottom: 20px;
    margin-top: 20px; 
    margin-left: -16px;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
}

.breadcrumb a {
    color: #3366BB ;
}


/* PHARM NAV */

.pharm-button-nav .btn-group .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 1em 1em 0.8em 1em;
    font-size: 1.25em;
    border: none;
    color: #ffffff;
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, 
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, 
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-radius: 0;
}

.pharm-button-nav .btn-group:nth-child(1) .btn {
    background-color: #c3756b;
}
.pharm-button-nav .btn-group:nth-child(2) .btn {
    background-color: #b2bb1c;
}
.pharm-button-nav .btn-group:nth-child(3) .btn {
    background-color: #64c5d0;
}
.pharm-button-nav .btn-group:nth-child(4) .btn {
    background-color: #c6cba5;
}
.pharm-button-nav .btn-group:nth-child(5) .btn {
    background-color: #a79cb9;
}

.pharm-button-nav .fa {
    font-size: 1.5em;
}

.pharm-button-nav .btn-group .btn:hover {
    opacity: 0.5;
}

.pharm-button-nav .pharm-button-nav-text {
    display: none;
    line-height: 1.5em;
}


/* HOME - CAROUSEL */

.fa-chevron-circle-left {
    font-size: 50px !important;
}

.fa-chevron-circle-right {
    font-size: 50px !important;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #f6f6f6;
    text-align: center;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel-image {
    height: 550px;
}

.carousel {
    margin: auto !important;
    height: 50% !important;
    position: relative;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-control .fa-chevron-circle-left, .carousel-control .icon-prev {
    left: 50%;
}

.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-chevron-circle-right, .carousel-control .icon-next {
    right: 50%;
}

@media screen and (min-width: 768px) {

    .carousel-indicators {
        bottom: 20px;
    }

}

/* HOME - TEXT */

.home-main-paragraph {
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 40px;
}


/* HOME - IMAGE */

.home-image {
    text-align: center;
    margin-bottom: 1.5em;
}

.home-image img {
    max-width: 100%;
    height: auto !important;
}


/* HOME - INFOGRAPHIC */

.row.info-row {
    background-color: #f8f8f8;
    padding: 40px 0;
}

.infographics {
    width: 100%;
}

.infographics img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: auto;
}


/* HOME - NEWS FEED */

.news-feed {
    width: 100%;
    height: 500px;
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.news-spotlight-col {
    float: left;
}

.news-spotlight-col h1 {
    width: 100%;
    float: left;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 32px;
    padding: 20px;
}

.news-spotlight {
    padding-top: 50px;
    width: 100%;
    float: left;
}

.news-spotlight-img {
    display: inline-block;
    position: relative;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden;
    float: left;
}

.news-spotlight-img img {
    width: auto !important;
    height: 100% !important;
    vertical-align: middle;
    border-radius: 7px 0 0 7px;
}

.news-spotlight-text {
    float: left;
    width: 100% !important;
    height: 350px !important;
    padding: 5px;
    overflow: hidden;
    border-radius: 0 7px 7px 0;
    border-right: 1px solid #63656a;
    border-bottom: 1px solid #63656a;
}

.news-spotlight-text h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.8em;
    color: #414141;
    padding: 0;
    margin-top: 0px;
}

.news-spotlight-text h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.7em;
}

.news-spotlight-text p {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1.7em;
}

.news-series-col {
    float: left;
}

.news-card-item {
    float: left;
    width: 100%;
    height: 150px;
    padding: 10px 0 10px 0;
}

.news-card-img {
    width: 150px !important;
    height: 120px !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.news-card-img img {
    width: auto !important;
    height: 100% !important;
    border-radius: 7px;
    vertical-align: middle;
}

.news-card-text {
    float: left;
    width: 50%;
    height: 120px;
    overflow: hidden;
}

.news-card-text h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #414141;
    margin: 8px 0 10px 0;
}

.news-card-text h2{
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.7em;
    margin: 0px;
}

.news-page-link a{
    float: right;
    text-decoration: underline;
    padding-top: 30px;
}


/* NEWS PAGE */

.row.news-feed-item {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-feed-image {
    display: inline-block;
    position: relative;
    width: 270px !important;
    height: 235px !important;
    overflow: hidden;
}

.news-feed-image img{
    width: auto !important;
    height: 100% !important;
    border-radius: 7px;
}

.col-sm-8.news-feed-text {
    margin-left: -10px;
    margin-top: -15px;
    padding-top: 0px;
}

.news-feed-text p {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #414141
}

.news-feed-text h1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: -10px;
    text-transform: uppercase;
    color: #db3236;
}

.news-feed-text h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #414141
}

/* SUBPAGE IMAGE */

.sub-hero {
  min-height: 90px;
  position: relative;
  background-color: #000;
}

.sub-hero .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sub-hero h2 {
  color: #fff; 
  margin-bottom: 40px; 
  font-size: 2em; 
  text-shadow: 1px 1px 1px #333;
}

.sub-hero img {
  margin: 0 auto;
}

@media (min-width: 768px) {
    .sub-hero h2 {
        font-size: 3.5em; 
    }
}

/* SUBPAGE INFOGRAPHIC */

.infographic-banner.row {
    margin-left: -50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.infographic-banner img {
    height: auto;
    width: 85% !important;
}

/* PROFILE CARD - LEFT */

.wrapper-left {
  height: 420px;
  width: 654px;
  margin: 50px auto;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img-left {
  float: left;
  display: inline-block;
  position: relative;
  height: 420px;
  width: 327px;
  border-radius: 7px 0 0 7px;
  overflow: hidden;
}

.product-img-left img {
  border-radius: 7px 0 0 7px;
  width: auto;
  height: 100%;
}

.product-info-left {
  float: left;
  height: 420px;
  width: 327px;
  border-radius: 0 7px 7px 0;
  background-color: #ffffff;
}

.product-text-left {
  max-height: 380px;
  width: 327px;
  overflow-y: auto;
}

.product-text-left h1 {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  margin: 0 25px 0 25px;
  padding-top: 20px;
  font-size: 22px;
  color: #333;
}

.product-text-left h2 {
  margin: 0 25px 5px 25px;
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #414141;
  letter-spacing: 0.01em;
}

.product-text-left p {
  margin: 0 25px 0 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  color: #414141;
  line-height: 1.7em;
  font-size: 14px;
  font-weight: lighter;
  text-align: justify;
  overflow: hidden;
}

.read-more-state-left {
  display: none;
}

.read-more-target-left {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state-left:checked ~ .read-more-wrap-left .read-more-target-left {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state-left ~ .read-more-trigger-left:before {
  content: 'Learn more';
}

.read-more-state-left:checked ~ .read-more-trigger-left:before {
  content: 'Learn less';
}

.read-more-trigger-left {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 120px;
  padding: 3px 0 0 0;
  margin: 12px 0 0 25px;
  color: #fff;
  background-color: #3366BB;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: transparent;
  border-radius: 7px;
}

.read-more-trigger-left:hover {
  background-color: #ffba00;
}

/* PROFILE CARD - RIGHT */

.wrapper-right {
  height: 420px;
  width: 654px;
  margin: 50px auto;
  border-radius: 7px 7px 7px 7px;
  /* VIA CSS MATIC https://goo.gl/cIbnS */
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img-right {
  float: left;
  display: inline-block;
  position: relative;
  height: 420px;
  width: 327px;
  border-radius: 0 7px 7px 0;
  overflow: hidden;
}

.product-img-right img {
  border-radius: 0 7px 7px 0;
  width: auto;
  height: 100%;
}

.product-info-right {
  float: left;
  height: 420px;
  width: 327px;
  border-radius: 7px 0 0 7px;
  background-color: #ffffff;
}

.product-text-right {
  max-height: 380px;
  width: 327px;
  overflow-y: auto;
}

.product-text-right h1 {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  margin: 0 25px 0 25px;
  padding-top: 20px;
  font-size: 22px;
  text-align: right;
  color: #333;
}

.product-text-right h2 {
  margin: 0 25px 5px 25px;
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  color: #414141;
  letter-spacing: 0.01em;
}

.product-text-right p {
  margin: 0 25px 0 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  color: #414141;
  line-height: 1.7em;
  text-align: justify;
  font-size: 14px;
  font-weight: lighter;
  overflow: hidden;
}

.read-more-state-right {
  display: none;
}

.read-more-target-right {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state-right:checked ~ .read-more-wrap-right .read-more-target-right {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state-right ~ .read-more-trigger-right:before {
  content: 'Learn more';
}

.read-more-state-right:checked ~ .read-more-trigger-right:before {
  content: 'Learn less';
}

.read-more-trigger-right {
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 30px;
  width: 120px;
  padding: 3px 0 0 0;
  margin: 12px 25px 0 0;
  color: #fff;
  background-color: #3366BB;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: transparent;
  border-radius: 7px;
}

.read-more-trigger-right:hover {
  background-color: #ffba00;
}

@media (max-width: 720px) {
  .wrapper-left, .wrapper-right {
    width: 100%;
    max-height: 338px !important;
  }
  
  .product-img-left, .product-img-right,.product-info-left, .product-info-right {
    max-height: inherit;
    width: 50%;
  }
  
  .product-img-left img, .product-img-right img{
    height: auto !important;
    width: 100% !important;
  }
  
  .product-text-left, .product-text-right {
    max-height: inherit;
    width: 100%;
  }
}
  
@media (max-width: 525px) {
  .wrapper-left, .wrapper-right{
    max-height: 189px !important;
  }
}

@media (max-width: 325px) {
  .wrapper-left, .wrapper-right{
    min-height: 207px !important;
  }
}

/* CONTACT US PAGE */

.contact-info.row {
    background-color: #f6f6f6; 
    margin-top: 25px;
}

.contact-info {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    padding: 15px 0 45px 0;
    color: #63656a;
    
}

.contact-info h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    margin-bottom: -25px;
    color: #414141;
}

.contact-info h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: lighter;
    color: #63656a;
}

.map-banner {
    margin-bottom: -60px;
}

iframe {
    width: 100%;
    height: 550px;
}


/* STAFF LISTING */

.staff-member-listing {
    padding: 1.5em 0 2em 0;
    width: 100%;
    float: none;
    clear: both;
}

.staff-member-image, 
.staff-member-info {
    float: left;
}

.staff-member-image {
    width: 30%;
}

.staff-member-info {
    width: 70%;
    padding-left: 6%;
}

.staff-member-info a {
    color: #3787b0;
}

.staff-info-name {
    font-weight: bold;
}


/* FAQ */

.faq-wrap {
    padding: 1em;
    border-bottom: solid 1px #e6e6e6;
}

.faq-wrap h4 {
    font-size: 24px;
}

.faq-wrap:hover{
    background: #f7f7f7;
}

.faq-section {
    margin-bottom: 100px;
}

.faq-question {
    margin: 20px 0;
    font-weight: 700;
}

.fa.faq-angle {
    margin-left: 0.5em;
    font-size: 1.1em;
    color: #c5c5c5;
    -webkit-transition: color ease .3s,-webkit-transform ease .3s;
    transition: color ease .3s,transform ease .3s;
    padding-right:20px;
}

.faq-answer {
    margin: 30px 80px;
}

.faq-answer h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
}

.faq-answer li {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.8em;
}

.faq-open .fa.faq-angle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #444;
}

.faq-sidebar {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.faq-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-sidebar-list li {
    border-top: 1px solid #e6e6e6;
}

.faq-sidebar-list li:first-child {
    border-top: none;
}

.faq-sidebar-list a {
    padding: 12px 30px 16px 15px;
    display: block;
    color: #63656a;
}

.faq-sidebar-list a:hover {
    background-color: #e6e6e6;
}

.faq-sidebar.affix{
    top: 20px;
    min-width: 263px;
}

.faq-container h3{
    padding-top: 20px;
}


  /* FAQ - ML - 05232017*/
    .sidebarNavHeader{
      background:#efefef;
      padding:0 0 16px 8px;
      margin-bottom:0;
    }
    .fa.faq-angleaInfo,
        .faq-open .fa.faq-angleaInfo,
        .aInfoText,
    .programQsText,
    .redFAQ
    {
            color: #c57569;
        }
        .fa.faq-angleadmis,
        .faq-open .fa.faq-angleadmis,
        .admisText,
    .appText,
.greenFAQ
    {
            color: #b2bd00;
        }
        .fa.faq-angleother,
        .faq-open .fa.faq-angleother,
        .otherText,
    .tuitionText,
.purpFAQ
    {
            color: #a79bba;
        }
        .fa.faq-anglestuLife,
        .faq-open .fa.faq-anglestuLife,
        .stuLifeText,
        .yellowFAQ{
            color: #ffb800;
        }
        .aInfo,
    .programQs{
          background:#c57569;
        }
        .admis,
    .app{
          background:#b2bd00;
        }
        .other,
    .tuition{
          background:#a79bba;
        }
        .stuLife{
          background:#ffb800;
        }
        .fa.faq-angleaInfo,
        .fa.faq-angleadmis,
        .fa.faq-angleother,
        .fa.faq-anglestuLife {
            margin-right: 0.5em;
            font-size: 1.1em;
            -webkit-transition: color ease .3s,-webkit-transform ease .3s;
            transition: color ease .3s,transform ease .3s;
        }
        .faq-open .fa.faq-angleaInfo,
        .faq-open .fa.faq-angleadmis,
        .faq-open .fa.faq-angleother,
        .faq-open .fa.faq-anglestuLife {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .aInfo,
        .admis,
        .other,
        .stuLife{
          width:3%;
          display:block;
          overflow:hidden;
          height:14%;
          position: absolute;
        }
    .programQs,
    .app,
    .tuition{
          width:3%;
          display:block;
          overflow:hidden;
          height:32.6%;
          position: absolute;
        }


/* FOOTER */

.pharm-footer {
    background-color: #303030;
    color: #ffffff;
    padding-top: 2em;
    padding-bottom: 1em;
}

.pharm-footer a {
    color: #ffffff;
}

.pharm-footer li {
    color: #ffffff;
}

.pharm-footer a:hover {
    color: #63656a;
}

.pharm-footer h4 {
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #fff;
}

.pharm-footer p {
    margin-bottom: 2em;
    line-height: 1.5em;
    color: #ffffff;
}

.pharm-footer-links {
    margin-bottom: 4em;
}

.pharm-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pharm-footer-school {
    line-height: 30px;
    position: relative;
}

.pharm-footer-school img {
    max-width: 100%;
    background-color: #ffba00;
    padding: 0 0.8em;
}

.pharm-footer-school .col-md-12 {
    z-index: 200;
} 

.pharm-footer-school h3 {
    display: inline-block;
    margin-right: 1em;
    margin: 0 1em 0 0;
    background-color: #ffba00;
    padding: 0 0.5em;
}






/* FOOTER TAKE TWO */
/* FOOTER STYLES */
  .pharm-footer{
    background:#333;
    color:#fff;
    margin: 0px;
  }
  .pharm-footer a{
    color:#ffb800;
    font-weight:bold;
  }
  .pharm-footer a:hover{
    color:#fff;
  }
  .pharm-footer .text-right i{
    font-size:150%;
  }


/* MEDIA QUERIES */
/* Small Devices, Tablets */
    @media only screen and (max-width : 990px) {
      .pharm-footer,
      .pharm-footer .text-right{
        text-align: center !important;
      }
    }


/* END FOOTER TAKE TWO */
ul.list-unstyled a:hover {
    color: #3366BB;
}

.list-inline {
    list-style: none;
    display: inline-block;
}

.list-inline li {
    display: inline-block;
}

.list-inline li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    color: #3366BB;
}

.list-inline li a:hover {
    background-color: #63656a;
    color: #3366BB;
}

.pharm-footer-social li span {
    color: #ffba00;
}


/* MEDIA QUERIES */

@media (max-width: 1099px) {

    .pharm-button-nav .pharm-button-nav-text {
        font-size: 15px;
    }

}

@media (min-width: 768px) {
  
    p {
        font-size: 16px;
    }

    .pharm-header-menu {
        width: 20%;
        padding: 5px 0 5px 2.5%;
    }

    .pharm-header-bottom {
        background-image: url('/media/ts-migration/askit/images/email/bulk5.gif');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 530px;
    }

    .pharm-header-tag img {
        max-width: 100%;
    } 

    .pharm-footer p {
        margin-bottom: 10px;
        line-height: 1.5em; 
    }

    .pharm-footer-school:before {
        border-top: 2px solid #ffffff;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    .pharm-footer-school img {
        max-width: 400px;
    }

    .pharm-footer-social {
        margin: 16px 10px 0 10px;
    }
  
     .staff-member-listing {
        padding: 1.5em 0;
        float: left;
        width: 50%;
        clear: none;
    }

    .staff-member-listing:nth-child(odd) {
        clear: left;
    }

    .staff-member-info {
        padding: 0 3% 0 6%;
    }
}

@media (min-width: 1400px) {

    .carousel.slide .item {
        height: 750px !important;
    }

}

@media (min-width: 1800px) {

    .carousel.slide .carousel-image {
        height: 850px !important;
    }

}

@media (min-width: 2200px) {

    .carousel.slide .carousel-image {
        height: 950px !important;
    }

}

@media (min-width: 2400px) {

    .carousel.slide .carousel-image {
        height: 1100px !important;
    }

}

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

    .coag-nav a:not(:first-child) {
        display: none;
    }

    .coag-nav a.icon {
        float: right;
        display: block;
    }

}

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

    .coag-nav.responsive {
        position: relative;
    }

    .coag-nav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .coag-nav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

}
 

 /* CPPI Site Start*/

 /* CPPI Generic */

.cppi-img-scale img {
   max-width: 100% !important;
   height: auto !important; 
}

.cppi-research-img{
  max-width:700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

 
/* Custom Button */

a.custom_button{
    font-family: Montserrat, Arial; 
    font-size: 15px; 
    text-align: center; 
    border: 3px solid #ffba00; 
    border-radius: 50px; 
    margin-top: -10px; 
    margin-bottom: 20px;
    padding: 15px 40px; 
    display: inline-block;
}

a.custom_button:hover{ 
    color: #fff;
    background-color: #ffba00;
    border: 3px solid #ffba00; 
    border-radius: 50px; 
    padding: 15px 40px;
    text-decoration: none;  
}

/* Button Links */

.cppi-link-section { 
    float:left;
    margin-top: 50px;
    margin-bottom: 80px;
}

.cppi-link-section a {
    padding: 14px 60px 14px 20px;
    margin: 160px;
    border-radius: 7px;
    color: #3366BB ;
    background-color: white;
    font-size: 17px;
    font-family: 'Montserrat', Arial, sans-serif;
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.15);
    border: solid #f6f6f6 1px;
}

.cppi-quicklink-title {
    margin-top: -30px;
    margin-left: 100px;
    margin-right: 100px;
}

.cppi-link-section .fa-angle-right {
    margin-left: 100px;
    margin-right: -40px;
    font-size: 30px;
    color: #63656a;
    font-weight: 700;
}

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

  .cppi-link-section{
    margin-right:140px;
    margin-top:-140px;
    margin-bottom:-100px;
    background: #ffffff;
    border: 1px solid #fff;
  }

  .cppi-link-section a {
    display: block;
    text-align: left;
    padding: 10px;
  }

}

@media only screen and (min-width: 1500px) {

  .cppi-link-section{
    margin-right:80px;
    /*margin-top:-140px;*/
    /*margin-bottom:-100px;*/
    padding-left:5%;
    /*background: #ffffff;*/
    /*border: 1px solid #fff;*/
  }

/*  .cppi-link-section a {
    display: block;
    text-align: left;
    padding: 10px;
  }*/

}

/* CPPI Home page */

.cppi-director-img{
  float:right; 
  max-width:40%; 
  height:auto!important;
  padding:0.5em;
  border-radius:3px; 
  border:1px solid #ccc; 
  margin:1em;
  padding-bottom:.1px;
}

 /* CPPI Research */

@media (max-width:1642px){

    .cppi-contact{
        overflow:hidden;
        width:60%;
        margin:auto;
    }

}

@media (max-width:1405px){

    .cppi-contact{
        overflow:hidden;
        width:80%;
    } 

}

@media (max-width:1070px){

    .cppi-contact{
        overflow:hidden;
        width:90%;
    } 

}

@media (max-width:990px){

    .cppi-contact{
        overflow:visible;
    }

}

.cppi-side-links{
    padding-left:100px;
}

/* CPPI Publications */

.pub-container{
  border-top-style:solid;
  border-bottom-style:solid;
  border-top-color:#e6e6e6;
  border-bottom-color:#e6e6e6;
  border-top-width:1px;
  border-bottom-width:1px;
  padding:2em;
}

.pub-title h1{
  color:#db3236;
}

.pub-container:nth-child(odd)  {
    background-color: #fbfbfb;
}

/* CPPI Professional Development */

.seminar{
    padding: 20px;
    margin: 10px 0;
    margin-left:40px;
    width:100%;
    max-width:1000px;
    background: #eee;
}

@media(max-width:1160px){

    .seminar{
        margin-left:0px;
        width:100%;
    }

}

.seminar .date {
    border-right: 1px solid #fbb801;
    padding: 10px 5px;
}   

@media (max-width: 767px) {

    .seminar .date {
        border-right: 0;
    }

}
.seminar .month {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #969491;
    padding-left: 3px;
}

.seminar .day {
    font-family: serif;
    font-size: 2.5em;
    display: block;
}

.seminar .info p {
    margin-bottom: 20px ;
    font-size: 100%;
    line-height: 1.5em;
}

.dept {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.speaker {
    font-weight: bold;
    margin-bottom: 0 !important;
}

.cppi-series{
    float:left;
}


/* CPPI Practice Partners */

.cppi-practice-partners-img img{
  float:left;
  max-width:300px;
  width:100% !important;
  margin-right:40px;
  margin-bottom:20px;
  border-radius:5%;
}

.cppi-practice-partners-txt{
  text-align:justify;
}


/* CPPI NEWS FEED */

.row.cppi-news-feed-item {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cppi-news-feed-image {
    display: inline-block;
    position: relative;
    width: 270px !important;
    height: 235px !important;
    overflow: hidden;
}

.cppi-news-feed-image img{
    width: auto !important;
    height: 100% !important;
    border-radius: 7px;
}

.col-sm-8.cppi-news-feed-text {
    margin-left: -10px;
    margin-top: -15px;
    padding-top: 0px;
}

.cppi-news-feed-text p {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #414141
}

.cppi-news-feed-text h1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: -10px;
    text-transform: uppercase;
    color: #db3236;
}

.cppi-news-feed-text h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #414141
}

@media (min-width:768px){

    .cppi-news-feed-text p {
        /*font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;*/
        /*font-size: 16px;*/
        /*line-height: 1.7em;*/
        /*color: #414141;*/
        margin-left:270px;
    }

    .cppi-news-feed-text li {
        font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        line-height: 1.7em;
        color: #414141;
        margin-left:270px;
    }

    .cppi-news-feed-text h6 {
        font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        line-height: 1.7em;
        color: #414141;
        margin-left:270px;
    }

    .read-more-hide{
        margin-left:270px;
        color:#db3236;
    }

}

.read-more-hide{
    margin-left:270px;
    color:#db3236;
}

.read-more-show{
    color:#db3236;
}


/* CPPI Contact Us */

.cppi-contact-unit-detail{
    max-width:1200px;
    width:100%;
    margin-right:20% !important;
    padding-right:60px !important;
}

/* CPPI Site End */


/* CBRPM Site Begin */

/* Home page*/

@media (min-width:992px){

    .cbrpm-home-bg{
        background-color: #e3e3e3;
        background-image: url('/media/structural-biology/school-of-pharmacy/precision-medicine/images/global/vcuh_pattern_1_white_rgb-02.png');
    }

}

.cbrpm-home-container{
    background-color:#fff;
}

.cbrpm-intro{
    background-color:#f3f3f3;
    padding:0px 40px 20px 40px;
    margin-top:20px;
    border-top:2px solid #7ecfd7;
    border-bottom:2px solid #7ecfd7; 
    width: 100%;
}

.cbrpm-introo h4{
    font-size:25px;
    border-bottom:2px solid #b2bb1c;
}

.cbrpm-intro h5{
    font-size:16px;
}

.cbrpm-contact{  
    background-color:#f3f3f3;
    padding:10px;
    margin-top:20px;
    padding-left:50px;
    border-left:2px solid #7fcfd8; 
    border-right:2px solid #7fcfd8;
    width:120%;
}

.cbrpm-contact h4{
    font-size:20px;
    margin-left:-10px;
    margin-right:30px;
    text-align:center;
}

.cbrpm-contact h5{
    font-size:20px;
    text-align:left;
}

@media (max-width:991px){

    .cbrpm-contact{
        width:100%;
    }

}

.cbrpm-home-news h4{
    font-size:20px;
    text-align:left;
    border-bottom:solid 2px #b2bb1c;
}

.cbrpm-home-news h5{
    font-size:14px;
    text-align:left;
    text-decoration:underline;
}

.cbrpm-news-feed-body li{
    font-size:15px;
} 


/* Grants */

.cbrpm-grant-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    border-radius:15px;
}

.cbrpm-grant-bg{
    background-color:#e6e6e6;
    box-shadow: inset 0px -20px 140px 70px rgba(255,255,255,1);
}

.cbrpm-flex-box{ 
    border-radius:15px;
    padding:10px;
    margin:20px;
    max-width:41%;
    background-color:#fff;
}

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

    .cbrpm-flex-box {
        max-width:100%;
    } 

}

#cbrpm-grant-title{
    font-size:16px;
    text-align:center;
    margin-top:5px;
    color:#333;
}

.cbrpm-flex-box:nth-child(odd){
    border:2px solid #636262;
    box-shadow: 5px 5px 5px #e3e3e3;
}

.cbrpm-flex-box:nth-child(even){
    border:2px solid #7ecfd7;
    box-shadow: 5px 5px 5px #e3e3e3;
}

.cbrpm-gp-tabs {
    min-width: 320px;
    max-width: -webkit-fill-available;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

.cbrpm-gp-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.cbrpm-gp-tabs input {
    display: none;
}

.cbrpm-gp-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.cbrpm-gp-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.cbrpm-gp-tabs label[for*='1']:before { content: '\f0a3'; }
.cbrpm-gp-tabs label[for*='2']:before { content: '\f02d'; }
.cbrpm-gp-tabs label[for*='3']:before { content: '\f0a3'; }
.cbrpm-gp-tabs label[for*='4']:before { content: '\f1a9'; }

.cbrpm-gp-tabs label:hover {
    color: #888;
    cursor: pointer;
}

.cbrpm-gp-tabs input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #db3236;
    border-bottom: 1px solid #fff;
}

.cbrpm-gp-tabs #tab1:checked ~ #content1,
.cbrpm-gp-tabs #tab2:checked ~ #content2,
.cbrpm-gp-tabs #tab3:checked ~ #content3,
.cbrpm-gp-tabs #tab4:checked ~ #content4 {
    display: block;
}

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

    .cbrpm-gp-tabs label {
        font-size: 0;
    }

    .cbrpm-gp-tabs label:before {
        margin: 0;
        font-size: 18px;
    }

}

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

    .cbrpm-gp-tabs label {
        padding: 15px;
    }

}


/* cbrpm publications */

.cbrpm-pub-container{
    background-color:#ffffff;
    width:100%;
    padding:10px;
    border-bottom:1px solid #d4d0d0;
}

.cbrpm-pub-container:hover{
    border-left: 4px solid #db3236;
    background-color:#fbfbfb;
}

.cbrpm-pub-title{
    font-weight:bolder; 
}

.cbrpm-pub-people{
    text-decoration:underline;
}

/* CBRPM Site End */


/* CBRPM Our Team */

.pres-team{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.pres-team-info{
    padding:0px;
    text-align:center;
}

.pres-team-container{
    padding:20px 20px 40px 20px;
    border-bottom: 1px solid #e6e6e6;
    min-height:520px;
    text-align:center;
}

.pres-team img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}

@media (min-width:1600px){

    .pres-team-container:nth-child(1),
    .pres-team-container:nth-child(2),
    .pres-team-container:nth-child(3),
    .pres-team-container:nth-child(4),
    .pres-team-container:nth-child(5),
    .pres-team-container:nth-child(6) {
        border-right: 1px solid #e6e6e6;
    }

}


/* Facilities */

.cbrpm-subtitle{
    border-bottom:solid 2px #b2bb1c;
}

#cbrpm-lab{
    font-weight:bolder;
    padding-left:5px;
}

.cbrpm-lab-txt{
    background-color:#f3f3f3;
    padding:20px;
    border-left:solid 2px #b2bb1c;
}

/* CBRPM Site End */







/* CCPR Site */

  /* About Us */
.ccpr-home-big-box {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23cccccc' fill-opacity='0.23' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.ccpr-about-flex:nth-child(1) {
  display:flex;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  flex-direction:row;
  width: 100%;
  max-width:2000px;
  background: linear-gradient(#ffffff70, #ffffff4a);
}
.ccpr-about-flex:nth-child(2) {
  display:flex;
  flex-wrap:wrap;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  flex-direction:row;
  width: 100%;
  max-width:2000px;
  background: linear-gradient(#ffffff70, #ffffff4a);
}

.cppr-flex-box{
    width:100%;
    border:1px solid #406ee7;
    background-color:#ffffff87;
    border-radius:8px;
    margin:10px;
    padding:30px;
}
.ccpr-about-flex{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.cppr-flex-box-2 {
    width:98%;
    border:1px solid #676767;
    background-color:#ffffff87;
    border-radius:8px;
    margin:10px;
    padding:30px;
    border: 1px solid #676767;
    box-shadow: 0px 0px 15px 1px #ebebeb;
    margin-left:auto;
    margin-right:auto;
}
.cppr-flex-box-2 strong{
    padding-left:90px;
    font-size: 20px;
}

.ccpr-reg{
  margin-top:30px;
}
.ccpr-about-flex p {
    text-align: left;
    font-size: 18px;
    color: #4d4d4d;
    padding-left: 5%;
    padding-right: 5%;
    background-color:#ffffff38;
}
.ccpr-about-flex li{
    text-align: left;
    font-size: 20px;
    color: #4d4d4d;
    background-color:#ffffff38;
    margin:10p
}
.ccpr-about-flex ul{
    padding-left: 10%;
    padding-right: 5%;
}

.ccpr-about-flex hr {
  display: block;
  height: 1px;
  border-top: 1px solid #406ee7;
  margin-left: 5%;
  margin-right: 5%;
}
.ccpr-about-flex h2 {
  color: #4d4d4d;
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
  margin-top: -5px;
  margin-left:5%;
}
.ccpr-quote-title h2{
  text-align:center;
  margin-left:unset;
}
.ccpr-reg{
  margin-left:-55px;
}

/* Cert Picture */
.cert-pic-container {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #fff;
}

.cert-pic-container img {
  opacity: 1;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.cert-pic-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cert-pic-container:hover img {
  opacity: 0.3;
}

.cert-pic-container:hover .cert-pic-middle {
  opacity: 1;
}

.cert-pic-middle a {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #406ee7e0;
  color: white;
  font-size: 150%;
  padding: 16px 32px;
}

/* Bottom Banner */

.bottom-banner img{
  display: flex;
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  width:100%;
  height:auto;
}

.ccpr-about-sub-flex{
  display:flex;
  padding:10px;
  margin:10px;
}
@media(max-width:1070px){
  .ccpr-about-sub-flex{
  display:flex;
  flex-wrap:wrap;
  padding:10px;
  margin:10px;
}
}
@media(min-width:1484px){
.cppr-sub-flex-box-2 img{
  padding:10px;
  margin:10px;
  max-width:400px;
  width:100%;
  height:auto;
}
}
.cppr-sub-flex-box-2 img{
  padding:10px;
  margin:10px;
  width:100%;
  height:auto;
}
.cppr-sub-flex-box-2:nth-child(even){
  padding:10px;
  margin:10px;
  width:100%;
  height:auto;
}

/* Pharm Header */

/*  CCPR Quote Boxes */
.cppr-quote-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
    padding-top:0px;
    margin-top:-25px;
    max-width:2319px;
}
.cppr-quote-title{
    text-align:center;
    font-weight:bolder;
    font-size:24px;
    padding-top:0px;
    color:#57575c;  
}
.cppr-quote-card{
    padding:30px;
    width:100%;
    max-width:530px;
    margin:20px;
    margin-bottom:20px;
    border-radius:8px;
    background-color:#ffffff;
    border:1px solid #ebebeb;
    box-shadow:-4px 4px 15px 1px #ebebeb; 
}
.cppr-benefits{
    border:1px solid #3b6fe8;
}

.cppr-anon-quote p{
    color:#3B6FE8;
    text-align:center;
    font-size:20px;
    font-weight:bolder;
    padding:10px;
}
.cppr-anon-quote span{
    font-size:18px;
    font-weight:unset;
    padding:10px;
}
/*  ccpr banner icons  */
.ccpr-icon-container{
    display:flex;
    justify-content:flex-end;
}
.ccpr-icon-flex{
    max-width:80px;
}

@media (max-width:991px){
    .ccpr-icon-container {
    max-width:60%;
    margin-top:20px;
    font-size:20px;
}
.ccpr-icon-flex i{
    font-size:30px;
}
.ccpr-about-flex {
flex-wrap:wrap;
justify-content:center;
}
.cppr-flex-box{
    width:100%;
    border:1px solid #406ee7;
    background-color:#ffffff87;
    border-radius:8px;
    margin:10px;
    padding:30px;
}
}
@media (max-width:740px){
    .ccpr-icon-container {
    max-width:90%;
    margin-top:20px;
    margin-bottom:-30px;
    font-size:20px;
}
.ccpr-icon-flex i{
    font-size:30px;
}
.ccpr-about-flex {
flex-wrap:wrap;
justify-content:center;
}
}
@media (max-width:605px){
    .ccpr-icon-container {
    max-width:100%;
    margin-top:50px;
    margin-bottom:-50px;
    font-size:20px;
}
.ccpr-icon-flex i{
    font-size:30px;
}
}
@media (max-width:450px){
    .ccpr-icon-container {
    max-width:90%;
    margin-top:50px;
    margin-bottom:-50px;
    font-size:16px;
}
.ccpr-icon-flex i{
    font-size:30px;
    margin-left:10px;
}
}

/* New Heading */

.coag-menu {
    background-color: #444;
}

.coag-menu .navbar {
    border-radius: 4px;
    margin-bottom: 0;
    border: none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.coag-menu .navbar-nav {
    /* background-color: #444; */
}

.coag-menu .navbar-nav a,  
.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-nav>li>span {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav>li>span {
    display: block;
}

.coag-menu .navbar-nav a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    background-color: #ddd;
    color: black;
}


.coag-header-top p a {
    font-weight: 700;
    color: #fff;
}
.coag-header-top p a:focus {
    font-weight: 700;
    color: #fff;
}

/* Header-side-links */
.pharm-nav-flex-container{
  display:flex;
  flex-direction:row;
  align-items:flex-end;
  justify-content:space-between; 
  flex-wrap:wrap;  
}
.pharm-nav-flex{
  display:block;
  
}
.pharm-nav-flex:nth-child{
  display:block;
  margin-top:20px
}
.pharm-nav-flex a{
  color:#ffffff;
}
.pharm-nav-flex a:hover{
  color:#ffba00;
}
.pharm-nav-flex span{
  color:#ffba00;
  font-weight:bolder;
  font-size:18px;
  margin-left:1px;
  margin-right:1px;
}
.pharm-nav-flex ul{
  display:flex; 
  flex-direction:row;  
  list-style: none;
}
.nav-icon-flex-1 span {
 color:#c3756b;
}
.nav-icon-flex-2 span {
 color:#ffba00;
}



@media (max-width:413px){
  .pharm-nav-flex:nth-child(2){
  margin-left:-50px;
  }
}

@media (max-width:363px){
  .pharm-nav-flex:nth-child(2){
  margin-left:-60px;
  }
}


/*  ccpr end  */




