
@charset "UTF-8";

/*!
 * Bootstrap Grid v4.5.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
body, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	-ms-overflow-style: scrollbar;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-auto {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	max-width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.row-cols-1 > * {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.row-cols-2 > * {
	max-width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.row-cols-3 > * {
	max-width: 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
}

.row-cols-4 > * {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.row-cols-5 > * {
	max-width: 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.row-cols-6 > * {
	max-width: 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
}

.col-auto {
	width: auto;
	max-width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.col-1 {
	max-width: 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
}

.col-2 {
	max-width: 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
}

.col-3 {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.col-4 {
	max-width: 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
}

.col-5 {
	max-width: 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
}

.col-6 {
	max-width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.col-7 {
	max-width: 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
}

.col-8 {
	max-width: 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
}

.col-9 {
	max-width: 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
}

.col-10 {
	max-width: 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
}

.col-11 {
	max-width: 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
}

.col-12 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.col-sm {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.row-cols-sm-1 > * {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.row-cols-sm-2 > * {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.row-cols-sm-3 > * {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.row-cols-sm-4 > * {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.row-cols-sm-5 > * {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
	
	.row-cols-sm-6 > * {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-sm-auto {
		width: auto;
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.col-sm-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}
	
	.col-sm-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-sm-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.col-sm-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.col-sm-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}
	
	.col-sm-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.col-sm-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}
	
	.col-sm-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}
	
	.col-sm-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.col-sm-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}
	
	.col-sm-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}
	
	.col-sm-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.row-cols-md-1 > * {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.row-cols-md-2 > * {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.row-cols-md-3 > * {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.row-cols-md-4 > * {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.row-cols-md-5 > * {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
	
	.row-cols-md-6 > * {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-md-auto {
		width: auto;
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.col-md-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}
	
	.col-md-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-md-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.col-md-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.col-md-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}
	
	.col-md-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.col-md-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}
	
	.col-md-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}
	
	.col-md-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.col-md-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}
	
	.col-md-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}
	
	.col-md-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.row-cols-lg-1 > * {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.row-cols-lg-2 > * {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.row-cols-lg-3 > * {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.row-cols-lg-4 > * {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.row-cols-lg-5 > * {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
	
	.row-cols-lg-6 > * {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-lg-auto {
		width: auto;
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.col-lg-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}
	
	.col-lg-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-lg-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.col-lg-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.col-lg-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}
	
	.col-lg-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.col-lg-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}
	
	.col-lg-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}
	
	.col-lg-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.col-lg-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}
	
	.col-lg-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}
	
	.col-lg-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.row-cols-xl-1 > * {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.row-cols-xl-2 > * {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.row-cols-xl-3 > * {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.row-cols-xl-4 > * {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.row-cols-xl-5 > * {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
	
	.row-cols-xl-6 > * {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-xl-auto {
		width: auto;
		max-width: 100%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.col-xl-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}
	
	.col-xl-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}
	
	.col-xl-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.col-xl-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	
	.col-xl-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}
	
	.col-xl-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.col-xl-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}
	
	.col-xl-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}
	
	.col-xl-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.col-xl-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}
	
	.col-xl-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}
	
	.col-xl-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	flex-direction: row !important;
	-ms-flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
	-ms-flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important;
		-ms-flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
		-ms-flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important;
		-ms-flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
		-ms-flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important;
		-ms-flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
		-ms-flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important;
		-ms-flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
		-ms-flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1, .my-1 {
	margin-top: .25rem !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

body {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	overflow-x: hidden;
	max-width: 1600px;
	margin: 0 auto;
	color: #333;
	background-color: #fff;
	font-family: Outfit, sans-serif;
	text-rendering: optimizeLegibility;
}

details, main {
	display: block;
}

hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0;
	clear: both;
	margin: 30px 0;
	border-collapse: collapse;
	border: 0;
	border-top: 1px solid #eee;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	text-decoration: underline;
	color: #062869;
}

abbr[title] {
	text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}

b, strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	line-height: 1.15;
	margin: 0;
}

optgroup {
	font-size: 100%;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	display: table;
	max-width: 100%;
	white-space: normal;
	color: inherit;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio], legend {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

summary {
	display: list-item;
}

.genesis-responsive-menu .genesis-nav-menu li:hover > .sub-menu, [hidden], template {
	display: none;
}

*, ::after, ::before {
	box-sizing: inherit;
}

.author-box::before, .clearfix::before, .entry-content::before, .entry::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	display: table;
	content: " ";
}

.author-box::after, .clearfix::after, .entry-content::after, .entry::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
	display: table;
	clear: both;
	content: " ";
}

.button, .gallery img, button, input:focus, input[type=button], input[type=reset], input[type=submit], textarea:focus {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:focus, a:hover {
	text-decoration: none;
	color: #333;
}

p {
	margin: 0 0 30px;
}

ol, p, ul {
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote, cite, em, i {
	font-style: italic;
}

mark {
	color: #333;
	background: #ddd;
}

blockquote {
	margin: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3, .entry-content h4, .page-template-default strong, .page-template-default td strong, .site-container .entry-content .wpforms-form .wpforms-field-label, body.page-template-front-page .client-stories .video-player-container .name-title .name span {
	font-weight: 700;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.wp-caption, embed, iframe, img, object, video {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure, ol, ul {
	margin: 0;
}

.gallery {
	overflow: hidden;
}

.gallery img {
	height: auto;
	padding: 4px;
	border: 1px solid #eee;
}

.gallery img:focus, .gallery img:hover, input:focus, textarea:focus {
	border: 1px solid #999;
	outline: 0;
}

.gallery-columns-1 .gallery-item, .widget_calendar table {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

input, select, textarea {
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	padding: 15px;
	color: #333;
	border: 1px solid #ddd;
	background-color: #fff;
}

.wp-custom-logo .title-area img, input[type=checkbox], input[type=image], input[type=radio] {
	width: auto;
}

::-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

::-moz-placeholder {
	opacity: 1;
	color: #333;
}

::placeholder {
	opacity: 1;
	color: #333;
}

.button, .site-container div.wpforms-container-full .wpforms-form button[type=submit], .site-container div.wpforms-container-full .wpforms-form input[type=submit], button, input[type=button], input[type=reset], input[type=submit] {
	font-size: 16px;
	font-weight: 700;
	width: auto;
	padding: 15px 30px;
	cursor: pointer;
	text-align: center;
	white-space: normal;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 5px;
	background-color: #333;
}

.button:focus, .button:hover, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover, .site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
	color: #fff;
	border-width: 0;
	background-color: #0073e5;
}

.entry-content .button:focus, .entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type=button]:disabled, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled, .site-container input[type=submit]:disabled:hover {
	cursor: not-allowed;
	color: #777;
	border-width: 0;
	background-color: #eee;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
	display: none;
}

table {
	width: 100%;
	margin-bottom: 40px;
	table-layout: unset;
	border-spacing: 0;
	border-collapse: collapse;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td, th {
	text-align: left;
	vertical-align: top;
}

td {
	padding: 10px;
	border-top: 1px solid #eee;
}

th {
	font-weight: 700;
	padding: 0 10px 10px;
}

td:first-child, th:first-child {
	padding-left: 10px;
}

td:last-child, th:last-child {
	padding-right: 0;
}

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	word-wrap: normal !important;
	border: 0;
}

.screen-reader-shortcut:focus, .screen-reader-text:focus, .widget_search input[type=submit]:focus {
	font-size: 1em;
	font-weight: 700;
	z-index: 100000;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #333;
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.site-container {
	word-wrap: break-word;
}

.site-inner {
	clear: both;
	margin: 0 auto;
}

.avatar {
	float: left;
	border-radius: 50%;
}

.alignleft .avatar, .author-box .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

.after-entry, .archive-description, .author-box {
	margin-bottom: 40px;
}

.after-entry {
	padding: 20px 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 16px;
	width: 100%;
	margin: 20px 0;
	padding: 0 10px 10px 5px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
	margin-bottom: 40px;
}

.post-password-form input[type=submit], .search-form input[type=submit] {
	margin-top: 10px;
}

.widget_search input[type=submit] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.faq-filter-image-link figure {
	float: none !important;
	clear: both;
	width: 100%;
	margin: 0;
}

.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title a, .sidebar .widget-title a {
	text-decoration: none;
	color: #333;
}

.entry-title a:focus, .entry-title a:hover {
	color: #0073e5;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	text-align: left;
}

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

.aligncenter, .singular-image, img.centered {
	display: block;
	margin: 0 auto 30px;
}

.alignnone, img.alignnone {
	margin-bottom: 15px;
}

.wp-caption.alignleft, a.alignleft, img.alignleft {
	margin: 0 20px 20px 0;
}

.wp-caption.alignright, a.alignright, img.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content ol ol, .entry-content p.wp-caption-text, .entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 30px;
}

.widget p:last-child, .widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 30px;
	padding: 0;
	border: 0;
}

.after-entry .enews-widget input, .widget_calendar td, .widget_calendar th, div#filters {
	text-align: center;
}

.featured-content .entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}

.after-entry .enews {
	padding: 10px;
	text-align: center;
}

.sidebar .enews {
	padding: 30px;
	background-color: #f5f5f5;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.enews-widget input[type=submit] {
	width: 100%;
	margin: 0;
}

.enews form + p {
	margin-top: 20px;
}

.gs-faq__question {
	padding-right: 0;
	padding-left: 0;
	color: #333;
	border-bottom: 1px solid #eee;
	background: 0 0;
}

.gs-faq__question:focus, .gs-faq__question:hover {
	color: #0073e5;
	background: 0 0;
}

.gs-faq__question::after {
	font-family: dashicons;
	float: right;
	content: "";
}

.gs-faq__question.gs-faq--expanded::after {
	content: "";
}

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	height: auto;
	padding: 15px;
	border-radius: 0;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	position: absolute !important;
	left: -9000px !important;
	display: none !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.right-block form textarea, .site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	width: 0;
	height: 0;
	list-style: none;
}

:focus {
	color: #333;
	outline: 0;
}

.site-header {
	padding: 0 30px;
}

.title-area {
	float: left;
	padding-top: 5px;
	padding-bottom: 25px;
}

.wp-custom-logo .title-area {
	width: 100%;
	max-width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a, .site-title a:focus, .site-title a:hover {
	text-decoration: none;
	color: #333;
}

.site-description, .wp-custom-logo .site-title {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	word-wrap: normal !important;
	border: 0;
}

.genesis-nav-menu {
	line-height: 1;
	clear: both;
	width: 100%;
}

.genesis-nav-menu li {
	position: relative;
	display: block;
	float: none;
}

.genesis-nav-menu a {
	font-size: 13px;
	font-weight: 700;
	display: block;
	padding: 12px 15px;
	text-decoration: none;
	letter-spacing: 1.95px;
	text-transform: uppercase;
	color: #fff;
	outline-offset: -1px;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
	text-decoration: none;
	color: #0073e5;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	position: static;
	z-index: 99;
	left: -9999px;
	display: none;
	clear: both;
	margin: 0;
	padding-left: 15px;
	opacity: 1;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	color: #1b325e;
	background-color: #fff;
}

.nav-primary-open .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #15743a;
}

.genesis-nav-menu li:focus, .genesis-nav-menu li:hover {
	position: relative;
}

@media only screen and (min-width:1001px) {
	.genesis-nav-menu li:hover > .sub-menu {
		left: auto;
		display: flex;
		opacity: 1;
		flex-wrap: wrap;
	}
}

.menu li:focus {
	position: static;
}

.menu li.sfHover > ul.sub-menu, .menu li > a:focus + ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	position: relative;
	display: none;
}

.menu-toggle, .sub-menu-toggle {
	display: block;
	visibility: visible;
	overflow: hidden;
	text-align: center;
	color: #333;
	border-width: 0;
	background-color: transparent;
}

.sub-menu-toggle {
	margin: 0 auto;
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	color: #0073e5;
	border-width: 0;
	background-color: transparent;
}

.menu-toggle {
	line-height: 20px;
	position: relative;
	z-index: 1000;
	float: right;
	margin: 10px auto;
	padding: 15px 0;
}

.menu-toggle.activated::before {
	content: "";
}

.site-header .menu-toggle::before {
	position: relative;
	top: 1px;
	float: left;
	margin-right: 5px;
	text-rendering: auto;
}

.sub-menu-toggle {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	float: right;
	padding: 9px 10px;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	text-rendering: auto;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-primary {
	clear: both;
	width: 100%;
	padding-top: 0;
	padding-bottom: 5px;
}

.nav-primary .sub-menu {
	text-align: left;
}

.archive-entry-content-thumbnail {
	width: 200px;
	height: 165px;
	margin: 8px 20px 20px 0;
}

figcaption {
	font-size: 14px;
	font-style: italic;
	display: block;
	max-width: 300px;
	margin-top: .5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.archive-entry-content-thumbnail img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.nav-phone-number {
	float: right;
	text-align: right;
}

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

#text-5 li, .nav-secondary li {
	display: inline-block;
}

.nav-secondary a {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.comment-content ul > li, .entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li, .entry-content ul ul > li {
	list-style-type: circle;
}

.content .sticky, .entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	padding: 30px;
}

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.entry-categories, .entry-tags {
	display: block;
}

.entry-comments-link::before {
	margin: 0 6px 0 2px;
	content: "—";
}

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination, .comment-header p {
	margin-bottom: 0;
}

#breadcrumbs li, .archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	cursor: pointer;
	text-decoration: none;
	color: #333;
	background-color: #f5f5f5;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
	color: #fff;
	background-color: #333;
}

.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget-wrap {
	padding: 0 0 30px;
}

.sidebar p {
	margin-bottom: 20px;
}

.footer-widgets {
	clear: both;
	padding: 60px 0;
	border-top: 1px solid #eee;
	background-color: #fff;
}

.footer-widgets .wrap {
	margin-right: auto;
	margin-left: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
}

.footer-widget-area:last-child, .footer-widgets .widget:last-child, body.page-template-front-page .how-we-can-help .book .text p:last-child, body.page-template-front-page .meet-the-team-section .container .text p:last-child {
	margin-bottom: 0;
}

.site-footer {
	font-size: 15px;
	line-height: 1.5;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #eee;
	background: #f1f1f1;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-columns {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.footer-columns .footer-columns__column {
	width: 33%;
	min-width: 260px;
	margin: 0 auto;
	text-align: left;
}

.copyright {
	font-size: 14px;
	padding: 0 0 80px;
	text-align: center;
}

.content-sidebar-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	flex-wrap: wrap;
	align-items: flex-start;
}

.content-sidebar-wrap aside {
	width: 30%;
}

.content-sidebar-wrap main {
	width: 70%;
	padding-right: 30px;
}

.home .content-sidebar-wrap main, body.page-template-page-results main {
	padding-right: 0;
}

.rs-areas-list li {
	float: left;
	width: 50%;
	margin-left: 0 !important;
	padding: 0 0 0 .5em;
	list-style-position: inside !important;
}

.rs-areas-list:after {
	display: table;
	clear: both;
	content: "";
}

.hc-map .hc-map-inner, .related-videos {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.related-articles > .related-video .img-wrp img, .single-entry-content-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.related-videos {
	flex-wrap: wrap;
}

.related-videos > .related-video {
	width: 45%;
	min-width: 300px;
}

.related-videos a {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.related-videos img {
	display: block;
	float: none !important;
	clear: both;
	margin: 0 0 10px !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.related-articles {
	margin: 30px 30px 0;
}

@media screen and (max-width:768px) {
	h2 {
		font-size: 30px;
	}
}

.content-sidebar-wrap h2 {
	font-size: 26px;
	margin-top: 35px;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.related-articles > .related-video {
	margin: 20px 0 0 20px;
}

.related-articles > .related-video .img-wrp {
	float: left;
	overflow: hidden;
	width: 190px;
	height: 150px;
	margin: 0 20px 20px 0;
}

.related-articles {
	margin-top: 50px;
	padding-top: 35px;
	border-top: 5px solid #b4262d;
}

.related-articles span {
	font-size: 26px;
}

@media only screen and (min-width:480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

@media only screen and (min-width:1000px) and (max-width:1600px) {
	.site-inner {
		width: 95%;
	}
}

@media only screen and (min-width:992px) {
	.home .content-sidebar-wrap main {
		width: 100%;
	}
	
	#apexchat_prechat_invitation_wrapper {
		bottom: 50px !important;
	}
	
	.site-header {
		position: -webkit-sticky;
		position: sticky;
		z-index: 100;
		top: 0;
	}
	
	.genesis-nav-menu li {
		display: inline-block;
	}
	
	.genesis-nav-menu li:focus, .genesis-nav-menu li:hover {
		position: relative;
	}
	
	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}
	
	.genesis-nav-menu > .menu-highlight > a {
		font-weight: 700;
		margin-left: 15px;
		padding-right: 20px;
		padding-left: 20px;
		color: #fff;
		border-radius: 3px;
		background-color: #333;
	}
	
	.genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}
	
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
		width: 180px;
	}
	
	.genesis-nav-menu .sub-menu {
		position: absolute;
		padding-left: 0;
		-webkit-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
		opacity: 0;
		border-top: 1px solid #eee;
		background: #fff;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding-top: 15px;
		padding-bottom: 15px;
		border: 1px solid #eee;
		border-top: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		top: 0;
		right: 100%;
	}
	
	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}
	
	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	.inner-tittle {
		width: 100%;
	}
	
	.sidebar, .sidebar-content .content {
		float: right;
	}
	
	.full-width-content .content {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.sidebar {
		width: 30%;
	}
	
	.sidebar-content .sidebar {
		float: left;
	}
	
	.author-box {
		padding: 30px;
		background-color: #f5f5f5;
	}
	
	.after-entry {
		padding: 40px 60px;
	}
	
	.after-entry .enews {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin-left: 2.5641025641026%;
	}
	
	.one-half, .three-sixths, .two-fourths {
		width: 48.717948717949%;
	}
	
	.one-third, .two-sixths {
		width: 31.623931623932%;
	}
	
	.four-sixths, .two-thirds {
		width: 65.811965811966%;
	}
	
	.one-fourth {
		width: 23.076923076923%;
	}
	
	.three-fourths {
		width: 74.358974358974%;
	}
	
	.one-sixth {
		width: 14.529914529915%;
	}
	
	.five-sixths {
		width: 82.905982905983%;
	}
	
	.first {
		clear: both;
		margin-left: 0;
	}
	
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}
	
	.footer-widgets .wrap {
		max-width: 1140px;
	}
	
	.footer-widget-area {
		float: left;
		width: calc(100% / 3);
		margin-bottom: 0;
	}
}

@media screen and (max-width:992px) {
	.content-sidebar-wrap main {
		padding-right: 0;
	}
}

@media print {
	*, ::after, ::before {
		color: #333 !important;
		background: 0 0 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]::after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	.site-title > a::after, a[href^='#']::after, a[href^='javascript:']::after {
		content: "";
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: 2cm .5cm;
	}
	
	h1, h2, h3, h4, h5, h6, p {
		orphans: 3;
		widows: 3;
	}
	
	blockquote, pre {
		border: 1px solid #999;
	}
	
	.content, .content-sidebar {
		width: 100%;
	}
	
	.breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar, button, input, select, textarea {
		display: none !important;
	}
	
	.title-area {
		width: 100%;
		text-align: center;
	}
	
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	
	.site-inner {
		position: relative;
		padding-top: 0;
	}
	
	.author-box {
		margin-bottom: 0;
	}
	
	h1, h2, h3, h4, h5, h6, img {
		page-break-after: avoid;
	}
	
	blockquote, h1, h2, h3, h4, h5, h6, pre, table {
		page-break-inside: avoid;
	}
	
	dl, ol, ul {
		page-break-before: avoid;
	}
}

.text-18 {
	font-size: 1.125rem;
}

@media (max-width:992px) {
	.text-18 {
		font-size: 1rem;
	}
}

.form-info {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.form-info__label {
	position: relative;
	width: 100%;
	height: 3.125rem;
	margin-bottom: .9375rem;
}

.form-info__label .icon, .form-info__label:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-info__label:before {
	right: .625rem;
	content: none;
	color: green;
}

.form-info__label .icon {
	left: .625rem;
	width: .9375rem;
	height: .9375rem;
	fill: #a9a9a9;
}

.form-info__input, .form-info__input:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-info__input {
	width: 100%;
	height: 100%;
	padding: 0 1.875rem;
	border: 1px solid #ada8ab;
	border-radius: .25rem;
	background: #fff;
}

.form-info__input:hover {
	border: 1px solid #da6009;
}

.form-info__textarea-env {
	position: relative;
	width: 100%;
	height: 9.375rem;
	margin-bottom: .9375rem;
}

.form-info__textarea-env .icon {
	position: absolute;
	top: .9375rem;
	left: .625rem;
	width: .9375rem;
	height: .9375rem;
	fill: #a9a9a9;
}

.form-info__textarea, .form-info__textarea:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-info__textarea {
	width: 100%;
	height: 100%;
	padding: .625rem 1.875rem;
	resize: none;
	border: 1px solid #ada8ab;
	border-radius: .25rem;
	background: #fff;
}

.form-info__textarea:hover {
	border: 1px solid #da6009;
}

.form-info__button-submit .button-submit {
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	width: 100%;
	height: 3.75rem;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: .25rem;
	background: #da6009;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.form-info__button-submit .button-submit:hover {
	background: #a94a07;
}

@media (max-width:992px) {
	.form-info__button-submit .button-submit {
		width: 16.875rem;
	}
}

@media (max-width:768px) {
	.form-info__button-submit .button-submit {
		width: 15rem;
	}
}

.sidebar-contact-form__subheading {
	font-size: 22px;
	padding: 0 0 15px;
	text-align: center;
}

.sidebar-contact-form__phone-heading {
	font-size: 22px;
	display: block;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar-contact-form__phone-heading a {
	font-weight: 700;
	padding: 0 0 15px;
	color: #001a4a;
}

.sidebar-contact-form {
	margin-bottom: 0;
}

.sidebar .faq-page-listing {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	border: .0625rem solid #e8e8e8;
	border-radius: .25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.faq-filter-portfolio-wrapper .faq-meta {
	display: -webkit-box;
	display: flex;
	padding: .9375rem;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.faq-page__link-env {
	position: relative;
	text-decoration: none;
}

.faq-page__link-env:before, .faq-page__link-env:hover:before, .form-info__button-submit .button-submit:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.faq-page__link-env:before {
	position: absolute;
	z-index: 60;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: rgba(255, 255, 255, .3);
}

.faq-page__link-env:hover:before {
	opacity: 1;
}

.faq-filter-portfolio-wrapper .faq-meta a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.faq-page__title, .widget-title {
	display: block;
	margin: 0;
	text-align: center;
}

.faq-page__title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	padding: .9375rem;
	color: #333;
}

.faq-filter-items .faq-page-listing figure, .faq-page-listing figure {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: flex;
	float: none;
	width: 100%;
	margin: 0;
}

.faq-page-listing figure {
	height: 12.5rem;
}

.widget-title {
	font-size: 42px;
	font-weight: 100;
	padding: 15px;
	color: #525354;
}

.location-widget-outer {
	padding: 30px;
	background-color: rgba(215, 193, 56, .35);
}

.widget-wrap ul li {
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
}

.widget-wrap ul li a {
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	padding: 10px;
	transition: all .3s ease-in-out;
	text-decoration: none;
	text-transform: capitalize;
	color: #0c2a3a;
	background: #e0e0e0;
}

.location-widget-links .single-location-link a:hover, .widget-wrap ul li a, .widget-wrap ul li a:hover {
	-webkit-transition: all .3s ease-in-out;
}

.widget-wrap ul li a:hover {
	transition: all .3s ease-in-out;
	color: #fff;
	background: #da6009;
}

.location-widget-links .single-location-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .53);
}

.location-widget-links .single-location-link a:before {
	background: url("https://www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/css/img/chevron-right-solid.svg") center center/cover no-repeat;
}

.location-widget-inner {
	padding: 0 0 30px;
}

.location-widget-links .single-location-link {
	margin: 0;
}

.hc-map__inner {
	display: -webkit-box;
	display: flex;
	border: 1px solid #e8e8e8;
}

.hc-map__office-title {
	font-size: 22px;
	display: block;
	margin-bottom: 15px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #f37b24;
}

.hc-map__address {
	width: 50%;
	padding: 10px;
}

.hc-map__map-embed {
	width: 50%;
	padding: 0 0 0 10px;
}

.hc-map__map-embed .map-container {
	width: 100%;
	height: 85%;
}

.hc-map__map-embed .map-container iframe, .related-videos img {
	width: 100%;
	height: 100%;
}

.hc-map address {
	font-size: 14px;
	font-style: normal;
}

.hc-map .address__link {
	font-size: 14px;
	display: block;
}

.error404 main.content form.search-form, .full-width-content main.content {
	width: 100%;
}

.faq-filter-items .faq-meta {
	display: -webkit-box;
	display: flex;
	padding: .9375rem;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.faq-filter-items .faq-page-listing figure {
	height: 200px;
	object-fit: cover;
}

.faq-filter-items {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.faq-filter-items .faq-page-listing {
	width: 100%;
	max-width: 340px;
	margin-bottom: 30px;
	opacity: .85;
	border: 1px solid #cacaca;
	border-radius: 4px;
}

.faq-filter-items .faq-page-listing:hover {
	opacity: 1;
}

.faq-filter-items .faq-page-listing h4 {
	margin-top: 0;
}

.faq-filter-items .faq-meta a, div#filters a {
	font-size: .8rem;
	text-decoration: none;
	color: #777;
}

.faq-filter-items .faq-meta a:hover {
	text-decoration: underline;
}

div#filters {
	margin: 0 auto;
	padding: 20px 40px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

div#filters a {
	font-size: 1rem;
	display: inline-block;
	margin: 0 5px;
	padding: 7px 0 0;
	color: #666;
	border-bottom: 2px solid transparent;
}

div#filters a.filter-active, div#filters a:hover {
	border-bottom: 2px solid #054d64;
}

@media (max-width:992px) {
	.hc-map__inner {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	
	.content-sidebar-wrap aside.sidebar, .content-sidebar-wrap main.content, .hc-map__address {
		width: 100%;
	}
	
	.hc-map__map-embed {
		width: 100%;
		padding: 0;
	}
	
	.faq-page-listing figure, .hc-map__map-embed .map-container {
		height: 21.875rem;
	}
	
	.content-sidebar-wrap {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
}

@media (max-width:576px) {
	.faq-page-listing figure {
		height: 15.625rem;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.error404 .site-header {
	background-color: #1b325e;
}

@media (min-width:1200px) {
	.error404 .site-inner {
		margin-top: 200px;
	}
}

@media (max-width:1200px) {
	.error404 .site-inner {
		margin-top: 120px;
	}
}

.error404 main.content article.entry {
	padding: 20px 70px;
}

@media (max-width:767px) {
	.error404 main.content article.entry {
		padding: 0;
	}
}

.error404 main.content article.entry .entry-content {
	padding: 0 150px;
}

@media (max-width:767px) {
	.error404 main.content article.entry .entry-content {
		padding: 0 30px;
	}
}

.error404 main.content .entry-title {
	font-size: 42px;
	text-align: center;
}

.error404 main.content .entry-title span {
	font-size: 80px;
}

.error404 main.content form.search-form input.search-form-submit {
	border-radius: 50px;
	background-color: #132b48;
}

.error404 main.content form.search-form input.search-form-submit:hover {
	color: #132b48;
	border: 1px solid #132b48;
	background-color: #fff;
}

.entry-content .most-viewed {
	margin-bottom: 80px;
}

.entry-content .most-viewed-title {
	font-size: 26px;
	font-weight: 700;
	width: 90%;
	padding-right: 20px;
	border-bottom: 2px solid #000;
}

.entry-content .most-viewed-glossary {
	width: 100%;
	list-style-type: none;
	background-color: #eee;
	flex-wrap: wrap;
}

.entry-content .most-viewed-glossary ul {
	flex: 0 0 50%;
}

@media (max-width:767px) {
	.entry-content .most-viewed-glossary ul {
		flex: unset;
	}
}

.entry-content .most-viewed-glossary ul li {
	font-size: 21px;
	font-weight: 700;
	margin: 10px 0;
	list-style-type: none;
}

.entry-content .most-viewed-glossary ul li a, .entry-content .most-viewed-news > li a {
	font-weight: 400;
	text-decoration: none;
	color: #003e84;
}

.entry-content .most-viewed-faqs, .entry-content .most-viewed-faqs > li ul {
	padding-left: 0;
}

.entry-content .most-viewed-faqs > li, .entry-content ul.most-viewed-blogs li ul > li, .entry-content ul.most-viewed-pa li ul li {
	list-style-type: none;
}

.entry-content .most-viewed-faqs > li ul li.question {
	font-size: 21px;
	font-weight: 700;
}

.entry-content .most-viewed-faqs > li ul li {
	margin-bottom: 20px;
	list-style-type: none;
}

.entry-content .most-viewed-faqs > li ul li.answer span {
	font-size: 30px;
	font-weight: 700;
	color: #f15523;
}

.entry-content .most-viewed-faqs > li.faqs-view-all a {
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	color: #f15523;
}

.entry-content .most-viewed-blogs {
	display: flex;
	padding-left: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.entry-content .most-viewed-blogs {
		flex-direction: column;
	}
}

.entry-content .most-viewed-blogs > li {
	list-style-type: none;
	background-color: #ece9e9;
	flex: 0 0 32%;
}

.entry-content .most-viewed-blogs > li ul {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style-type: none;
	justify-content: center;
}

.entry-content .most-viewed-blogs > li ul li.image, .entry-content .most-viewed-blogs > li ul li.image figure img, body .sidebar-cta {
	width: 100%;
}

.entry-content .most-viewed-blogs > li ul li.image figure {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

.entry-content .most-viewed-blogs > li ul li {
	padding: 0 15px;
	list-style-type: none;
}

.entry-content .most-viewed-blogs > li ul li.title {
	margin: 20px 0;
}

.entry-content .most-viewed-blogs > li ul li.title a {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 30px;
	text-decoration: none;
	color: #003e84;
}

.entry-content .most-viewed-blogs > li ul li.excerpt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.entry-content .most-viewed-news, .entry-content .most-viewed-pa {
	padding-left: 0;
}

.entry-content .most-viewed-news > li {
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: none;
}

.entry-content .most-viewed-news > li a {
	font-size: 18px;
}

.entry-content .most-viewed-pa > li {
	display: flex;
	margin-left: 0;
	padding-bottom: 40px;
	list-style-type: none;
	background-color: #eee;
	flex-wrap: wrap;
}

.entry-content .most-viewed-pa > li ul {
	flex: 0 0 50%;
}

@media (max-width:767px) {
	.entry-content .most-viewed-pa > li ul {
		flex: unset;
	}
}

.entry-content .most-viewed-pa > li ul li {
	font-size: 21px;
	font-weight: 700;
	margin: 10px 0;
	list-style-type: none;
}

.entry-content .most-viewed-pa > li ul li span {
	color: #f15523;
}

.entry-content .most-viewed-pa > li ul li a {
	font-weight: 700;
	text-decoration: none;
	color: #003e84;
}

.entry-content .most-viewed-pa > li.pa-view-all {
	justify-content: center;
}

.yellow-radius-cta {
	padding: 10px 70px;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	background-color: #ef9921;
	font-variant-numeric: lining-nums;
}

body.page-template-page-results .site-container {
	background: linear-gradient(to bottom, #091122 0, #1b325e 15%);
}

@media (max-width:1200px) {
	body.page-template-page-results .site-inner {
		background: 0 0;
	}
}

body.page-template-page-results hr {
	margin: 0 24px 60px;
}

@media (max-width:992px) {
	body.page-template-page-results hr {
		margin: 0;
	}
}

body.page-template-page-results .internal-hero {
	display: flex;
	min-height: 380px;
	padding-top: 130px;
	background: 0 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (max-width:1200px) {
	body.page-template-page-results .internal-hero {
		min-height: auto;
	}
}

body.page-template-page-results .internal-hero-content {
	display: flex;
	flex-direction: column;
	padding: 0;
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-page-results .internal-hero-content .entry-title {
	font-weight: 400;
}

@media (max-width:992px) {
	body.page-template-page-results .internal-hero-content .entry-title {
		font-size: 44px;
	}
}

body.page-template-page-results .internal-hero-content .results-cta {
	margin-top: 30px;
	padding: 16px 32px;
	border-radius: 50px;
	background: #f1dc21;
}

body.page-template-page-results .internal-hero-content .results-cta a {
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
}

body.page-template-page-results .results-container {
	display: flex;
	padding: 50px 24px 110px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

@media (max-width:992px) {
	body.page-template-page-results .results-container {
		display: block;
		padding: 50px 0 110px;
	}
}

body.page-template-page-results .results-container .single-result {
	max-width: 31%;
	margin-bottom: 90px;
}

@media (max-width:992px) {
	body.page-template-page-results .results-container .single-result {
		max-width: 100%;
	}
}

body.page-template-page-results .results-container .single-result p, body.page-template-page-results .results-container .single-result span {
	color: #fff;
}

body.page-template-page-results .results-container .single-result-header {
	margin-bottom: 26px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

@media (max-width:992px) {
	body.page-template-page-results .results-container .single-result-header {
		text-align: center;
	}
}

@media (min-width:1200px) {
	body.page-template-page-results .results-container .single-result-header {
		min-height: 140px;
	}
}

body.page-template-page-results .results-container .single-result-header h2, body.page-template-page-results .results-container .single-result-header h2 span {
	font-weight: 600;
	line-height: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #f1dc21;
}

body.page-template-page-results .results-container .single-result-header h2 {
	font-size: 26px;
}

@media (max-width:992px) {
	body.page-template-page-results .results-container .single-result-header h2 {
		font-size: 36px;
	}
}

body.page-template-page-results .results-container .single-result-header .date, body.page-template-page-results .results-container .single-result-header .practice-area {
	font-weight: 400;
	line-height: 100%;
}

body.page-template-page-results .results-container .single-result-header .practice-area {
	font-size: 21px;
}

.content-cta-wrap.cta-second p, body.page-template-page-results .results-container .single-result-header .date {
	font-size: 16px;
}

body.page-template-page-results .results-container .single-result-content {
	overflow-y: scroll;
	max-height: 200px;
}

@media (max-width:992px) {
	body.page-template-page-results .results-container .single-result-content {
		text-align: center;
	}
}

body.page-template-page-results .results-container .single-result-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	padding-right: 10px;
}

body.page-template-page-results .results-container .single-result-content::-webkit-scrollbar {
	width: 8px;
}

body.page-template-page-results .results-container .single-result-content::-webkit-scrollbar-track {
	border-radius: 4px;
	background: rgba(240, 240, 240, .062745098);
}

body.page-template-page-results .results-container .single-result-content::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #999;
}

body.page-template-page-results .results-container .single-result-content::-webkit-scrollbar-thumb:hover {
	background-color: #666;
}

body.page-template-page-results footer {
	padding-top: 0;
	background-color: #fff;
}

body.page-template-page-results .copyright {
	margin-top: 0;
	padding-top: 30px;
	background-color: #fff;
}

body.page-template-page-results .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

body.page-template-page-results .pagination a, body.page-template-page-results .pagination span {
	font-size: 28px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
}

body.page-template-page-results .pagination span {
	color: #f1dc21;
}

body.page-template-page-results .pagination a {
	color: #fff;
}

body.page-template-front-page {
	position: relative;
}

@media (max-width:767px) {
	body.page-template-front-page .site-header .mobile-cta {
		margin-top: -2px;
		padding: 0;
		background: 0 0;
	}
	
	body.page-template-front-page .site-header .mobile-cta a.phone-number, body.page-template-front-page .site-header .mobile-cta span {
		display: none;
	}
}

body.page-template-front-page .iframe-ZWU8mJ1moAumlfwhkTiX {
	left: unset;
}

@media (max-width:992px) {
	body.page-template-front-page .row {
		margin-right: -10px;
	}
}

body.page-template-front-page .homepage-hero {
	position: relative;
	min-height: 100px;
	margin-top: -120px;
	padding-top: 200px;
	padding-bottom: 180px;
	color: #fff;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/hero-bg.jpg") no-repeat center 0;
	background-size: cover;
}

@media screen and (max-width:1440px) {
	body.page-template-front-page .homepage-hero {
		min-height: 1150px;
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/hero-bg.jpg") no-repeat center -60px;
		background-size: cover;
	}
	
	body.page-template-front-page .homepage-hero.nitro-lazy {
		background: none !important;
	}
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero {
		padding-top: 130px;
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg-circle-mobile.png") no-repeat center/cover, url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg-mobile.jpg") no-repeat center/cover, #132549;
	}
}

body.page-template-front-page .homepage-hero.nitro-lazy {
	background: none !important;
}

body.page-template-front-page .homepage-hero .top-title {
	font-size: 28px;
	font-weight: 400;
	line-height: 35.28px;
	margin-bottom: 10px;
	text-align: center;
}

body.page-template-front-page .homepage-hero .main-title {
	font-size: 55px;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width:1440px) {
	body.page-template-front-page .homepage-hero .main-title {
		font-size: 46px;
		line-height: 56px;
		margin-bottom: 0;
	}
}

body.page-template-front-page .homepage-hero .main-title span {
	display: block;
	text-align: center;
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero .main-title span {
		display: inline-block;
		text-align: unset;
	}
}

@media (max-width:1200px) {
	body.page-template-front-page .homepage-hero .main-title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 0;
	}
}

body.page-template-front-page .homepage-hero .hero-form {
	position: relative;
	margin-top: 30px;
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero .hero-form {
		margin-top: 10px;
	}
}

body.page-template-front-page .homepage-hero .hero-form h2, body.page-template-front-page .homepage-hero .hero-form h3, body.page-template-front-page .homepage-hero .hero-form h4, body.page-template-front-page .homepage-hero .hero-form p {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-text {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: auto;
	padding: 15px 10px;
	border: 0;
	border-radius: 10px;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder {
	color: #000;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-text::placeholder {
	color: #000;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-textarea {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 122px;
	padding: 15px 10px;
	resize: none;
	border: 0;
	border-radius: 10px;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
	color: #000;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
	color: #000;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-checkbox {
	position: relative;
	display: block;
	margin-top: -20px;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	display: block;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label, body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	padding: 20px 0;
	cursor: pointer;
	flex-wrap: wrap;
	align-items: center;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox], body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.internal-hero .address-link a:hover, body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
	opacity: .8;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 700;
	color: red;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-submit {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	color: #1b325e;
	border: 0;
	border-radius: 100px;
	background-color: #f1dc21;
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-submit:hover {
	filter: brightness(.8);
}

body.page-template-front-page .homepage-hero .hero-form .wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

body.page-template-front-page .homepage-hero .areas-we-serve {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	display: flex;
	padding-top: 50px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:1440px) {
	body.page-template-front-page .homepage-hero .areas-we-serve {
		padding-top: 20px;
	}
}

body.page-template-front-page .homepage-hero .areas-we-serve a {
	font-size: 16px;
	font-weight: 400;
	display: inline-flex;
	text-decoration: none;
	color: #fff;
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-front-page .homepage-hero .areas-we-serve a svg {
	position: relative;
	top: 1px;
	left: -1px;
	width: 18px;
	height: 18px;
	transition: all .3s;
	fill: #f1dc21;
}

body.page-template-front-page .client-stories .video-player-popup .video-player-item .close-video:hover, body.page-template-front-page .homepage-hero .areas-we-serve a:hover, body.page-template-front-page .reviews .reviews-slider .swiper-arrows-buttons .swiper-button-arrow:hover::after {
	color: #f1dc21;
}

body.page-template-front-page .homepage-hero .areas-we-serve a:hover svg {
	left: 2px;
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero .areas-we-serve {
		padding-top: 0;
	}
	
	body.page-template-front-page .homepage-hero .areas-we-serve span {
		display: block;
		width: 100%;
		text-align: center;
	}
}

body.page-template-front-page .homepage-hero .feautured-in {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

body.page-template-front-page .homepage-hero .feautured-in img {
	width: auto;
	height: 40px;
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero .feautured-in {
		display: none;
	}
}

body.page-template-front-page .homepage-hero .hero-vector {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 120px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L0,120 L960,120 L0,0 Z' fill='%23fff'/%3E%3Cpath d='M1920,0 L1920,120 L960,120 L1920,0 Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

body.page-template-front-page .homepage-hero .hero-vector.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width:1440px) and (min-width:993px) {
	body.page-template-front-page .homepage-hero .hero-vector {
		bottom: 60px;
	}
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero .hero-vector {
		height: 80px;
	}
}

@media (max-width:767px) {
	body.page-template-front-page .homepage-hero .hero-vector {
		height: 60px;
	}
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero {
		background: #091122;
	}
}

body.page-template-front-page .homepage-hero .mobile-hero-image {
	display: none;
	max-width: 100%;
	margin: 15px auto 0;
}

@media (max-width:992px) {
	body.page-template-front-page .homepage-hero .mobile-hero-image {
		display: block;
	}
}

body.page-template-front-page .client-stories {
	position: relative;
	padding: 50px 0;
}

body.page-template-front-page .client-stories .title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
}

body.page-template-front-page .client-stories .video-player-container {
	position: relative;
	display: block;
	padding-bottom: 30px;
	cursor: pointer;
}

body.page-template-front-page .client-stories .video-player-container .poster {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

body.page-template-front-page .client-stories .video-player-container .poster img, body.page-template-front-page .how-we-can-help .book .image img {
	width: 100%;
	height: auto;
}

body.page-template-front-page .client-stories .video-player-container .poster .play-btn {
	position: absolute;
	z-index: 1;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	display: inline-flex;
	width: 60px;
	height: 60px;
	transition: all .3s;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, .5);
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .client-stories .video-player-container .poster .play-btn svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

body.page-template-front-page .client-stories .video-player-container .name-title, body.page-template-front-page .client-stories .video-player-popup .video-player-item {
	position: relative;
	display: block;
}

body.page-template-front-page .client-stories .video-player-container .name-title .name {
	font-size: 16px;
	display: inline-block;
}

body.page-template-front-page .client-stories .video-player-container:hover .play-btn {
	transform: scale(1.2);
}

body.page-template-front-page .client-stories .video-player-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

body.page-template-front-page .client-stories .video-player-popup .video-player-item .close-video {
	font-size: 26px;
	font-weight: 700;
	position: absolute;
	z-index: 10;
	top: -30px;
	right: 0;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	color: #000;
	border: 0;
	outline: 0;
	background-color: transparent;
}

body.page-template-front-page .client-stories .video-player-popup.show {
	display: flex;
}

body.page-template-front-page .client-stories .view-all-videos {
	position: relative;
	display: block;
	padding-top: 30px;
	text-align: center;
}

body.page-template-front-page .client-stories .view-all-videos a {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding: 15px 40px;
	text-decoration: none;
	color: #1b325e;
	border-radius: 100px;
	background-color: #f1dc21;
}

body.page-template-front-page .client-stories .view-all-videos a:hover {
	filter: brightness(.8);
}

body.page-template-front-page .reviews {
	position: relative;
	display: block;
	padding: 0 0 50px;
}

body.page-template-front-page .reviews .title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: #333;
}

@media (max-width:767px) {
	body.page-template-front-page .reviews #review-widget-9876543219915183 {
		height: 400px !important;
	}
}

body.page-template-front-page .reviews .reviews-sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .reviews .reviews-sub .text {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

body.page-template-front-page .reviews .reviews-sub .text.google-text {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-front-page .reviews .reviews-sub .text.google-text img {
	margin-right: 10px;
}

body.page-template-front-page .reviews .reviews-sub .stars {
	position: relative;
	top: -1px;
	display: flex;
	margin: 0 20px;
	flex-wrap: wrap;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .top-data .rating .stars svg, body.page-template-front-page .reviews .reviews-sub .stars svg {
	width: 18px;
	height: 18px;
	fill: #f1dc21;
}

body.page-template-front-page .reviews .reviews-slider {
	overflow: hidden;
	margin-top: 30px;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide {
	height: auto;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item {
	position: relative;
	display: flex;
	height: calc(100% - 60px);
	padding: 30px;
	color: #fff;
	border-radius: 20px;
	background-color: #1b325e;
	flex-wrap: wrap;
	align-content: space-between;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .top-data {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .top-data .rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .top-data .rating .stars {
	display: flex;
	flex-wrap: wrap;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .top-data .message {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
	padding-top: 20px;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .name {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .name .letter {
	display: inline-flex;
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 100px;
	background-color: #ccc;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .name .data {
	width: calc(100% - 58px);
	height: auto;
	padding-left: 15px;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .name .data .name-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

body.page-template-front-page .reviews .reviews-slider .swiper-slide .review-item .name .data .date {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

body.page-template-front-page .reviews .reviews-slider .swiper-pagination {
	position: relative;
	z-index: 10;
	top: -12px;
	margin: 0 30px;
}

body.page-template-front-page .reviews .reviews-slider .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: 1;
	border: 1px solid #333;
	background-color: transparent;
}

body.page-template-front-page .reviews .reviews-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #333;
}

body.page-template-front-page .reviews .reviews-slider .swiper-arrows-buttons {
	position: relative;
	display: flex;
	padding-top: 60px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .reviews .reviews-slider .swiper-arrows-buttons .swiper-button-arrow {
	position: relative;
	z-index: 11;
	display: inline-flex;
	width: 60px;
	height: 60px;
	border: 1px solid #333;
	border-radius: 100px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .reviews .reviews-slider .swiper-arrows-buttons .swiper-button-arrow::after {
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	color: #333;
}

body.page-template-front-page .reviews .reviews-slider .swiper-arrows-buttons .swiper-button-arrow:hover {
	border-color: #f1dc21;
}

body.page-template-front-page .how-we-can-help {
	position: relative;
	padding: 50px 0;
	color: #fff;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/help-bg.jpg") no-repeat center;
	background-size: cover;
}

body.page-template-front-page .how-we-can-help.nitro-lazy {
	background: none !important;
}

body.page-template-front-page .how-we-can-help .white-card {
	position: relative;
	display: block;
	padding: 40px;
	color: #333;
	background-color: #fff;
}

@media (max-width:992px) {
	body.page-template-front-page .how-we-can-help .white-card {
		padding: 10px;
	}
}

body.page-template-front-page .how-we-can-help .white-card .title {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs {
	position: relative;
	padding-top: 30px;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-title {
	display: flex;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 30px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-title .faqs-tab-title-item {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 15px;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-title .faqs-tab-title-item.active {
	color: #fff;
	background-color: #15743a;
}

@media (max-width:992px) {
	body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-title .faqs-tab-title-item {
		width: 100%;
		padding: 10px;
	}
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-title span {
	font-size: 32px;
	font-weight: 400;
	display: inline-block;
}

@media (max-width:992px) {
	body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-title span {
		display: none;
	}
}

body.page-template-front-page .how-we-can-help .main-text, body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content {
	position: relative;
	display: block;
	padding-top: 20px;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item {
	position: relative;
	display: none;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item.active {
	display: block;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item .faq-ac-title {
	font-weight: 700;
	position: relative;
	display: block;
	padding: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item .faq-ac-title::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 70%;
	height: 1px;
	content: "";
	background-color: #000;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item .faq-ac-title:hover {
	color: #f1dc21;
}

body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item .faq-ac-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	position: relative;
	display: none;
}

body.page-template-front-page .how-we-can-help .book .text .easy-cta-btn, body.page-template-front-page .how-we-can-help .white-card .faqs-tabs .faqs-tabs-content .faqs-tab-content-item .faq-ac-text.active {
	display: block;
}

body.page-template-front-page .how-we-can-help .white-card .cta-btn {
	text-align: left;
}

body.page-template-front-page .how-we-can-help .main-text h3 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}

body.page-template-front-page .how-we-can-help .main-text h3::after, body.page-template-front-page .why-choose-us .title::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 70%;
	height: 1px;
	content: "";
	background-color: #fff;
}

body.page-template-front-page .how-we-can-help .main-text p {
	font-weight: 400;
	line-height: 36px;
}

body.page-template-front-page .how-we-can-help .phone {
	position: relative;
}

body.page-template-front-page .how-we-can-help .phone a {
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 5px;
	text-decoration: none;
	color: #f1dc21;
	border-bottom: 1px solid #fff;
}

body.page-template-front-page .how-we-can-help .phone a svg {
	width: 26px;
	height: 26px;
	transform: rotate(-90deg);
	fill: #f1dc21;
}

body.page-template-front-page .how-we-can-help .phone .tel-sub {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}

body.page-template-front-page .how-we-can-help .book {
	display: flex;
	padding-top: 30px;
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-front-page .how-we-can-help .book .image {
	display: inline-block;
	width: 180px;
	height: auto;
}

@media (max-width:992px) {
	body.page-template-front-page .how-we-can-help .book .image {
		width: 100%;
	}
}

body.page-template-front-page .how-we-can-help .book .text {
	width: calc(100% - 180px);
	padding-left: 20px;
}

@media (max-width:992px) {
	body.page-template-front-page .how-we-can-help .book .text {
		width: 100%;
	}
}

body.page-template-front-page .how-we-can-help .book .text p {
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 15px;
}

body.page-template-front-page .how-we-can-help .book .text .easy-cta-btn a {
	font-weight: 400;
	display: inline-flex;
	text-decoration: none;
	color: #fff;
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-front-page .how-we-can-help .book .text .easy-cta-btn a img {
	margin-left: 10px;
}

body.page-template-front-page .why-choose-us {
	position: relative;
	padding: 50px 0;
}

body.page-template-front-page .why-choose-us .title {
	font-size: 36px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}

body.page-template-front-page .why-choose-us .title::after {
	width: 200px;
	max-width: 100%;
	background-color: #000;
}

body.page-template-front-page .why-choose-us .text {
	line-height: 36px;
}

body.page-template-front-page .why-choose-us .text p {
	margin-bottom: 50px;
}

body.page-template-front-page .why-choose-us .quote {
	position: relative;
	display: block;
	min-height: 450px;
	padding: 40px;
	text-align: right;
	color: #fff;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/wcu-bg.jpg") no-repeat center;
	background-size: cover;
}

body.page-template-front-page .why-choose-us .quote.nitro-lazy {
	background: none !important;
}

body.page-template-front-page .why-choose-us .quote p {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
	width: 215px;
	max-width: 100%;
	padding-top: 15px;
	border-top: 1px solid #fff;
}

body.page-template-front-page .why-choose-us .quote span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}

body.page-template-front-page .why-choose-us .list {
	position: relative;
	display: block;
}

body.page-template-front-page .why-choose-us .list .list-item {
	position: relative;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	flex-wrap: wrap;
	align-items: flex-start;
}

body.page-template-front-page .why-choose-us .list .list-item img {
	width: 66px;
	height: auto;
}

body.page-template-front-page .why-choose-us .list .list-item .data {
	width: calc(100% - 66px);
	padding-left: 15px;
}

body.page-template-front-page .why-choose-us .list .list-item .data .list-title {
	font-size: 24px;
	font-weight: 700;
}

body.page-template-front-page .why-choose-us .list .list-item .data .text {
	line-height: 36px;
}

body.page-template-front-page .cases-we-handle {
	position: relative;
	padding: 50px 0;
	color: #fff;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/help-bg.jpg") no-repeat center;
	background-size: cover;
}

body.page-template-front-page .cases-we-handle.nitro-lazy {
	background: none !important;
}

body.page-template-front-page .cases-we-handle .title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

body.page-template-front-page .cases-we-handle .title span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

body.page-template-front-page .cases-we-handle .title span::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 100%;
	display: inline-block;
	width: 200px;
	height: 1px;
	content: "";
	background-color: #fff;
}

@media (max-width:992px) {
	body.page-template-front-page .cases-we-handle .title span::before {
		display: none;
	}
}

body.page-template-front-page .cases-we-handle .title span::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 100%;
	display: inline-block;
	width: 200px;
	height: 1px;
	content: "";
	background-color: #fff;
}

@media (max-width:992px) {
	body.page-template-front-page .cases-we-handle .title span::after {
		display: none;
	}
}

body.page-template-front-page .cases-we-handle .column-title {
	font-size: 24px;
	font-weight: 700;
}

body.page-template-front-page .cases-we-handle .pa-item {
	display: flex;
	margin-bottom: 20px;
	padding: 30px 40px;
	border-radius: 15px;
	background-color: #264684;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	flex-wrap: wrap;
	align-items: center;
}

body.page-template-front-page .cases-we-handle .pa-item .icon {
	width: 50px;
	height: auto;
}

body.page-template-front-page .cases-we-handle .pa-item .link {
	display: block;
	width: calc(100% - 60px);
	margin-left: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #f1dc21;
	border-left: 1px solid #fff;
}

body.page-template-front-page .cases-we-handle .pa-item .link:hover {
	color: #fff;
}

body.page-template-front-page .meet-the-team-section {
	position: relative;
	z-index: 1;
	padding: 50px 0 0;
}

body.page-template-front-page .meet-the-team-section .container {
	position: relative;
	z-index: 5;
}

body.page-template-front-page .meet-the-team-section .container .title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

body.page-template-front-page .meet-the-team-section .container .text {
	position: relative;
	display: block;
	height: 100%;
	margin-top: 30px;
	padding: 60px 0;
}

@media (max-width:992px) {
	body.page-template-front-page .meet-the-team-section .container .text {
		padding: 20px 0;
	}
}

body.page-template-front-page .meet-the-team-section .container .text.bordered {
	border-right: 1px solid #000;
}

@media (max-width:992px) {
	body.page-template-front-page .meet-the-team-section .container .text.bordered {
		border: 0;
	}
}

body.page-template-front-page .meet-the-team-section .container .text h2, body.page-template-front-page .meet-the-team-section .container .text h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}

body.page-template-front-page .meet-the-team-section .team-img {
	position: relative;
	z-index: 1;
}

body.page-template-front-page .attorneys {
	position: relative;
	z-index: 2;
	padding: 50px 0;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/help-bg.jpg") no-repeat center;
	background-size: cover;
}

body.page-template-front-page .attorneys.nitro-lazy {
	background: none !important;
}

body.page-template-front-page .attorneys .attorneys-slider {
	overflow: hidden;
	margin-top: -150px;
}

@media (max-width:992px) {
	body.page-template-front-page .attorneys .attorneys-slider {
		margin-top: 0;
	}
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide {
	height: auto;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide .attorney-item {
	position: relative;
	display: block;
	overflow: hidden;
	height: calc(100% - 60px);
	padding: 15px 15px 30px;
	border-radius: 10px;
	background-color: #fff;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide .attorney-item a {
	text-decoration: none;
	color: #333;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide .attorney-item a .bg-icon {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline-block;
	width: 56px;
	height: 56px;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide .attorney-item a .name {
	font-weight: 400;
	position: relative;
	margin-top: 10px;
	padding-bottom: 5px;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide .attorney-item a .name::after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 80%;
	height: 1px;
	content: "";
	background-color: #000;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-slide .attorney-item a .type {
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-pagination {
	position: relative;
	z-index: 10;
	top: -12px;
	margin: 0 30px;
}

@media (max-width:576px) {
	body.page-template-front-page .attorneys .attorneys-slider .swiper-pagination {
		margin: 0 10px;
	}
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: 1;
	border: 1px solid #fff;
	background-color: transparent;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons {
	position: relative;
	display: flex;
	padding-top: 60px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons .swiper-button-arrow {
	position: relative;
	z-index: 11;
	display: inline-flex;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons .swiper-button-arrow::after {
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	color: #fff;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons .swiper-button-arrow:hover {
	border-color: #f1dc21;
}

body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons .swiper-button-arrow:hover::after {
	color: #f1dc21;
}

@media (max-width:488px) {
	body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons .swiper-button-arrow.swiper-button-prev {
		position: absolute;
		top: 20px;
		left: 0;
	}
	
	body.page-template-front-page .attorneys .attorneys-slider .swiper-arrows-buttons .swiper-button-arrow.swiper-button-next {
		position: absolute;
		top: 20px;
		right: 0;
	}
}

body.page-template-front-page .faqs-news {
	position: relative;
	padding: 50px 0;
}

body.page-template-front-page .faqs-news .title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

body.page-template-front-page .faqs-news .reviews-slider {
	overflow: hidden;
	margin-top: 30px;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-slide {
	height: auto;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-slide .review-item {
	position: relative;
	display: block;
	height: calc(100% - 60px);
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-slide .review-item a {
	display: block;
	text-decoration: none;
	color: #333;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-slide .review-item a .slide-title {
	font-weight: 400;
	line-height: 30px;
	margin-top: 15px;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-slide .review-item a .excerpt {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-top: 15px;
	margin-bottom: 20px;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-pagination {
	position: relative;
	z-index: 10;
	top: -12px;
	margin: 0 30px;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: 1;
	border: 1px solid #333;
	background-color: transparent;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #333;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-arrows-buttons {
	position: relative;
	display: flex;
	padding-top: 60px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-arrows-buttons .swiper-button-arrow {
	position: relative;
	z-index: 11;
	display: inline-flex;
	width: 60px;
	height: 60px;
	border: 1px solid #333;
	border-radius: 100px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-arrows-buttons .swiper-button-arrow::after {
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	color: #333;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-arrows-buttons .swiper-button-arrow:hover {
	border-color: #f1dc21;
}

body.page-template-front-page .faqs-news .reviews-slider .swiper-arrows-buttons .swiper-button-arrow:hover::after {
	color: #f1dc21;
}

body.page-template-front-page.webp .homepage-hero {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/hero-bg.webp") no-repeat center 0;
	background-size: cover;
}

body.page-template-front-page.webp .homepage-hero.nitro-lazy {
	background: none !important;
}

@media screen and (max-width:1440px) {
	body.page-template-front-page.webp .homepage-hero {
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/hero-bg.webp") no-repeat center -60px;
		background-size: cover;
	}
	
	body.page-template-front-page.webp .homepage-hero.nitro-lazy {
		background: none !important;
	}
}

@media (max-width:992px) {
	body.page-template-front-page.webp .homepage-hero {
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg-circle-mobile.webp") no-repeat center/cover, url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg-mobile.webp") no-repeat center/cover, #132549;
	}
}

body.page-template-front-page.webp .attorneys, body.page-template-front-page.webp .cases-we-handle, body.page-template-front-page.webp .how-we-can-help {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/help-bg.webp") no-repeat center;
	background-size: cover;
}

body.page-template-front-page.webp .attorneys.nitro-lazy, body.page-template-front-page.webp .cases-we-handle.nitro-lazy, body.page-template-front-page.webp .how-we-can-help.nitro-lazy {
	background: none !important;
}

body:not(.home).admin-bar .content-sidebar-wrap #blogSidebar.sidebar-active {
	top: 172px;
}

body:not(.home).admin-bar .content-sidebar-wrap #blogSidebar.sidebar-active-bottom {
	top: initial !important;
	bottom: 50px;
}

body:not(.home) .blogSidebar {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: calc(305px - 15px);
}

@media (max-width:1600px) {
	body:not(.home) .blogSidebar {
		width: calc(270px - 15px);
	}
}

@media (max-width:1200px) {
	body:not(.home) .blogSidebar {
		display: none;
	}
}

body:not(.home) .blogSidebar-main {
	width: 100%;
}

body:not(.home) .blogSidebar div.contents {
	font-family: Outfit, sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
	letter-spacing: .24px;
	text-transform: capitalize;
	color: #1b325e;
}

body:not(.home) .blogSidebar ol {
	margin: 0;
	padding: 0;
}

body:not(.home) .blogSidebar ol li {
	list-style-type: none;
}

body:not(.home) .blogSidebar span {
	font-family: Outfit, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: all .3s ease-in-out;
	text-align: left;
	letter-spacing: normal;
	text-transform: capitalize;
	color: #091122;
}

body:not(.home) .blogSidebar span:hover {
	color: #1b325e;
}

body:not(.home) .blogSidebar .scrollToElements.active {
	font-weight: 700;
	color: #1b325e;
}

body:not(.home) #blogSidebar.sidebar-active {
	position: fixed;
	top: 140px;
	left: 110px;
}

body:not(.home) #blogSidebar.sidebar-active-bottom {
	position: absolute;
	top: initial;
	bottom: 30px;
}

body:not(.home) .toc-active {
	position: relative;
	padding-left: 305px;
}

@media (max-width:1600px) {
	body:not(.home) .toc-active {
		padding-left: 270px;
	}
}

@media (max-width:1200px) {
	body:not(.home) .toc-active {
		padding-left: 30px;
	}
}

body .sidebar-cta-trust {
	display: flex;
	width: 100%;
	padding-top: 18px;
	border-top: 1px solid #333;
	flex-wrap: wrap;
}

body .sidebar-cta .trust-thumb {
	overflow: hidden;
	width: 75px;
	height: 75px;
	border: 1px solid #333;
	border-radius: 50%;
	background-color: #333;
}

body .sidebar-cta .trust-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

body .sidebar-cta .trust-meta {
	display: flex;
	flex-direction: column;
	width: calc(100% - 75px);
	padding-left: 10px;
	justify-content: flex-start;
	align-items: flex-start;
}

body .sidebar-cta .trust-meta a {
	text-decoration: none;
}

body .sidebar-cta .trust-meta a:focus, body .sidebar-cta .trust-meta a:hover {
	text-decoration: underline;
	color: #f1dc21;
}

body .sidebar-cta .trust-meta a h4 {
	font-size: 16px !important;
	margin: 0 0 8px;
}

body .sidebar-cta .trust-meta * {
	text-align: left;
}

body .sidebar-cta .trust-meta span:first-child {
	margin: 0;
	padding-top: 5px;
}

body .sidebar-cta-title {
	padding-top: 10px;
}

.content-cta-wrap {
	position: relative;
	padding: 20px;
	padding-right: calc(50% + 20px);
	background-color: #1b325e;
}

.content-cta-wrap:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 50%;
	height: 100%;
	content: "";
}

.content-cta-wrap p {
	font-family: Outfit, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	padding-left: 10px;
	color: #fff;
	border-left: 1px solid #fff;
}

.content-cta-wrap a {
	font-family: Outfit, sans-serif;
	font-weight: 600;
	display: block;
	padding: 15px;
	transition: all .3s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: 2px solid #f1dc21;
	border-radius: 50px;
	background-color: #f1dc21;
}

.content-cta-wrap a:hover {
	color: #fff;
	background-color: transparent;
}

.content-cta-wrap.cta-first:after {
	height: calc(100% + 30px);
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/logo_w_.svg") no-repeat bottom 15px left 50%/auto, linear-gradient(0deg, #071119 0, rgba(5, 13, 20, .770259) 25%, transparent 50%), url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/cta-first.png") no-repeat top center/100% auto;
}

@media (max-width:767px) {
	.content-cta-wrap.cta-first:after {
		top: -30px;
		height: 210px;
	}
}

.content-cta-wrap.cta-second:after {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/logo_w_.svg") no-repeat bottom 15px left 50%/auto, linear-gradient(0deg, #071119 0, rgba(5, 13, 20, .770259) 25%, transparent 50%), url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/cta-second.png") no-repeat top center/cover;
}

.content-cta-wrap.cta-third:after {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/logo_w_.svg") no-repeat bottom 15px left 50%/auto, linear-gradient(0deg, #071119 0, rgba(5, 13, 20, .770259) 25%, transparent 50%), url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/cta-third.png") no-repeat top center/cover;
}

.content-cta-wrap.cta-fourth:after {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/logo_w_.svg") no-repeat bottom 15px left 50%/auto, linear-gradient(0deg, #071119 0, rgba(5, 13, 20, .770259) 25%, transparent 50%), url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/cta-fourth.png") no-repeat top center/cover;
}

@media (max-width:767px) {
	.content-cta-wrap {
		padding-top: 200px;
		padding-right: 20px;
		text-align: center;
	}
	
	.content-cta-wrap:after {
		top: 0;
		left: 0;
		width: 100%;
		height: 180px;
	}
	
	.content-cta-wrap p {
		padding-left: 0;
		border-left: none;
	}
}

.internal-hero {
	padding-top: 200px;
	color: #fff;
	background: #1b325e url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg.png") no-repeat bottom left calc(50% + 280px)/640px auto;
}

@media (max-width:992px) {
	.internal-hero {
		padding-top: 150px;
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg-circle-mobile.png") no-repeat center/cover, url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/internal-hero-bg-mobile.jpg") no-repeat bottom center/cover, #132549;
	}
}

.internal-hero-content {
	width: 1390px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50% 0 30px;
}

@media (max-width:992px) {
	.internal-hero-content {
		padding: 0 30px;
	}
}

.internal-hero h1 {
	font-family: Outfit, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .02em;
}

.internal-hero h1 .light, .page-template-default b {
	font-weight: 400;
}

@media (max-width:992px) {
	.internal-hero h1 {
		text-align: center;
	}
	
	.internal-hero h1 .light {
		font-size: 20px;
		font-weight: 300;
	}
}

.internal-hero .entry-header {
	display: flex;
	flex-direction: column;
}

.internal-hero .entry-header h1 {
	order: 1;
}

.internal-hero .entry-header .entry-description {
	order: 2;
}

.internal-hero .entry-header .entry-description p {
	font-size: 14px;
}

.internal-hero .entry-header .entry-description p:last-child {
	margin-bottom: 12px;
}

@media (max-width:992px) {
	.internal-hero .entry-header .entry-description p {
		text-align: center;
		order: 3;
	}
}

.internal-hero .entry-header .google-rating {
	order: 3;
}

@media (max-width:992px) {
	.internal-hero .entry-header .google-rating {
		margin-bottom: 20px;
		text-align: center;
		order: 2;
	}
}

.internal-hero .google-rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.internal-hero .google-rating__copy, .internal-hero .google-rating__value {
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
}

.internal-hero .google-rating__stars {
	display: flex;
	align-items: center;
}

@media (max-width:992px) {
	.internal-hero .google-rating {
		justify-content: center;
	}
}

.internal-hero .address-link {
	margin-top: 8px;
}

@media (max-width:992px) {
	.internal-hero .address-link {
		margin-top: 0;
		text-align: center;
	}
}

.internal-hero .address-link a {
	font-size: 14px;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: #f1dc21;
}

.internal-hero .image-feature-wrapper {
	position: relative;
}

.internal-hero .image-feature-wrapper .featured-in, .mobile-menu {
	display: none;
}

@media (max-width:992px) {
	.internal-hero .image-feature-wrapper .featured-in {
		position: absolute;
		bottom: 15%;
		left: 50%;
		display: block;
		width: 100%;
		transform: translateX(-50%);
		text-align: center;
	}
	
	.internal-hero .image-feature-wrapper .featured-in span {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}
}

.internal-hero .mobile-hero-image {
	display: none;
	max-width: 100%;
	margin: 15px auto 0;
}

@media (max-width:992px) {
	.internal-hero .mobile-hero-image {
		display: block;
	}
}

.internal-hero .mobile-cta {
	display: none;
	flex-direction: column;
	padding: 30px;
	background-color: #f1dc21;
	gap: 10px;
	align-items: center;
}

.internal-hero .mobile-cta .phone-number {
	font-family: Outfit, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	text-decoration: none;
	color: #032965;
	align-items: center;
	gap: 10px;
}

.internal-hero .mobile-cta .phone-number svg, .mobile-footer-cta .phone-number svg {
	width: 26px;
	height: 26px;
	fill: #032965;
}

.internal-hero .mobile-cta span {
	font-family: Outfit, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #032965;
}

@media (max-width:992px) {
	.internal-hero .mobile-cta {
		display: flex;
	}
}

.internal-hero .hero-cta-list {
	display: flex;
	overflow: hidden;
	margin-top: 30px;
	padding: 30px;
	background-color: rgba(0, 0, 0, .5);
	justify-content: center;
}

@media (max-width:992px) {
	.internal-hero .hero-cta-list {
		overflow-x: scroll;
		overflow-y: hidden;
		margin-top: 0;
		white-space: nowrap;
		background-color: unset;
		justify-content: flex-start;
	}
	
	.internal-hero .hero-cta-list::-webkit-scrollbar {
		height: 6px;
		background-color: #999;
	}
	
	.internal-hero .hero-cta-list::-webkit-scrollbar-thumb {
		background-color: #f1dc21;
	}
}

.internal-hero .hero-cta__item {
	display: flex;
	flex-direction: column;
	padding: 0 100px;
	gap: 15px;
	align-items: center;
}

.internal-hero .hero-cta__item:nth-child(2) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

@media (max-width:1200px) {
	.internal-hero .hero-cta__item {
		padding: 0 50px;
	}
}

@media (max-width:992px) {
	.internal-hero .hero-cta__item {
		padding: 0 30px;
	}
	
	.internal-hero .hero-cta__item:first-child {
		padding-left: 0;
	}
	
	.internal-hero .hero-cta__item:last-child {
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.internal-hero .hero-cta__item {
		min-width: 96vw;
	}
}

.internal-hero .hero-cta__btn {
	font-weight: 600;
	line-height: 1;
	width: 165px;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #f1dc21;
	border-radius: 50px;
}

@media (max-width:1000px) {
	.mobile-menu ul.sub-menu, .nav-primary {
		display: none;
	}
	
	.mobile-menu .open > ul.sub-menu, .slideout-open .slideout-menu {
		display: block;
	}
	
	.slideout-menu {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		display: none;
		overflow-y: auto;
		width: 255px;
		-webkit-overflow-scrolling: touch;
	}
	
	.admin-bar .site-header, .admin-bar .slideout-menu {
		top: 32px;
	}
	
	.site-header {
		position: fixed;
		z-index: 100;
		top: 0;
		width: 100%;
	}
	
	.admin-bar .nav-primary {
		top: 200px;
	}
	
	body {
		padding-top: 160px;
	}
	
	.site-inner {
		position: relative;
		width: 90%;
	}
	
	.copyright, .site-inner {
		background: #fff;
	}
	
	.slideout-open, .slideout-open .slideout-panel, .slideout-open body {
		overflow: hidden;
	}
	
	.mobile-menu {
		background: #0b3969;
	}
	
	.mobile-menu ul li a {
		font-size: 15px;
		line-height: 25px;
		position: relative;
		display: block;
		padding: 10px 30px 10px 20px;
		text-align: left;
		text-decoration: none;
		letter-spacing: .25px;
		text-transform: uppercase;
		color: #fff;
		border-bottom: 1px solid #dcdcdc;
	}
	
	.mobile-menu ul li a:hover {
		color: #0b3969;
		background: #fff;
	}
	
	.mobile-menu ul li.menu-item-has-children {
		position: relative;
	}
	
	.mobile-menu ul li.menu-item-has-children > a:after {
		position: absolute;
		top: 20px;
		right: 14px;
		display: block;
		float: right;
		content: "";
		border-top: 5px solid #fff;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}
	
	.mobile-menu ul li.menu-item-has-children > a:hover:after {
		border-top-color: #0b3969;
	}
	
	.mobile-menu ul.sub-menu li a {
		font-size: 13px;
		padding: 10px 10px 10px 40px;
	}
	
	.mobile-menu ul.sub-menu li .sub-menu a {
		font-size: 13px;
		padding: 10px 10px 10px 50px;
	}
	
	.mobile-menu-oppener {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 45px;
		cursor: pointer;
	}
	
	#burger, #burger span {
		position: absolute;
		transition: .5s ease-in-out;
		transform: rotate(0);
	}
	
	#burger {
		top: 4px;
		right: 20px;
		width: 40px;
		height: 24px;
		margin: 20px auto;
		cursor: pointer;
	}
	
	#burger span {
		left: 0;
		display: block;
		width: 100%;
		height: 3px;
		opacity: 1;
		border-radius: 9px;
		background: #000;
	}
	
	#burger span:nth-child(1) {
		top: 0;
	}
	
	#burger span:nth-child(2), #burger span:nth-child(3) {
		top: 10px;
	}
	
	#burger span:nth-child(4) {
		top: 20px;
	}
	
	#burger.open span:nth-child(1) {
		top: 10px;
		left: 50%;
		width: 0;
	}
	
	#burger.open span:nth-child(2) {
		transform: rotate(45deg);
	}
	
	#burger.open span:nth-child(3) {
		transform: rotate(-45deg);
	}
	
	#burger.open span:nth-child(4) {
		top: 8px;
		left: 50%;
		width: 0;
	}
}

@media (max-width:420px) {
	.admin-bar .nav-primary {
		top: 170px;
	}
}

@media screen and (max-width:782px) {
	.admin-bar .site-header, .admin-bar .slideout-menu {
		top: 46px;
	}
}

.burger-container {
	display: none;
}

.site-header {
	height: 120px;
	margin-bottom: -120px;
	transition: all .3s ease-in-out;
	background-color: transparent;
	box-shadow: none;
}

.site-header.colored {
	background-color: #1b325e;
}

@media (max-width:992px) {
	.site-header {
		background-color: #1b325e;
	}
}

.site-header .wrap {
	width: 100%;
	padding: 10px 30px 0 60px;
}

.site-header .mobile-cta {
	display: none;
	flex-direction: column;
	width: 100%;
	padding: 7px 0 0;
	transition: all .4s ease-in-out;
	text-align: center;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #f1dc21;
}

.site-header .mobile-cta.hide {
	transform: translateY(-65px);
}

@media (max-width:992px) {
	.site-header .mobile-cta {
		display: flex;
	}
}

.site-header .mobile-cta span {
	font-size: 14px;
	display: block;
}

.site-header .mobile-cta .phone-number {
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	padding-bottom: 3px;
	text-decoration: none;
	color: #1b325e;
	align-items: center;
	justify-content: center;
}

.site-header .mobile-cta .phone-number svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	fill: #1b325e;
}

.site-header .mobile-cta .submit-case {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #f1dc21;
	border-top: 1px solid #fefefe;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #1b325e;
}

.site-header .mobile-cta .submit-case:hover {
	color: #1b325e;
	background-color: #f1dc21;
}

.header-container {
	display: flex;
	justify-content: space-between;
}

.call-today, .phone a {
	text-transform: uppercase;
}

.call-today {
	font-size: 18px;
	font-weight: 400;
	padding-right: 10px;
	letter-spacing: .45px;
	color: #d4dce5;
}

.span-divider {
	font-size: 42px;
	font-weight: 400;
	display: inline-block;
	margin: 0 20px;
	color: #fff;
}

@media (max-width:1200px) {
	.span-divider {
		display: none;
	}
}

.phone a {
	font-family: Outfit, sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	color: #d7c138;
}

.nav-primary {
	margin-top: -13px;
	text-align: right;
}

@media (max-width:992px) {
	.nav-primary {
		margin-top: -55px;
	}
}

.nav-primary .wrap {
	padding: 0;
}

.call-container {
	display: flex;
	align-items: center;
}

.hero-container {
	display: flex;
	width: 100%;
	min-height: 588px;
}

.left-block {
	position: relative;
	width: 70%;
	height: 594px;
}

.webp .crashed-car, .webp .hands {
	display: inline-block;
	width: 100%;
	max-width: 584px;
	height: 270px;
	padding: 30px 40px;
	text-decoration: none;
	opacity: .8;
}

.webp .crashed-car {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/crashed-car.webp") center center/cover no-repeat;
}

.nowebp .crashed-car:hover, .nowebp .hands:hover, .webp .crashed-car:hover, .webp .hands:hover, .youtube-video-placeholder .youtube-video-placeholder__inner:hover:after {
	opacity: 1;
}

.webp .hands {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/hands.webp") center center/cover no-repeat;
}

.webp .berger-and-green-block {
	width: 100%;
	height: 682px;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/Cindy-and-Larry.webp") top center/cover no-repeat;
}

.webp .meet-the-team {
	position: relative;
	width: 100%;
	min-height: 1047px;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/discussion.webp") center center/cover no-repeat;
}

.webp .meet-the-team:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: 711px;
	margin: 0 auto;
	content: "";
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/Attorneys-team.webp") center bottom/contain no-repeat;
}

.webp .meet-the-team:after {
	position: absolute;
	top: -60px;
	right: 0;
	width: 821px;
	height: 542px;
	content: "";
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/book.webp") center center/cover no-repeat;
}

@media (max-width:767px) {
	.webp .meet-the-team {
		padding-bottom: 60px;
	}
}

.webp .faq1, .webp .faq8 {
	display: block;
	width: 100%;
	height: 235px;
	text-decoration: none;
}

.webp .faq1 {
	margin-bottom: 90px;
}

.webp .faq8 {
	position: relative;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/faq8.webp") center center/cover no-repeat;
}

.webp .video-container {
	width: 100%;
	height: 100%;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/testimonials.webp") center center/cover no-repeat;
}

.nowebp .crashed-car, .nowebp .hands {
	display: inline-block;
	width: 100%;
	max-width: 584px;
	height: 270px;
	padding: 30px 40px;
	text-decoration: none;
	opacity: .8;
}

.nowebp .crashed-car {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/crashed-car.jpg") center center/cover no-repeat;
}

.nowebp .hands {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/hands.jpg") center center/cover no-repeat;
}

.nowebp .berger-and-green-block {
	width: 100%;
	height: 682px;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/Cindy-and-Larry.jpg") top center/cover no-repeat;
}

.nowebp .meet-the-team {
	position: relative;
	width: 100%;
	min-height: 1047px;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/discussion.jpg") center center/cover no-repeat;
}

.nowebp .meet-the-team:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: 711px;
	margin: 0 auto;
	content: "";
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/Attorneys-team.png") center bottom/contain no-repeat;
}

.nowebp .meet-the-team:after {
	position: absolute;
	top: -60px;
	right: 0;
	width: 821px;
	height: 542px;
	content: "";
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/book.png") center center/cover no-repeat;
}

.nowebp .faq1, .nowebp .faq8 {
	display: block;
	width: 100%;
	height: 235px;
	text-decoration: none;
}

.nowebp .faq1 {
	margin-bottom: 90px;
}

.nowebp .faq8 {
	position: relative;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/faq8.jpg") center center/cover no-repeat;
}

.nowebp .video-container {
	width: 100%;
	height: 100%;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/testimonials.jpg") center center/cover no-repeat;
}

.right-block {
	width: 30%;
	background-color: #136735;
}

.right-block span.form-title {
	font-family: Outfit, sans-serif;
	font-size: 36px;
	display: block;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	letter-spacing: .36px;
	color: #fff;
}

.right-block .h3-form, html body .submit-button {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.right-block .h3-form {
	font-size: 14px;
	padding-bottom: 15px;
	letter-spacing: 2.1px;
	opacity: .5;
	color: #fff;
}

.right-block form {
	padding: 1px 0;
	background-color: #005322;
}

.right-block form input {
	font-size: 15px;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid rgba(255, 255, 255, .4);
}

.right-block form .checkbox-input {
	font-size: 14px;
	margin: 0 10px 25px 15px;
	color: #fff;
}

.h1-container {
	width: 100%;
	min-height: 180px;
	margin-top: 355px;
	padding-bottom: 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, .7);
}

.h1-container span {
	position: relative;
	display: block;
	width: 180px;
	margin: 0 auto;
	padding-top: 10px;
	color: #132a48;
}

.h1-container span:after, .h1-container span:before {
	position: absolute;
	top: 23px;
	width: 55px;
	height: 1px;
	content: "";
	background-color: #132b48;
}

.h1-container span:before {
	left: -50px;
}

.h1-container span:after {
	right: -50px;
}

.h1-container h1, .how-can-we-help-block h2 {
	font-family: Outfit, sans-serif;
	margin-bottom: 0;
}

.h1-container h1 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1.31px;
	color: #132b48;
}

.logos-container {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 11px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	align-items: center;
	justify-content: center;
}

.logos-container span {
	font-size: 14px;
	padding-right: 20px;
	letter-spacing: 4.2px;
	text-transform: uppercase;
	color: #fff;
}

.form-border {
	margin: 8px;
	border: 1px solid #82d6a4;
}

.form-border .form-container {
	padding: 0 15px;
}

html body .submit-button {
	font-family: Outfit, sans-serif;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	letter-spacing: 1.55px;
	color: #112947;
	border: 0;
	border-radius: 5px;
	background-color: #d7c138;
}

html body .btn-2 {
	max-width: 330px;
	margin: 0 auto 60px;
	padding: 7px 0;
	text-decoration: none;
}

html body .btn-2:hover {
	color: #fff;
	background-color: #0073e5;
}

html body .testimonials-block .btn-2 {
	color: #fff;
	background-color: #1b325e;
}

html body .testimonials-block .btn-2:hover {
	background-color: #0073e5;
}

html body .social-form-container h2 {
	font-size: 36px;
	line-height: .9;
	margin-bottom: 0;
	padding: 0 5px;
	text-align: center;
	letter-spacing: .36px;
	color: #fff !important;
}

html body .entry-content .social-form-container h2 span {
	font-size: 24px;
}

html #wpadminbar {
	position: fixed;
}

.how-can-we-help-block {
	padding-bottom: 50px;
	background-color: #eff3f8;
}

.how-can-we-help-block h2 {
	font-size: 44px;
	margin-top: 0;
	padding-top: 60px;
	text-align: center;
	letter-spacing: -1.1px;
	color: #16304c;
}

.how-can-we-help-block .h2-style, .how-can-we-help-block .h2-style2 {
	font-family: Outfit, sans-serif;
	font-size: 44px;
	text-align: center;
	letter-spacing: -.82px;
}

.how-can-we-help-block .h2-style {
	margin-bottom: 0;
	padding-top: 70px;
	color: #15743a;
}

.how-can-we-help-block .h2-style2 {
	padding-top: 10px;
	color: #132b49;
}

.how-can-we-help-block p {
	line-height: 32px;
	max-width: 700px;
	padding-bottom: 20px;
	text-align: center;
	color: #122a48;
}

.second-title {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	color: #000;
}

.how-can-we-help-block p, .img-container {
	font-family: Outfit, sans-serif;
	margin: 0 auto;
}

.img-container {
	max-width: 1240px;
}

.img-container h3, .img-container span {
	font-size: 30px;
	text-decoration: none;
	letter-spacing: -.45px;
	color: #fff;
}

.img-container h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.6px;
}

.img-container img {
	padding-left: 30px;
}

.faq8 .btn-2:hover {
	background-color: #228c4b;
}

.faq8:hover {
	opacity: .7;
}

.google-block {
	padding: 50px 0;
}

.testimonials-block {
	padding: 1px 0 80px;
	background-color: #136735;
}

.testimonials-block h2, .testimonials-block span {
	font-family: Outfit, sans-serif;
	text-align: center;
	color: #fff;
}

.testimonials-block span {
	font-size: 20px;
	position: relative;
	display: block;
	max-width: 460px;
	margin: 60px auto 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.testimonials-block span:after, .testimonials-block span:before {
	position: absolute;
	top: 15px;
	width: 55px;
	height: 1px;
	content: "";
	background-color: #fff;
}

.testimonials-block span:before {
	right: -50px;
}

.testimonials-block span:after {
	left: -50px;
}

.testimonials-block h2 {
	font-size: 58px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.testimonials-block p {
	font-family: Outfit, sans-serif;
	padding: 30px 0 10px;
	text-align: left;
	color: #fff;
}

.info-block {
	max-width: 500px;
	padding: 100px 0 10px 80px;
}

.berger-and-green-block h2, .berger-and-green-block span {
	font-family: Outfit, sans-serif;
	font-size: 34px;
	letter-spacing: -.67px;
	color: #77ab8b;
}

.berger-and-green-block h2 {
	font-size: 41px;
	margin-top: 0;
	letter-spacing: -.82px;
	color: #16304c;
}

.berger-and-green-block p {
	letter-spacing: -.45px;
	color: #122a48;
}

.why-berger-and-green-block {
	padding-bottom: 100px;
	text-align: center;
	background-color: #eff3f8;
}

.why-berger-and-green-block h2 {
	font-family: Outfit, sans-serif;
	font-size: 58px;
	margin-top: 0;
	padding-top: 40px;
	text-align: center;
	color: #136735;
}

.why-berger-and-green-block span {
	font-family: Outfit, sans-serif;
	line-height: 26px;
	display: block;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	color: #1b325e;
}

.why-berger-and-green-block h3 {
	font-size: 32px;
	font-weight: 700;
	display: block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	letter-spacing: -.8px;
	color: #1b325e;
}

.berger-and-green-block p, .img-box, .meet-the-team h2 {
	font-family: Outfit, sans-serif;
}

.img-box {
	max-width: 300px;
	min-height: 280px;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	border: 1px solid #fff;
	background-color: #1b325e;
}

@media (max-width:576px) {
	.img-box {
		min-height: 200px;
	}
}

.img-box img {
	display: block;
	margin: 0 auto;
	padding: 40px 0 20px;
}

.img-box p {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 15px;
	text-align: center;
	color: #fff;
}

.border {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 15px;
	padding: 13px;
	transition: all .3s ease-in-out;
	text-decoration: none;
	background-color: #1b325e;
}

.border:hover {
	transform: scale3d(1.1, 1.1, 1.1);
}

.border:hover, .border:hover .img-box {
	background-color: #6c85bd;
}

.meet-the-team .first-title {
	font-family: Outfit, sans-serif;
	font-size: 33px;
	line-height: 1.2;
	display: inline-block;
	padding: 120px 0 0 180px;
	color: #7aad8f;
}

.meet-the-team h2 {
	font-size: 70px;
	line-height: 65px;
	margin-top: 10px;
	padding-left: 180px;
	color: #fff;
}

.meet-the-team .last-info, .meet-the-team p {
	font-size: 21px;
	padding-left: 180px;
	color: #fff;
}

.meet-the-team p {
	line-height: 36px;
	position: relative;
	z-index: 10;
	max-width: 1200px;
	letter-spacing: -.53px;
}

.meet-the-team .last-info {
	font-family: Outfit, sans-serif;
	font-weight: 700;
}

.meet-the-team .btn-2 {
	position: relative;
	max-width: 260px;
	margin-top: 270px;
	color: #fff;
	background-color: #136735;
}

@media (max-width:767px) {
	.meet-the-team .btn-2 {
		margin-top: 100px;
	}
}

.faq-block {
	padding: 150px 0 50px;
	background-color: #fff;
}

@media (max-width:767px) {
	.faq-block {
		padding: 100px 0 50px;
	}
}

.faq-block img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.faq-block span {
	font-size: 24px;
	position: relative;
	display: block;
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	color: #78ac8c;
}

.faq-block span:after, .faq-block span:before {
	position: absolute;
	top: 19px;
	width: 55px;
	height: 1px;
	content: "";
	background-color: #78ac8c;
}

.faq-block span:before {
	left: -50px;
}

.faq-block span:after {
	right: -50px;
}

.call-container-footer a, .call-container-footer span, .faq-block h2 {
	font-family: Outfit, sans-serif;
	font-size: 58px;
}

.faq-block h2 {
	margin-top: 0;
	text-align: center;
	color: #16304c;
}

.faq-block h6 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	text-align: left;
	letter-spacing: -.5px;
	color: #364e76;
}

.faq-block .btn-2 {
	font-size: 16px;
	position: absolute;
	top: 95px;
	right: 0;
	left: 0;
	max-width: 260px;
	cursor: pointer;
	color: #fff;
	background-color: #228c4b;
}

.faq1:hover, .faq2:hover, .faq3:hover, .faq4:hover, .faq5:hover, .faq6:hover, .faq7:hover {
	opacity: .7;
}

.bottom-form-block, .bottom-form-block .form-border {
	padding: 20px 0;
	background-color: #1b325e;
}

.bottom-form-block .form-border {
	margin: 0 60px;
	border: 1px solid #fff;
}

.bottom-form-block form {
	max-width: 1000px;
	margin: 0 auto;
}

.bottom-form-block form input {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottom-form-block form textarea {
	min-height: 120px;
}

.bottom-form-block form .submit-button {
	max-width: 350px;
	margin: 25px auto 80px;
}

.bottom-form-block .checkbox-input {
	color: #fff;
}

.bottom-form-block h2 {
	font-family: Outfit, sans-serif;
	font-size: 44px;
	margin-bottom: 0;
	padding: 0 10px;
	text-align: center;
	letter-spacing: .44px;
	color: #fff;
}

.bottom-form-block .h3-form-footer, .page-template-default .h3-form-footer {
	font-family: Outfit, sans-serif;
	font-size: 14px;
	display: block;
	max-width: 470px;
	margin: 0 auto 40px;
	padding: 0 10px;
	text-align: center;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	opacity: .5;
	color: #fff;
}

.page-template-default .content-sidebar-wrap .entry-content h2 {
	font-family: Outfit, sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -.9px;
	color: #062869;
}

.page-template-default .content-sidebar-wrap .entry-content h3, .page-template-default .content-sidebar-wrap .entry-content h4 {
	font-family: Outfit, sans-serif;
	font-size: 33px;
	font-weight: 400;
	letter-spacing: -.9px;
	color: #062869;
}

.page-template-default .content-sidebar-wrap .entry-content h4 {
	font-size: 23px;
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item {
	margin: 10px 30px;
	padding: 20px;
	text-align: center;
}

@media (max-width:540px) {
	.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item {
		width: 50%;
		margin: 10px 0;
		padding: 20px 10px;
	}
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a {
	display: inline-block;
	text-decoration: none;
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a img {
	width: 175px;
	height: 175px;
	transition: all .15s;
	border-radius: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

@media (max-width:540px) {
	.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a img {
		width: 140px;
		height: 140px;
	}
}

@media (max-width:320px) {
	.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a img {
		width: 120px;
		height: 120px;
	}
}

@media (max-width:280px) {
	.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a img {
		width: 100px;
		height: 100px;
	}
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a h4.attorney_icon_name {
	margin: 15px 0 0;
	transition: all .15s;
	color: #000;
}

@media (max-width:540px) {
	.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a h4.attorney_icon_name {
		font-size: 1.2rem !important;
	}
}

@media (max-width:280px) {
	.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a h4.attorney_icon_name {
		font-size: 1.1rem !important;
	}
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a:hover img {
	box-shadow: 0 0 0 5px #b3a027;
}

.page-template-default .content-sidebar-wrap .entry-content .attorneys_icon_list .attorney_icon_item a:hover h4 {
	color: #b3a027;
}

.call-container-footer span {
	font-size: 20px;
	display: block;
	letter-spacing: 3.77px;
	text-transform: uppercase;
	color: #142f4b;
}

.call-container-footer a {
	line-height: 1;
	display: block;
	margin-bottom: 40px;
	text-decoration: none;
	letter-spacing: -3px;
	color: #1b325e;
}

.social-block a {
	margin: 0 20px;
	text-decoration: none;
}

.social-block i {
	font-size: 25px;
	display: block;
	color: #142f4b;
}

.social-block svg {
	width: 20px;
	height: 20px;
	fill: #000;
}

.footer-menu1 a, .footer-menu2 a, .second-links-footer a {
	font-family: Outfit, sans-serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	letter-spacing: .88px;
	text-transform: uppercase;
	color: #142f4b;
}

.buttons-footer {
	margin-bottom: 15px;
}

.buttons-footer a {
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	padding: 5px 8px;
	text-decoration: none;
	color: #999;
	border: 2px solid #999;
	border-radius: 1px;
	background-color: #eee;
}

.buttons-footer a:hover {
	color: #142f4b !important;
	border: 2px solid #10243d;
}

.site-footer a:hover {
	color: #15743a !important;
}

body .footer-counties, body .footer-home, body .footer-resources {
	font-size: 18px;
	padding-bottom: 10px;
}

.footer-counties {
	font-family: Outfit, sans-serif;
	display: block;
	text-decoration: none;
	letter-spacing: .88px;
	text-transform: uppercase;
	color: #142f4b;
}

.second-footer {
	max-width: 1220px;
	margin: 50px auto 0;
	padding-top: 20px;
}

.last-text, .links-second-footer {
	font-family: Outfit, sans-serif;
}

.links-second-footer span {
	font-size: 16px;
	color: #192a38;
}

.links-second-footer a {
	text-decoration: none;
	color: #607a8f;
}

.last-text {
	font-size: 24px;
	text-transform: uppercase;
	color: #132b48;
}

.sidebar-contact-form .right-block {
	width: 100%;
}

.entry-content {
	padding: 0 30px;
}

.entry-content .attachment-medium {
	float: right;
	padding: 0 0 10px 10px;
}

.page.entry .attachment-medium {
	float: right;
	padding: 0 0 10.5px 10.5px;
}

.page-template-page-faqs .page.entry .attachment-medium {
	float: none;
}

.widget-container img {
	position: relative;
	z-index: 10;
	display: block;
	margin: 25px auto 0;
}

.widget-container span, .widget-container strong {
	font-family: Outfit, sans-serif;
	font-size: 1.1rem;
	line-height: 1.3;
	position: relative;
	z-index: 10;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}

.bg-link {
	position: relative;
	margin: 5px 0;
	cursor: pointer;
	text-decoration: none;
}

.bg-link:hover, .footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
	opacity: .8;
}

.bg-link:before, .video-container:before {
	position: absolute;
	display: block;
	content: "";
}

.bg-link:before {
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(19, 43, 73, .55);
}

.box-link1 {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/widget1-bg.jpg") center center/cover no-repeat;
}

.box-link1, .box-link2, .box-link3 {
	display: inline-block;
	width: 100%;
	height: 180px;
}

.box-link2 {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/widget2-bg.jpg") center center/cover no-repeat;
}

.box-link3 {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/widget3-bg.jpg") center center/cover no-repeat;
}

.phone-icon-container {
	display: none;
}

.video-container {
	position: relative;
	cursor: pointer;
}

.video-container:before {
	font-size: 90px;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	cursor: pointer;
	transition: .5s ease-in-out;
	transform: translate(-50%, -50%);
	opacity: .8;
	color: #fff;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/play-circle.svg") no-repeat center/100% 100%;
}

.video-container:hover:before {
	opacity: 1.5;
}

.iziModal {
	top: 130px;
}

#custom_html-8 .widget-title, .practice-areas-widget .widget-title {
	color: #fff;
	background-color: #1b325e;
}

#custom_html-8 .widget-wrap, .practice-areas-widget .widget-wrap {
	padding: 0;
}

#custom_html-8 .widget-wrap ul li, #custom_html-9 .widget-wrap ul li, .practice-areas-widget .widget-wrap ul li {
	border: 0;
}

#custom_html-8 .widget-wrap ul li a, #custom_html-9 .widget-wrap ul li a, .practice-areas-widget .widget-wrap ul li a {
	font-family: Outfit, sans-serif;
	font-weight: 700;
	position: relative;
	padding: 10px 10px 10px 30px;
	color: #525354;
	background-color: #eef1f5;
}

#custom_html-8 .widget-wrap ul li a:hover, #custom_html-9 .widget-wrap ul li a:hover, .practice-areas-widget .widget-wrap ul li a:hover {
	transition: all .3s ease-in-out;
	color: #fff;
	background: #da6009;
}

#custom_html-8 .widget-wrap ul li a:hover:before, #custom_html-9 .widget-wrap ul li a:hover:before, .practice-areas-widget .widget-wrap ul li a:hover:before {
	position: absolute;
	width: 12px;
	height: 12px;
	content: "";
	transition: all .3s ease-in-out;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/chevron-right-solid-white.svg") no-repeat center center;
	background-size: contain;
}

#custom_html-8 .widget-wrap ul li a:before, #custom_html-9 .widget-wrap ul li a:before, .practice-areas-widget .widget-wrap ul li a:before {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 12px;
	height: 12px;
	content: "";
	transition: all .3s ease-in-out;
	text-decoration: inherit;
	color: #525354;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/chevron-right-solid.svg") no-repeat center center;
	background-size: contain;
	fill: currentColor;
}

#custom_html-9 .widget-title {
	color: #fff;
	background-color: #1b325e;
}

#custom_html-9 .widget-wrap {
	padding: 0;
}

#custom_html-5 .widget-wrap {
	padding: 15px;
	border: 1px solid #7ad79e;
}

#custom_html-5 .widget-title {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 35px;
	color: #112947;
}

#custom_html-5 .widget-title:after, #text-5 .widget-title:after {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	width: 85%;
	height: 1px;
	margin: 0 auto;
	content: "";
	background-color: #7ad79e;
}

#text-5 .widget-wrap {
	padding: 15px;
	border: 1px solid #7ad79e;
}

#text-5 .widget-wrap ul li {
	padding-bottom: 20px;
	border: 0;
}

#text-5 .widget-wrap ul li a {
	font-family: Outfit, sans-serif;
	font-size: 21px;
	padding-top: 0;
	padding-left: 0;
	color: #062869;
	background-color: transparent;
}

#text-5 .archive-entry-content-thumbnail {
	width: unset;
	margin: 0;
	padding-right: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

#text-5 .archive-entry-content-thumbnail img {
	width: 153px;
}

#text-5 .widget-title {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 35px;
	color: #112947;
}

#text-5 span a {
	font-size: 16px !important;
	text-decoration: underline;
}

#custom_html-10, #text-5 .alignleft {
	margin: 0;
}

.recent-posts-meta {
	font-family: Outfit, sans-serif;
	color: #525354;
}

.cat-recent {
	display: flex;
}

.widget {
	margin-bottom: 30px;
}

.wpcf7 form .wpcf7-response-output {
	color: #fff;
}

span.wpcf7-list-item {
	margin-left: 0;
}

.page-id-2656 .entry-content ul, .page-id-6803 .entry-content ul {
	font-family: Outfit, sans-serif;
	font-weight: 700;
	max-width: 360px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eef1f5;
}

.page-id-2656 .entry-content ul li, .page-id-6803 .entry-content ul li {
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
	list-style-type: none;
}

.page-id-6803 .entry-content ul li:before {
	position: absolute;
	top: 10px;
	left: -15px;
	width: 12px;
	height: 12px;
	content: "";
	color: #228c4b;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/svg/maps-and-flags.svg") no-repeat center center;
	background-size: cover;
}

.breadcrumb a, .page-id-2656 .entry-content ul li a, .page-id-6803 .entry-content ul li a {
	text-decoration: none;
	color: #525354;
}

.page-id-2656 .entry-content ul li a:hover, .page-id-6803 .entry-content ul li a:hover {
	color: #000;
}

.page-id-2656 .entry-content ul li {
	list-style-type: disc;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb a:hover {
	color: #062869;
}

@media screen and (max-width:420px) {
	.breadcrumb {
		padding: 0 10px 10px;
	}
}

.logo img {
	width: 100%;
}

@media (max-width:767px) {
	.logo img {
		height: inherit;
	}
}

article.post.type-post {
	margin-bottom: 20px;
	padding-bottom: 30px;
}

@media (max-width:992px) {
	article.post.type-post {
		margin: 20px;
	}
}

.pagination, article .entry-meta {
	padding-left: 30px;
}

article .entry-title-link {
	display: inline-block;
	padding-right: 10px;
	padding-left: 30px;
}

.youtube-video-placeholder .youtube-video-placeholder__inner {
	position: relative;
}

.youtube-video-placeholder .youtube-video-placeholder__inner:after {
	position: absolute;
	top: 25px;
	left: 120px;
	display: block;
	width: 70px;
	height: 70px;
	content: "";
	opacity: .6;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/play-circle.svg") no-repeat center/100% 100%;
}

.social-icons-wrap {
	padding-bottom: 30px;
}

.glossary-container {
	padding-left: 0;
}

.lead-page-form {
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 60px;
	color: #fff;
	background: #20760a;
}

.lead-page-form .lead-contact-form-heading {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	display: block;
	margin-bottom: 4px;
	text-align: center;
	color: #fff;
}

.lead-page-form .lead-contact-form-required-text {
	font-size: 13px;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

.lead-page-form input, .lead-page-form textarea {
	margin-bottom: 20px;
	color: #000;
	border: 0;
	background: #4a8f39;
}

.lead-page-form input::-moz-placeholder, .lead-page-form textarea::-moz-placeholder {
	color: #fff;
}

.lead-page-form input::placeholder, .lead-page-form textarea::placeholder {
	color: #fff;
}

.infusion-submit {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.infusion-submit input {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.55px;
	text-transform: uppercase;
	color: #112947;
	border: 0;
	border-radius: 5px;
	background-color: #d7c138;
}

.infusion-submit .submit-button2 {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #1b325e;
}

.footer__bottom.a.fixed {
	position: relative;
	z-index: 90;
	opacity: 1;
}

.footer__bottom .bottom-bar {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	max-width: 1600px;
	height: 3.75em;
	background-color: #fff;
}

.footer__bottom .bottom-bar div {
	font-size: calc(8px + 8 * ( 100vw - 300px ) / 1620);
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-top: solid 1px #bfc3c9;
	align-items: center;
	justify-content: space-between;
}

.footer__bottom .bottom-bar div span {
	margin: auto;
	text-align: center;
}

.footer__bottom .bottom-bar div span strong {
	font-weight: 400;
	display: inline-block;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #061733;
}

.footer__bottom .bottom-bar div span strong:before {
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	position: relative;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .5rem;
	padding: 2px 0 2px 4px;
	content: "";
	text-align: center;
	text-transform: none;
	color: #fff;
	border-radius: 100%;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/information-button.svg") no-repeat center center;
}

.footer__bottom .bottom-bar div ul {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__bottom .bottom-bar div ul li {
	position: relative;
	padding: 0;
	cursor: pointer;
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
	flex: 1 1 auto;
}

.footer__bottom .bottom-bar div ul li a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	transition: color .5s ease 0s, background-color .5s ease 0s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #1b325e;
	align-items: center;
	justify-content: center;
}

.footer__bottom .bottom-bar div ul li a:hover {
	background-color: #fff;
}

.footer__bottom .bottom-bar div ul li a:hover::before {
	left: 25px;
	width: 16px;
	height: 16px;
	content: "";
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/right-arrow-blue.svg") no-repeat center center;
	background-size: cover;
}

.footer__bottom .bottom-bar div ul li a::before {
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 1em;
	width: 16px;
	height: 16px;
	content: "";
	transition: .5s ease 0s;
	transform: translateY(-50%);
	color: #fff;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/right-arrow.svg") no-repeat center center;
	background-size: cover;
}

.footer__bottom .bottom-bar div ul li:last-child a {
	color: #fff;
	background-color: #d9534f;
}

.footer__bottom .bottom-bar div ul li:last-child a:hover {
	background-color: #fff;
}

.practice-areas-block {
	text-align: center;
}

.practice-areas-block h2, .practice-areas-block strong {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.practice-areas-block strong {
	font-size: 1.4rem;
	position: relative;
	width: 100px;
	margin: 40px auto 0;
	color: #15743a;
}

.practice-areas-block strong:after, .practice-areas-block strong:before {
	position: absolute;
	top: 15px;
	width: 55px;
	height: 1px;
	content: "";
	background-color: #15743a;
}

.practice-areas-block strong:before {
	right: -50px;
}

.practice-areas-block strong:after {
	left: -50px;
}

.practice-areas-block h2 {
	font-family: Outfit, sans-serif;
	font-size: 3rem;
	line-height: 1.1;
	max-width: 500px;
	margin: 0 auto 30px;
	color: #16304c;
}

.practice-areas-block h5 {
	font-size: 1rem;
	font-weight: 700;
	display: block;
	margin: 10px auto;
	padding: 10px 15px;
	transition: .2s;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 4px;
	background: #1b325e;
}

.practice-areas-block ul {
	margin-left: 20px;
	text-align: left;
}

.practice-areas-block ul li {
	position: relative;
	padding-left: 1.2rem;
}

.practice-areas-block ul li a {
	font-size: 16px;
	color: #16304c;
}

.practice-areas-block ul li:before {
	position: absolute;
	left: 0;
	content: "»";
}

.border-pa-boxs {
	margin: 30px;
	padding: 30px 10px;
	border: 1px solid #16304c;
}

.glossary-block {
	padding-left: 30px;
}

.main-attorney-image {
	float: right;
	padding-bottom: 20px;
}

.single-gb_attorneys .avvo_badge, .single-gb_attorneys .super_lawyers_badge {
	float: left;
	margin: 20px !important;
}

.faq-page-listing {
	text-align: center;
}

.gallery-letter-heading {
	font-size: 30px;
}

ul.half-width {
	display: inline-block;
	width: 50%;
	min-width: 300px;
	vertical-align: top;
}

.two-sided-aws-list {
	display: flex;
	justify-content: space-between;
}

.left-section, .right-side {
	flex: 0 0 50%;
}

.bottom-menu-form-popup {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgba(1, 9, 23, .9);
	flex-wrap: wrap;
	justify-content: center;
}

.bottom-menu-form-popup .right-block {
	width: 100%;
	background-color: transparent;
}

.bottom-menu-form-popup .right-block .form-border {
	border-radius: 10px;
}

.bottom-menu-form-popup .right-block form {
	background-color: transparent;
}

.form-popup-container {
	position: relative;
	width: 100%;
	max-width: 1100px;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	background: #061733 url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/form-popup-bg.jpg") center center/cover no-repeat;
	-o-object-fit: cover;
	object-fit: cover;
}

.form-popup-container h2, .practice-areas-block h5 {
	text-align: center;
	color: #fff;
}

.form-popup-container img {
	position: absolute;
	top: 20px;
	left: 0;
	height: auto;
	padding: 30px;
}

.form-popup-container .h3-form-footer {
	display: block;
	margin-bottom: 15px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
}

.form-popup-container .close {
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

.ov-hidden {
	overflow: hidden;
}

.modal-close-container {
	position: absolute;
	z-index: 999999999;
	top: 20px;
	right: 40px;
	cursor: pointer;
}

.modal-close {
	font-size: 23px;
	color: #fff;
}

.modal-close:hover {
	color: #136735;
}

#custom_html-4 {
	margin-bottom: 0;
}

.sidebar #custom_html-4 .widget-wrap {
	padding-bottom: 0;
}

.location-design {
	font-family: Outfit, sans-serif;
	font-weight: 700;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eef1f5;
}

.location-design .widget-title {
	margin: -20px -30px 0;
	color: #fff;
	background-color: #136735;
}

.location-design .location-widget-links {
	padding-top: 35px;
}

.location-design .location-widget-links .single-location-link a {
	margin-bottom: 5px;
	padding: 10px 10px 10px 30px;
}

.location-design ul li {
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
	list-style-type: none;
}

.location-design ul li a {
	border: 0 !important;
	background-color: transparent !important;
	box-shadow: unset !important;
	text-decoration: none;
	color: #525354;
}

.location-design ul li a:hover {
	color: #000 !important;
}

.img-for-mobile {
	display: none;
}

.nap-footer {
	font-size: 18px;
	padding-top: 20px;
	color: #142f4b;
}

.page-id-2786 .entry-content {
	max-width: 1280px;
}

.grecaptcha-badge {
	z-index: 999;
}

.social-form-container {
	max-width: 648px;
	margin: 0 auto;
	padding: 30px;
	background-color: #1b325e;
}

.social-form-container form {
	padding: 0 40px;
}

.social-form-container form input {
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, .4);
}

.social-form-container form input::-moz-placeholder {
	font-size: 14px;
	letter-spacing: -.14px;
	color: #939393;
}

.social-form-container form input::placeholder {
	font-size: 14px;
	letter-spacing: -.14px;
	color: #939393;
}

.form-border2 {
	border: 1px solid #fff;
}

.infusion-checkbox {
	display: flex;
	align-items: center;
}

.infusion-checkbox label {
	font-size: 12px;
	padding-left: 20px;
	letter-spacing: .24px;
	color: #fff;
}

@media (min-width:2200px) {
	.footer__bottom .bottom-bar div ul li a:before {
		left: 3px;
	}
}

@media (max-width:1220px) {
	.nowebp .meet-the-team:after, .webp .meet-the-team:after {
		right: 0;
		width: 430px;
		height: 342px;
	}
	
	.logo {
		width: 300px;
	}
	
	.footer__bottom .bottom-bar div ul li a:before {
		display: none;
	}
}

@media (max-width:1024px) {
	.bottom-bar {
		display: none !important;
	}
	
	.h1-container h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 28px !important;
	}
	
	h3 {
		font-size: 27px !important;
	}
	
	h4 {
		font-size: 25px !important;
	}
	
	h5 {
		font-size: 24px !important;
	}
	
	.faq-block span, .testimonials-block span {
		font-size: 16px;
	}
	
	.meet-the-team .first-title {
		font-size: 20px;
	}
	
	.meet-the-team .last-info, .meet-the-team p {
		font-size: 18px;
	}
}

@media (min-width:1001px) {
	.menu-item-3160 .sub-menu {
		left: -25px;
	}
}

@media (max-width:1001px) {
	.hero-container {
		display: inline-block;
	}
	
	.phone-icon-container {
		display: inline-block;
		height: 48px;
	}
	
	.call-container {
		margin-top: 0;
	}
	
	#check-menu, .phone .phone-header {
		display: none;
	}
	
	.left-block, .right-block {
		width: 100%;
	}
	
	.h1-container {
		position: absolute;
		bottom: 280px;
		margin-top: 53px;
	}
	
	.logos-container {
		position: absolute;
		bottom: 220px;
	}
	
	.site-header, .site-header .wrap {
		padding: 0;
	}
	
	.header-container {
		position: relative;
		z-index: 999;
		padding: 15px 15px 0;
		background-color: #1b325e;
		align-items: center;
	}
	
	.burger-container, .burger-wrapper {
		display: inline-block;
	}
	
	.burger-wrapper {
		position: relative;
		box-sizing: border-box;
		width: 55px;
		height: 40px;
		cursor: pointer;
		text-align: center;
		color: #fff;
	}
	
	.burger-line {
		position: absolute;
		top: 8px;
		right: 10px;
		width: 35px;
		height: 2px;
		transition: .3s all;
		opacity: 1;
		background-color: #d7c138;
	}
	
	.second, .third {
		top: 18px;
	}
	
	.fourth {
		top: 28px;
	}
	
	.burger-wrapper-open .burger-menu {
		font-size: .8em;
		max-height: 500px;
	}
	
	.burger-wrapper-open .first {
		display: none;
	}
	
	.burger-wrapper-open .second, .burger-wrapper-open .third {
		transition: .3s;
		transform: rotate(45deg);
		background-color: #fff !important;
	}
	
	.burger-wrapper-open .third {
		transform: rotate(-45deg);
	}
	
	.burger-wrapper-open .fourth, .genesis-nav-menu .sub-menu {
		display: none;
	}
	
	body .nav-primary {
		position: fixed;
		z-index: -1;
		top: 156px;
		right: -100%;
		bottom: 0;
		left: auto;
		display: block;
		visibility: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100%;
		transition: .5s;
		border-top: 1px solid #fff;
		background-color: #1b325e;
	}
	
	body .nav-primary ul {
		margin-top: 5px;
	}
	
	body .nav-primary ul li {
		padding: 7px 25px;
	}
	
	body .nav-primary ul li a {
		font-size: 18px;
	}
	
	body .nav-primary ul li.open > ul.sub-menu {
		display: block;
	}
	
	body .nav-primary ul li.open::after {
		transform: rotate(180deg);
	}
	
	body .nav-primary ul li .sub-menu a, body .nav-primary ul li a {
		position: relative;
		display: flex;
		width: -moz-fit-content;
		width: fit-content;
		text-transform: uppercase;
	}
	
	body .nav-primary ul li.menu-item-has-children::after {
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 12px;
		height: 12px;
		content: "";
		transition: all .3s ease;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 21l-12-18h24z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	body .nav-primary ul > li {
		border-bottom: 1px solid #27466e;
	}
	
	#menu-primary-menu a, .genesis-nav-menu .sub-menu a:hover, html body .wrap .nav-primary ul li a:hover {
		color: #fff;
	}
	
	.genesis-nav-menu .sub-menu a {
		font-size: 14px;
		position: relative;
		word-wrap: break-word;
		background-color: transparent;
	}
	
	.nav-primary.nav-primary-open {
		z-index: 999;
		right: 0;
		visibility: visible;
		padding-bottom: 90px;
		opacity: 1;
	}
	
	#menu-primary-menu {
		width: 18%;
		margin: 0 auto;
	}
	
	.img-box p {
		font-size: 17px;
	}
	
	.call-container-footer a {
		font-size: 43px;
	}
}

@media (max-width:420px) {
	body .nav-primary {
		top: 125px;
	}
}

@media (max-width:992px) {
	.img-container {
		text-align: center;
	}
	
	.crashed-car {
		margin-bottom: 15px;
	}
	
	.breadcrumb {
		margin-top: 20px;
	}
	
	#text-5 .widget-wrap ul li {
		display: inline-block;
	}
}

@media (max-width:991px) {
	.border {
		width: 326px;
	}
	
	.faq-block {
		padding-bottom: 20px;
	}
	
	.nowebp .video-container, .webp .video-container {
		height: 0;
		padding-bottom: 56.25%;
		background-size: contain;
	}
	
	.buttons-footer, .footer-menu1 {
		margin-top: 20px;
	}
	
	.form-popup-container img, .ov-hidden {
		display: none;
	}
	
	.pd-bt {
		padding-bottom: 20px;
	}
}

@media (max-width:830px) {
	.nowebp .meet-the-team:after, .webp .meet-the-team:after {
		width: 260px;
		height: 180px;
	}
}

@media (max-width:768px) {
	.mobile-show {
		display: block;
	}
	
	.call-today {
		display: none;
	}
	
	.info-block, .meet-the-team .first-title {
		padding-left: 20px;
	}
	
	.meet-the-team h2 {
		line-height: 1.4;
		padding: 0 20px;
	}
	
	.meet-the-team p {
		padding: 0 20px;
	}
	
	.meet-the-team .last-info {
		display: block;
		padding: 0 20px;
	}
	
	.webp .berger-and-green-block {
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/Cindy-and-Larry.webp") left center/cover no-repeat;
	}
	
	.nowebp .berger-and-green-block {
		background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/Cindy-and-Larry.jpg") left center/cover no-repeat;
	}
	
	.nowebp .left-block {
		background: unset;
	}
	
	.info-block {
		padding-top: 20px;
		padding-right: 20px;
	}
	
	.img-container span {
		font-size: 23px;
	}
	
	.img-container h3 {
		font-size: 25px !important;
	}
	
	.left-block {
		height: 100%;
		min-height: 105vw;
		margin-top: 40px;
		background-size: contain !important;
	}
	
	.h1-container {
		margin: 0;
	}
	
	.h1-container, .logos-container {
		position: unset;
		display: block;
	}
	
	.breadcrumb {
		margin: 0;
	}
	
	.testimonials-block {
		padding-bottom: 0;
	}
	
	.content .berger-and-green-block {
		height: auto;
		background: 0 0 !important;
	}
	
	.img-for-mobile {
		position: relative;
		z-index: 0;
		display: block;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width:584px) {
	.rs-areas-list li {
		width: 100%;
	}
}

@media (max-width:576px) {
	.faq-block span:after, .faq-block span:before, .testimonials-block span:after, .testimonials-block span:before {
		display: none;
	}
	
	.logos-container {
		display: block;
		height: 99px;
	}
	
	.logos-container img, .logos-container span {
		width: 80%;
	}
	
	.h1-container h1 {
		font-size: 31px;
		line-height: 1.3;
	}
	
	table {
		word-break: break-word;
	}
	
	.page-id-6803 td, img.alignright {
		display: block;
		width: 100%;
	}
	
	.lead-page-form {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.related-articles {
		padding-top: 35px;
	}
	
	.related-articles span {
		font-size: 26px;
	}
	
	.related-articles > .related-video {
		margin-top: 20px;
	}
	
	.page-id-6803 table, .related-articles > .related-video .img-wrp {
		width: 100%;
	}
	
	.two-sided-aws-list {
		display: block;
		width: 100%;
	}
	
	.berger-and-green-block {
		margin-bottom: 20px;
	}
	
	.entry-content .attachment-medium, .page.entry .attachment-medium {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
}

@media (max-width:490px) {
	.social-form-container {
		padding: 10px;
	}
	
	.social-form-container form {
		padding: 0 5px;
	}
}

@media (max-width:420px) {
	.site-header {
		height: 80px;
	}
	
	.logo img {
		display: block;
		width: 180px;
		margin: 0 auto;
	}
	
	.bottom-form-block .form-border {
		margin: 0;
	}
	
	.border {
		width: 100%;
	}
	
	.border-pa-boxs {
		margin-right: 0;
		margin-left: 0;
	}
	
	.left-block {
		margin-top: 22px;
	}
	
	.entry-content {
		padding: 0 10px;
	}
}

@media screen and (max-width:425px) {
	.mobile-video {
		width: 100%;
		height: 230px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.social-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fa-facebook-square, .fa-times {
	width: 20px;
	height: 20px;
	background-size: contain;
}

.fa-times {
	display: block;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/close.svg") no-repeat center center;
}

.fa-times.nitro-lazy {
	background: none !important;
}

.fa-facebook-square {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/svg/facebook.svg") no-repeat center center;
}

.fa-facebook-square.nitro-lazy {
	background: none !important;
}

.fa-linkedin {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/svg/linkedin-logo.svg") no-repeat center center;
}

.fa-linkedin.nitro-lazy {
	background: none !important;
}

.fa-linkedin, .fa-twitter, .fa-youtube {
	width: 20px;
	height: 20px;
	background-size: contain;
}

.fa-youtube {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/svg/youtube.svg") no-repeat center center;
}

.fa-youtube.nitro-lazy {
	background: none !important;
}

.fa-twitter {
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/svg/twitter.svg") no-repeat center center;
}

.fa-twitter.nitro-lazy {
	background: none !important;
}

.page-template-page-faqs .entry-content .faq-filter-items .faq-page-listing h4.faq-page__title {
	display: flex;
	min-height: 105px;
	align-items: center;
}

.page-template-page-faqs .entry-content .faq-filter-items .faq-page-listing img.attachment-medium, aside.sidebar .random-faq-loop .faq-page-listing img.attachment-medium {
	width: 100%;
	height: 210px;
	padding: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width:985px) and (max-width:1130px) {
	.page-template-page-faqs .entry-content .faq-filter-items .faq-page-listing {
		max-width: 300px;
	}
}

@media (max-width:576px) {
	.page-template-page-faqs .entry-content .faq-filter-items .faq-page-listing {
		max-width: 100%;
	}
}

.location-widget-links .single-location-link a {
	font-family: Outfit, sans-serif;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	display: flex;
	margin-bottom: 15px;
	padding: 10px 10px 10px 30px;
	transition: all .3s ease-in-out;
	text-decoration: none;
	text-transform: capitalize;
	color: #525354;
	border: 1px solid #b1b1b1;
	background-color: #d7c138;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .53);
}

.location-widget-links .single-location-link a:hover {
	transition: all .3s ease-in-out;
	color: #fff;
	background: #da6009;
}

body .location-listing .single-location-link a:before {
	background: 0 0;
}

.location-widget-links .single-location-link a:before {
	position: absolute;
	top: 16px;
	left: 8px;
	width: 12px;
	height: 12px;
	content: "";
	text-decoration: inherit;
	color: #525354;
	background: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/source/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/svg/maps-and-flags.svg") no-repeat center center;
	background-size: cover;
	fill: currentColor;
}

.single-attorney img.single-attorney-img {
	width: 400px;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-attorney h2 {
	font-size: 55px;
	letter-spacing: 0;
	color: #132b48;
	border-bottom: 1px solid #132b48;
}

.single-attorney .single-attorney-content span {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: #b0b0b0;
}

.single-attorney .single-attorney-content h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	width: 60%;
	color: #132b48;
	border-bottom: 2px solid #005322;
}

@media (max-width:767px) {
	.single-attorney .single-attorney-content h3 {
		width: 100%;
	}
}

.single-attorney .office-map-info {
	display: flex;
	width: 100%;
	padding: 50px 0;
	justify-content: center;
}

.single-attorney .office-map-info .hc-map {
	width: 900px;
}

.single-attorney .hc-map__map-embed .map-container {
	height: 100%;
}

.single-attorney h2.attorney-list-mobile-header {
	font-size: 55px;
	text-align: center;
	letter-spacing: 0;
	color: #132b48;
	border: 0;
}

.single-attorney ul.attorney-list {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-left: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.single-attorney ul.attorney-list .single-attorney-small {
	margin: 20px 0;
	list-style: none;
	text-align: center;
	flex: 0 0 25%;
}

@media (max-width:1200px) {
	.single-attorney ul.attorney-list .single-attorney-small {
		display: flex;
		margin-bottom: 20px;
		flex: 0 0 33%;
		justify-content: center;
	}
}

@media (max-width:767px) {
	.single-attorney ul.attorney-list .single-attorney-small {
		display: flex;
		margin-bottom: 20px;
		flex: 0 0 50%;
		justify-content: center;
	}
}

.single-attorney .single-attorney-small .inner-background-color {
	display: flex;
	flex-direction: column;
}

.single-attorney .single-attorney-small .inner-background-color .secondary-attorney-image img {
	width: 120px;
	height: 120px;
	padding: 3px;
	border-radius: 50%;
	-o-object-fit: cover;
	-o-object-position: top;
	object-position: top;
	object-fit: cover;
}

.single-attorney .view-all-btn {
	margin: 70px 0;
	align-items: center;
}

.single-attorney .view-all-btn a {
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background: #1b325e;
}

.single-attorney .view-all-btn a:hover {
	text-decoration: underline;
}

.contact_column_list_form_popup, .single-attorney .attorney-badge, .single-attorney .view-all-btn {
	display: flex;
	justify-content: center;
}

@media (max-width:767px) {
	.single-attorney .attorney-badge {
		flex-direction: column;
		align-items: center;
	}
}

.single-attorney .attorney-badge .badge-img {
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width:767px) {
	.single-attorney .alignleft {
		margin-right: 0;
	}
}

.page-template-page-contact .content {
	font-family: Outfit, sans-serif;
}

.page-template-page-contact .contact_column {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.page-template-page-contact .contact_column_image, .page-template-page-contact h4.contact_column_title {
	text-align: center;
}

.page-template-page-contact h4.contact_column_title {
	font-weight: 700;
	margin: 20px 0;
	color: #075224;
}

.page-template-page-contact ul.contact_column_list {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.page-template-page-contact ul.contact_column_list li {
	font-weight: 400;
	margin: 5px 0;
	list-style-type: none;
	text-align: center;
}

.page-template-page-contact ul.contact_column_list li a {
	text-decoration: underline;
	color: #005322;
}

.page-template-page-contact ul.contact_column_list li a.contact_column_list_get_derections:hover, .page-template-page-contact ul.contact_column_list li a:hover {
	text-decoration: none;
}

.page-template-page-contact ul.contact_column_list li a.contact_column_list_get_derections {
	text-decoration: underline;
}

.page-template-page-contact ul.contact_column_list li a.contact_column_list_form {
	font-weight: 700;
}

#contact_column_list_form .right-block {
	width: 100%;
}

.contact_column_list_form_popup {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding: 50px 30px;
	transition: all .3s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .7);
	flex-wrap: wrap;
	align-items: center;
}

.contact_column_list_form_popup.show {
	display: flex !important;
	visibility: visible;
	opacity: 1;
}

.contact_column_list_form_popup.show .contact_column_list_form_popup_form {
	transform: translateY(60px);
	opacity: 1;
}

.contact_column_list_form_popup_form {
	position: relative;
	width: 100%;
	max-width: 440px;
	transition: all .5s;
	transform: translateY(-100px);
	opacity: 0;
	color: #000;
	background-color: #a0a5b3;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}

.contact_column_list_form_popup_form p {
	margin: 0;
}

.contact_column_list_form_popup_form input[type=checkbox] {
	margin-bottom: 5px;
}

.contact_column_list_form_popup_form h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	text-align: center;
	color: #fff !important;
}

.contact_column_list_form_popup_form .wpcf7 form.invalid .wpcf7-response-output, .contact_column_list_form_popup_form .wpcf7 form.sent .wpcf7-response-output, .contact_column_list_form_popup_form .wpcf7 form.unaccepted .wpcf7-response-output {
	margin-top: 0;
}

.contact_column_list_form_popup_form .fce_submit {
	margin-bottom: 0;
}

a.close_free_case_evaluation_form {
	font-size: 24px;
	position: absolute;
	z-index: 10;
	top: -30px;
	right: -25px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

a.close_free_case_evaluation_form:hover {
	text-decoration: none;
	color: #005322;
}

.desktop-none {
	display: none;
}

@media screen and (max-width:992px) {
	.page-template-page-contact .contact_column {
		margin: 80px auto 40px;
		padding: 20px;
		border: 2px solid #d1d1d1;
	}
	
	.page-template-page-contact .contact_column .contact_column_image {
		margin-top: -90px;
	}
	
	.page-template-page-contact .contact_column h4.contact_column_title {
		font-size: 32px;
		font-weight: 700;
	}
	
	.page-template-page-contact ul.contact_column_list {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	
	.page-template-page-contact ul.contact_column_list li {
		font-weight: 700;
		width: 100%;
	}
	
	.page-template-page-contact ul.contact_column_list li.button-mobile {
		width: 50%;
		padding: 0 5px;
	}
	
	.page-template-page-contact ul.contact_column_list li.button-mobile a {
		font-size: .9rem;
		display: inline-block;
		width: 100%;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border-radius: 5px;
		background-color: #065123;
	}
	
	.mobile-none {
		display: none;
	}
	
	.desktop-none {
		display: block;
	}
}

footer.site-footer {
	position: relative;
	padding: 30px 0 10px;
	border: 0;
	background-color: transparent;
}

footer.site-footer .footer-row {
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	flex-wrap: wrap;
}

@media (max-width:992px) {
	footer.site-footer .footer-row {
		flex-direction: column;
	}
}

footer.site-footer .footer-logo {
	max-width: 33.333333%;
	flex: 0 0 33.333333%;
}

footer.site-footer .footer-logo .nap-footer {
	font-size: 17px;
	margin-bottom: 20px;
}

footer.site-footer .footer-logo .nap-footer b {
	font-size: 18px;
	font-weight: 700;
}

@media (max-width:1200px) {
	footer.site-footer .footer-logo {
		margin: 0 20px;
	}
}

@media (max-width:992px) {
	footer.site-footer .footer-logo {
		max-width: 100%;
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
}

footer.site-footer .footer-links {
	max-width: 25%;
	flex: 0 0 25%;
}

footer.site-footer .footer-links li {
	margin: 6px 0;
}

@media (max-width:992px) {
	footer.site-footer .footer-links {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width:768px) {
	footer.site-footer .footer-links {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (max-width:576px) {
	footer.site-footer .footer-links {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

footer.site-footer .footer-navigation-links {
	max-width: 58.333333%;
	flex: 0 0 58.333333%;
}

@media (max-width:992px) {
	footer.site-footer .footer-navigation-links {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

footer.site-footer .footer-navigation-links .social-block {
	width: 100%;
	margin-top: 45px;
	padding-top: 20px;
	border-top: 1px solid #d9534f;
}

footer.site-footer .footer-navigation-links .social-block span.follow-us-text {
	font-size: 20px;
	margin-right: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #142f4b;
}

@media (max-width:576px) {
	footer.site-footer .footer-navigation-links .social-block span.follow-us-text {
		margin: 10px 0 20px;
	}
}

footer.site-footer .footer-navigation-links .social-block .footer-social-icons {
	display: flex;
}

@media (max-width:768px) {
	footer.site-footer .footer-navigation-links .social-block {
		margin-top: 0;
	}
}

@media (max-width:576px) {
	footer.site-footer .footer-navigation-links .social-block {
		flex-direction: column;
	}
}

footer.site-footer .second-footer .links-second-footer a {
	margin: 0 6px;
}

footer.site-footer .second-footer .last-text {
	font-family: Georgia;
	font-size: 36px;
	display: block;
	margin-top: 10px;
	text-transform: capitalize;
	color: #333;
}

footer.site-footer .second-footer a {
	font-size: 15px;
	color: #333;
}

footer.site-footer .second-footer span {
	font-size: 40px;
	position: relative;
	top: 10px;
	display: inline-block;
}

.logo img {
	height: 100px;
}

@media (max-width:767px) {
	.logo img {
		height: inherit;
	}
}

.left_scholar {
	float: left;
	width: 65%;
}

.right_scholar {
	float: left;
	width: 35%;
}

.scholarship-application-form h3 {
	font-family: Outfit, sans-serif;
	padding-top: 30px;
	text-align: center;
	letter-spacing: .36px;
	text-transform: uppercase;
	color: red;
}

.scholarship-application-form p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	color: #fff;
}

@media (max-width:767px) {
	.scholarship-application-form p {
		width: 93%;
	}
}

.scholarship-application-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	padding: 5px 20px;
}

.scholarship-application-form input.wpcf7-form-control.wpcf7-submit.cct_submit_btn {
	background: #f30c0b;
}

#scholarship-application-form h3 {
	font-size: 24px;
	color: #fff;
}

.scholarship-application-form .one-halfs {
	width: 46.4%;
	padding: 0 12px;
}

.scholarship-application-form .one-halfs:first-child {
	margin-left: 13px;
}

.scholarship-application-form .one-thirds {
	width: 31%;
	padding: 0 0 0 11px;
}

.scholarship-application-form .one-thirds:first-child {
	margin-left: 14px;
}

.one-halfs .wpcf7-form-control-wrap, .one-thirds .wpcf7-form-control-wrap {
	padding: 0;
}

.scholarship-application-form .one-halfs:first-child, .scholarship-application-form .one-thirds:first-child {
	padding: 0 0 0 20px;
}

.scholarship-application-form .one-thirds:nth-child(3) {
	padding-right: 17px;
}

.scholarship-application-form label, .scholarship-application-form span.form-section-title {
	display: block;
	width: 95%;
	margin-left: 20px;
}

#scholarship-application-form .wpcf7-submit {
	font-family: Outfit, sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1.55px;
	text-transform: uppercase;
	color: #112947;
	border: 0;
	border-radius: 5px;
	background-color: #d7c138;
}

.row {
	margin-right: -20px;
	margin-left: -4px;
}

@media (max-width:767px) {
	.row {
		margin-right: 12px;
		margin-left: -10px;
		justify-content: center;
		align-content: center;
	}
	
	.left_scholar, .right_scholar {
		width: 100%;
	}
}

.hero-container img.mobile-show.nitro-exclude {
	position: absolute;
	z-index: -1;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:576px) {
	.hero-container img.mobile-show.nitro-exclude {
		position: relative;
		top: unset;
		bottom: unset;
		display: block;
	}
}

@media (min-width:992px) {
	.genesis-nav-menu {
		display: flex;
		justify-content: right;
	}
	
	ul li.menu-item-has-children::after {
		font-size: 12px;
		position: relative;
		top: -31px;
		right: 0;
		display: inline-block;
		content: "❯";
		transition: all .15s;
		transform: rotate(90deg);
		color: #fff;
	}
	
	ul li.menu-item-has-children:hover::after {
		transform: rotate(270deg);
		color: #0073e5;
	}
	
	ul li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
		z-index: 999999;
		top: -33px;
		right: -5px;
		transform: rotate(180deg);
		color: #0073e5;
	}
	
	ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover::after {
		transform: rotate(360deg);
	}
	
	ul li.menu-item-has-children .sub-menu .sub-menu {
		top: -1px;
		left: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	ul li.menu-item-has-children .sub-menu .sub-menu a {
		display: flex;
		height: 100%;
		align-items: center;
	}
}

#breadcrumbs, .footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	display: block;
}

#breadcrumbs > li:first-child > a {
	font-size: 0;
	position: relative;
	top: -18px;
	display: inline-flex;
	width: 24px;
	height: 24px;
	color: transparent;
	background-image: url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/home.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 20px;
}

#breadcrumbs > li:first-child > a.nitro-lazy {
	background-image: none !important;
}

#breadcrumbs > li + li::before {
	padding: 0 5px;
	content: "»";
	color: #333;
}

#breadcrumbs a, .cta-btn a {
	font-weight: 700;
	text-decoration: none;
	color: #1b325e;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	filter: brightness(1.2);
}

.cta-btn {
	position: relative;
	display: block;
	padding-top: 30px;
	text-align: center;
}

.cta-btn a {
	font-size: 18px;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 100px;
	background-color: #f1dc21;
}

.cta-btn a:hover {
	filter: brightness(.8);
}

@media (max-width:992px) {
	.cta-btn a {
		width: 100%;
		padding: 15px 10px;
		text-align: center;
		border-radius: 10px;
	}
}

.copyright {
	margin-top: 30px;
}

@media (max-width:992px) {
	.copyright {
		padding-bottom: 200px;
	}
}

.footer-content {
	position: relative;
	padding: 50px 0;
	color: #fff;
	background: #1b325e url("https://cdn-ilelcbl.nitrocdn.com/GRABuNdjMbfgfVCtEpzwnPFilTpfPSPP/assets/images/optimized/rev-dd1708e/www.bergerandgreen.com/wp-content/themes/bergerandgreen4/assets/app/img/footer-bg.jpg") no-repeat left center;
	background-color: #1b325e;
	background-size: auto 100%;
}

.footer-content.nitro-lazy {
	background: none !important;
}

.footer-content::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: linear-gradient(transparent -60%, #1b325e 80%);
}

.footer-content .container {
	position: relative;
	z-index: 2;
}

.footer-content .container .logo {
	position: relative;
	display: block;
	text-align: left;
}

.footer-content .container .footer-contact .data .social li, .footer-content .container .logo a, .footer-menus .logo a {
	display: inline-block;
}

.footer-content .container .logo a img {
	width: auto;
	height: 80px;
}

.footer-content .container .title {
	font-size: 36px;
	font-weight: 400;
	margin-top: 30px;
	text-align: left;
}

.footer-content .container .footer-contact .data .cta-btn, .footer-content .container .form-desc {
	text-align: left;
}

.footer-content .container .footer-contact {
	display: flex;
	margin: 60px 0;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer-content .container .footer-contact .footer-widget-title {
	font-size: 20px;
	font-weight: 700;
	width: 120px;
	max-width: 100%;
	padding-right: 10px;
	text-align: left;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}

@media (max-width:992px) {
	.footer-content .container .footer-contact .footer-widget-title {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
}

.footer-content .container .footer-contact .data {
	font-size: 24px;
	display: inline-flex;
	width: calc(100% - 120px);
	padding-left: 10px;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width:992px) {
	.footer-content .container .footer-contact .data {
		font-size: 18px;
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}
}

.footer-content .container .footer-contact .data a {
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.footer-content .container .footer-contact .data a svg {
	width: 20px;
	height: 20px;
	fill: #f1dc21;
}

.footer-content .container .footer-contact .data a:hover, .footer-menus .footer-menu li a:hover, .genesis-nav-menu li:hover::after {
	color: #f1dc21 !important;
}

@media (max-width:992px) {
	.footer-content .container .footer-contact .data .cta-btn {
		display: block;
		width: 100%;
	}
}

.footer-content .container .footer-contact .data .cta-btn a {
	border: 2px solid #f1dc21;
	background-color: transparent;
}

@media (max-width:992px) {
	.footer-content .container .footer-contact .data .cta-btn a {
		display: block;
		width: 100%;
		text-align: center;
	}
}

.footer-content .container .footer-contact .data .cta-btn a:hover {
	color: #1b325e !important;
	background-color: #f1dc21;
	filter: unset;
}

.footer-content .container .footer-contact .data .social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-content .container .footer-contact .data .social li a {
	display: inline-block;
	margin-right: 20px;
}

.footer-content .container .footer-contact .data .social li a svg {
	width: 28px;
	height: 28px;
}

.footer-content .container .footer-contact .data .social li:last-child a {
	margin-right: 0;
}

.footer-content .container .wpcf7-form {
	position: relative;
	margin-top: 30px;
}

.footer-content .container .wpcf7-form h2, .footer-content .container .wpcf7-form h3, .footer-content .container .wpcf7-form h4, .footer-content .container .wpcf7-form p {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: auto;
	padding: 15px 10px;
	border: 0;
	border-radius: 10px;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder {
	color: #000;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder {
	color: #000;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 122px;
	padding: 15px 10px;
	resize: none;
	border: 0;
	border-radius: 10px;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
	color: #000;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
	color: #000;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
	position: relative;
	display: block;
	margin-top: -20px;
}

.footer-content .container .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 700;
	color: red;
}

.footer-content .container .wpcf7-form .wpcf7-submit {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	color: #1b325e;
	border: 0;
	border-radius: 100px;
	background-color: #f1dc21;
}

.footer-content .container .wpcf7-form .wpcf7-submit:hover {
	filter: brightness(.8);
}

.footer-content .container .wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.footer-menus {
	position: relative;
	padding: 50px 0;
	background-color: #1b325e;
}

.footer-menus .logo {
	display: block;
	margin-bottom: 30px;
	text-align: left;
}

.footer-menus .logo a img {
	width: auto;
	height: 70px;
}

.footer-menus .footer-menu-title {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}

.footer-menus .footer-menu {
	text-align: left;
}

.footer-menus .footer-menu li {
	display: block;
	margin-bottom: 10px;
}

.footer-menus .footer-menu li a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

.header-container .phone a {
	font-size: 36px;
	color: #f1dc21;
}

.header-container .phone a svg {
	width: 30px;
	height: 30px;
	transform: rotate(-90deg);
	fill: #f1dc21;
}

.genesis-nav-menu li .sub-menu li a:hover, .genesis-nav-menu li a:hover {
	color: #f1dc21;
}

body .iframe-ZWU8mJ1moAumlfwhkTiX {
	bottom: 161px;
}

body .widget-iframe-ZWU8mJ1moAumlfwhkTiX {
	height: 540px;
}

.single-post .entry-meta {
	display: none;
}

@media (min-width:992px) {
	.content-sidebar .sidebar-cf-sticky {
		position: fixed;
		top: 140px;
	}
}

.mobile-footer-cta {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	display: none;
	flex-direction: column;
	width: 100%;
	padding: 30px;
	background-color: #f1dc21;
	gap: 10px;
	align-items: center;
}

.mobile-footer-cta .phone-number, .mobile-footer-cta span {
	font-family: Outfit, sans-serif;
	line-height: 1.4;
	color: #032965;
}

.mobile-footer-cta .phone-number {
	font-size: 32px;
	font-weight: 700;
	display: flex;
	text-decoration: none;
	align-items: center;
	gap: 10px;
}

.mobile-footer-cta span {
	font-size: 14px;
	font-weight: 600;
}

@media (max-width:992px) {
	.mobile-footer-cta {
		display: flex;
	}
}

.mobile-footer-cta.new-mobile-cta {
	padding: 15px;
}

.mobile-footer-cta.new-mobile-cta .new-mobile-cta-inner {
	display: grid;
	width: 100%;
	margin-top: 5px;
	grid-template-columns: repeat(3, 1fr);
}

.mobile-footer-cta.new-mobile-cta .phone-number {
	display: block;
	text-align: center;
}

.mobile-footer-cta.new-mobile-cta .phone-number img, .mobile-footer-cta.new-mobile-cta .phone-number svg {
	width: 40px;
	height: 40px;
	vertical-align: top;
}

.mobile-footer-cta.new-mobile-cta a span {
	font-size: 14px;
	display: block;
}

.mobile-footer-cta.new-mobile-cta span {
	font-size: 16px;
}

#button-ZWU8mJ1moAumlfwhkTiX, #prompt-ZWU8mJ1moAumlfwhkTiX {
	display: none !important;
}

.post-2443 ul {
	padding-left: 32px;
}

.post-2443 ul > li {
	list-style-type: disc;
}

.post-2443 ul ul > li {
	list-style-type: circle;
}
