.stay-connected {
    text-align:center;
}
.stay-connected div {
    display:block;
    vertical-align:top;
}
.stay-connected > div:first-child {
    
}
.stay-connected > div:last-child {
    
}

.stay-connected div:last-child p {
    margin:5px 0 0 0;
}

.stay-connected .social-list {
    list-style:none;
    padding:0;
    margin:0;
	white-space:nowrap;
}
.stay-connected .social-list li {
    display:inline-block;
    margin:0 4px;
}
.stay-connected .social-list li a {
    display:block;
    height:35px;
    width:35px;
    background-size:35px;
    background-repeat:no-repeat;
    background-position:bottom;
}

.stay-connected .social-list li a:hover { background-position:top; }
.connect-facebook   { background-image:url(../images/facebook.png) }
.connect-twitter    { background-image:url(../images/twitter.png) }
.connect-youtube    { background-image:url(../images/youtube.png) }
.connect-instagram  { background-image:url(../images/instagram.png) }
.connect-linkedin   { background-image:url(../images/linkedin.png) }
.connect-pinterest  { background-image:url(../images/pinterest.png) }
.connect-blog       { background-image:url(../images/wordpress.png) }

.social-info {
    margin:2em 0;
    font-size:.9em;
    border:1px solid #ccc; border-top:0;
    border-radius:5px;
    padding-bottom: 15px;
}

.social-info h2 {
    position:relative;
    height:80px;
    padding:15px 1em;
    margin:0;
    border-radius:5px 5px 0 0;
    background-color:rgb(14,60,123);
}

.social-info h2 img {
    height:50px;
}
.social-info h2 .stat-counter {
    position:absolute;
    right:-8px; top:69px;
    padding:2px 10px;
    background-color:#0168b3;
    color:#ffe010;
    font-size:.9rem;
}

.social-sidebar {
    padding:0 1em;
}
.social-feed {
    padding:0 1em;
}

.tab-list {
    list-style:none;
    padding:0;
}

.tab-list li {
    background:url(../images/bullet.png) no-repeat; background-position:0 6px;
    margin-left:10px;
    padding-left:10px;
}
.pinterestBoard {
  margin: auto;
  text-align: center;
}
.pinterestBoard span {
  overflow: hidden;
  max-width: 100%!important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.IN-widget, .IN-widget span, .IN-widget iframe, 
.IN-widget iframe iframe, 
div.outercontainer div#frame .li-profile-container, 
.framed #body .wrapper {width: 100% !important;}


/* Media Queries */
@media screen and (min-width:550px) and (max-width:1000px) {
    .stay-connected .social-list li a {
        height:45px;
        width:45px;
        background-size:45px
    }
}
@media screen and (min-width:1000px) {
    .stay-connected {
        text-align:left;
    }
    .stay-connected div {
        display:inline-block
    }
    .stay-connected > div:first-child {
        padding-right:5%;
    }
    .stay-connected > div:last-child {
        padding-left:5%; border-left:1px solid #ccc;
    }
    .social-info {
        margin:3em 0;
    }
    .social-sidebar {
        clear:both;
        display:inline-block;
        vertical-align:top;
        width:30%;
    }
    .social-feed {
        clear:both;
        display:inline-block;
        vertical-align:top;
        width:65%;
        margin-left:4%;
        padding-top: 15px;
    }
    .stat-counter { 
        float:right;
    }
}