.container-calculators {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background: url('../images/Home-Contact-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    display: inline-block;
  }

a.disable-link {
    pointer-events: none;
    cursor: default;
  }
  
.content-item {
    padding:30px 0;
}

.content-item.grey {
	padding:50px 0;
	height:100%;
}

.content-item h2 {
	color:#e49610;
}

.ol-bullet{
	font-weight:700;
	color:#e49610;
}

.content-headline {
	height:1px;
	text-align:center;
	margin:20px 0 70px;
}

.content-headline h2 {
	background-color:#e49610;
	display:inline-block;
	margin:-20px auto 0;
	padding:0 20px;
}

.grey .content-headline h2 {
	background-color:#e49610;
}

.content-headline h3 {
	font-size:14px;
	color:#e49610;
	display:block;
}

/* BOXES */

.box {
	background-color:#e49610;
	padding:10px 20px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
	margin-bottom:20px;
}

.box h3 {
    margin:30px 0 5px;
	font-weight:bold;
}

.box ul {
	margin:0;
}

.box ul li {
	font-size:13px;
	border-bottom:1px dashed #DDDDDD;
	padding:10px 0;
	font-weight:600;
}

.box ul li:last-child {
	border-bottom:0;
}

.box ul li i {
	font-size:18px;
	margin-right:20px;
}

.box.categories ul li i {
	color:#BBBBBB;	
	position:relative;
	top:2px;
	width:20px;
}

.posts ul li a {
	font-size:11px;
	line-height:23px;
}

.posts ul li a:hover {
	color:#333333;	
}

.posts ul li div {
	font-size:13px;
	color:#999999;
	font-weight:bold;
	text-align:right;
	margin-top:5px;
}

.box.posts ul li i {
    color:#333333;
    font-size:14px;
    margin-right:10px;
}

.box.tags ul.blog-tags li {
	border:0;
}

ul.blog-tags li {
	padding:7px 0;
}

div ul.blog-tags li i,
div .box.tags ul li i {
	color:#FFFFFF;
	position:relative;
	top:1px;
	font-size:14px;
}

img{
	max-width: 60%;
}