/*COLORS*/
.wrap__header--inner {
    background: #2e7fc2;
}
.wrap__navigation-nav {
    border-top: 6px solid #165f9b;
}
.wrap__form {
    background: #2e7fc2;
    border: solid rgb(22 95 155);
}
.btn.submit {
    background: #2a2a2a;
    border: 1px solid #fff;
}
.office-info {
    background: #b0cfe9;
}
.wrap__footer {
    background: #2a2a2a;
}

/*END COLORS*/

/*FONTS*/
.logo__title, .slider__title, h1, h2, .featuredblocks__title, .form__title.component__title, .map__title, .hours__title, .featuredblock__title, .slider__button a, .form .submit, .wrap__fullwidth .page__title, .wrap__featuredblocks .featuredblock__button, .wrap__locationsHeader .location p, .wrap__locationsHeader .location p a  {
    font-family: 'Vidaloka', serif !important;
    text-transform: none;
}
/*END FONTS*/


@media (min-width:767px) {
.bx-viewport {
    height: 242px;
}
}



.logo__summary {
    max-width: 504px;
}




.wrap__bx-controls {
    display: none;
}
.wrap__form.horizontal {
    display: none;
}
.wrap__slider--inner {
    padding: 21px 0 0;
}
.wrap__home .wrap__page-content--inner {
    padding: 0 5px 11px;
}




h2 {
    font-size: 27px !important;
}
.wrap__featuredblocks {
    display: none;
}
.homeblock {
    background-color:#b0cfe9;
    margin: 0 30px !important;
    border: 4px double #fff;
    box-shadow: 3px 4px 21px rgb(0 0 0 / 15%);
}
.textblock {
    padding: 20px 20px 20px 17px;
}

/*  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 THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  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%;
}

/*  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%; }
}