.cms6_component_title,
.cms6_component_sub_title,
.cms6_component_paragraph,
.cms6_component_html_text,
.cms6_component_image,
.cms6_component_html_text_image,
.cms6_component_video_embed,
.cms6_component_quote
{
    width:100%;
    float:left;
}

.cms6_component_layout_2col,
.cms6_component_layout_3col,
.cms6_component_layout_4col

{
    width:100%;
    float:left;
}

.cms6_component_layout_2col__col1,
.cms6_component_layout_2col__col2
{
    width:50%;
    float:left;
}

.cms6_component_layout_3col__col1,
.cms6_component_layout_3col__col2,
.cms6_component_layout_3col__col3
{
    width:33%;
    float:left;
}

.cms6_component_layout_4col__col1,
.cms6_component_layout_4col__col2,
.cms6_component_layout_4col__col3,
.cms6_component_layout_4col__col4
{
    width:25%;
    float:left;
}




.cms6_component_video_embed__yt_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cms6_component_video_embed__yt_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms6_component_video_embed__vimeo_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cms6_component_video_embed__vimeo_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.cms6_admin_btn_color
{
    fill:#000000;
}