img.logo__img {
    width: 100% !important;
}










          .flex-container {
            display: flex;
            flex-wrap: wrap;
          }
          .col20 {
            width: calc(19% - 4px);
            padding: 10px;
          }

          .col25 {
            width: calc(24.6% - 4px);
          }

          .col30 {
            width: 31%;
            padding: 10px;
          }

          .col70 {
            width: 69%;
            padding: 10px;
          }

          .col50 {
            width: 48%;
            padding: 10px;
          }

          .spaced {
            justify-content: space-between;
          }

          @media screen and (max-width: 768px) {
            .col50,
            .col30,
            .col70,
            .col20,
            .col25 {
              width: 100%;
            }

            .alias-pcontent img {
              display: block;
              margin: auto;
              float: none !important;
            }
            .hide_mobile {
              display: none !important;
            }

            .align-left,
            .align-right,
            .align-center {
              display: block !important;
              margin: auto !important;
              float: none !important;
            }
          }
          .section--dark .featuredblocks-grid-a .featuredblocks .featuredblock__title, .section--dark .featuredblocks-grid-b .featuredblocks .featuredblock__title, .section--dark .featuredblocks-grid-c .featuredblocks .featuredblock__title {
    color: #ffffff;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4, .section--dark h5, .section--dark h6 {
    color: #fff;
}
.section--dark p {
    color: #000;
}
.section--dark .component__subtitle, .section--dark .stats-a .stats-item .stat__subtitle, .stats-a .stats-item .section--dark .stat__subtitle {
    color: #000;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*SEO Homepage Custom Accordion*/
.accordion_container {
  width: 100%;
  padding: 15px 0 20px 0;
}

.accordion_head {
  background-color: #d49d42;
  cursor: pointer;
  margin: 0 0 1px 0;
  padding: 2px 6px;
  font-weight: bold;
}
.accordion_head h2{
    color: white;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 10px;
}
.accordion_body {
  background: #f7ca94;
  padding: 2px 6px;
}

.accordion_body p {
  padding: 2px 2px;
  margin: 0px!important;
}
.accordion_body li {
  color: #000!important;
  
}
.homea{
   font-weight: bold;
   color: #000!important;
}
.homeh2 {
   font-size: 20px;
   font-weight: bold;
}
.seop, .seoh, .seoa{
   color: #000!important;
}
.plusminus {
   float: right;
}
/*SEO Homepage Custom Accordion END*/
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
.ple-column-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
