html,
body{
    padding: 0;
    margin: 0 auto;
}

body{
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Crimson Text', serif;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 600;
}
h1,
.h1{
    font-size: 44px;
    line-height: 52px;
}
h2,
.h2{
    font-size: 36px;
    line-height: 44px;
}
h3,
.h3{
    font-size: 30px;
    line-height: 38px;
}
h4,
.h4{
    font-size: 28px;
    line-height: 36px;
}
h5,
.h5{
    font-size: 25px;
    line-height: 33px;
}
h6,
.h6{
    font-size: 20px;
    line-height: 28px;
}

img{
    max-width: 100%;
    border: none;
    margin: 0;
}

p{
    margin: 0 0 35px;
}

ul{
    margin: 0 0 35px 20px;
    padding: 0 0 0 15px;
}

ul > li{
    margin: 0 0 15px;
    padding: 0;
}

a{
    text-decoration: none;
    color: #00346b;
}

a:hover,
a:focus{
    text-decoration: none;
    color: #3a90c4;
}

a.link-black{
    color: #000000;
}

a.link-black:hover,
a.link-black:focus{
    color: #dddddd;
}

.font-400{
    font-weight: 400;
} 

.font-600{
    font-weight: 600;
} 

.font-700{
    font-weight: 700;
}
  
.text-white{
    color: #ffffff;
}

.text-blue{
    color: #00346b;
}

.bg-blue{
    background-color: #3a90c4;
}

.margin-xlg{
    margin-bottom: 100px;
}
.margin-lg{
    margin-bottom: 50px;
}
.margin-md{
    margin-bottom: 25px;
}
.margin-mdx{
    margin-bottom: 20px;
}
.margin-sml{
    margin-bottom: 15px;
}
.margin-sm{
    margin-bottom: 10px;
}
.margin-xs{
    margin-bottom: 5px;
}
.no-margin{
    margin: 0;
}

.no-padding-bottom{
    padding-bottom: 0!important;
}

.alignright{
    margin-bottom: 25px;    
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.row-fluid{
    margin-left: 0;
    margin-right: 0;
}

.col-fluid{
    padding-left: 0;
    padding-right: 0;
}

/* HEADER */

.site-header{
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccd6e1;
    background-color: #ffffff;
}

.site-header.header-sticky{
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
}

.logo{
    background-color: #00346b;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
}

.logo a{
    color: #ffffff;
}

.logo a:hover,
.logo a:focus{
    color: #dddddd;
}

.header-right{
    padding-right: 50px;
}

.navbar{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse{
    justify-content: flex-end;
}

.navbar-nav{
    margin: 0 -20px;
}

.navbar-nav > li{
    padding: 0 20px;
    position: relative;
    margin: 0;
}

.navbar-nav > li > a{
    color: #000000;
    padding: 17px 0;
    border-bottom: 4px solid transparent;
    display: inline-block;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    color: #dddddd;
}

.navbar-nav > li.active > a{
    color: #00346b;
    border-bottom: 4px solid #00346b;    
}

.dropdown-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 280px;
    border-left: 1px solid #cdd7e1;
    border-right: 1px solid #cdd7e1;
    border-bottom: 1px solid #cdd7e1;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    padding: 10px 15px 10px;
    box-shadow: 0px 4px 5px #999;
        -moz-box-shadow: 0px 4px 5px #999;
        -webkit-box-shadow: 0px 4px 5px #999;
        -o-box-shadow: 0px 4px 5px #999;
    left: 50%;
    margin-left: -130px;
}

.dropdown-menu > li{
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

.dropdown-menu > li > a{
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.dropdown-menu > li > a:hover{
    color: #dddddd;
}

.dropdown-menu > li.active > a{
    color: #00346b;
}
    
/* CONTENT */

.row-middle{
    align-items: center;    
}

.site-main{
    padding-top: 80px;
}

.sc{
    padding-top: 50px;
    padding-bottom: 50px;
}

.sc.sc-sm{
    padding-top: 30px;
    padding-bottom: 30px;
}

.sc-page-content{
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50%;
}

.sc-home{
    background-image: url(images/bg-1.jpg);
    padding-bottom: 125px;
}

.sc.sc-practice-areas{
    background-color: #808080;
    
}

.pa-col{
    border-right: 1px solid #ffffff;
}

.pa-col.last{
    border-right: none;
}

.pa{
    text-align: center;
}

.pa span{
    display: block;
}

.pa-icon{
    position: relative;
    padding-bottom: 25px;
}

.pa-title{
    font-size: 25px;
    line-height: 33px;
}

.pa-icon img{
    transition: all .2s ease-in-out;
}

.pa a{
    color: #ffffff;
}

.pa a:hover{
    color: #dddddd;
}

.pa a:hover img{
    transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
}

.address-bar{
    background-color: #00346b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.address-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.address-list > li{
    padding: 0 15px 0 22px;
    margin: 0;
    background: url(images/svgs/dot-white.svg) no-repeat scroll 0 center;
    background-size: 6px;
}

.address-list > li.first-item{
    background: none;
}

.address-list > li > a{
    color: #ffffff;
}

.address-list > li > a:hover,
.address-list > li > a:focus{
    color: #dddddd;
}

.page-content-right{
    padding-left: 100px;
}

.content-icon{
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 100px;
    background-size: 75px;
    min-height: 75px;
    padding-top: 15px;
}

.page-content-right.content-page-nobg{
    padding-left: 0;
}

.beverage-icon{
    background-image: url(images/svgs/beverage.svg);
}

.sc-beverage-industry{
    background-image: url(images/beverage-industry.jpg);
}

.sc-business{
    background-image: url(images/business.jpg);
}

.business-icon{
    background-image: url(images/svgs/business.svg);
}

.sc-litigation{
    background-image: url(images/litigation.jpg);
}

.litigation-icon{
    background-image: url(images/svgs/litigation.svg);
}

.sc-consulting{
    background-image: url(images/consulting.jpg);
}

.consulting-icon{
    background-image: url(images/svgs/consulting.svg);
}

.sc-referrals{
    background-image: url(images/referrals.jpg);
}

.sc-richard{
    background-image: url(images/richard-bg.jpg);
}

.sc-darin{
    background-image: url(images/darin-bg.jpg);
}

/* SIDEBAR */

.sidebar{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
}
.widget-title{
    color: #113467;
    border-bottom: 3px solid #113467;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.menu-widget{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-widget > li{
    margin: 0;
    padding: 0 0 8px;
}

.menu-widget > li > a{
    color: #000000;
}

.menu-widget > li > a:hover,
.menu-widget > li > a:focus{
    color: #999999;
}

.menu-widget > li.active > a{
    color: #113467;
}

/* FOOTER */

.site-footer{
    padding: 40px 0;
    font-size: 16px;
    line-height: 24px;
}


@media (min-width: 768px){
    .header-right{
        text-align: right;
    }
    .alignright{
        margin-left: 20px;
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .logo {
        font-size: 14px;
    }
    .navbar-nav > li{
        font-size: 16px;
    }
    .dropdown-menu > li > a{
        font-size: 16px;
    }
}

@media (min-width: 992px){
    .txt-right{
        padding-left: 25px;
    }
    .txt-left{
        padding-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .logo {
        font-size: 18px;
    }
}

@media (min-width: 1025px){
    .navbar-nav > li:hover > .dropdown-menu{
        display: block !important;
    }
}

@media (max-width: 991px){
    h1,
    .h1{
        font-size: 36px;
        line-height: 44px;
    }
    h2,
    .h2{
        font-size: 30px;
        line-height: 36px;
    }
    .hidden-md{
        display: none !important;
    }
    .header-right {
        padding-right: 15px;
    }
    .sc-page-content{
        background-size: 60%;
    }
    .sc.sc-home{
        padding-bottom: 100px;
    }
    .pa-icon img{
        width: 80px;
        height: auto;
    }
    .pa-icon-beverage img{
        width: 90px;
    }
}

@media (max-width: 767px){
    .logo {
        padding-left: 10px;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    .header-right {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar{
        padding: 0;
    }
    .navbar-toggler{
        background: url(images/menu.png) no-repeat scroll 0 0;
        background-size: 34px;
        padding: 0;
        width: 36px;
        height: 26px;
        position: absolute;
        top: -43px;
        right: 0;
        border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
    }
    .navbar-nav{
        text-align: center;
        margin: 0 -15px;
    }
    .navbar-nav > li > a{
        padding: 15px 0 0;
        font-weight: 700;
    }
    .dropdown-menu{
        display: block !important;
        position: static;
        border: none;
        box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .dropdown-menu > li{
        padding: 0 0 8px;
    }
    
    .sc-page-content{
        background-size: 75%;
    }
    
    .sc.sc-home{
        padding-bottom: 50px;
    }
    
    .content-icon {
        padding-left: 70px;
        background-size: 50px;
        padding-top: 8px;
    }
    .page-content-right {
        padding-left: 70px;
    }
    
    .pa-col {
        border-right: none;
    }
    .pa{
        margin-bottom: 30px;
    }
    .pa-col.last .pa{
        margin: 0;
    }
    .pa-icon{
        padding-bottom: 15px;
    }
    .address-list > li.sm-style{
        background: none;
        width: 100%;
    }
    .address-list > li.sm-style-phone{
        width: auto;
    }
}

@media (max-width: 479px){
    
    .copyright span{
        display: block;
    } 
}