/* RESET (http://meyerweb.com/eric/tools/css/reset/)
--------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    /*	HTML5 display-role reset for older browsers */
    display: block;
}

nav ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.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;
}