body.blog .body-container-wrapper h1{
    margin-bottom: 23px;
}
.header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-bottom: 1px solid #e7e7e7;
    padding: 7px 0;
      margin: 0 0 20px;
}


body.blog .body-container-wrapper{padding-bottom:80px;}

.blog-listing .blog-card {
    margin:15px 1%;
    
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 35px rgba(0,0,0,0.25);
    box-sizing: border-box;
    
}
@media(min-width:576px){
    .blog-listing .blog-card {
        width: 47.5%;
       max-width:360px;
    }
}

.blog-listing .blog-card .featured-img {
  min-height: 215px;
  background-color: #eee;
  background-size: 100% auto;
  background-position: center 10%;
  background-repeat: no-repeat;
  display:block;
}
.blog-listing .blog-card .text {
  padding: 40px 28px 20px;
}
.blog-listing .blog-card .text .title {
  color: #16497b;
  font-size: 20.08px;
  text-transform: uppercase;
}
.blog-listing .blog-card .text .summary {
  font-size: 17.97px;
  padding-bottom:20px;
}

@supports ((display: -webkit-box) or (display: flex) or (display:-ms-flexbox)){
    @media(min-width:576px){
        .blog-listing {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content:space-between;
                -ms-flex-flow: row wrap;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        flex-flow: row wrap;
        }
        
        .blog-listing .blog-card {
            width: 50%;
            -webkit-box-flex: 1;
                -ms-flex: 1 0 250px;
                    flex: 1 0 250px;
                        max-width: 50%;
                        max-width: calc(50% - 13px);
                    
        }
    }
    
}

.post-header h1 {
    margin-top: 0;
}

.blog-subscription-form {
    background-color: #16497b;
    padding: 25px 0;
    color: #fff;
        text-align: center;
}

.blog-subscribe-form span {}

.blog-subscription-form label {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
            padding: 11px 21px 11px 0;
        
} 

.blog-subscription-form .input {
    float: left;
    width: 221px;
}
@media(max-width:575px){
    .blog-subscription-form label {
        display: block;
        width: 100%;
    }
    .blog-subscription-form .input{
        width:70%;
        width:calc(100% - 136px);/*input field fills width except the space the submit button fills.*/
    }
}
.blog-subscription-form .hs-error-msgs label {
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    /* float: left; */
    /* padding: 11px 21px 11px 0; */
    padding: 0;
    text-transform: none;
}
.blog-subscription-form span.hs-form-required {
    display: none;
}


.blog-subscription-form .hs_submit {
    float: left;
    margin-top: 0;
}

.blog-subscription-form input.hs-button.primary.large {
    border-radius: 0;
    padding: 17px 28px;
    font-size: 12px;
    font-weight: bold;
    background-color: #4379bd;
}

.blog-subscription-form .hs-input {
    padding: 12.5px 16px;
    font-size: 18px;
}

.blog-subscription-form form {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width:100%;
}

.blog-subscription-form:before,.blog-subscription-form:after {
    content: "";
    display: table;
    float: none;
}

.blog-subscription-form:after {
    clear: both;
}

.blog-subscription-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    color: red;
}

.blog-subscription-form {
    position: relative;
}


#searchbtn {
  background-color: #1A497B;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0px;
  padding: 5px;
  width: 150px;
  height: 30px;
  color: white;
  text-transform:uppercase;
  font-size:11.68px;
  font-weight:bold;
}
#searchbtn:hover {
  background-color: #4379bd;
}
#textbox{
 
  height: 40px;
  border: 0px;
  font-size: 16px;
  padding-left: 10px;
  border-color: white;
  margin-bottom:19px;

}
.search-wrapper {
  background-color: #F5F5F4;
  padding: 15px;
  margin-bottom:13px;
}

body.blog .container-fluid .row-fluid .blog-content-wrapper{margin-top:58px;}

/*sidebar widgets*/
.sidebar .panel {
    border: 1px solid #eeeeee;
    border-bottom-width: 2px;
    margin-bottom: 13px;
}
.sidebar .panel h3{
    text-transform:uppercase;
    background-color:#f4f4f4;
    margin:0;
    padding:23px;
    font-size:19px;
    color:#16497b;
    font-weight:bold;
}
.sidebar .panel ul{
    padding:0 24px;
    
}
.sidebar .panel ul li{
    text-indent:0;
    line-height: 1.2;
    margin-bottom: .8em;
}
.sidebar .panel ul li:before{
    content:"";
    display:none;
}
.sidebar .panel ul li a{
    color:#4379bd;
    font-weight:600;
    font-size:16px;
}
.sidebar .panel .cat-link {
    padding: 10px 24px;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-left: 0;
}
#hubspot-author_data{
     color:#363636;
     font-style:italic;
     font-size: 12px;
}
#hubspot-author_data a.author-link{
    font-weight:400;
    color:#363636;
    text-decoration:underline;
}

.sidebar .panel{}



