.blog-post h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 900;
  color: #13274d;
}
.blog-post h2 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
  color: #13274d;
	 margin-bottom: 15px;
    margin-top: 20px;
}
.blog-post h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
  color: #13274d;
	 margin-bottom: 15px;
    margin-top: 20px;
}
.blog-post h4 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
  color: #13274d;
}
.blog-post h5 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  color: #0db2e7;
}
.blog-post h6 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 900;
  color: #6d6e70;
}
p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 200;
color: #333333;
}
.blog-post ul {
    list-style-type: square;
	margin-left: 30px;
	    line-height: 1.4em;
	color: #333333;
}
.blog-post ul li{
	margin-bottom: 10px;
}
strong {
font-weight: 700;
	color: #333333;
}
.blog-post td {
vertical-align:middle;
	color: #333333;
	padding: 5px;
}
.blog-post tr {
height:30px;
}
.blog-post table {
    border-collapse: collapse;
}

.blog-post table, td, th {
    border: 1px solid #333333;
}

.blog-post ol li{
list-style-type: decimal;
	color: #333333;
	    margin-left: 30px;
	margin-bottom: 15px;
	    font-size: 1em;
    line-height: 1.4em;
    font-weight: 200;
    color: #333333;
}

.blog-post em {
	font-style: italic;
}

.blog-post strong {
	font-weight: bold;
}

.blog-post a{
	color: #0db2e7;
	text-decoration: none;
}

.blog-post a:hover {
	color: #333333;
}
.blog-post i {
	font-style: italic;
	padding:0;
}

video {
	width:100% !important;
}

iframe {
	    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

.iframe-wrapper {
	width:100%;
	height:0;
	position: relative;
	padding-bottom:56.25%;
}
.blog-image__right {
	height:200px;
	width:200px;
	float: right; 
	margin-left: 20px !important; 
	margin-bottom: 12px;
}
.blog-image__left {
	height:200px;
	width:200px;
	float: left; 
	margin-left: 20px !important; 
	margin-bottom: 12px;
}

i {
font-family: 'Source Sans Pro', sans-serif;	
}

[class*="icon"] {
	 font-style: normal !important;	
}
.sharebox ul {
list-style-type:none;	
}

.sharebox li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sharebox ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.blog-post .guide-intro {
  position: relative;
  margin-left: 5%;
}
.blog-post .guide-intro:before {
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  background: #0db2e7;
  content: "";
  width: 5px;
  opacity: 0.5;
}
.blog-post .guide-intro h3 {
	color:#0db2e7;	
	font-size:1.1em;
}