.main-banner.construction{
  background-image:url(../img/greeting-banner.jpg);
  height: 489px;
      background-position: center 20% !important;
}

.breadcrumbs-holder {
    display: block;
    height: 100%;
    float: none;
    padding: 34px 0px 0px 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}


section.construction {
    width: 100%;
    padding: 0 20px;
    max-width: 990px;
    min-height: 1300px;
    margin: 50px auto ;
    background-color: #fff;
}

section.construction .blocks {
    width: 100%;
    margin: 0 auto;
    position: relative
}

section.construction .blocks p{
  margin:12px 0px;
  line-height: 1.5em;
    font-size: 16px;
}

section.construction .blocks h4 {
  text-align: center;
  line-height: normal;
  font-size: 34px;
  font-weight: 700;
    margin-bottom: 80px;
}

section.construction .blocks h3 {
    line-height: normal;
    font-style: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

section.construction .blocks .block-head {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 30px 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    background:#e6eeff;
}

section.construction .blocks .blog-head {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 30px 0px;
    padding: 20px 0px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #000;
}

section.construction .blocks-holder {
    width: 100%;
    margin: 30px auto ;
    position: relative
}

section.construction .blocks-holder .img{
    width: 33.33%;
    height: 299px;
    display: table;
    background-size: cover;
    background-position: center center;
    float: left;
}

section.construction .blocks-holder .bg{
    width: 100%;
    height: 299px;
    display: table;
    background-size: cover;
    background-position: center center;
}
section.construction .blocks-holder .left{
    width: 50%;
    padding-right: 10px;
    float: left;
}
section.construction .blocks-holder.two .left.bottom{
    display: none;
}
section.construction .blocks-holder .right{
    width: 50%;
    padding-left: 10px;
    float: right;
}

section.construction .blocks-holder .right .col-holder{
    width: 100%;
    clear: both;
    border-top:1px solid #fff;
    border-bottom:1px solid #999;
}

section.construction .blocks-holder .right .col-holder .col-a{
    width: 30%;
    font-weight: 500;
    background-color: #F2f2f2;
    padding: 15px;
    float: left;
}
section.construction .blocks-holder .right .col-holder .col-b{
    width: 70%;
    font-weight: 500;
    padding: 15px;
    float: right;
}

section.construction .blocks-holder .blog-holder{
    width: 100%;
    clear: both;
    margin:10px 0px;
}

section.construction .blocks-holder .blog-holder .blog-date{
    width: 20%;
    font-weight: 500;
    background-color: #123377;
    text-align: center;
    color: #FFF;
    padding: 15px;
    float: left;
}
section.construction .blocks-holder .blog-holder .blog-links{
    width: 80%;
    font-weight: 500;
    padding: 15px;
    float: right;
}

section.construction .blocks-holder .blog-holder .blog-links a{
    color: #000;
    text-decoration: underline;
}

section.construction .blocks-holder .blog-holder .blog-links a:hover{
    color: #000;
    text-decoration:none;
}



/* Kim Styles Ends */



@media(max-width: 480px) {
    .wrapper.fixed {
        height: 10px;
    }
    section.construction .blocks h3 {
        margin: 0;
    }

    section.construction .blocks-holder .left,
    section.construction .blocks-holder .right {
        width: 100%;
        padding: 10px 0;
    }

    section.construction .blocks-holder .blog-holder .blog-date {
        width: 35%;
        padding: 10px 0;
    }
    section.construction .blocks-holder .blog-holder .blog-links {
        width: 100%;
        font-weight: 500;
        padding: 10px 0;
    }
}

@media(max-width: 375px) {

}

@media(max-width: 320px) {
    .mobile-head .mobile-nav {
        width: 25%;
    }
}
