@charset "utf-8";
/* Responsive Video Embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.goback-content {
    display: inline-block;
    padding: 10px 25px;
    background: #fff;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 20px;
    color: #595959;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction: rtl;
    vertical-align: top;
    border: solid 2px #ccc;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.goback-content:hover {
    color: #444;
    border: solid 2px #aaa;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.marg-content {
    margin-top: 0;
    margin-bottom: 60px;
}

.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;
}
/* END Responsive Video Embed */


.content_top_wrap{
    display:table-row;
    margin-bottom:18px;
}
.share_button_wrap, .content_top{
    display:table-cell;
    vertical-align:middle;
}
.share_button_wrap{
    float:left;
}


.shareButton{
    
    margin-right:20px;
}
.innerPadding{
    padding-left:20px;
}
.content_top{
    font-size:24px;
    font-weight:400;    
    line-height: 30px;
}
.widget_module{
    margin-bottom:25px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 20px;
}

.richtext{
    font-size: 22px;
    font-weight: 300;
    color: #666;
}

.innerImage{
    margin-bottom: 40px;
    position: absolute;
    left: 0;
}
.widgets_col{
    margin-top:3px;
}

.richtext h1, h2, h3, h4{
    padding-bottom:10px;
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .marg-content {
        margin-top: 20px;
        margin-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .innerImage{
        margin: auto;
        position: relative;
        float: none !important;
    }

    .marg-content {
        margin-top: 0;
    }

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}
