.section--fixed .ple__back-to-top .btn--back-to-top{
    margin-bottom: 40px !important;
}

/* White Space in Mobile and Tablet Fix */
@media (max-width: 800px){
    .ple-column-padding{
    overflow-x: hidden !important;
    }
}


body {
    overflow-x: hidden !important;
}

.editable__container tr, .editable__container td, .editable__container th {
    vertical-align: text-top !important;
}

@media (min-width: 768px) {
.navigation-a .navigation__item--link {
    font-size: 1.1rem;
    line-height: 1.1rem
}
}
.flex-wrap {
    display:flex;
}
.flex2 {
    flex: 48%;
}
@media (min-width: 992px) {
.section__bg--light-4 .section--light .banner-c .banner__text-wrapper--inner {
    opacity: 0.7;
}
}
@media (min-width: 992px) {
.banner-c .banner__text-wrapper--inner {
    width: 550px;
    margin-left: 30px;
}
}
@media (min-width: 992px) {
.banner-c .banner__subtitle {
    font-size: 1.5rem;
    line-height: 1.7rem;
}
}
.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    height: 251px;
    width: 251px;
}
@media (min-width: 992px){
.component__subtitle {
    font-size: 1.15rem;
    line-height: 1.25;
}
}
.sticky-background-img {
    background-attachment: fixed;
}
.tab button {
  background-color: inherit;
  float: left;
  border: 1px solid gray;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* ----------POPUP CSS CODE---------- */
/* #imagescontainer {
    z-index: 9999;    
    width: 100%;
    height: 100%;
    position: fixed;
    visibility:hidden;
    display:none;
    background-color: rgba(22,22,22,0.5);
}
.showimages {
    background: #e1e1e1;
    margin: 0 auto;
    width: 90%;
    max-width: 570px;
    position: relative;
    z-index: 41;
    top: 5%;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: rgb(34, 161, 186);
    padding-bottom: 20px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.showimages img{
    padding: 10px;
   margin-top: 10px;
}
a.close-modal {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
    background: #3e3e3e;
    width: 37px;
    border-radius: 5px;
} */
/* ----------END POPUP CSS CODE---------- */

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #186776;
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid gray;
  border-top: none;
}
.tab {
  overflow: hidden;
  border: 1px solid gray;
  background-color: #f1f1f1;
}
.tab button:hover {
  background-color: #ddd;
}

/*accordion*/
.button.accordion {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border: 5px solid #fff;
  border-color: #C780FA;
  font-size: 1.2rem;
  font-weight: 500;
}


.accordion{
    width: 100%;
  text-align: left;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom:20px;
  
}

.accordion-wrap{
   /* border: 1px solid #fff;
    border-color: gray; */
    margin: 20px 0;
    color:white;
}
.accordion:after {
  content: ' \002B'; /* CSS code character for "plus" sign (+) */
  font-size: 13px;
  
  float: right;
  margin-left: 5px;
  background: #0097A9;
    border-radius: 50%;
    padding: 5px 10px;
    color: #fff;
}

.accordion.active:after {
  content: "\2212"; /* CSS Code character for "minus" sign (-) */
  
}

.panel {
  padding: 10px 18px 10px 10px;
  display: none;
  background-color: white;
  overflow: hidden;
}


@media(max-width:772px){
.banner-c .banner__subtitle {

    font-size: 1rem;
    line-height: 1.2rem;
}

.banner-c .banner__title {
    margin-top: 354px;
}
a.cta__button.component__button--1 {
    margin-bottom: 30px;
}

   }

@media (min-width: 992px) {
.section__bg--dark-2 .section--dark .banner-c .banner__text-wrapper--inner {
    opacity: 0.7;
}
}

@media (min-width: 992px) {
.section__bg--light-1::before {
    border-bottom: 1px solid #b8b8b8;
}
}

.section--light .component__title {
    text-align: center;
}
@media(max-width:800px){
.banner-c .banner__cta {
    margin-bottom: -300px;
}
}