/* global button class */
.smGlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #ffffff !important;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
/* facebook button class*/
.facebookBtn {
    background: #4bbbeb;
    padding-top: 5px;
    font-style: normal;
    text-decoration: none;
    color: #ffffff !important;
}

    .facebookBtn:before { /* use :before to add the relevant icons */
        font-family: "FontAwesome";
        content: "\f09a"; /* add facebook icon */
    }

    .facebookBtn:hover {
        color: #4bbbeb !important;
        background: #fff;
    }

    .facebookBtn:after { /* use :after to add the relevant icons */
        color: #4bbbeb;
    }

/* twitter button class*/
.twitterBtn {
    background: #4bbbeb;
    padding-top: 5px;
    font-style: normal;
    color: #ffffff !important;
}

    .twitterBtn:before {
        font-family: "FontAwesome";
        content: "\f099"; /* add twitter icon */
    }

    .twitterBtn:hover {
        color: #4bbbeb !important;
        background: #fff;
    }

/* google plus button class*/
.googleplusBtn {
    background: #4bbbeb;
    padding-top: 5px;
    font-style: normal;
    color: #ffffff !important;
}

    .googleplusBtn:before {
        font-family: "FontAwesome";
        content: "\f0d5"; /* add googleplus icon */
    }

    .googleplusBtn:hover {
        color: #4bbbeb !important;
        background: #fff;
    }

/* linkedin button class*/
.linkedinBtn {
    background: #0094BC;
}

    .linkedinBtn:before {
        font-family: "FontAwesome";
        content: "\f0e1"; /* add linkedin icon */
    }

    .linkedinBtn:hover {
        color: #0094BC;
        background: #fff;
    }

/* pinterest button class*/
.pinterestBtn {
    background: #4bbbeb;
    padding-top: 5px;
    font-style: normal;
    color: #ffffff !important;
}

    .pinterestBtn:before {
        font-family: "FontAwesome";
        content: "\f0d2"; /* add pinterest icon */
    }

    .pinterestBtn:hover {
        color: #4bbbeb !important;
        background: #fff;
    }

/* tumblr button class*/
.tumblrBtn {
    background: #3a5876;
}

    .tumblrBtn:before {
        font-family: "FontAwesome";
        content: "\f173"; /* add tumblr icon */
    }

    .tumblrBtn:hover {
        color: #3a5876;
        background: #fff;
    }

/* rss button class*/
.rssBtn {
    background: #e88845;
}

    .rssBtn:before {
        font-family: "FontAwesome";
        content: "\f09e"; /* add rss icon */
    }

    .rssBtn:hover {
        color: #e88845;
        background: #fff;
    }


ul.share-social-row {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.share-social-row li {
    float: left;
    display: block;
}

    .share-social-row li a {
        text-decoration: none;
    }

.share-social-links {
    text-transform: uppercase;
    color: #0081c6;
    font-weight: 700;
    padding: 10px;
    border-right: 1px solid #4bbbeb;
}

.blog-article-title {
    color: #4bbbeb !important;
    margin: 0;
}

.fa-chevron-circle-right {
    color: #0081c6;
}

.related-content-title {
    color: #0081c6;
    margin: 0 10px 0 10px;
}

.loadmorebtn:hover {
    background-color: #4bbbeb;
}

.featured-article-title {
    font-size: 4em;
    color: white;
    font-weight: 700;
}

.featured-article-teaser {
    font-size: 4em;
    color: #222;
    font-weight: 700;
}

.blog-featured-text {
    text-align: center;
    position: absolute;
    top: 26%;
    left: 35%;
}

.featured-article-text {
    margin-left: 100px;
    text-align: left;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    color: white;
    width: 700px;
}

.subscribe-shareBtn {
    font-family: 'Nunito', Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    width: 100% !important;
    margin: 0 0 10px 0;
    border-radius: 0;
    border-color: #4bbbeb;
    background-color: #4bbbeb;
    font-size: 24px;
    background-image: none;
}

.blog-panel-heading {
    background-color: #4bbbeb !important;
}

.blog-panel-title {
    background-color: #4bbbeb !important;
}

.related-content-container {
    border: 1px solid #4bbbeb !important;
    padding: 0;
    margin-right: 10px;
    height: 260px;
}

.posted-date {
    font-style: italic;
}

.photo-box-container {
    border: 1px solid #4bbbeb;
    padding: 0;
    margin-bottom: 15px;
}

.photo-container {
    padding: 0;
}

.photo-box-text {
    color: #0081c6 !important;
    font-family: 'Nunito', Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    padding: 20px 5px 5px 5px !important;
    line-height: 40px !important;
}

.full-image {
    width: 100%;
}

.comment-section {
    margin-bottom: 20px;
}

.share-icon-spacing {
    padding-right: 5px;
}

.related-content-text {
    margin: 0 10px 0 20px !important;
}

.right-icon {
    font-size: 22px;
}

/*To be deleted START*/

/*.social-feed-box {
  border: 2px solid #4bbbeb;
  margin: 20px 0 20px 25px;
  overflow-y: scroll;
  height: 495px;
  padding-left: 5px;
}*/
/*.social-feed-title {
  color: #005da4;
  font-size: 22px;
  text-align: center;
}*/
/*.share-text-social-icons {
  color: #4bbbeb !important;
  padding: 10px !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}*/

/*To be deleted END*/


.social-feed-element {
    width: 100%;
    padding: 0;
}

.featured-container {
    border: 2px solid #4bbbeb;
    margin: 0 10px;
}

.secondary-row {
    margin: 20px 0 10px 0 !important;
}

.article-container {
    padding: 0;
    height: 670px;
    margin-right: 10px;
}

.article-title {
    color: #222222;
}

.article-title-container {
    margin: 0 10px;
}

.rightarrow-container {
    text-align: center;
    font-size: 24px;
}

.button-container {
    margin: 20px 0 20px 25px;
}

.loadmore-container {
    text-align: center;
}

.loadmore-btn {
    font-family: 'Nunito', Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 10px 0;
    border-radius: 0;
    border-color: #4bbbeb;
    background-color: #4bbbeb;
    font-size: 24px;
    background-image: none;
}

    .loadmore-btn:hover {
        background-color: #0081c6;
        border-color: #0081c6;
    }

    .loadmore-btn:active {
        background-color: #0081c6;
        border-color: #0081c6;
    }

    .loadmore-btn:focus {
        background-color: #0081c6;
        border-color: #0081c6;
    }

.secondary-articles {
    border: 2px solid #4bbbeb;
    margin: 10px 5px 10px 0;
    padding: 0;
    height: 300px;
    width: 450px;
}

.secondary-article-content {
    margin: 15px 15px;
    padding: 0;
    text-align: left;
}

.secondary-article-container {
    padding: 0;
    margin: 10px auto;
}

.blog-featured-text {
    text-align: center;
    position: absolute;
    top: 26% !important;
    left: 35%;
}

.full-anchor {
    text-decoration: none;
    color: #666;
}

    .full-anchor:hover {
        color: #666;
    }

    .full-anchor:focus {
        color: #666;
    }

    .full-anchor:active {
        color: #666;
    }

.featuredOverlay {
    background-color: rgba(0,0,0,.1);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    position: absolute;
}

.blog-vcenter {
    position: relative;
    top: 40%;
}

@media (max-width: 992px) {
    .related-content-container {
        margin: 20px;
        height: auto;
        width: 70%;
    }

    .related-content-text {
        padding-bottom: 10px;
    }

    .article-container {
        padding: 0;
        height: auto;
        width: 70%;
        margin: 10px auto;
    }

    .mobile-featured-text {
        font-size: 10px;
    }
}

.at4-follow-outer {
    display: none;
}

@media (max-width: 768px) {

    .article-container {
        /*margin: 5px;*/
        width: 94%;
    }

    .featured-article-text {
        font-size: 14px;
        color: #666666;
        padding-left: 10px;
        margin-left: 0;
        width: 100%;
        font-weight: 400;
    }

    .featured-article-title {
        font-size: 18px;
        color: #666;
        margin-left: 10px;
    }

    .featured-article-teaser {
        display: none;
    }

    .subscribe-button {
        padding-bottom: 5px;
    }

    .button-container {
        margin: 5px;
    }
}

@media (max-width: 767px) {
    .panel-default .blog-panel-heading i.fa {
        display: none;
    }
}

@media (max-width: 992px) {
    .secondary-articles {
        width: 350px;
    }
}

/*2018 Blog Re-design START*/
.blog-top-space {
    margin-top: 40px;
}

.blog-top-bottom-space {
    margin-top: 40px;
    margin-bottom: 10px;
}

.blog-constrain-width {
    max-width: 1600px;
    margin-top: 40px;
}

.blog-details-constrain-width {
    margin-top: 0;
    max-width: 1600px;
}
/* Float */
.hvr-float {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
/* Grow Shadow */
.hvr-grow-shadow {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


/*Jumbotron/Hero Styles START*/
.blog-jumbotron-image {
    width: 100%;
}

/*Jumbotron/Hero Styles END*/

/*Article Section Styles START*/
.blog-article-row {
    width: 100%;
}

.blog-right-border {
    border-right: solid 1px #d0d4d8;
}

.blog-article-section {
    padding-top: 10px;
    padding-bottom: 20px;
}

.blog-article-container {
    border: 1px solid #d0d4d8;
    margin-left: 35px;
    padding: 0;
    width: 28%;
    height: 350px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.blog-constrain-article-image {
    max-width: 288px;
}

.blog-remove-link-color {
    text-decoration: none;
    color: #666666;
}

    .blog-remove-link-color:hover {
        color: #666666;
    }

.blog-article-text-container {
    padding: 0 10px 15px 10px;
}

.blog-article-title-text {
    font-size: 24px; /* was 16px */
    color: #00a94f;
    margin-bottom: 0;
    line-height: 1.1;
}

.blog-article-content-text {
    padding-top: 50px; /* was 20px;*/
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.blog-article-info-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
}

.blog-article-info-date {
    width: 65%;
    display: inline-block;
    /*margin-right: 50px;*/
    padding: 0 10px 5px 10px;
}

.blog-article-info-cta {
    /*margin-left: 50px;*/
    color: #0081c6;
    font-weight: 500;
}

.blog-article-image {
    background-repeat: no-repeat;
    background-size: 416px 250px;
    width: 416px;
    height: 250px;
}

.blog-article-text-container {
    position: absolute;
    bottom: 0;
}

.blog-article-viewall-container {
    margin-left: 55px;
}

.visual-component-container {
    padding: 15px 0;
}

@media only screen and (max-width: 768px) {
    .blog-article-link-align {
        display: inline-block;
        float: left;
    }

    .blog-article-viewall-container {
        display: inline-block;
        margin-left: 45px !important;
    }
}

@media screen and (max-width: 480px) {
    .blog-article-container {
        width: 100% !important;
        margin-left: 0;
    }

    .blog-article-text-container {
        top: 60%;
    }

    .blog-article-link-align {
        display: block;
        float: none;
    }

    .blog-article-viewall-container {
        display: block;
        margin-left: 0 !important;
    }

    .blog-details-article-date,
    .blog-details-article-author,
    .blog-details-content-text {
        font-size: 16px;
        line-height: 1.5em;
    }

    .blog-quote {
        margin-top: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 320px) {
    .blog-article-text-container {
        top: 48%;
    }
}
/*Article Section Styles END*/

/*Righ Rail Section Styles START*/
.blog-right-rail-section {
}

.blog-share-text {
    font-size: 16px;
    color: #666666;
}

.button-container {
    margin: 20px 0;
}

.blog-share-info-container > a {
    color: #666666;
    text-decoration: none;
}

    .blog-share-info-container > a > div {
        margin-bottom: 10px;
        color: #00a94f;
        font-weight: 500;
        font-family: 'Nunito', Arial, Helvetica;
        font-size: 18px;
    }

.social-feed-box {
    height: 495px;
    padding-left: 5px;
    margin: 0;
}

.social-feed-title {
    color: #666666;
    font-size: 16px;
    text-align: left;
}
/*Righ Rail Section Styles END*/
/*Blog Details Page Styles END*/
.blog-recent-posts-container {
    border-top: 1px solid #666;
}

    .blog-recent-posts-container > .blog-article-container:first-child {
        margin-left: 0;
    }

.blog-recent-posts-title {
    color: #0081c6;
    font-size: 22px;
    margin-bottom: 0;
}

.blog-details-article-title {
    color: #0081c6;
}

.blog-details-article-date {
    margin: 20px 0;
}

.blog-details-article-author {
    margin: 20px 0;
}

.blog-quote {
    color: #0081c6;
    /*display: inline-block;
  width: 30%;
  margin-left: 60px;*/
    font-size: 22px;
    font-family: 'Nunito', Arial, Helvetica;
    /*text-align: center;
  position: absolute;
  top: 20%;
  padding: 30px;*/
    margin-top: 100px;
}

.blog-top-quote {
    font-size: 22px;
    color: #0081c6;
    margin: 15px 0;
    padding: 0;
    font-family: 'Nunito', Arial, Helvetica;
}

.blog-recent-posts-article-container {
    margin-top: 5px;
}

.blog-carousel-controls {
    top: 32%;
}

.hide-main-nav {
    display: none !important;
}

ul.hide-secondary-nav {
    display: none !important;
}

ul#subnav-1 {
    display: none !important;
}

div#navbar div.container.navbar-bg-col-1 {
    height: 33px;
}

.blog-grow {
    transition: height 0.5s;
    overflow: hidden;
    height: 88px; /*was 29px; was 48px; */
}

    .blog-grow:hover {
        height: 250px;
    }

.article-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(240, 239, 236, 0.8);
}

div.addthis_vertical_style > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.at-follow-tbx-element .at300b, .at-follow-tbx-element .at300m {
    margin: 0;
}

.at-follow-tbx-element .addthis_vertical_style .at300b, .at-follow-tbx-element .addthis_vertical_style .at300m {
    padding: 10px 15px;
}

    .at-follow-tbx-element .addthis_vertical_style .at300b .addthis_follow_label, .at-follow-tbx-element .addthis_vertical_style .at300b .at-icon-wrapper, .at-follow-tbx-element .addthis_vertical_style .at300m .addthis_follow_label, .at-follow-tbx-element .addthis_vertical_style .at300m .at-icon-wrapper {
        color: #666;
    }

.blog-follow-us-container {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: 1px solid #ddd;
}

.right-rail-title {
    padding: 10px 15px;
}

.addthis_toolbox.addthis_vertical_style {
    width: auto;
}

.blog-popular-posts-container {
    padding-top: 40px;
}

.show-main-nav {
    display: none;
}

.hide-main-nav {
    display: none;
}

/*2018 Blog Re-design END*/

/* @media screen and (min-width: 320px) {
  
  .blog-article-title-text {
    font-size: 16px;
  }
  .grow {
    height: 40px;
    transition: none;
  }
  .blog-article-text-container {
    top: 80%;
  }
} */
/* @media screen and (min-width: 375px) {
  
}

.blog-sign-up-container {

}
.blog-follow-us-container {

} */

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
    .blog-right-border {
        border-right: none;
    }

    .addthis_toolbox.addthis_vertical_style {
        width: auto;
    }

    .blog-article-image {
        background-size: 100% 100%;
        height: 200px;
    }

    .blog-article-text-container {
        top: 56%;
    }

    .blog-article-title-text {
        font-size: 7vw;
    }

    .blog-grow {
        transition: none;
    }
}

@media only screen and (max-width: 768px) {
    .blog-article-container {
        margin: 20px auto;
    }

    .blog-article-image {
        background-size: 100% 100%;
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    /* .blog-article-image {
    background-size: 350px 250px;
    width: 350px;
    height: 250px;
  } */
    .blog-article-container {
        margin: 20px auto;
    }
}

.right-rail-title-border {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
/* Sign Up Form Styles */
.blog-sign-up-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    margin-bottom: 20px;
}

.blog-form-container {
    padding: 20px 15px;
}

.mktoForm .mktoLabel {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #00a94f;
    font-weight: bold;
}

.blog-signup-description {
    padding: 15px;
}

a > li.list-group-item {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-bottom: 0;
}

.recent-post-link {
    text-decoration: none;
    color: #666;
}

    .recent-post-link:hover {
        background-color: #00a94f!important;
        color: #fff;
        text-decoration: none;
    }

        .recent-post-link:hover > li {
            background-color: #00a94f;
        }

.blog-video-container {
    padding-left: 0;
}

.blog-image-container {
    padding-left: 0;
    margin: 15px 0;
}
/* overwrite hero's css class as we don't need to show message as overlay*/
.jumboOverlay {
    display: none !important;
}

.blog-loader {
    font-size: 40px;
    color: #00a94f;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .hero-image {
        min-height: 0 !important;
    }
}
