table.table {
	margin: 25px 0 50px;
	margin: 1.5625rem 0 3.125rem;
	width: calc(100% - 1px);
	max-width: 1000px;
	max-width: 62.5rem;
	border-spacing: 0;
	border: none;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	table-layout: auto;
	font-size: .9rem;
}
table.table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
table.table tr:last-child {
  border-bottom: 1px solid #dbdbdb;
}
table.table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.table tr:nth-child(even) {
  background-color: #fff;
}
table.table th,
table.table td {
  padding: 15px 15px;
  line-height: 1.25;
}
table.table thead th {
  border: 1px solid #dbdbdb;
  border-right: none;
  background-clip: padding-box;
  background-color: #085271;
  text-align: left;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
}
table.table tbody {
	border-bottom: 1px solid #d9d9d9;
}
table.table td {
  display: table-cell;
  float: none;
  min-width: unset;
  width: initial;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  vertical-align: middle;
  position: relative;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  background-clip: padding-box;
}

.content-grid {
	display:flex;
}

.content-grid-2col {
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	margin:2em 0;
	gap:5%
}
.content-grid-2col div {
	flex:1 0 40%;
}

.content-grid-32 {
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	margin:0.5em 0;
}
.content-grid-32.locations {
	margin: 0 0 2em;
}
.content-grid-32 > div:first-child {
	flex: 2 1 70%;
	margin-right:2.5em;
}
.content-grid-32 > div:last-child {
	flex: 1 1 30%;
}

.content-grid-32 .flexslider.carousel,
.content-grid-32 .acf-map {
	margin:0;
}

.single-locations .flexslider.carousel {
  margin-top:14px!important;
}
.flexslider .slides > li {
  /* height: 404px; */
  max-height: 404px!important;
  width: 650px;
}

.flex-contain {
display:flex;
flex-direction: row-reverse
}


@media all and (max-width:1030px) {
	.flex-contain {
	flex-direction: column;
	}	
}

@media all and (max-width:780px) {
	.content-grid-32 {
		flex-direction: column;
	}
	.content-grid-32 > div:first-child {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 1em;
	}
}