/*
    Built by Rob, rebuilt by Sean
    Quote of the year: "I didn't do it, but I'm sorry."
*/

/********************/
/* base CSS Scripts */
/********************/

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #58585b;
    font-size: 15px;
    line-height: 1.3;
}

html, body, input, select, textarea, button {
    font-family: 'Open Sans', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #0E3C4C;
    font-weight: bold;
    font-family: Oswald;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
}

h4, h5, h6 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}

strong, b {
    font-weight: bold;
}

.BlockQuote {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}

div.hr {
    border-top: 2px #D7D7D7 solid;
    height: 2px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    clear: both;
}

a, a:visited {
    color: #85A856;
}

    a:hover, a:active {
        color: #85A856;
        cursor: pointer;
    }

    a img {
        border: 0;
    }

sup {
    vertical-align: super;
    bottom: auto;
}

ul {
    padding: 0;
    list-style: none;
}

.RequiredIndication {
    color: red;
}

.alert {
    font-size: 12px;
    color: #f44336;
    background-color: #FFFFFF;
    width: 125px;
    height: 25px;
    padding: 0;
    padding-left: 10px;
    opacity: 1;
    transition: opacity 0.6s;
    display: none;
}

.fakelink-blue {
    color: #0E3C4C;
}

.NoMargin {
    margin: 0px !important;
}

.clearfix {
    clear: both;
}

.hide {
    display: none;
}

.page {
    background-color: #FFFFFF;
    margin: 0;
    min-height: 620px;
}

.sg-pagewidth {
    padding: 0 15px;
}

#contentFeature {
    padding: 0 15px;
}

/*[placeholder]:not(:focus) { opacity: 0.75; color: #58585b; }*/

/*Icon Styles*/
#Alerts, #Updates {
    background-image: url(/Images/Icons/icon_Alert.png);
    background-repeat: no-repeat;
    background-position: 18px;
}

#Events {
    background-image: url(/Images/Icons/icon_Event.png);
    background-repeat: no-repeat;
    background-position: 18px;
}

#News {
    background-image: url(/Images/Icons/icon_News.png);
    background-repeat: no-repeat;
    background-position: 18px;
}

address.Offices {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 15px;
}

span.office {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 5px;
}

.FileDownLoad {
    max-width: 200px;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    margin-top: 15px;
}

.PDFLINK {
    padding: 10px 30px 10px 42px;
    background-image: url(/Images/Icons/Adobe_PDF_Icon.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

.ConnectIcon {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.SideBar img {
    max-width: 290px;
}

form p:last-child {
    margin-bottom: 15px;
}

/* Sitewide Button */
.siteButton {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 24px;
    text-align: center;
    background-color: #85A856;
    font-size: 16px;
    border-radius: 2px;
    line-height: 20px;
    color: #FFFFFF;
}

    .siteButton:hover {
        background-color: #0E3C4C;
        color: #FFFFFF;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    }

/********************************/
/*       Header Styles   */
/********************************/

header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px;
    background: #FFFFFF;
    position: relative;
}

    header h1 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        color: #F9F9F9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    header .logo {
        width: 220px;
        padding: 10px 30px 0 0;
        display: inline-block;
    }

    header .splashText {
        font-weight: bold;
        font-style: italic;
        margin: 0px;
        padding-top: 13px;
        color: #0E3C4C;
    }

    header .headerContent {
        display: none;
        padding-top: 27px;
    }

.headerIcons {
    display: block;
}

    .headerIcons a {
        text-decoration: none;
        float: right;
        margin-left: 10px;
    }

        .headerIcons a i {
            color: #0E79AD;
            font-size: 30px;
        }

            .headerIcons a i.fa-twitter-square {
                color: #1DBAEC;
            }

.headerSiteSearch {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #9e9e9e;
}

    .headerSiteSearch .siteSearchInput {
        font-size: 14px;
        line-height: 1.1;
        width: calc(100% - 22px);
        height: 22px;
        padding-left: 5px;
        margin: 0;
        border: none;
    }

    .headerSiteSearch .siteSearchSubmit {
        height: 22px;
        width: 22px;
        background-color: #FFFFFF;
        border: 0px solid #FFFFFF;
        padding: 0;
        cursor: pointer;
        float: right;
    }

.mobileNav {
    font-size: 30px;
    color: #0E3C4C;
    padding: 10px 0;
}

a.mobileSearch {
    font-size: 30px;
    color: #0E3C4C;
    padding: 10px 0;
    margin-left: auto;
    margin-right: 10px;
}

.mobileSiteSearch__container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 30;
    background: #FFFFFF;
    padding: 0 20px 20px;
    box-sizing: border-box;
    display: none;
}

.mobileSiteSearch__input {
    border: none;
    height: 30px;
    width: 100%;
    padding: 0;
    text-indent: 8px;
    color: #FFFFFF;
    background: #0E3C4C;
}

.mobileSiteSearch__submit {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    font-family: FontAwesome;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

/***************************************/
/*           nav styles  */
/***************************************/

/* main nav */
nav {
    display: none;
    position: relative;
    z-index: 10;
}

    nav.active {
        display: block;
    }

    nav .nav-wrapper {
        max-width: 960px;
        margin: 0 auto;
    }

.nav-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
}

    .nav-main li {
        list-style: none;
        text-align: left;
        display: block;
        padding: 0 10px;
        border-left: 12px solid #85A856;
        margin-bottom: 1px;
        background: #0E3C4C;
    }

        .nav-main li a {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: normal;
            text-decoration: none;
            line-height: 1;
            padding: 18px 0;
            display: inline-block;
        }

            .nav-main li a.active, .nav-main li a:hover {
                color: #85A856;
            }


/* sidebar nav*/
.sideNav {
    list-style: none;
    padding: 0;
}

a.sideNavButton {
    display: block;
    width: 100%;
}

.sideNavButton.active, .sideNavButton:hover {
    font-weight: bold;
    color: #85A856;
}

/* TAB MENUS Both Horizontal and Vertical */
ul.VerticalTabs {
    width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.VerticalTabs li {
        list-style: none;
        width: 220px;
    }

        ul.VerticalTabs li.active {
            background-image: url(/assets/images/ActiveVertNavIndicator.jpg);
            background-position: right;
        }

        ul.VerticalTabs li a {
            background-color: #85A856;
            width: 145px;
            line-height: 1;
            border-bottom: 1px solid #FFFFFF;
            display: inline-block;
            padding: 18px 0 18px 65px;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            color: #FFFFFF;
            cursor: pointer;
        }

            ul.VerticalTabs li a.active {
                background-color: #0E3C4C;
            }

/***************************************/
/*           Content Styles */
/***************************************/

/* hero */

.heroBanner {
    margin-bottom: 40px;
    height: 200px;
    overflow: hidden;
    background-color: #0E3C4C;
    background-position: center;
    background-size: cover;
}

.heroInner {
    padding: 10px 0;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    background: rgba(255,255,255, 0.8);
}

.heroTitle {
    font-family: Oswald;
    font-size: 44px;
    font-weight: normal;
    line-height: 1;
    border-left: 12px solid #85A856;
    padding: 0 0 0 8px;
    margin: 12px 0 12px 20px;
}

    .heroTitle .fa-chevron-right {
        font-size: 24pt;
        vertical-align: middle;
    }

/* wb-content */
.wb-content h3 {
    margin: 8px 0;
}

.wb-content h2 {
    margin: 0 0 15px 0;
}

.wb-content {
    padding: 0;
    margin: 0; /*margin-bottom: 30px;*/
    line-height: 1.3;
}

    .wb-content h1 {
        margin: 0 auto;
    }

    .wb-content h4 {
        font-weight: 600;
    }

    .wb-content a {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
    }

    .wb-content p {
        margin-bottom: 15px;
    }

    .wb-content ul {
        margin: 0 0 15px 0;
    }

        .wb-content ul li {
            list-style: disc;
            line-height: 1.3;
            margin: 0 0 5px 25px;
        }

            .wb-content ul li a:hover {
                color: #58585b;
                cursor: pointer;
            }

    .wb-content table {
        width: 100%;
        border-collapse: collapse;
    }

        .wb-content table td {
            padding: 0;
        }

        .wb-content table thead tr td {
            text-align: center;
        }

            .wb-content table thead tr td p {
                margin: 10px 0;
            }

.wb-content-list h3 {
    font-weight: normal;
    font-size: 15px;
}

.wb-content-list .MB20 {
    margin-bottom: 15px;
}
/* THIS IS BAD, NEVER USE .MB20 ANYWHERE (but we have to cause the client data has them) */

.pdfbutton {
    margin-bottom: 20px;
}

/* sidebar contacts */
.sidebarContacts {
    padding: 20px 25px;
    margin-bottom: 25px;
}

    .sidebarContacts h3 {
        margin: 0;
        padding: 0;
        font-size: 25px;
        font-family: Oswald;
        font-weight: normal;
    }

.sidebarBioWrapper {
    padding: 20px 25px;
    margin: 25px 0;
}

    .sidebarBioWrapper h3 {
        margin: 0;
        padding: 0;
        font-size: 25px;
        font-family: Oswald;
        font-weight: normal;
    }

.sidebarContactItem {
    padding: 20px 0;
    border-bottom: 1px solid #0E3C4C;
    line-height: 1.35;
}

.sidebarBioItem {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #0E3C4C;
    line-height: 1.35;
}

a.sidebarBioName {
    font-weight: bold;
    font-size: 16px;
    color: #0E3C4C;
}

a.sidebarBioPhone {
    color: #0E3C4C;
    display: block;
}

a.sidebarBioEmail {
    color: #0E3C4C;
    display: block;
}

.sidebarBioHeader {
    cursor: pointer;
}

.sidebarBioContainer {
    display: none;
}

/* General Sidebar Styles */
.alternate-bg {
    background-color: #b3c2c7;
}

    .alternate-bg:nth-of-type(even) {
        background-color: #d8e0e2;
    }

/* sidebar Areas of Focus */
.sidebarAreasIndustries {
    padding: 20px 25px;
    margin-bottom: 25px;
}

.showabout_page .sidebarAreasIndustries {
    padding-top: 0;
}

.sidebarAreasIndustries h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: Oswald;
    font-weight: normal;
}

.sidebarAreasIndustriesItem {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #0E3C4C;
    line-height: 1.35;
}

    .sidebarAreasIndustriesItem a {
        color: #0E3C4C;
    }

/*sidebar Related Industries*/
.sidebarIndustryIndustry {
    padding: 20px 25px;
    margin-bottom: 25px;
}

.showabout_page .sidebarIndustryIndustry {
    padding-top: 0;
}

.sidebarIndustryIndustry h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: Oswald;
    font-weight: normal;
}

.sidebarAreaAreasItem {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #0E3C4C;
    line-height: 1.35;
}

    .sidebarAreaAreasItem a {
        color: #0E3C4C;
    }
/*sidebar Related Areas*/
.sidebarAreaAreas {
    padding: 20px 25px;
    margin-bottom: 25px;
}

/* - sidebar widgets   */
.sidebarWidgets {
    margin-top: 40px;
    padding: 0px;
}

.wb-widget img {
    max-width: 100%;
}

/* -- related - WHAT ARE THEY RELATED TO?!?! */

.sidebarRelated .PDF {
    vertical-align: top;
    margin: 15px 0;
}

    .sidebarRelated .PDF a {
        font-weight: 600;
        font-style: italic;
        margin: 0 0 20px 10px;
    }

.sidebarRelated h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 25px;
    font-family: Oswald;
    font-weight: normal;
}

.sidebarRelated h4,
.sidebarRelated p,
.sidebarRelatedp span,
.sidebarRelated td,
.sidebarRelated a,
.sidebarRelated .bio-location-title {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    color: #0E3C4C;
    line-height: 1.35;
}

    .sidebarRelated a:hover {
        color: #85A856;
    }

.sidebarRelated h4 {
    margin-bottom: 5px;
}

.relatedWidget p {
    margin-bottom: 15px;
}

.relatedWidget a {
    font-weight: inherit;
}

.relatedWidget a,
.relatedWidget strong,
.relatedWidget b {
    font-size: inherit;
}

.relatedWidget table {
    border-collapse: separate;
    border-spacing: 2px;
}

    .relatedWidget table td {
        padding: 0;
    }

.relatedAreasAndIndusries {
    margin-bottom: 20px;
}

    .relatedAreasAndIndusries h4 {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
    }

/******************/
/* slider styles */
/******************/
.slider {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 450px;
    margin-bottom: 40px;
}

.slide {
    position: relative;
    overflow: hidden;
}

.slide-image {
    height: 450px;
    background-position: center;
}

.slide-caption, .slide .slide-caption.slide-hide-caption {
    position: absolute;
    top: 25%;
    left: -100%;
    width: auto;
    max-width: 70%;
    background-color: rgba(255,255,255, 0.7);
    margin: auto;
    transition: left 1.5s ease;
    -webkit-transition: left 1.5s ease;
    -moz-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
}

.slide-title {
    display: table;
    font-family: "Oswald";
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    padding: 14px 18px;
    margin: 28px 0 0;
}

.slide-blurb {
    display: table;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 18px;
    margin: 0 0 28px;
}

.slide-indicators {
    position: absolute;
    text-align: right;
    bottom: 50px;
    right: 40px;
    z-index: 100;
    margin: 0;
}

    .slide-indicators li {
        display: inline-block;
        margin: 0 10px;
    }

    .slide-indicators button {
        background: none;
        border: none;
        border-radius: 12px;
        width: 24px;
        height: 24px;
        background-color: #85A856;
        font-size: 0;
        text-indent: -9999px;
        outline: none;
        cursor: pointer;
    }

    .slide-indicators .slick-active button {
        background-color: #FFFFFF;
    }

a.readMoreButton {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    margin: 18px 14px;
    font-size: 20px;
    color: #FFFFFF;
    background: #85A856;
}

    a.readMoreButton:hover {
        background-color: #0E3C4C;
    }

/* slide animations */
.slick-slide:focus {
    outline: none;
}

.slick-active .slide-caption {
    left: 0;
}

.slick-active .slide-title {
    opacity: 0;
    animation: titleAnimation 250ms ease-out 1.5s forwards;
    transform-origin: 0% 0%;
    -webkit-animation: titleAnimation 250ms ease-out 1.5s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-animation: titleAnimation 250ms ease-out 1.5s forwards;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 0% 0%;
    -o-animation: titleAnimation 250ms ease-out 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 0% 0%;
    -ms-animation: titleAnimation 250ms ease-out 1.5s both;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 0% 0%;
}

.slick-active .slide-blurb {
    opacity: 0;
    animation: titleAnimation 250ms ease-out 2s forwards;
    animation-iteration-count: 1;
    transform-origin: 0% 0%;
    -webkit-animation: titleAnimation 250ms ease-out 2s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-animation: titleAnimation 250ms ease-out 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 0% 0%;
    -o-animation: titleAnimation 250ms ease-out 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 0% 0%;
    -ms-animation: titleAnimation 250ms ease-out 2s both;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 0% 0%;
}

.headContainer {
    margin-bottom: 40px;
    position: relative;
    height: 450px;
}

.video__Container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.video {
    width: auto;
    height: 450px;
}


@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }

    100% {
        opacity: 1.0;
        transform: none;
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }

    100% {
        opacity: 1.0;
        transform: none;
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: scale(1.5, 1.5);
    }

    100% {
        opacity: 1.0;
        -moz-transform: none;
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: scale(1.5, 1.5);
    }

    100% {
        opacity: 1.0;
        -o-transform: none;
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: scale(1.5, 1.5);
    }

    100% {
        opacity: 1.0;
        -ms-transform: none;
    }
}


/***************************************/
/*         Collapsible Styles   */
/***************************************/

/* - main collapsibles   */
.collapsible {
    list-style: none;
    padding: 0;
    margin: 0;
}

.collapsible-item {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid #B8D5B9;
}

.collapsible-header {
    line-height: 1;
    padding: 10px 15px 10px 10px;
    font-family: Oswald;
    font-weight: normal;
    color: #0E3C4C;
    font-size: 20px;
    cursor: pointer;
}

    .collapsible-header i {
        font-size: 15px;
        float: right;
        line-height: 20px;
    }

.collapsible-body {
    padding: 15px;
}

.collapsible-dark {
    padding: 0;
    border: none;
}

    .collapsible-dark .collapsible-header {
        background-color: #d7dfe1;
        padding: 20px 25px 20px 20px;
    }

.collapsible-item .collapsible-header .fa-chevron-up, .collapsible-item .collapsible-header .fa-chevron-up {
    display: none;
}

.collapsible-item.active .collapsible-header .fa-chevron-up, .collapsible-item.active .collapsible-header .fa-chevron-up {
    display: block;
}

.collapsible-item.active .collapsible-header .fa-chevron-down, .collapsible-item.active .collapsible-header .fa-chevron-down {
    display: none;
}

.sharedContentSectionHeading {
    line-height: 1;
    padding: 10px 15px 10px 0;
    border-bottom: 2px solid #85A856;
    font-family: Oswald;
    font-weight: normal;
    color: #0E3C4C;
    font-size: 20px;
}

.sharedContentSectionBody {
    padding-top: 20px;
}

.sharedContentSectionBodySplit {
    padding-top: 20px;
    width: 50%;
    float: left;
}

.sharedContentSectionBody h3 {
    margin: 0 0 10px 0;
}

.medialist-item {
    margin: 0 0 15px 0;
    color: #58585b;
    font-size: 15px;
    line-height: 20px;
}

    .medialist-item a {
        margin-right: 4px;
        color: #0E3C4C;
    }

/*search filter for KC and Professionals*/
/*.filters {
    margin-bottom: 15px;
}*/

.filtercell input, .filtercell select {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    font-size: 16px;
    color: #333333;
}

div.biosalphabar {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
}

    div.biosalphabar a.biosalphabar {
        font-size: 35px;
        display: inline-block;
        margin: 3px 5px 3px 0px;
        width: 40px;
        text-align: center;
    }

        div.biosalphabar a.biosalphabar.allLink {
            display: block;
        }

    div.biosalphabar a,
    div.biosalphabar a:visited {
        text-decoration: none;
        cursor: pointer;
    }

        div.biosalphabar a:hover {
            color: #0E3C4C;
            text-decoration: none;
            cursor: pointer;
        }

.professionals_page .searchButton {
    width: 100%;
    height: 34px;
    padding-left: 10px;
}

    .professionals_page .searchButton input {
        font-size: 21px;
        width: 100%;
        background: transparent;
        border: none;
    }

input.searchButton {
    color: #FFFFFF;
    background-color: #85A856;
    border: none;
    outline: none;
    border-radius: 3px;
}

    input.searchButton:hover {
        background: #0E3C4C;
    }

/*bios table for Professionals and details*/
table.dataTable {
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    color: #58585A;
    border-collapse: collapse;
}

.dataTable td {
    width: 33%;
    background-color: #FFFFFF;
    padding: 4px 0px 0px 30px;
    text-align: left;
    height: 60px;
}

.dataTable .dataRow.alt td {
    background-color: #E7E8EA;
}

.dataTable td h3 {
    color: #58585A;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.dataTable td h4 {
    color: #58585A;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.dataTable td a {
    color: #0E3C4C;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
}

    .dataTable td a:hover {
        color: #85A856;
    }

/* association styles */
.dataTable td.bioName, .dataTable td.bioTitle, .dataTable td.bioContact {
    padding-left: 10px;
}

.dataTable td.bioName {
    width: 30%;
}

.dataTable td.bioTitle {
    width: 35%;
}

.dataTable td.bioContact {
    width: 15%;
}

/********************/
/*   Footer Styles  */
/*********************/
footer {
    background-color: #b3c4c9;
    font-size: 16px;
    padding-top: 20px;
    margin-top: 30px;
}

    footer hr {
        width: 93%;
        height: 2px;
        max-width: 1690px;
        margin: 10px auto;
        background-color: #0E3C4C;
        border: none;
    }

.footerContainer {
    margin: auto;
    padding: 5px;
    text-align: center;
}

    .footerContainer ul li {
        color: #0E3C4C;
        list-style: none;
        text-align: left;
        display: inline-block;
        font-weight: normal;
        font-family: 'Open Sans', Arial, sans-serif;
    }

        .footerContainer ul li a {
            color: #0E3C4C;
            text-decoration: none;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            margin: 0;
            padding: 0;
        }

            .footerContainer ul li a span {
                padding: 0px 10px;
            }

/********************/
/*   Modal Styles  */
/*********************/
#ModalContainer {
    width: 600px;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    display: none;
    font-size: 15px;
    line-height: 20px;
}

#CloseModal {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #999 !important;
    background-color: #eee;
}

#ModalContent {
    padding: 24px 32px 24px 32px;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 8px;
}

.modal-email-link {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 10px;
    background-color: #85A856;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-radius: 4px;
}

    .modal-email-link:hover {
        color: #FFFFFF;
    }

/************************/
/*     Index styles  */
/************************/

.index_page .sg-pagewidth {
    width: auto;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}

.feature-header {
    font-family: Oswald;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.1;
    color: #0E3C4C;
    border-bottom: 2px solid #85A856;
    padding-bottom: 15px;
    margin: 0;
    margin-bottom: 25px;
}

.feature-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    margin: 15px 0;
    color: #568358;
}

    .feature-title a {
        color: #0E3C4C;
    }

.feature-title-date {
    color: #568358;
}

.feature-title a:hover {
    color: #568358;
}

.feature-title .bio-details {
    margin-bottom: 10px;
}

.featuredbio .bio-details-container {
    padding-left: 30px;
    padding-right: 0;
    text-align: right;
}

.featuredbio .bio-image-container {
    padding-left: 0;
    padding-right: 30px;
}

.bio-details.bio-blurb {
    padding: 15px 50px 0 50px;
    color: #0E3C4C;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.featuredbio {
    font-size: 18px;
    color: #0E3C4C;
}

    .featuredbio .card.horizontal .card-image {
        max-width: 40%;
        padding: 0;
        padding-right: 18px;
        margin: 0;
        position: relative;
    }

        .featuredbio .card.horizontal .card-image img {
            height: auto;
        }

    .featuredbio .card.horizontal .card-stacked .card-title {
        padding: 0;
    }

    .featuredbio .card.horizontal .card-stacked .card-content {
        padding: 0;
        line-height: 22px;
    }

    .featuredbio .feature-title a {
        margin-bottom: 10px;
        display: block;
    }

.featuredbioimage {
    border-bottom: 1px solid #366471;
}

/**********************/
/*  practices styles  */
/**********************/

.sg-row-pad.sg-row-pad-md .practice-wrapper-col {
    padding-left: 20px;
    padding-right: 20px;
}

.practices_page .sg-pagewidth, .industriesandservices_page .sg-pagewidth {
    max-width: 1220px;
}

.practices_page .heroInner, .industriesandservices_page .heroInner {
    margin-left: auto;
    margin-right: auto;
}

.practices_page .collapsible-item, .industriesandservices_page .collapsible-item {
    max-width: 357px;
    padding: 0;
    border: 2px solid #85A856;
}

.practices_page .collapsible-header, .industriesandservices_page .collapsible-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0;
    line-height: 0;
    text-transform: uppercase;
    background-color: #ffffff;
}

    .practices_page .collapsible-header .practice-image-icon, .industriesandservices_page .collapsible-header .practice-image-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 48px;
        opacity: 0.5;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .practices_page .collapsible-header i, .industriesandservices_page .collapsible-header i {
        font-size: 22px;
    }

    .practices_page .collapsible-header .practices-title-chevron, .industriesandservices_page .collapsible-header .practices-title-chevron {
        position: absolute;
        top: 13px;
        right: 12px;
        padding-right: 7px;
    }

    .practices_page .collapsible-header .practice-image-title, .industriesandservices_page .collapsible-header .practice-image-title {
        padding: 0 45px;
        font-size: 21px;
        line-height: 1.1;
        align-self: center;
    }

    .practices_page .collapsible-header .practice-image-subtitle, .industriesandservices_page .collapsible-header .practice-image-subtitle {
        position: relative;
        color: #000000;
    }

    .practices_page .collapsible-header .practice-link, .industriesandservices_page .collapsible-header .practice-link {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.practices_page .sat-rollup-bodyliner, .industriesandservices_page .sat-rollup-bodyliner {
    padding-left: 50px;
}

.practices_page .collapsible-body .child-area-container, .practices_page .collapsible-body .parent-link-container, .industriesandservices_page .collapsible-body .child-area-container, .industriesandservices_page .collapsible-body .parent-link-container {
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
}

    .practices_page .collapsible-body .child-area-container .fa-chevron-right, .practices_page .collapsible-body .parent-link-container .fa-chevron-right,
    .industriesandservices_page .collapsible-body .child-area-container .fa-chevron-right, .industriesandservices_page .collapsible-body .parent-link-container .fa-chevron-right {
        font-size: 12px;
        color: #0E3C4C;
    }

    .practices_page .collapsible-body .parent-link-container .fa-chevron-right, .industriesandservices_page .collapsible-body .parent-link-container .fa-chevron-right {
        font-size: 15px;
    }

.practices_page .parent-link-container, .industriesandservices_page .parent-link-container {
    text-indent: -8px;
    padding-left: 17px;
    margin-left: -7px;
}

.practices_page .collapsible-body a, .industriesandservices_page .collapsible-body a {
    color: #0E3C4C;
    font-size: 16px;
}

.practices_page .collapsible-body .parent-link, .industriesandservices_page .collapsible-body .parent-link {
    font-size: 20px;
}

.practices_page .child-area-container, .industriesandservices_page .child-area-container {
    text-indent: -7px;
    padding-left: 10px;
}

.practices_page .collapsible-body i, .industriesandservices_page .collapsible-body i {
    padding-right: 5px;
}

/**********************/
/*    bios styles */
/**********************/
/* professionals  */
.professionals_page h3 {
    font-size: 20px;
}

.professionals_page .mainBios {
    min-height: 220px;
    margin: 10px auto 35px auto;
}

.professionals_page .disclaimer {
    margin: 13px 0;
}

/***************************/
/* Knowledge Center styles */
/***************************/

.knowledgecenter_page .filters {
    padding: 20px 25px;
    margin-bottom: 25px;
    background-color: #d8e0e2;
}

.knowledgecenter_page .filtercell input, .knowledgecenter_page .filtercell select {
    font-size: 15px;
    color: #0E3C4C;
}

.knowledgecenter_page .filtersHeader h3 {
    padding-bottom: 15px;
    text-align: center;
}

.filtercell {
    margin-bottom: 15px;
}

.signupText {
    text-align: right;
    font-style: italic;
    line-height: 1;
    text-align: right;
    margin: 0 0 40px 0;
}

    .signupText br {
        display: none;
    }

a.signupButton {
    display: block;
    text-align: center;
    color: #FFFFFF;
}

.kc-button {
    display: block;
    width: auto;
}

.kc-card {
    min-height: 117px;
    margin: 0 0 15px 0;
    position: relative;
    background-color: #eee;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 22px;
}

    .kc-card a {
        color: #0E3C4C;
    }

.kc-card-image {
    display: block;
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #CCCCCC;
}

.kc-card-content {
    padding: 15px 15px 15px 130px;
}

a.kc-card-title {
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: bold;
}

/*  pagination  */
.pagination {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}

    .pagination li {
        text-align: center;
        display: inline-block;
    }

        .pagination li a {
            display: block;
            padding: 0 10px;
            line-height: 30px;
            font-size: 18px;
            color: #0E3C4C;
        }

            .pagination li a.active,
            .pagination li a:hover {
                background-color: #0E3C4C;
                color: #FFFFFF;
            }

.view-all-entries, .back-to-knowledge-center {
    width: 200px;
    padding: 7px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #595e66;
    text-align: center;
    font-size: 21px;
}

    .view-all-entries a, .back-to-knowledge-center a {
        display: block;
        color: #ffffff;
    }

.view-all-entries {
    float: right;
}

.knowledge-center-list-wrapper .NoBullets {
    list-style-type: none;
    padding: 15px 0;
    margin-left: -20px;
}

.knowledge-center-list-wrapper ul {
    list-style-type: disc;
    padding-left: 20px;
}

.FLTitle {
    padding: 40px 0 20px 0;
}

/**********************/
/*  office styles */
/**********************/

/*.offices_page h1 { font: 500 36px Oswald; font-weight: normal; line-height: 1.1; text-align: center; width: 40%; margin: 0 auto; margin-top: 36px; }*/
.offices_page hr {
    height: 2px;
    width: 40%;
    background-color: #85A856;
    margin: 20px auto 38px auto;
}

.offices_page .location-body {
    padding-bottom: 10px;
    font-size: 18px;
}

.offices_page .card {
    display: flex;
    flex-direction: column;
}

.offices_page .card-image {
    margin: 0 auto;
    position: relative;
}

    .offices_page .card-image img {
        max-width: 100%;
        height: 350px;
        display: block;
        width: 100%;
    }

.offices_page .card-title {
    background-color: rgba(255,255,255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

    .offices_page .card-title h2 {
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        padding: 15px;
        margin: 0 auto;
    }

.offices_page .card-content {
    padding: 0;
    padding-top: 24px;
    max-width: 445px;
    margin: 0 auto;
}

/*  - location */
.office-subsection {
    padding: 20px 25px;
    max-width: 445px;
    margin: 20px auto;
}

.location-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

    .office-subsection.contacts-subsection {
        background-color: #d8e0e2;
        cursor: pointer;    
        margin-bottom: 40px;    
    }

    .office-subsection.location-subsection {
        background-color: #b3c2c7;
        cursor: pointer;
    }

    .office-subsection > h3 {
        margin: 0 0 20px 0;
    }

    .office-subsection a {
        color: #0E3C4C;
    }

    .office-subsection .address {
        margin: 20px 0;
    }

    .office-subsection .direction {
        margin: 10px 0px 0px;
    }

    .office-subsection h3 {
        margin: 0px;        
    }

    .office-subsection .office-location-wrapper, .office-subsection .office-contact-wrapper {
        display: none;
    }

    .office-contact-wrapper p:last-child {
        margin-bottom: 5px;
    }

    .office-contact-wrapper {
        margin-top: 20px;
    }

    .officebody1stcolumn, .officebody2ndcolumn {
        padding: 0px 30px !important;
    }

/*********************/
/* - Search Styles   */
/*********************/
.searchMain .search-header {
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: normal;
    font-family: Oswald;
}

.searchinputs-box {
    padding: 15px;
    margin: 25px 0 0 0;
    border: 1px solid #CCCCCC;
    background-color: #eee;
}

    .searchinputs-box input.searchinputs-text {
        display: block;
        width: 100%;
        padding: 12px 8px;
        margin: 15px 0;
        box-sizing: border-box;
        font-size: 15px;
        outline: none;
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        color: #58585F;
    }

    .searchinputs-box input.searchinputs-button {
        display: block;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        -webkit-appearance: none;
        border: 0;
        font-size: 18px;
        line-height: 24px;
        background-color: #85A856;
        color: #FFFFFF;
        border-radius: 4px;
    }

.search-results {
    padding: 40px 0 0 15px;
}

.searchresultsmsg {
    margin: 30px 0 36px 0;
}

.searchrepeaters a {
    color: #0E3C4C;
}

.searchrepeaters h3 {
    margin: 30px 0 0 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.searchresultlist > li {
    margin: 0 0 10px 0;
}

/*********************/
/* News rss Styles */
/*********************/
.subscribeHeader {
    border-bottom: 1px solid #ea9f05;
}

.feedContent {
    margin-bottom: 15px;
}

.showMedia__date {
    margin: 10px 0;
}

/*********************/
/* Events Styles */
/*********************/

#eventcontacts .media-biodetail {
    padding: 0 0 10px 0;
    margin: 25px 0 20px 0;
    border-bottom: 1px solid #0E3C4C;
}

    #eventcontacts .media-biodetail .card {
        padding: 0 0 10px 0;
        margin: 0;
        border-bottom: 0;
    }

/***************************************/
/*         Error 404 Styles */
/***************************************/
.four04_page h1 {
    margin: 40px 0 30px 0;
}

/*********************/
/* ShowArea/ShowIndustry Styles */
/*********************/
.areaIndustryTopButtons {
    margin-bottom: 20px;
}

.showsolutionsservice_page .pdfbutton {
    display: inline-block;
}

.viewAllProfessionals {
    display: inline-block;
    padding: 6px 24px;
    margin-left: 10px;
    background-color: #0E3C4C;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 32px;
    border-radius: 8px;
    text-align: left;
}

    .viewAllProfessionals:hover {
        background-color: #85A856;
    }

.addthis_inline_share_toolbox {
    float: right;
}

@media only screen and (min-width : 1024px) {
    .sg-pagewidth {
        max-width: 980px;
    }

    .index_page .sg-pagewidth {
        width: auto;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .heroInner {
        margin-left: 0;
        margin-right: 0;
    }

    header {
        display: block;
        padding: 25px 60px 25px 60px;
    }

        header .logo {
            width: 250px;
            padding: 0;
        }

        header .headerContent {
            float: right;
            display: block;
        }

        header .splashText {
            margin-left: 34px;
        }

    .headerSiteSearch {
        width: 250px;
        float: right;
    }

        .headerSiteSearch .siteSearchInput {
            width: 215px;
        }

    .mobileNav {
        display: none;
    }

    a.mobileSearch {
        display: none;
    }

    nav {
        display: block;
        background-color: #0E3C4C;
    }

    .nav-main {
        position: relative;
        background-color: #0E3C4C;
    }

        .nav-main li {
            display: inline-block;
            border: 0;
        }

            .nav-main li:first-child {
                padding-left: 0;
            }

            .nav-main li.active a {
                padding: 13px 0;
            }

            .nav-main li.active:after {
                content: '';
                display: block;
                border-bottom: solid 6px #fff;
                width: 60%;
                margin: 0 20%;
            }

    .video__Container {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .video {
        width: 100%;
        height: auto;
    }

    .practices_page .wb-content {
        max-width: 830px;
    }

    .back-to-knowledge-center {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .slide-title {
        font-size: 60px;
    }

    a.readMoreButton {
        font-size: 24px;
    }

    .kc-card-image {
        display: block;
        width: 145px;
        height: 145px;
    }

    .kc-card {
        min-height: 145px;
    }

    .kc-card-content {
        padding-left: 160px;
    }


    .sidebarBioWrapper {
        margin: 0 0 25px 0;
    }

    div.biosalphabar a.biosalphabar.allLink {
        display: inline-block;
        margin-left: 30px;
    }

    .signupText br {
        display: block;
    }

    .slide-blurb {
        font-size: 24px;
    }    

    .officebody1stcolumn {
        padding: 0px 30px 0px 15px!important;
    }
    .officebody2ndcolumn {
        padding: 0px 15px 0px 30px!important;
    }

    .office-subsection.contacts-subsection {
        margin-bottom: 60px !important;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1220px) {
    .industriesandservices_page .collapsible-header .practice-image-title {
        padding: 0px 15px;
    }
}

@media only screen and (max-width : 600px) {
    .industriesandservices_page .collapsible-header .practice-image-title {
        padding: 0px 15px;
    }
}