.yellow_btn {
    float: right;
    width: auto;
}
.yellow_btn a {
	display: inline-block;
	width: auto;
	padding: 14px 37px;
    background: #f5bb49;
    border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #161618;
	font-weight: 700;
    text-transform: uppercase;
}
.yellow_btn a:hover {
    background: #dea534;
}
.red_btn {
	display: inline-block;
    width: auto;
    padding: 10px 31px;
    border: 3px solid #b91820;
	background-color: #b91820;
    border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration: none;
}
.red_btn:hover {
    border: 3px solid #c8222a;
    background: #c8222a;
    color: #ffffff;
	text-decoration: none;
}
.red_btn:focus {
	outline: 0;
	color: #ffffff;
}
.dark_blue_btn {
    display: inline-block;
    width: auto;
    padding: 18px 44px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #398cdb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	line-height:normal;
}
.dark_blue_btn:hover{
    background: #4eaaf0;
	color:#FFF;
}
.red_btn_bdr {
    display: inline-block;
    width: auto;
    padding: 13px 38px;
	border: 3px solid #c82c2a;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #c82c2a;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
	line-height: normal;
}
.red_btn_bdr:hover {
    background: #c82c2a;
	border: 3px solid #c82c2a;
	color: #ffffff;
	text-decoration: none;
}
.red_btn_bdr:focus {
	outline: 0;
	color: #c82c2a;
}
.red_btn_bdr:focus:hover {
	outline: 0;
	color: #ffffff;
}
.blue_btn_home {
    padding: 14px 44px;
}
.link {
	display:inline-block;
	padding: 10px 31px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #c82c2a;
    font-weight: 700;
	text-decoration:none;
	text-transform:uppercase;
}
.link:hover {
    color: #000;
	text-decoration:none;
}
.large_btn {
	display: inline-block;
    width: auto;
    padding: 13px 43px;
    font-size: 13px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    background: #348adf;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.large_btn:hover {
    background: #247bd1;
    color: #FFF;
	text-decoration:none;
}
.tagline {
	display:inline-block;
    width: 100%;
	padding:5px 70px;
	font-family: 'Roboto', sans-serif;
	font-size:19px;
	color:#333333;
	text-align:center;
	line-height:30px;
	box-sizing: border-box;
}

.blog_artcl_cnt ul {
    margin: 15px 0px;
    padding-left: 25px;
}
.blog_artcl_cnt ul li {
	position: relative;
    display: block;
    padding: 0px 0px 10px 15px;
    font-family: 'Droid Serif', serif;
    font-size: 19px;
    color: #000000;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
}
.blog_artcl_cnt ul li:before {
	content: " ";
    position: absolute;
    left: -25px;
    top: 8px;
    background: #b91820;
    height: 10px;
    width: 10px;
}
.blog_artcl_cnt ul li a {
	color: #000000;
	text-decoration: none;
}
.blog_artcl_cnt ul li a:hover {
	color: #b91820;
	text-decoration: none;
}

.form-control{
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 30px;
	margin-bottom:4px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 30px;
    color: #000;
	text-transform:uppercase;
    background-color: #fff;
    background-image: none;
    border: 3px solid #eaecf3;
    border-radius: 8px;
    -webkit-box-shadow: none;
}
.form-control::-webkit-input-placeholder{
    color: #000;
}
.blog_artcl_cnt ol {
	margin: 15px 0px;
	padding-left: 25px;
}
.blog_artcl_cnt ol li{
	position: relative;
    display: block;
    padding: 10px 0px 10px 25px;
    margin: 0;
	font-family: 'Droid Serif', serif;
    font-size: 19px;
    color: #000000;
	font-style:italic;
	font-weight:400;
    text-decoration: none;
}
.blog_artcl_cnt ol li:before{
    font-size: 50%;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -25px;
    top: 10px;
    background: #b91820;
    color: #ffffff;
    height: 24px;
    width: 24px;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 20px;
    border: 2px solid #b91820;
    text-align: center;
    font-size: 80%;
    transition: all .3s ease-out;
    border-radius: 50%;
    font-weight: 700;
	font-style:normal;
}
.blog_artcl_cnt ol > li {
  counter-increment: customlistcounter;
}
.blog_artcl_cnt ol > li:before {
    content: counter(customlistcounter) " ";
    color: #FFF;
}
.blog_artcl_cnt ol:first-child {
  counter-reset: customlistcounter;
}