nav.posts-navigation{
	width: 200px;
	    height: 38px;
}

.post-3657 .entry-content ol li{
	list-style-type: numbers;
}

.post-3657 .entry-content ol{
	padding-left: 40px;
	margin-bottom: 20px;
}

.post-3657 .entry-content ol li{
	padding-left: 10px;
}

.post-3657 .entry-content table{
	width: 100%;
}

.post-3657 .entry-content table td{
	padding: 20px;
}

/*** Social links in Contact Page */

.social-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #000;
    color: #fff;
  }
  .social-table th, .social-table td {
    text-align: center;
    padding: 10px;
  }
  .social-icon {
    height: 40px;
		width:auto;
/*     margin: 0 5px; */
  }

/* 404 Page */
.error-page-wrap{
  background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
  padding: 0px 10px 100px 10px;
}
.board-sign-wrap{	
	background-repeat:no-repeat;
	background-position:center center;
	max-width:569px;
	height:475px;
	margin:0 auto;
	position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 102px;
	background-size: 100% 100%;
}
.board-sign-wrap .text{
	color:#fff;
	text-align:center;
	max-width:380px;
}
.board-sign-wrap .text h2{
	font-size:30px;
}
.board-sign-wrap .text p{
	font-size:16px;
	margin:0px;
}
.heading-404{
	font-size:54px;
	line-height:0px;
	font-family: "Optima LT W01 Bold";
	margin:0px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.nav-error-page{
	display:flex;
	justify-content:center;
	gap:16px;
	margin-bottom:30px;
}
.nav-error-page a{
	color:#fff;
	font-size:16px;
	text-decoration:underline;
	text-align:center;
}
.btn-cta-erpage{
	background:#258dad;
	color:#fff;
	display:inline-block;
	padding:12px 30px;
	border-radius:4px;
	box-shadow:0px 6px 10px rgba(0,0,0,0.5);
	font-weight:bold;
}
.btn-cta-erpage:hover{
	color:#fff;
}
@media (max-width:600px){
	.board-sign-wrap .text{
		max-width:300px;
	}
	.board-sign-wrap .text p{
		font-size:14px;
	}
	.nav-error-page{
		flex-direction:column;
	}
}

/* Single BLog Post Page */
.single-post #primary{
	position:static;
}
.single-post main.site-main::after{
	content: "";
  clear: both;
  display: table;
}
.single-post .site-main .large-10.columns{
	float:none;
}
.blog-date{
	margin-bottom:30px; 
	font-size:14px;
}


/* Careers Page URL Links */
.button-container {
      display: flex;
      justify-content: space-between;
      max-width: 600px;
      margin: 0 auto;
}

.button-container button {
      flex: 1;
      margin: 0 5px;
      padding: 10px;
      font-size: 30px;
}