.flex-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.flex-item {
    margin:10px;
}
.navigation:not(.mm-menu) .navigation__list > .navigation__item > a {
    padding: 12px 25px;
}
.wrap__bx-controls {
    display: none;
}
.wrap__inner-form, .wrap__featuredblocks {
    /* background: linear-gradient(to bottom, #2e87bf 0%, rgb(46 135 191 / 50%) 40%, rgba(34, 179, 235, 0) 100%); */
    background: linear-gradient(to bottom, #0b5d91 0%, rgb(46 135 191 / 50%) 40%, rgba(34, 179, 235, 0) 100%);
}
.slide-fullscreen:after {
    background: linear-gradient(to bottom, #2e87bf 0%, rgb(46 135 191 / 50%) 40%, rgba(34, 179, 235, 0) 100%);
}
.sticky .wrap__header--inner {
    background: rgb(46 135 191 / 90%);
}
.wrap__layout .logo__inner {
    /* background: #2e87bf; */
    background: #a0def6;
}
/* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
.se__component-edit {
    display: none;
}
p {
    font-size: 16px;
    margin: 0 0 10px;
}
body {
 font-size: 16px;   
}
.wrap__socialmediaHeader, .wrap__social_footer {
    display: none;
}

.button {
    width: max-content;
    margin: 0 auto;
}

.button:hover {
    background: linear-gradient(to bottom, #de903d 0%, #de903d 35%, #ca7c29 83%, #e89a47 100%);
    color: #fff;
}

.wrap__locations--inner {
    padding: 10px 20px;
}

.wrap__locations--inner p, .wrap__locations--inner a, .inner-layout .wrap__header--bottom .wrap__socialmedia a, .inner-layout .wrap__header--bottom .wrap__socialmedia p {
    color: #fff;
}

a.cta_contact {
    background: #00334c !important;
    padding: 5px;
    border-radius: 5px;
    text-decoration: unset;
}

th, td {
    padding: 10px;
}

.wrap__ctaHeader, .wrap__locationsHeader {
    padding: 10px;
}
.twocolumns_home.fullwidth #home-map {
    display: none;
}
.twocolumns_home.fullwidth .twocolumns_home--holder {
    justify-content: center;
}
.twocolumns_home.fullwidth .hours__title {
    text-align: center;
}
/*ACCORDION*/

button.accordion {
  background: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: 600;
      margin-bottom: 10px;
      border: none;
}

 
button.accordion:hover, button.accordion.active {
  background-color: #c6c6c6; 
}
button.accordion:hover p, button.accordion.active p {
      color: #fff !important;
}
.accordion-div.header p:hover:after{
    color:#000;
}
 
.accordion-div.header p:after {
  content: '\002B';
  font-size: 18px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion-div.header p:after {
  content: "\2212";
  color: #000;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

.panel.show {
  opacity: 1;
  max-height: max-content;
      font-size: 16px;
    padding: 12px 18px;
}
.panel.hide {
  opacity: 0;
  height: 0;
}
.accordion-div .editable {
    padding: 0;
}
.accordion-div.header p {
    margin: 0;
}
.accordion-div .editable__container--inner.editable__container--inner,
.accordion-div .editable {
    min-height: unset !important;
}

/*END*/

	 /*  RESPONSIVE GRID  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	/*  COLUMN SETUP  */
	.column {
		display: block;
		float:left;
		margin: 0 1%;
	    border-right: none;
	    border-left: none;
	    background: none;
	}

	.column: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: 48.5%;}
	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 65.33%; }
	.span_1_of_3 { width: 31.66%; }
	/*  GRID OF FOUR  */
	.span_4_of_4 { width: 100%; }
	.span_3_of_4 { width: 73.75%; }
	.span_2_of_4 { width: 48.5%; }
	.span_1_of_4 { width: 23.25%; }
	/*  GRID OF FIVE  */
	.span_5_of_5 { width: 100%; }
	.span_4_of_5 { width: 78.8%; }
	.span_3_of_5 { width: 58.6%; }
	.span_2_of_5 { width: 38.4%; }
	.span_1_of_5 { width: 18.2%; }
	/*  GRID OF SIX  */
	.span_6_of_6 { width: 100%; }
	.span_5_of_6 { width: 82.06%; }
	.span_4_of_6 { width: 65.13%; }
	.span_3_of_6 { width: 48.2%; }
	.span_2_of_6 { width: 31.26%; }
	.span_1_of_6 { width: 14.33%; }
	/*  GRID OF SEVEN  */
	.span_7_of_7 { width: 100%; }
	.span_6_of_7 { width: 85.48%; }
	.span_5_of_7 { width: 70.97%; }
	.span_4_of_7 { width: 56.45%; }
	.span_3_of_7 { width: 41.94%;  }
	.span_2_of_7 { width: 27.42%; }
	.span_1_of_7 { width: 12.91%; }


	/*  MEDIA QUERIES */

	@media only screen and (min-width: 1px) {
	    .hidden--t {
	    display: block !important;
	}
	}
	
	@media only screen and (min-width: 1201px) {
	 .wrap__logoHeader--inner .logo__summary {
    max-width: 500px;
    text-align: left;
    line-height: 1.3;
}   
	}
	
	@media only screen and (max-width: 1200px) {
	 .wrap__locations--inner p, .wrap__locations--inner a, .wrap__header--top .wrap__socialmedia a, .wrap__header--top .wrap__socialmedia p {
    color: #fff;
}   
.copyright__item a {
    line-height: 1.3;
}
.inner-layout .wrap__header--bottom {
    display: block;
}
.wrap__header--bottom .wrap__logoHeader {
    float: unset;
    text-align: center;
}
	}
	
	@media only screen and (max-width: 1024px) {
	 .wrap__ctaHeader {
    display: block;
}
.wrap__header--bar--bottom {
    position: relative;
        background: #49a6e0;
    width: 100%;
    padding-top: 50px;
}
#hamburger {
    color: #ffffff;
}

	}

	@media only screen and (max-width: 768px) {
		.column { 	margin: 1% 0 1% 0%;	}
		.span_2_of_2, .span_1_of_2 { width: 100%; }
		.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
		.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
		.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
		.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
		.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
		
.logo__title {
    font-size: 19px;
}
.inner-layout .wrap__header--bottom {
    display: none;
}
	}
	
	@media only screen and (max-width: 767px) {
	 .home__layout .wrap__logo {
    top: 50px !important;
	 }
	 .slider__text {
    height: 567px;
}
	}
	
	@media only screen and (max-width: 520px) {
	 a.cta_contact {
    display: block;
    width: fit-content;
    float: right;
}   
a.billing.piwik_ignore {
    display: block;
}
	}
	
	@media only screen and (max-width: 320px) {
 
	}
	  