#socialSummary {
    background-color: #ebeff1;
    position: relative;
    padding: 0.5em 984px 1.5em;
    margin: 2em -999px 0;
    clear: both;
}
#socialSummary .sectionTitle{
    text-align: center;    text-transform: uppercase;    font-size: 1.25em;    font-weight: 600;    letter-spacing: 1px;
    margin-bottom: 2.25em;    margin-top: 3em;
}
#socialSummary .ssBlock {
    height: 309px;
    display: block;
    margin: 0.5em 0 5em;
    position: relative;
    text-align: center;
}
#socialSummary .instagram{
}
#socialSummary .instagram .image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 100%;
}
#socialSummary .iconWrap{
    display: inline-block;
    background-color: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 40px;
    left: 50%;
    position: absolute;
    border: 1px solid #E2E2E2;
    margin-left: -30px;
    bottom: 0;
    margin-bottom: -30px;
}
#socialSummary .iconWrap i{
    font-size: 2em;
    line-height: 60px;
    color: #0069BC;
}
#socialSummary .twitter{
    line-height: 309px;
}
#socialSummary .textBoxWrap{
    position: relative;
    width: 100%;
    height: 100%;
}
#socialSummary .textBox{
    min-height: 100px;
    height: auto;
    background-color: #0069bc;
    position: absolute;
    border-radius: 50px;
    width: 100%;
    bottom: 4em;
    border: 1px solid #E2E2E2;
}
#socialSummary .tweetText{
    color: white;
    line-height: normal;
    margin: 1.25em 2em;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
#socialSummary .tweetText .tweet{
    line-height: 1.75em;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    word-break: break-word;
    color: #FFF;
}
#socialSummary .tweetText a {color:#2ac5fe;}

#socialSummary .tweetText ul{margin:0; padding:0;list-style: none;}
#socialSummary .tweetText img{display:none;}
#socialSummary .tweetText .user {
    margin-bottom: 0.75em;
    display: none;
}
#socialSummary .tweetText .interact {display:none;}
#socialSummary .textBlockArrow{
    background-image: url('../Images/Landing/twitterTextBoxArrow.png');
    position: absolute;
    bottom: 0;
    margin-bottom: -32px;
    width: 65px;
    height: 32px;
    right: 4em;
}
#socialSummary .facebook{}
#socialSummary .facebook .image{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;    background-position: 50% 100%;
}
#socialSummary .image{}
#socialSummary .facebookTextBlock{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}
#socialSummary .ftpBgColor{
    background-image: url('../Images/Landing/facebookTextBlockBG.png');
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}
#socialSummary .fbText{
    position: relative;
    padding: 1.25em 0 2.25em;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    font-size: 18px;
}


@media (max-width:1200px) {
#socialSummary .ssBlock {
    max-width: 400px;
    margin: 4em auto 6em;
}
#socialSummary .twitter{
    max-width: 375px;
}
}
