@charset 'utf-8';

*{box-sizing:border-box;}
html, body{margin:0;}
.wrapper{
    max-width:1200px;
    margin: 0 auto;
    padding: 0 40px;
    width:100%;
    position: relative;
}
img{max-width:100%;}
html{

    font-weight:400;
}
body{
    font-family: 'Open Sans', sans-serif;
    padding-top:150px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
}
a{text-decoration:none;}
.cf{clear:both;}

/* HEADER */
header{
    background:#000000;
    z-index:5000;
    position:fixed;
    width:100%;
    top:0;
    left:0;
}
header .wrapper{max-width:1600px;}
.header_inner{
    display:flex;
    flex-flow:row nowrap;
}
#logo{
    position:relative;
    display:block;
    flex: 0 0 332px;
    height:150px;
    text-indent: -99999px;
    background-image: url('../img/beckmann-converting-logo.gif');
    background-size: 280px;
    background-position:center top 50%;
    background-repeat:no-repeat;
}
#logo:after{
    content:'';
    position:absolute;
    top:100%;
    height:15px;
    background:#000;
    width:3000px;
    display:block;
    right:16%;
}
#logo:before{
    content:'';
    background-image: url('../img/header-curve.png');
    background-size: 100%;
    height:15px;
    width:62px;
    display:block;
    position:absolute;
    top:100%;
    left:84%;
}

/* nav */
nav{
    flex: 1 0 auto;
}
#util{
    height:50px;
}
ul#main_nav{
    display:flex;
    flex-flow: row nowrap;
    margin: 35px 0 0 0;
    padding:0 0 0 70px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    list-style:none;
}
ul#main_nav li{
    flex: 0 0 auto;
    margin: 0 20px 0 0;
    padding: 0 25px 0 0;
    width:auto;
    position:relative;
}
ul#main_nav li.selected:before{
    content:'';
    display:block;
    position:absolute;
    width:3px;
    left: -16px;
    top:0;
    bottom: 29px;
    border-left: 2px solid #505151;
    border-right: 2px solid #86b152;
}
ul#main_nav li.selected > div > a{
    color:#86b152;
}
ul#main_nav li a{
    font-weight:700;
    color:#e1e2e0;
    line-height:20px;
    padding: 0 0 27px 0;
    display:block;
}
ul#main_nav li a:hover{
    color:#86b152;
}
ul#main_nav li a .fa-chevron-down{
    color:#86b152;
    font-size:12px;
    line-height:20px;
    position:relative;
    top:-1px;
    margin: 0 0 0 4px;
}
ul#main_nav > li.selected > a{
    color:#86b152;
    line-height: 18px;
    padding: 0 0 27px 0;
}

ul#main_nav li:hover ul{display:block;}
ul#main_nav ul{
    display:none;
    background:#333;
    color:#fff;
    position:absolute;
    top:100%;
    left:-20px;
    width:270px;
    margin:0;
    list-style:none;
    padding: 15px 20px 25px 20px;
}
ul#main_nav ul li{
    margin:0;
    padding:0;
}
ul#main_nav ul li a{
    padding: 10px;
    display:block;
}
ul#main_nav ul li a:hover{
    color:#80b737;
}

/* UTIL */
#util{
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
}
.ulti_box{
    display:flex;
    flex-flow:column nowrap;
}
.form_phone{
    display:flex;
    flex-flow:row nowrap;
    flex: 1 0 auto;
}
.form_link{
    flex: 1 0 auto;
    background:#86b152;
    padding: 12px 12px 12px 60px;
    line-height:20px;
    display:block;
    text-transform:uppercase;
    color:#000;
    font-weight:700;
    font-size:20px;
    font-family: 'Roboto Condensed', sans-serif;
    background-image:url('../img/target-icon.gif');
    background-size:28px;
    background-position: center left 20px;
    background-repeat:no-repeat;
}
.form_link .fas{
    font-size:12px;
}
.header_phone{
    flex: 1 0 auto;
    background:#505151;
    padding: 12px 12px;
    line-height:15px;
    text-transform:uppercase;
    color:#86b152;
    font-weight:700;
    font-size:20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.oppo{
    flex: 1 0 auto;
}
.oppo a{
    display:block;
    padding: 8px 0;
    color:#86b152;
    font-size:12px;
    font-weight:700;
}
.oppo a:hover{
    color:#fff;
    transition: 200ms color ease;
}

/* HERO */
#hero{
    background:#222;
    position:relative;
}
#hero_slider {
    width:100%;
}
.padded_custom{
    padding: 0 100px;
}
#hero_slider .item{position:relative;}
#hero_slider .item_inner{
    width:100%;
    display:block;
    position: relative;
    z-index: 3;
    padding: 150px 100px 180px 100px;
}

#hero_slider .slide_image{
    background-size:cover;
    background-position:center;
    position: absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.green{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bc53f+0,8bc53f+100&0.67+0,0+100 */
background: -moz-linear-gradient(left, rgba(139,197,63,0.67) 0%, rgba(139,197,63,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(139,197,63,0.67) 0%,rgba(139,197,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(139,197,63,0.67) 0%,rgba(139,197,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab8bc53f', endColorstr='#008bc53f',GradientType=1 ); /* IE6-9 */
}
.bubble{
    font-weight:700;
    width:100%;
    position:relative;
    max-width:700px;
    border-radius:15px 15px 15px 0;
    padding: 25px 0 0 0;
    background:rgba(133, 186, 62,0.9);
}
.bubble p{
    padding: 25px 30px 40px 30px;
    margin: 0;
    border-top:5px solid #455b26;
}
.bubble h2{
    margin: 0;
    border-radius:5px;
    background:#fff;
    display:block;
    width:110%;
    position:relative;
    font-size:40px;
    text-transform:uppercase;
    line-height:1em;
    left:-10px;
    margin: 0;
    padding:15px 60px 13px 40px;
}
a.more_hero_link{
    display:block;
    bottom: -15px;
    height:30px;
    line-height:15px;
    left:0;
    text-transform:uppercase;
    padding: 5px 30px;
    position:absolute;
    color:#000;
    z-index: 2;
}
a.more_hero_link .fas{margin:0 0 0 5px;}
a.more_hero_link:before{
    content:'';
    position:absolute;

    left:100%;
    bottom: -15px;
    display:block;
    border-top: 15px solid rgba(133, 186, 62,0.9);
    border-left:30px solid rgba(133, 186, 62,0.9);

    border-right: 30px solid transparent;
    border-bottom: 15px solid transparent;
}
a.more_hero_link:after{
    content:'';
    display:block;
    background:rgba(133, 186, 62,0.9);
    height:30px;
    width:100%;
    border-radius: 0 0 0 15px;
    top:15px;
    left:0;
    z-index: -1;
    position:absolute;
}



.dots_custom{
    position:absolute;
    z-index: 3;
    bottom: 70px;
}
.owl-dot{
    padding:0;
    width:18px;
    height:18px;
    background:white;
    cursor:pointer;
    border-radius:50%;
    border:none;
    margin: 0 18px 0 0;
}
.owl-dot.active{background-color:#000;}
.hero_next{
    position:absolute;
    z-index: 5;
    top:50%;
    right:60px;
    transform:translate(0,-50%);
}
.hero_prev{
    position:absolute;
    z-index: 5;
    top:50%;
    left:60px;
    transform:translate(0,-50%);
}
.hero_next,.hero_prev{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#000;
    color:#86b152;
    text-align: center;
    padding: 5px 0 0 0;
}
.hero_next:hover,
.hero_prev:hover{
    cursor:pointer;
    color:#fff;
    transition:all ease 250ms;
}

/* DIRECTORY */
#directory{
    z-index: 10;
    position:relative;
    border-top:solid #000 10px;
    border-bottom:solid #000 2px;
    background-color:#bebfbe;
    background-image:url('../img/roller-bg-graphic.gif');
    background-repeat:no-repeat;
    background-size:contain;
    background-position: left bottom;
    padding: 100px 0;
}
#directory:before{
    content:'';
    width:522px;
    height:62px;
    position:absolute;
    right:0;
    top:-43px;
    display:block;
    background-image:url('../img/home-gray-angle.png');
    background-repeat:no-repeat;
    background-size:522px;
    background-position: left bottom;
}
.directory_inner{
    display:flex;
    flex-flow:row nowrap;
}
/* news */
.directory_news_module{
    flex: 0 0 55%;
    background:#fff;
    padding: 90px 15px 15px 15px;
    border-radius:8px;
    position:relative;
}
.news_meta{
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    padding: 0 25px;
    display:flex;
    justify-content: space-between;
}
.more_news_link,
.company{
    color:#598227;
    font-size:18px;
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.more_news_link{
    color:#000;
}
.directory_news_module h2{
    padding: 0 25px;
    margin: 0;
    text-transform:uppercase;
    font-size:32px;
    position:absolute;
    top:40px;
    left:0;
    width:100%;
}
.story{
    position:absolute;
    top:90px;
    left:15px;
    right:15px;
    bottom: 15px;
}
.story_img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url('../img/news_img1.jpg');
    background-size:cover;
    background-position: center;
}
.story_meta{
    position:absolute;
    z-index: 2;
    background:rgba(133, 186, 62,0.9);
    bottom:0;
    right:0;
    left:0;
    display:flex;
    flex-flow:row nowrap;
    padding: 10px 25px 20px 25px;
    color:#fff;
    text-transform: uppercase;
    justify-content: space-between;
}
.date_title{
    flex: 1 1 auto;
}
.date_title_title{
    font-size:22px;
    line-height:1.1em;
    margin:5px 0 0 0;
}
.date_title_date{font-size:12px;}
.date_title_date span{
    font-size:25px;
}
.read_article{
    flex: 0 0 auto;
    background:#abd37a;
    color:#000;
    display:block;
    padding: 12px 25px;
    font-size:14px;
    border-radius:8px;
    align-self: center;
    font-weight:700;
    margin: 10px 0 0 30px;
}


/* ctas */
.directory_quick_links{
    flex: 0 0 45%;
    display:flex;
    flex-flow:column nowrap;
    padding: 0 40px 0 0;
}
.cta_chunk{
    display:block;
    margin: 0 0 30px 0;
    padding: 40px 170px 40px 25px;
    border-radius: 20px 3px 3px 20px;
    position:relative;
}
.cta_chunk h2{
    color:#fff;
    margin:0;
    text-transform: uppercase;
    font-size:24px;
}
.cta_chunk h2 .fas{
    font-size:15px;
    color:#000;
    position:relative;
    top:-2px;
}
.cta_chunk h2 span{
    text-transform: none;
    color:#000;
    display:block;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.cta_chunk p{
    color:#000;
    font-size:14px;
    font-weight:700;
}

.directory_journey{
    background: #8bc53f;
    background: -moz-linear-gradient(left, #8bc53f 0%, #608c20 100%);
    background: -webkit-linear-gradient(left, #8bc53f 0%,#608c20 100%);
    background: linear-gradient(to right, #8bc53f 0%,#608c20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc53f', endColorstr='#608c20',GradientType=1 );
}
.directory_swatchbook{
    margin-bottom: 7px;
    background: #929392;
    background: -moz-linear-gradient(left, #929392 0%, #a9a8a8 100%);
    background: -webkit-linear-gradient(left, #929392 0%,#a9a8a8 100%);
    background: linear-gradient(to right, #929392 0%,#a9a8a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929392', endColorstr='#a9a8a8',GradientType=1 );
}
.directory_swatchbook:after,
.directory_journey:after{
    content:'';
    height:3px;
    position:absolute;
    background:#505151;
    bottom: -7px;
    left: 20px;
    border-radius:3px;
    right: 0;
}
.directory_swatchbook:after{background:#86b152;}

.directory_journey .icon_chunk{
    background-color:#57851c;
    background-image:url('../img/layers-icon-home.gif');
}
.directory_swatchbook .icon_chunk{
    background-color:#989797;
    background-image:url('../img/swatches-icon-home.gif');
}
.icon_chunk{
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:150px;
    background-repeat:no-repeat;
    background-position:center;
    border-radius: 0 3px 3px 0;
}



/* CONNECT */
#connect{
    background-color:#ffffff;
    background-image: url('../img/homepage-connect-texture.jpg');
    background-position:left center;
    background-repeat:no-repeat;
    padding: 60px 0 80px 0;
}
.connect_inner{
    display:flex;
    flex-flow: row nowrap;
}
.connect_info{
    flex: 0 0 55%;
}
.connect_info h2{
    color:#598227;
    text-transform:uppercase;
    font-size:30px;
    margin: 0 0 30px 0;
    position:relative;
}
.connect_info h2:after{
    content:'';
    width:35px;
    height:2px;
    display:block;
    position:absolute;
    bottom: -14px;
    left:0;
    background:#598227;
}
.connect_info h2 span{color:#000;}
.connect_info h3{
    font-size:26px;
    margin: 0 0 8px 0;
}
.connect_info p{
    font-weight:600;
    padding: 0 20% 0 0;
}

.connect_actions{
    flex: 0 0 45%;
    padding: 0 0 0 40px;
    align-self: center;
}
.connect_phone{
    margin: 0 0 20px 0;
    font-size:32px;
    color:#3a3a3a;
    font-weight:700;
    display:block;
    font-family: 'Roboto Condensed', sans-serif;
}
.connect_phone .fas{
    font-size:20px;
    color:#8bc53f;
    position:relative;
    top:-3px;
}
.connect_phone span{
    font-weight:300;
    font-size:20px;
}
.connect_actions .form_link{
    float:left;
    padding-right:25px;
}

/* FOOTER */
.bordered_spacer{
    border-top: 7px solid #3a3a3a;
    height:19px;
    background:#608c20;
    border-bottom: 7px solid #3a3a3a;
}
footer{
    background:#3a3a3a;
    border-top: 5px solid #000;
    min-height:300px;
    color:#d0d1cf;
    padding: 55px 0 40px 0;
    font-size:15px;
}
.footer_inner{
    display:flex;
    flex-flow: column nowrap;
}
.footer_columns{
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.footer_column{
    flex: 1 0 30%;
}
.footer_column.col1{
    flex: 1 0 35%;
}
.footer_column.col_last{
    flex: 1 0 35%;
}
.footer_column.col_last p{
    font-size:14px;
}
.footer_column p a{
    font-weight:700;
    color:#d0d1cf;
}
footer h2{
    font-size:18px;
    margin: 0 0 10px 0;
    color:#abd37a;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    text-transform:uppercase;
}
footer ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
footer ul li{
    margin: 0 0 10px 0;
}
footer ul li a{
    color:#d0d1cf;
}
.footer_address{
    margin: 40px 0 30px 0;
    padding: 0 0 0 30px;
    position:relative;
}
.pad_foot{
    padding: 20px 0;
}
.pad_foot.col_last{
    padding: 30px 0;
}
.footer_phone,
.footer_fax{
    padding: 0 0 0 30px;
    margin: 15px 0;
    font-size:18px;
    font-weight:700;
    position:relative;
}
.footer_phone a,
.footer_fax a{color:inherit;}
.footer_address:before,
.footer_phone:before,
.footer_fax:before{
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    top:1px;
    left:0;
    width:20px;
    text-align: center;
    font-size:18px;
    color:#abd37a;
}
.footer_address:before{content:'\f3c5';}
.footer_phone:before{content:'\f095';}
.footer_fax:before{content:'\f1ac';}

.footer_copyright{
    font-size:12px;
    display:flex;
    margin: 30px 0 0 0;
    color:#a4a5a5;
}
.footer_copyright a{
    color:#abd37a;
    text-decoration:underline;
}
.copyright{
    flex: 1 1 70%;
    padding: 0 50px 0 0;
}
.membership{
    flex: 1 0 30%;
    display:flex;
    align-items: center;
    padding: 0 0 0 0;
}
.membership img{
    width:73px;
    height:auto;
    margin: 0 20px 0 0;
}
.membership p{
    line-height:20px;
}


/* INTERIOR */
#interior{
    background: #c2c4c0;
    background: -moz-linear-gradient(left, #c2c4c0 50%, #e6e6e6 50%, #e6e6e6 50%);
    background: -webkit-linear-gradient(left, #c2c4c0 50%,#e6e6e6 50%,#e6e6e6 50%);
    background: linear-gradient(to right, #c2c4c0 50%,#e6e6e6 50%,#e6e6e6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c4c0', endColorstr='#e6e6e6',GradientType=1 );
}
#interior .wrapper{
    max-width:1600px;
    overflow:hidden;
    width:100%;
    position:relative;
}
.interior_flex{
}
.interior_flex .sidebar{
    position:absolute;
    top:0;
    left:40px;
    height:100%;
    background-color:#c2c4c0;
    width:360px;
    padding: 60px 40px 250px 40px;
}
.interior_flex .sidebar{
    background-image: url('../img/sidebar_bg.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top right;
}
.interior_flex .sidebar h2{
    color:#4e4f50;
    text-transform:uppercase;
    font-size:28px;
    position:relative;
    margin:30px 0 70px 0;
}
.interior_flex .sidebar h2:after{
    content:'';
    height:4px;
    width:30%;
    display:block;
    position:absolute;
    bottom: -8px;
    left:0;
    background:#86b152;
}
.interior_flex .sidebar ul.sidebar_links{
    list-style:none;
    margin: 0;
    padding:0;
    text-transform:uppercase;
    color:#70706e;
}
.interior_flex .sidebar ul.sidebar_links li{
    width:100%;
    border-bottom: 1px solid #8f908d;

    margin: 0 0 0 0;
    font-weight:700;
}
.interior_flex .sidebar ul.sidebar_links li.selected{
    border-bottom: 3px solid #86b152;
    color:#000;
}
.interior_flex .sidebar ul.sidebar_links li a{
    color:inherit;
    width:100%;
    display:block;
    padding: 20px 0 5px 0;
    position:relative;
    left:0;
    transition:ease all 225ms;
}
.interior_flex .sidebar ul.sidebar_links li a:hover{
    color:#444;
    left: 5px;
}
#main{
    background:#e6e6e6;
    padding: 0 0 0 360px;
}
.main_header{
    position:relative;
    padding: 0 90px;
}
.main_header:before{
    content:'';
    display:block;
    position:absolute;
    bottom: -20px;
    left:0;
    background:#90af5e;
    width:70%;
    height:20px;
}
.main_header:after{
    content:'';
    display:block;
    position:absolute;
    bottom: -35px;
    left:0;
    background:#cfe4b4;
    width:50%;
    height:15px;
}
.main_header h1{
    font-size:36px;
    color:#fff;
    padding: 10px 0 30px 0;
    margin:0;
    display:block;
    position:relative;
    z-index: 5;
    text-transform:uppercase;
}
.main_header .bc{
    display:flex;
    position:relative;
    z-index: 5;
    padding: 35px 0 0 0;
    color:#fff;
    font-size:14px;
}
.main_header .bc span{
    margin: 0 30px 0 0;
    font-weight:700;
    position:relative;
}
.main_header .bc span:after{
    content:'\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    right:-18px;
    top:3px;

}
.main_header .bc span:last-child:after{
    display:none;
}
.main_header .bc a{
    color:inherit;
    font-weight:400;
}
.interior_header_color{
    background-color:#79bb19;
    opacity:0.6;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 3;
}
.interior_header_img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    filter:brightness(0.4) grayscale();
    background-image: url('../img/interior-hero-1.jpg');
    background-size:cover;
    background-position:center;
}
.main_content{
    background:#eee;
    padding: 90px;
    min-height:500px;
}
/* EDITOR STYLES */

#page h2{
    color:#404040;
    margin: 20px 0 40px 0;
    max-width:700px;
    font-size:22px;
    line-height: 1.2em;
    position:relative;
    font-family: "Roboto Condensed", sans-serif;
}
#page > h2:first-child{margin-top:0;}
#page h2:before{
    content:'';
    width:150px;
    height:1px;
    display:block;
    background:#888;
    position:absolute;
    bottom: -15px;
    left:0;
}
#page h3{
    color:#404040;
    margin: 20px 0 20px 0;
    max-width:700px;
    font-size:20px;
    line-height: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
}
#page h4{
    color:#86b152;
    margin: 20px 0 20px 0;
    max-width:700px;
    font-size:20px;
    line-height: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
}
#page h5{
    color:#404040;
    margin: 20px 0 10px 0;
    max-width:700px;
    font-size:16px;
    line-height: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
}
#page h6{
    color:#86b152;
    margin: 20px 0 10px 0;
    max-width:700px;
    font-size:16px;
    line-height: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
}
#page img{
    max-width:700px;
    margin: 0 0 30px 0;
    clear:both;
	width: 100%;
}
#page ol,
#page ul,
#page h4,
#page h5,
#page h6{
    max-width:700px;
}
#page > p{
    max-width:700px;
    font-weight:400;
}
#page strong{font-weight:600;}
#page p a,
#page li a{
    color:#54732e;
    font-weight:600;
}
#page hr{
    margin: 30px 0;
    position:relative;
}
#page hr:before{
    content:'';
    width:150px;
    height:1px;
    display:block;
    background:#888;
    position:absolute;
    bottom: 0;
    left:0;
}

/* NEWS */
.news_content article{
    background:#fff;
    padding: 25px;
    max-width:700px;
    margin: 0 0 40px 0;
    border-radius:10px;
}
.main_content .news_content img{
    max-width:100%;
    margin: 0;
}
.blog-item-media{
    margin: 0 0 20px 0;
}
.news-header .read_article{
    flex: none;
    margin:10px 0;
    display:inline-block;
    width:auto;
}
.news-header .top h2{
    margin: 0 0 30px 0;
    font-size:24px;
    color:#404040;
}
.news-header .top h2 a{color:inherit;}
.news-header .top .date{
    font-size:16px;
    font-weight:700;
    color: #6d9331;
    font-family:"Roboto Condensed", sans-serif;
}
.news-header .bottom{

}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #86b152;
    border-color: #86b152;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #86b152;
}


/* NEWS INTERIOR */

.new_news_meta{
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin: -40px 0 40px 0;
    display:flex;
    text-align: left;
    flex-flow:column nowrap;
}
.new_news_meta .date{
    font-weight:700;
    color: #6d9331;
    font-family:"Roboto Condensed", sans-serif;
    margin: 0 0 10px 0;
}
.new_news_meta .list{
    list-style:none;
    display:flex;
    font-family:"Roboto Condensed", sans-serif;
    margin: 2px 0 0 0;
    align-items: center;

}
.new_news_meta .list .label{
    color:#666;
    line-height:16px;
    font-size:15px;
    padding:0;
    margin: 0 5px 0 0;
}
.new_news_meta .list .list_item:first-child{

}
.new_news_meta .list .list_item a{
    font-family:"Roboto Condensed", sans-serif;
    color:#666;
    line-height:16px;
    font-size:15px;
}
.new_news_meta .list .list_item a:hover{text-decoration:underline;}

.post-pagination{
    margin: 100px 0;
    max-width: 700px;
    display:flex;
    justify-content: space-between;
}
.post-pagination a{
    font-family:"Roboto Condensed", sans-serif;
    color:#6d9331;
    font-weight:700;
    line-height:16px;
    font-size:15px;
    flex: 0 0 auto;
    display: block;
}


/* RESOURCES */
.resources{
    max-width:700px;
}
.resources-panel {
	margin: 35px 0;
}
.resources-panel-item {
	background-color: #f4ffe6;
	padding: 1.5em 2em;
	margin-bottom: 15px;
}
.resource-subHeading {
	color: #7a8c52;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.resource-subHeading:after {
	content: '';
	background-color: #7a8c52;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100px;
}
.resource-desc p {
	font-size: 15px;
	line-height: 1.25em;
    margin: 0 0 20px 0;
}
.resources-panel .resource-item {
	margin-bottom: 15px;
}
.resources-panel .resource-item span {
	float: left;
	margin-right: 10px;
	width: 20px;
	color: #7a8c52;
}
.resources-panel .resource-item a {
	display: flex;
	color: #4d4d4d;
	font-size: 15px;
	text-decoration: underline;
}
.resources-panel .resource-item a:hover,
.resources-panel .resource-item a:focus {
	text-decoration: none;
}


/* NEWS SIDEBAR */
.sidebar h4{
    font-size:18px;
    text-transform:uppercase;
    margin: 30px 0 15px 0;
}
.sidebar-news .news-item{
    margin: 0 0 15px 0;
    padding: 12px;
    border-radius:4px;
    background:#d5d5d5;
}
.sidebar-news .news-item .date{
    font-weight:700;
    font-size:12px;
    color:#555;
    font-family: 'Roboto Condensed', sans-serif;
}
.sidebar-news .news-item .news-link{
    color:#444;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    font-size:15px;
}
.sidebar ul.tag_style{
    padding:0;
    margin: 0;
    list-style: none;
}
.sidebar ul.tag_style li{
    border:none;
    width:auto;
    display:inline;
    display:inline-block;
    *zoom:1;
    margin: 0 5px 8px 0;
}
.sidebar ul.tag_style li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
    display:inline-block;
    width:auto;
    color:#444;
    padding: 5px 10px;
    font-weight:700;
    border-radius:3px;
    background:#d5d5d5;
    border: 1px solid #d5d5d5;
    transition:all 200ms ease;
}
.sidebar ul.tag_style li a:hover{
    border: 1px solid #38550e;
}






/* JOURNEY ACCORDION */
#journey{
    margin: 50px 0;
}
.ja_header{
    cursor:pointer;
    position:relative;
    border-radius: 25px 0 0 0;
    background: #8cc63f;
    background: -moz-linear-gradient(top, #8cc63f 0%, #80b737 100%);
    background: -webkit-linear-gradient(top, #8cc63f 0%,#80b737 100%);
    background: linear-gradient(to bottom, #8cc63f 0%,#80b737 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#80b737',GradientType=0 );
}
.ja_header:after{
    content:'Open +';
    position:absolute;
    z-index: 2;
    right:60px;
    top:50%;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    transform:translate(0,-50%);
}
.ja_header.active:after{content:'Close -';}
.ja_header h2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db835+0,72aa2e+100 */
background: rgb(125,184,53); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,184,53,1) 0%, rgba(114,170,46,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,184,53,1) 0%,rgba(114,170,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,184,53,1) 0%,rgba(114,170,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db835', endColorstr='#72aa2e',GradientType=0 ); /* IE6-9 */

    width:45%;
    padding: 30px 30px 30px 140px;
    color:#fff;
    line-height:1.1em;
    text-transform:uppercase;
    font-size:22px;
    border-radius: 25px 0 0 0;
    margin: 0;
    position:relative;
}
.ja_header h2 span{
    display:block;
    background-size:80px;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    left:30px;
    height:80px;
    width:80px;
}
/* .new_leaders .ja_header h2:before{
    background-image: url('../img/j_icon-3.png');
}
.manu_leaders .ja_header h2:before{
    background-image: url('../img/j_icon-2.png');
}
.supply_leaders .ja_header h2:before{
    background-image: url('../img/j_icon-1.png');
} */
.ja_body{
    background:#fff;
    overflow:hidden;
    height:0;
    transition:height ease 300ms;
}
.ja_body p{
    margin: 0 0 30px 0;
}
.ja_inner_body{
    padding: 50px;
}
.ja_inner_body ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-flow:row wrap;
}
.ja_inner_body ul li{
    flex: 1 0 34%;
    padding: 0 25px 0 30px;
    margin: 6px 0;
    position:relative;
}
.ja_inner_body ul li a{
    color:#000;
}
.ja_inner_body ul li a:hover{
    text-decoration: underline;
}
.ja_inner_body ul li.pdf:before,
.ja_inner_body ul li.link:before,
.ja_inner_body ul li.file:before,
.ja_inner_body ul li.video:before{
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    left:0px;
    top:3px;
    content:'\f15b';
}
.ja_inner_body ul li.pdf:before{content:'\f1c1';}
.ja_inner_body ul li.video:before{content:'\f03d';}
.ja_inner_body ul li.link:before{content:'\f0c1';}

/* SWATCHBOOK ACCORDION */

.main_content.vs{
    background:#e6e6e6;
    padding-bottom: 0;
}
#swatchbook{
    margin: 50px -90px 0 -90px;
}
#swatchbook .vs_header{
    cursor:pointer;
    position:relative;
    z-index: 1;
}
#swatchbook .vs_header_inner{
    background: #e6e6e6;
    border-top:3px solid #fff;
}
#swatchbook .vs_header_inner:before{
    content:'';
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom: 20px;
    border-radius:30px;
    display:block;
    z-index: -1;
    opacity:0.7;
    box-shadow:0 -10px 28px #000;

}
#swatchbook .vs_header:after{
    content:'\f063  Open';
    font-family: 'Font Awesome 5 Free', 'Open Sans', sans-serif;
    font-weight:900;
    position:absolute;
    z-index: 2;
    left:75%;
    top:50%;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    transform:translate(0,-50%);
}
#swatchbook .vs_header.active:after{
    content:'\f062  Close';
    color:#fff;
}
#swatchbook .vs_header h2{
    width:100%;
    padding: 30px 30% 30px 90px;
    color:#333;
    line-height:1.1em;
    font-size:22px;
    margin: 0;
    position:relative;
}

#swatchbook .vs_header.active{
    background:#fff;
}
#swatchbook .vs_header.active h2:after{
    background:#86b152;
}

#swatchbook .vs_header h2:after{
    content:'';
    display:block;
    background:#dfdfdf;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:30%;
}
#swatchbook .vs_header.active h2:before{
    content:'';
    display:block;
    background:#86b152;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:20px;
    z-index: 2;
}
.vs_body{
    background:#fff;
    overflow:hidden;
    height:0;
    transition:height ease 300ms;
}
.vs_inner_body{
    padding: 30px 50px;
    border-top:2px solid #e6e6e6;
    position:relative;
    min-height:400px;
}

.vs_owl_1{
    display:block;
    width:100%;
}

.vs_slider_inner img{
    display:block;
}
.vs_slider{
    float:left;
    width:50%;
    padding:30px;
}
.vs_slider .owl-nav{
    position: absolute;
    bottom: 50%;
    width: calc(100% + 80px);
    left: -40px;
    display: flex;
    justify-content: space-between;
}
.vs_slider .owl-nav .owl-next,
.vs_slider .owl-nav .owl-prev{
    width:20px;
    height:20px;
    font-size:12px;
    border-radius:50%;
    background-color: #86b152 !important;
    color:#fff !important;
    font-weight:900;
}
.vs_slider .owl-dots{
    margin: 10px 0 0 0;
}
.vs_slider .item img{
    width:100%;
}
.vs_details{
    float:left;
    width:50%;
    padding: 30px;
}
.vs_details p{
    color:#676565;
    margin: 0 0 10px 0;
    line-height:1.5em;
}
.vs_details div.note{
    font-weight:700 !important;
    color:#222;
    font-size:14px;
}
a.vs_pdf_link{
    display:block;
    position:relative;
    min-height:110px;
    margin: 30px 0 0 0;
    border: 2px solid #8eb65d;
    border-radius:8px;
    padding: 15px 140px 15px 15px;
}
a.vs_pdf_link:after{
    content:'\f1c1';
    font-family: 'Font Awesome 5 Free', 'Open Sans';
    font-weight:900;
    position:absolute;
    font-size: 50px;
    top: 10px;
    right: 20px;
    color: #80b737;
    line-height: 70px;
}
a.vs_pdf_link h4{
    margin: 0 0 8px 0;
    color:#222;
    text-transform:uppercase;
    font-size:18px;
}
a.vs_pdf_link span{
    color:#80b737;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}


/* NEEDS ASSESSMENT FORM */
#na_form{
    margin: 50px 0;
}
h2.na_step{
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    background:#86b152;
    color:#fff;
    margin: 30px -90px;
    padding: 25px 90px;
}
h2.na_step span{color:#000;}
.na_spacer{margin:35px 0;}
.input_area{
    margin: 0 0 8px 0;
}
.ia_flex{
    display:flex;
}
.ia_flex input:nth-child(2){
    margin: 0 0 0 10px;
}
.input_area input[type="text"],
.input_area input[type="tel"],
.input_area input[type="email"]{
    width:100%;
    background:#fff;
    border:none;
    font-size:15px;
    font-weight:600;
    padding: 15px 30px;
    border-left:6px solid #c2c4c0;
}
.input_area input[type="text"]:focus,
.input_area input[type="tel"]:focus,
.input_area input[type="email"]:focus{
    border-left:6px solid #80b737;
    color:#000;
}
.input_area label,
.input_area p{
    font-size:14px;
    font-weight:700;
    color:#000;
    width:100%;
    display:block;
    margin: 0 0 10px 0;
}
.input_area p{color:#70706e;}
.input_area textarea{
    font-weight:600;
    font-size:15px;
    padding: 15px 30px 15px 36px;
    font-family: 'Open Sans', sans-serif;
    width:100%;
    background:#fff;
    border:none;
    resize:vertical;
    height:70px;
    min-height:70px;
    max-height:400px;
    margin: 0 0 30px 0;
}
.input_area textarea.taller{
    height:90px;
    min-height:90px;
}
.checkboxes{
    display:flex;
}
.checkbox{
    line-height:18px;
    display:flex;
    margin: 0 25px 25px 0;
    align-self: center;
}
.checkbox label{
    color:#70706e;
    margin:0;
}
.checkbox input[type="radio"],
.checkbox input[type="checkbox"]{
    margin: 3px 5px 0 0;
    padding: 0;
}
.radio + .radio,
.checkbox + .checkbox{margin: 0 25px 25px 0;}

.checkbox input[type="radio"]:checked + label,
.checkbox input[type="checkbox"]:checked + label{
    color:#578a15;
}
.form_footer{
    display:flex;
}

.form_submit_info{
    flex: 0 0 50%;
}
.form_submit{
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50%;
    flex-flow:column nowrap;
}
.errorbox{
    padding: 30px;
    margin: 30px 0;
    border-radius:5px;
    background:#f4f4cb;
}
.errorbox h2{
    margin: 0 0 20px 0;
    font-size:24px;
}
#re-er,
p.form_error{
    padding: 0 36px;
    display:block;
    font-size:12px;
    font-weight:600;
    color:maroon;
    margin: 3px 0 15px 0;
}
.input_area input[type="text"].input_error, .input_area input[type="tel"].input_error, .input_area input[type="email"].input_error{
    border-left:6px solid maroon;
}
#submit_holder{
    margin: 20px 0 0 0;
}
#submit_holder input{
    background: #abd37a;
    color: #000;
    display: block;
    border: none;
    padding: 18px 45px;
    font-size: 18px;
    border-radius: 4px;
    align-self: center;
    font-weight: 700;
    margin: 10px 0 0 30px;
}


/* Mobile NAV */
#mnavbutton{
    display:none;
    position: absolute;
    top:0;
    right:0;
    height:100%;
    width:100px;
    text-align: center;
    line-height:30px;
    font-size:30px;
    padding: 35px 0 0 0;
    color:#91c050;
    cursor:pointer;
}
.nav_toggle{display:none;}




@media(max-width:1400px){

    .ja_header h2{
        width:65%;
    }

}@media(max-width:1200px){

    /* HEADER */
    #logo{
        flex: 0 0 260px;
        background-size: 220px;
    }


    /* VS accdn */
    .vs_slider,
    .vs_details{
        width:100%;
        float:none;
    }

    /* BJ accdn. */
    .ja_inner_body ul li{
        flex: 1 0 34%
    }


}
@media (max-width:1120px){
    .wrapper{
        padding: 0 20px;
    }

    /* HERO */
    .bubble{
        max-width:80%;
    }
    .bubble h2{font-size: 34px;}
    .bubble p{font-size: 15px;}
    #hero_slider .item_inner{
        padding: 120px 100px 150px 100px;
    }

    /* DIRECTORY */
    #directory{
        padding: 60px 0;
    }

    /* INTERIOR */
    #main{padding-left:300px;}
    .interior_flex .sidebar{
        left:20px;
        width:300px;
    }
    .interior_flex .sidebar h2{
        font-size:24px;
        line-height:1.2em;
        margin: 30px 0 40px 0;
    }
}
@media(max-width:1020px){
    /* INTERIOR */
    #interior{
        background:#e6e6e6;
    }
    #interior .wrapper{padding:0;}
    .interior_flex{
        display:flex;
        flex-flow:column nowrap;
    }
    #main{
        order:1;
        padding: 0;
    }
    .interior_flex .sidebar{
        order:2;
        width:100%;
        height: auto;
        position:relative;
        left:0;
        padding: 60px 90px 90px 90px;
    }
    .main_header .bc{padding: 50px 0 0 0;}

    /* CONNECT */
    .connect_inner{
        padding:0 70px;

    }

    /* FOOTER */
    .footer_inner{padding: 0 70px;}
    .footer_columns{
        flex-flow:row wrap;
    }
    .footer_column.col_last{
        flex: 1 0 100%;
    }

    /* VS accdn */
    .vs_slider,
    .vs_details{
        width:50%;
        float:left;
    }
    .cf{clear:both;}

}
@media(max-width:991px){
    nav{
        display:none;
        position:absolute;
        top:100%;
        right:0;
        width:100%;
        max-width:250px;
        background: #333;
    }
    nav.active{display:block;}
    ul#main_nav{
        padding:0;
        margin:0;
        flex-flow:column nowrap;
    }
    .anchor{position: relative;}
    ul#main_nav li{
        padding:0;
        margin:0;
        border-bottom:1px solid #222;
    }
    ul#main_nav > li.selected > a,
    ul#main_nav li a{
        padding:15px 65px 15px 15px;
        position: relative;
    }
    ul#main_nav li.selected:before{
        top:0;
        left:0;
        bottom:0;
    }
    .nav_toggle{
        position: absolute;
        top:0;
        text-align: center;
        line-height: 25px;
        padding: 13px 0 0 0;
        right:0;
        width:65px;
        height:100%;
        display:block;
        color:#91c050;
        border-left:1px solid #222;
        font-size: 20px;
    }
    .nav_toggle.active .fas{
        position: relative;
        transform: rotate(180deg);
    }
    ul#main_nav li a .fa-chevron-down{display:none;}
    ul#main_nav li a br{display:none;}
    ul#main_nav li ul,
    ul#main_nav li:hover ul{
        background: #222;
        position:relative;
        left:0;
    }
    ul#main_nav li:hover ul{display:none;}

    ul#main_nav ul{
        padding: 15px;
        display:none;
    }
    ul#main_nav li:hover ul.active,
    ul#main_nav ul.active{
        display:block;
    }




    #util{display:none;}
    #mnavbutton{display:block;}
    #mnavbutton.active{
        background:#333;
    }





    .form_phone{display:none;}
    header .wrapper{padding:0;}
    .oppo{display:none;}
    body{padding-top:100px;}
    #logo{
        height:100px;
        flex: 0 0 283px;
        background-position: center top 23px;
    }

    /* DIRECTORY */
    .directory_inner{flex-flow:row wrap;}
    .directory_news_module{
        flex: 0 0 100%;
        margin: 40px 0 0 0;
    }
    .directory_quick_links{
        padding:0;
        flex: 0 0 100%;
    }
    .directory_news_module{height:450px;}
    .cta_chunk{border-radius:10px;}
    .icon_chunk{border-radius:0 10px 10px 0;}
    .directory_swatchbook:after,
    .directory_journey:after{right:20px;}

    /* CONNECT */
    .form_link{line-height:22px;}
    .connect_inner{padding:0 20px;}

    /* FOOTER */
    .footer_inner{padding: 0 20px;}


    /* INTERIOR */
    .main_header{
        padding: 0 40px;
    }
    .interior_flex .sidebar{
        padding: 60px 40px 90px 40px;
    }
    .main_content{padding: 70px 40px;}

    /* SWATCHBOOK */
    #swatchbook{margin: 50px -40px 0 -40px;}
    #swatchbook .vs_header h2{
        padding-left:40px;
    }


    /* NEWs */
    .new_news_meta{margin: -20px 0 30px 0;}

}
@media(max-width:850px){


    /* HERO */
    #hero_slider .wrapper{padding:0;}
    #hero_slider .item_inner{padding:0;}
    .bubble{
        max-width:100%;
        border-radius:0;
        padding:80px 100px 150px 100px;
    }
    .bubble h2{
        font-size: 40px;
        width: 105%;
        width:100%;
        margin:0 0 0 0;
        color:#fff;
        background:none;
    }
    .bubble p{
        font-size: 14px;
        border:none;
        padding:15px 30px 30px 30px;
    }

    a.more_hero_link{
        position:relative;
        bottom:initial;
    }
    a.more_hero_link:before,
    a.more_hero_link:after{
        display:none;
    }

    .hero_prev{left:30px;}
    .hero_next{right:30px;}
    .dots_custom{bottom: 50px;}

    /* DIRECTORY */

    /* CONNECT */
    .connect_inner{
        display:block;
    }
    .connect_actions{
        padding:0;
        align-self:flex-start;
    }
    #connect{
        padding: 60px 0 100px 0;
        background-size:auto 100%;
    }


    /* VS accdn */
    .vs_slider,
    .vs_details{
        width:100%;
        float:none;
    }

    /* BJ accdn. */
    .ja_inner_body ul li{
        flex: 1 0 90%
    }
    .ja_header h2{
        padding: 15px 15px 15px 90px;
        font-size: 17px;
        border-radius: 10px 0 0 0;
    }
    .ja_header:after{
        right:40px;
    }
    .ja_header h2 span{
        left: 25px;
        height: 40px;
        width: 40px;
        background-size: 40px;
    }


}
@media(max-width:750px){

    .bubble{
        max-width:100%;
        border-radius:0;
        padding:40px 0 100px 0;
    }
    .bubble h2{
        font-size:35px;
    }
    .hero_next{
        bottom: 50px;
        top:initial;
        transform:translate(0,0);
    }
    .hero_prev{
        left:initial;
        right:80px;
        bottom: 50px;
        top:initial;
        transform:translate(0,0);
    }
    .dots_custom {
        bottom: 55px;
        left: -70px;
    }
    /* .bubble{padding: 14px 0 0 0;}
    .bubble p{
        display:none;
    }
    .bubble h2{
        padding: 20px;
        font-size:24px;
    }
    a.more_hero_link{
        bottom: -31px;
        font-size:14px;
    }
    a.more_hero_link:after{top:-1px;}
    a.more_hero_link:before{bottom:1px;}
    .owl-dot{height:14px;width:14px;} */

    /* CONNECT */
    .story_meta{
        flex-direction:column;
    }
    .read_article{
        align-self: flex-start;
        margin: 16px 0 0 0;
    }

    /* FOOTER */
    .footer_column.col1{
        margin: 0 0 0px 0;
        flex: 1 0 100%;
    }
    .footer_address{
        margin: 30px 0 0 0;
    }
    .footer_copyright{flex-flow:row wrap;}
    .copyright{
        flex: 1 0 100%;
        order:2;
    }
    .membership img{width:46px;}
    .membership{
        font-weight:700;
        padding: 0;
        flex: 1 0 100%;
        order: 1;
    }
    .foot_pad{
        padding:  0;
    }

    /* VS accdn. */
    .vs_inner_body{
        padding:10px 20px 40px 20px;
        min-height:0;
    }
    .vs_details{padding:0 30px;}
    a.vs_pdf_link {
        padding: 15px 70px 15px 15px;
        min-height:0;
    }
    a.vs_pdf_link:after{
        font-size: 30px;
        top: 15px;
        right: 15px;
        line-height: 30px;
    }
    a.vs_pdf_link h4{
        font-size:16px;
    }

}
@media(max-width:600px){

    /* GLOBALS */
    .main_header h1{
        font-size:30px;
        padding: 40px 0 30px 0;
    }
    .main_header .bc{display:none;}

    /* SIDEBAR */
    .interior_flex .sidebar{
        padding:20px 40px 70px 40px;
    }


    /* DIRECTORY */
    #directory{padding: 30px 0;}
    .directory_news_module h2{
        font-size:28px;
        margin-top:5px;
        padding: 0 15px;
    }
    .news_meta{
        font-weight:600;
        padding: 0 15px;
    }
    .post-pagination{margin: 50px 0;}


    .cta_chunk{padding:40px 100px 30px 25px;}
    .icon_chunk{
        border-radius: 10px;
        top: 10px;
        right: 10px;
        height: 75px;
        width: 75px;
        background-size:80%;
    }
    .cta_chunk h2{
        line-height:1em;
    }

    /* FOOTER */
    .logo_area img{max-width:100px;}
    .footer_column{flex: 1 0 100%;
    margin:0 0;}
    .copyright{padding:0;}



    /* NEEDS ASSESSMENT FORM */
    .ia_flex{
        flex-flow:column;
    }
    .ia_flex input:nth-child(2){
        margin: 8px 0 0 0;
    }
    .form_footer{
        flex-flow:column nowrap;
    }
    .checkbox{align-self:flex-start;}
    .checkboxes{
        flex-flow: column nowrap;
        margin: 30px 0 20px 0;
        padding: 0 0 0 20px;
    }


    /* BJ accdn. */
    #journey{margin:20px 0;}
    .ja_header h2{
        width: 75%;
        font-size: 15px;
    }
    .ja_inner_body{padding: 30px;}
    .ja_header:after{
        right:13px;
        color:#314217;
        font-size:13px;
    }


    /* NEWS */

}
@media(max-width:400px){

    /* GLOBALS */
    .main_header h1{
        font-size:26px;
        padding: 40px 0 30px 0;
    }

    /* HERO */
    #directory:before{display:none;}
    .bubble{padding: 40px 0 70px 0;}
    .dots_custom{bottom:25px;}
    .hero_prev,.hero_next{bottom:20px;}

}
