@charset "utf-8";
/* Responsive Video Embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoDescription{
    background-color: #1B1B1B;
    padding: 10px;
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #474747;
}

.innerImage, .innerImageDiv{
    float: left;
}

.innerImageDiv{
    padding-top:15px;
    padding-bottom:15px;
}

@media(min-width:768px){
    .innerContent{
        padding-right:0;
    }
}
@media(max-width:767px){

    .innerImage{
        margin:auto;
        float: none !important;
    }
}
.socialShareIcons{
    float: left;
    margin-top: 10px;
}

.partners-img {
    opacity: 1;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.partners-img:hover {
    opacity: 0.5;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.addthis_toolbox{
    width: 300px;
}

.innerContent{
    color:#484848;
}

.subTitle{
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 31px;
    font-size: 18px;
}

.lineSeparator{
    background-color:#ACACAC;
    height:1px;
    width:100%;
    margin-top: 31px;
    margin-bottom: 40px;
}

/* Mobile */
@media (max-width:480px){
    .subTitle{
        font-size: 16px;
    }
}



.shareIcon {
    cursor: pointer;
}
ul.shareList {
    display: none;
    position: absolute;
    width: 190px;
    list-style: none;
    top: 54px;
    padding: 0;
    left: -62px;
    z-index: 12;
}
.shareButton .toolTipTop {
    display: none;
    background: url('https://www.callflow.com/site/images/share-bubble-corner.png') no-repeat 81px 44px;
    height: 11px;
    position: absolute;
    top: 0px;
    left: -62px;
    z-index: 20;
    padding: 55px 0 0 0;
    width: 190px;
}
.shareButton:hover .toolTipTop, .shareButton:hover ul.shareList {
    display: block;
}
ul.shareList li {
    border: 1px solid #D2D2D2;
    border-top: 0;
    background: #ffffff;
    height: 50px;
}
ul.shareList li:first-child {
    border-top: 1px solid #D2D2D2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
ul.shareList li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.shareList li:hover {
    background: #EFEFEF;
}
ul.shareList li > span {
    margin: 0 16px 0 0;    line-height: 50px;
}
ul.shareList li .icon {
    height: 48px;
    background-color: #F6F6F6;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 5px 0;
}
/*ul.shareList li.email .icon {
    background-image: url(https://www.callflow.com/site/images/share-email.svg);
}
ul.shareList li.facebook .icon {
    background-image: url(https://www.callflow.com/site/images/share-facebook.svg);
}
ul.shareList li.googleplus .icon {
    background-image: url(https://www.callflow.com/site/images/share-googleplus.svg);
}
ul.shareList li.twitter .icon {
    background-image: url(https://www.callflow.com/site/images/share-twitter.svg);
}*/
ul.shareList li:first-child .icon {
    border-top-left-radius: 5px;
}
ul.shareList li:last-child .icon {
    border-bottom-left-radius: 5px;
}
@media (max-width:750px){
    ul.shareList {
        left: -130px;
    }
}




h2 {
    /* font-size: 20px; */
    line-height: 26px;
}
h4 {
    font-size: 20px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 5px;
}

.contentDetails {
    margin: 16px 0 0;
    list-style: none;
    padding: 0;
}
.contentDetails li {
    display: inline;
    border-right: 1px solid #E5B36E;
    border-left: 1px solid #6EB2E3;
    padding-right: 28px;
    padding-left: 28px;
}
.contentDetails li img {
    margin: 0px 7px 3px 0;
}
.contentDetails li span {
    margin: 2px 0 0;
}
.contentDetails li:first-child {
    border-left: none;
    padding-left: 0;
}
.contentDetails li:last-child {
    border-right: 0;
    padding-right: 0;
}
.subContent {
    border-left: 3px solid #2B2B2B;
    padding: 0 0 0 16px;
    font-size: 18px;
    margin: 18px 0 0;
}