/* .div-coll-anchor:hover {
  color: #eedfcb !important;
} */

.body-text a{
  text-decoration:underline;
}

.section {
  width: 100%;
  float: left;
}

.section-head {
  text-align: center;
}

.section-body {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.section-base {
  width: 100%;
  float: left;
}

.section2-col {
  width: 100%;
  float: left;
}

.head-image img{
  max-width: 100%;
}
/* 4 column image */

.col4-grid-img{
  max-width: 175px;
}

.col3-grid-img{
  max-width: 250px;
}

.col1-grid-img{
  width: 100%;
}

.col2-grid-sec{
  padding-top: 10px;

}

.head-heading {
  color: #000000;
}

.main-section-sub-heading {
  letter-spacing: 4px;
}

.body-text {
  /* font-size: 23px; */
  font-size: 18px;
  /* padding: 0 24px; */
  color: #000;
  line-height: 28px;
}

.sub-section-main-heading {
  /* font-size: 54px; */
  font-size: 46px;
  margin-bottom: 10px;
}

.image {
  flex: 1;
  width: auto;
}

.popup-image img{
  margin: 20px 0px 10px;
    /* height: 102px; */
    width: 100%;
}

.body-heading {
  /* color: #0075bb !important */
  color: #0055b8 !important;
  font-weight: bold;
  /* font-size: 30px; */
  font-size: 23px;
}

.download-the-report {
  font-family: 'Portrait Medium';
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000 !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 40px;
  margin-left: 7px;
}

.quote-red-arrow {
  margin-left: 30px;
}

#get-out-the-quote-heading:hover {
  color: #006b98;
  cursor: pointer;
}

#get-out-the-quote-heading:hover ~ .quote-red-arrow{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: 28px solid #60be7d;
  /* background: #60be7d; */
}

.color-sky-blue {
  color: #006b98;
}

.quote-active {
  color: #006b98;
}

/* .active-quote-category {
  background: #569bca !important;
  color: #fff;
} */

.active-quote-category {
  background: #00a99d !important;
  color: #fff;
  /* border: 1px solid #0055b8 !important; */
}

.quote-display-box {
  border: 4px solid #00a99d;
  /* border: 4px solid #0055b8; */
  height: auto;
  min-height: 500px;
  background-color: #eedfcb;
  /* background-color: #ffffff; */
  padding: 20px 5px;
  float: left;
  width: 100%;
}

.quote-menu {
  /* max-height: 500px;
  overflow-y: scroll; */
}

.red-triangle {
  width: 0px;
  height: 0px;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 28px solid #cd4532;
  font-size: 4px;
  line-height: 0;
  display: inline-block;

  -webkit-clip-path: polygon(0 47%, 46% 48%, 47% 11%, 100% 50%, 46% 89%, 46% 54%, 0 53%);
  clip-path: polygon(0 47%, 46% 48%, 47% 11%, 100% 50%, 46% 89%, 46% 54%, 0 53%);

  -webkit-transition: -webkit-transform .8s ease-in-out;
   transition: transform .8s ease-in-out;
}

.get-out-arrow {
  display: inline-block;
  background: #cd4532;
  /* border: 1px solid #cd4532; */
  height: 40px;
  width: 45px;
  /* -webkit-clip-path: polygon(0 17px, 15px 17px, 15px 2px, 43px 19px, 15px 35px, 15px 21px, 0 21px);
  clip-path: polygon(0 17px, 15px 17px, 15px 2px, 43px 19px, 15px 35px, 15px 21px, 0 21px); */
  -webkit-clip-path: polygon(0 23px, 15px 23px, 15px 9px, 43px 26px, 15px 40px, 15px 27px, 0 27px);
  clip-path: polygon(0 23px, 15px 23px, 15px 9px, 43px 26px, 15px 40px, 15px 27px, 0 27px);

  -webkit-transition: -webkit-transform .8s ease-in-out;
   transition: transform .8s ease-in-out;
}

.red-triangle:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: 28px solid #60be7d;
}

.get-out-arrow:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: 28px solid #60be7d;
  background: #60be7d;
}

.gree-triangle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: 28px solid #60be7d;
  /* background: #60be7d; */
}

.quot-ul {
  padding: 0px;
  margin-bottom: 0px;
}

.quot-ul li {
  list-style: none;
  /* border: 1px solid #0055b8; */
  border-radius:10px;
  background: #ffffff;
  margin-bottom: 7px;
  margin-right: 5px;
  padding: 6px 10px 6px 15px;
  font-size: 23px;
  letter-spacing: -1px;
  cursor: pointer;
}

.quote-category-button:hover {
  background: #00a99d !important;
    color: #fff;
}

.quot-ul li:last-child {
  margin-bottom: 0px;
}

.quote-shape {
  border: 3px solid #00a99d;
  border-radius: 20px;
  /* border: 3px solid #0055b8; */
  height: auto;
  min-height: 360px;
  max-height: 100%;
  width: 92%;
  margin: auto;
  z-index: 99;
  background: #e6e6e6;
  /* background: #ffffff; */
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.quote-oval-shape {
  border-radius: 50%;
}

.carousel-inner>.item{
  transition:transform .3s ease-in-out;
}

.carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0) !important;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0) !important;
  }

.slide-margin{
  margin-left: 8%;
  margin-right: 8%;
}

.quotes-start-image {
  position: absolute;
  top: 20px;
}

.quotes-end-image {
  right: 55px;
  position: absolute;
  bottom: -15px;
}

.carousel-inner img {
  width: auto;
  /* height: 100%; */
  max-width: 300px;
}

.quote-carousel-image {

}

.adv {
  width: 100%;
  float: left;
  padding: 45px 40px;
}

.adv-inner {
  border: 2px solid #717070;
  width: 100%;
  float: left;
  height: 120px;
  padding: 30px;
}

.adv-inner > div{
  font-size: 23px;
  font-weight: bold;
  margin: 12px auto;
  text-align: center;
  vertical-align: middle;
}

.related-story-body {
  margin: auto;
  /* width: 75%; */
  width: 70%;
}

/* Future Use */
/* .related-story-image {
  width: 20%;
  float: left;
}

.related-story-content {
  width: 80%;
  float: left;
  padding: 0px 20px;
} */

.each-related-article {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.each-related-article:last-child {
  margin-bottom: 0px;
}

.related-story-body-text {
  /* font-size: 23px; */
  font-size: 18px;
  color: #000;
  line-height: 24px;
}

.also-body-heading {
  color: #03588b !important;
  font-weight: bold;
  /* font-size: 26px; */
  font-size: 23px;
}

.div-coll-anchor:hover > .also-body-heading {
  color: #adb1c7 !important;
  text-decoration: none;
}



.also-body-text {
  display: none;
  font-size: 23px;
  color: #000;
  line-height: 24px;
}

.also-body-underline{
  border-bottom: 2px solid #c1c1c1;
}

.also-article {
  padding-bottom: 10px;
}

.no-underline-anchor:hover {
  color: #fff !important;
}

/* Modified Carousel for Quote Section */
.carousel-control{
  height: 60px;
  width: 40px;
  background: #00a99d !important;
  /* background: #0055b8 !important; */
  top: 150px;
  color: #ffffff !important;
  opacity: 1;
  z-index: 0;
}

.carousel-control.right {
  right: 3px;
}

.carousel-control.left {
  left: 3px;
}

.carousel-gliphicon{
  font-size: 40px;
  left: 0px;
  top: 11px;
}

.quote-indication {
  width: 100%;
  float: left;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  /* margin: 15px 0px 0px;
  padding: 17px 0px 0px 0px; */
  padding: 20px 0px 0px 0px;
}
/* Modified Carousel for Quote Section End*/


/* Media Queries */
@media screen and (max-width: 992px) {
  .col4-grid-img {
    width: 100% !important;
    margin: auto;
  }
  .col3-grid-img {
    max-width: 250px !important;
    margin: auto;
  }
  .hidden-xs-down {
    display: none;
  }

  .quote-oval-shape{
    border-radius: 15%;
  }
}

@media screen and (min-width: 768px) {
  .col3-grid-pad{
    padding-right: 25px;
    padding-left: 25px;
  }

  .col1-grid-img{
    max-width: 175px;
  }

  .also-article:nth-child(odd) > .also-body-text{
    /* background: yellow; */
    padding-right: 35px;
  }

  .also-article:nth-child(odd) {
    padding-right: 50px;
    float:left;
  }

  .also-article:nth-child(even) {
    /* background: green; */
    padding-left: 25px;
    padding-right: 30px;
    float: right;
  }

  .col2-grid-sec{
    width: 50%;
  }

}

@media screen and (max-width: 758px) {
  .respTable table, .respTable thead, .respTable tbody, .respTable th, .respTable td, .respTable tr  {
   display:block;
   margin-left:auto;
   margin-right:auto;
 }
 .slide-margin{
  margin:0;
 }

 .carousel-control{
  top:50%;
 }
 .carousel-control.right {
  right: -20px !important;
 }

 .carousel-control.left {
  left: -20px !important;
 }
 .carousel-inner img {
  width: 100%;
  /* height: 100%; */
  max-width: 300px;
 }

}

