@charset "utf-8";
/* CSS Document */

#section-subheader{
	margin: 0;
}
#section-subheader:before {
    content: '';
    width: 100%;
    height: 284px;
    background: rgba(0, 148, 255, 0.74);
    z-index: 1;
    position: absolute;
}
.container-fluid {
   margin: 0px auto;
   margin-bottom: 0;
   padding: 0;
}
#section-subheader img {
    width: 100%;
    height: 284px;
    object-fit: cover;
	display: block;
}

#section-breadcrumb {
    padding: 21px 0;
}
#section-breadcrumb ul {
    padding: 0;
}
#section-breadcrumb li {
    float: left;
    margin-right: 50px;
	list-style-type:none;
}
#section-breadcrumb li a{
    font-family: "Raleway-Medium";
    font-size: 13px;
    color: #072643;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-breadcrumb li a:hover{
    color: #2083cc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.clearfix{
	clear: both;
}
#section-breadcrumb li:not(:last-child) a:after {
    content: '';
    background: url(  ../img/arrow-blue.png);
    width: 18px;
    height: 5px;
    position: absolute;
    margin-top: 8px;
    margin-left: 16px;
}

#light-grey-bg {
    background-color: #f0f5f7;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
#section-blogpost {
    padding-top: 15px;
    padding-bottom: 65px;
}
#section-blogpost > .row > div h3 {
    font-family: "Raleway-Bold";
    color: #2083cc;
    padding-bottom: 32px;
	font-size: 23px;
	font-style: normal;
    line-height: 1.5em !important;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 500;
}
#section-blogpost > .row > div h3:before {
    font-family: fontawesome;
    content: "\f067";
    color: #2083cc;
    font-size: 18px;
    position: absolute;
    top: 43px;
}
#section-blogpost > .row > div h3:after {
    content: '';
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 98%;
    top: 18px;
    bottom: 0px;
    float: right;
    position: relative;
}

#section-blogpost .right {
    margin-top: 35px;
}
#section-blogpost .right p {
    font-family: "Lato-Normal";
    font-size: 16px;
    color: #61727d;
	line-height: 1.5em !important;
	margin: 0 0 10px;
}

#section-blogpost .right h4 {
    font-family: "Raleway-Bold";
    font-size: 19px;
    color: #3c4f5c;
    margin-bottom: 15px;
	font-style: normal;
    line-height: 1.5em !important;
    margin-top: 10px;
	font-weight: 500;
}

#section-blogpost .right h5 {
    font-family: "Raleway-Semibold";
    font-size: 16px;
    color: #3c4f5c;
    margin: 35px 0 16px;
	font-weight: 500;
}
#section-blogpost .right h5 i {
    font-size: 16px;
    color: #2083cc;
    margin-right: 10px;
}
.right .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#section-blogpost .right h5 strong {
    font-family: "Raleway-Bold";
    font-size: 18px;
    color: #2083cc;
    margin-right: 10px;
	font-weight: 700;
}

#section-blogpost .right blockquote {
    font-family: "Lato-Normal";
    font-style: italic;
    font-size: 16px;
    color: #61727d;
    padding: 10px 20px;
    margin: 47px 0 20px;
    border-left: 4px solid #2083cc;
    line-height: 1.6em !important;
}
#section-blogpost .right blockquote .author {
    width: 100%;
    display: inline-flex;
    margin: 13px 0 8px;
}
#section-blogpost .right blockquote .author .image {
    margin-right: 10px;
}
#section-blogpost .right blockquote .author .name {
    font-style: normal;
    margin-top: 8px;
}

.m-topbot35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.img-responsive{
	    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
	#section-blogpost > .row > div h3:before{
		top: 36px;
		z-index: 9;}}