﻿html {
    height: 100%;
    display: block;
    background-color: #FFF;
    color: #4a4a49;
}

html, body, div {
    font-size: 16px;
}

form {
    padding: 0px;
    margin: 0px;
}

* {
    font-family: "montserrat",sans-serif;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
    color: #7D7D7D;
}

a {
    color: #0072ce;
    text-decoration: none;
}

p {
    margin-bottom: 0;
    margin-top: 10px;
}

table.table {
    margin-bottom: 0;
    margin-top: 10px;
}

.error {
    color: #0072ce;
}

em {
    font-family: "montserrat",sans-serif;
}

input[type=text]::-ms-clear {
    display: none;
}

.wb_content ul {
    list-style: none;
}

.wb_content:not(.noBulletStyle) ul li:before {
    content: "\00BB \0020";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0px;
}
.bio-tab-content .wb_content:not(.noBulletStyle) ul li:before {
    margin-right: 15px;
    vertical-align: top;
}

.wb_content:not(.noBulletStyle) ul li {
    position: relative;
    padding-left: 20px;
}

.wb_content h1,
.wb_content h2,
.wb_content h3,
.wb_content h4,
.wb_content h5 {
    text-transform: none;
    padding: 0;
    margin: 0;
    border: none;
}

.btn {
    font-size: 16px;
}

.sr-label {
    display: none !important;
}

/* pagination */
.s-pagination__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 2;
}

.s-pagination__size-label {
    padding-right: 5px;
    margin-bottom: 0;
}

.s-pagination__size {
    padding: 0;
    margin-right: 20px;
    font-size: 1em;
}

.s-pagination {
    display: inline-block;
    overflow: hidden;
}

    .s-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .s-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }

    .s-pagination span.ellipse.clickable {
        cursor: pointer;
    }

    .s-pagination .ellipse input {
        width: 3em;
    }

    .s-pagination span {
        cursor: pointer;
    }

    .s-pagination a, .s-pagination span {
        color: #4E4E4E;
        font-size: 16px !important;
        text-align: center;
        padding: 0 7px;
        margin: 0 5px 0 0;
    }


        .s-pagination a:hover, .s-pagination li:not(.disabled):not(.active) span:hover {
            text-decoration: none;
            background: #FCFCFC;
        }

    .s-pagination .current {
        font-weight: bold;
        color: #000;
        cursor: default;
    }

    .s-pagination li.disabled {
        display: none;
    }

    .s-pagination .ellipse {
        font-weight: bold;
        cursor: default;
    }

/* All */
h1 {
    color: #29292f;
    font-family: "montserrat",sans-serif;
    font-weight:bold;
    font-style:normal;
    letter-spacing: 0.02em;
    position: relative;
    text-transform: uppercase;
    margin-top: 30px;
}

h2 {
    font-size: 23px;
    color: #29292f;
}

h3 {
    font-size: 14pt;
    color: #0072ce;
    font-family: "montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 20px 0px 5px 0px;
    border-top: 2px solid #0072ce;
}

h4 {
    font-size: 24px;
    color: #0072ce;
    font-family: "montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    line-height: 26px;
}

h5 {
    font-size: 12pt;
    color: #0072ce;
    font-family: "montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin: 30px 0px 0px;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #0072ce;
}

h6 {
    font-size: 13pt;
    color: #29292f;
    font-family: "montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin: 30px 0px 0px;
    padding: 20px 0px 22px 0px;
    border-top: 2px solid #0072ce;
}

    h6.noBorder {
        border: none;
    }

.fa-angle-double-right {font-weight:bold;}
.fa-newspaper-o, .fa-clock-o {
    margin-right: 4px;
}

.removeMargin {
    margin: 0 !important;
}

    .removeMargin > div {
        padding: 0 !important;
    }

.row.convertTable {
    display: table-row;
    width: 100%;
}

    .row.convertTable > [class^="col-"] {
        display: table-cell;
        float: none;
    }

.upperText, .upperText a {
    text-transform: uppercase;
}

img {
    border: none;
}

.fullWidth img {
    width: 100%;
}

.fullWidth {
    max-height: 250px;
}

.page_showbio .headerInfo.fullWidth {
    max-height: inherit;
}

.top12 {
    margin-top: 12px;
}

.redBorderTop {
    border-top: 2px solid #0072ce;
}

.shared_body.redBorderTop {
    padding-top: 12px;
    margin-top: 15px;
}

.redlink, .subMenu a.redlink {
    color: #0072ce;
}

.shared_item_listing.resourceHide {
    display: none;
}

.topbottom20 {
    margin: 15px auto 35px;
}

.footer {
    margin-top: 0px;
}

.site-wrapper {
    width: 100%;
    left: 0;
    min-height: 100%;
    position: relative;
    background-color: #fff;
    border-color: #29292f;
    border-style: solid;
    border-width: 4px 0 0;
    margin-top: 0;
    transition: margin 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.contentHeader {
    position: relative;
    z-index: 2;
}
.headerInfo > .container {
    padding: 0 20px;
}

.contentBody {
    margin-top: 0px;
    border-top: 1px solid #E8E8E8;
    position: relative;
    z-index: 1;
}

    .contentBody .bodyInfo .mainBody .container .fullBodyContent p:first-child {
        margin-top: 0px;
    }

.content_body {
    padding-right: 20px;
}

    .content_body p:first-child {
        margin-top: 0;
    }

.cb input {margin-right:4px;}

div.hr {
    height: 2px;
    background: #EAEAEA;
    overflow: hidden;
    margin: 12px 0px 35px 0px;
}

    div.hr hr {
        display: none;
    }


.navbar a.subscribe__link {
    line-height: 1.1;
    color: #0072ce;
    padding: 0 8px;
}

    .navbar a.subscribe__link span {
        height: 19px;
        display: inline-block;
        margin-left: 5px;
    }

.navbar a.locations__link {
    color: #0072ce;
    padding: 0 8px;
}

.topNav__socialLinks--container {
    display: flex;
    margin: 50px 0;
}

    .topNav__socialLinks--container a {
        height: 25px;
        border-bottom: 1px solid #0072ce !important;
    }
    .topNav__socialLinks--container .twitter-icon {
        padding-top: 1px;
    }
.footerTop__socialLinks--container {
    display: flex;
    margin: 50px 0;
}
    .footerTop__socialLinks--container a {
        padding: 5px !important;
        height: 32px;
    }
    .footerTop__socialLinks--container .twitter-icon {
        padding-top: 8px !important;
    }

/* logo */
.logo {
    margin-left: 0px;
}

.logo__link {
    display: inline-block;
    margin: 0;
    padding: 15px 15px 15px 0;
    
    float: none;
    height: auto;
}

.logo img {
    width: 100%; /*max-width: 225px; padding-top: 13px;*/
}

.logo .inverted {
    display: none;
}
/* menu */
.navbar {
    margin-bottom: 0px;
    position: static;
}

    .navbar a {
        color: #002d72;
        text-decoration: none;
    }

        .navbar a:hover {
            color: #000;
        }

    .navbar ul {
        margin: 0;
        padding: 0;
    }

.menuContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .nav__container:before, .nav__container:after {
        display: none;
    }

.navigation {
    list-style: none;
    background-color: none;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: none;
    color: #0072ce;
}

.navigation__link {
    font-family: "montserrat",sans-serif;
    margin: 10px 0px 0px 0px;
    padding: 15px;
    background: none;
    border: 0;
    font-size: 12px;
    line-height: 1.71429;
    text-transform: uppercase;
    
    position: relative;
    display: block;
}

    .navigation__link:hover, .navigation__link.active, .navigation__link:focus {
        color: #0072ce;
    }

        .navigation__link:hover:after, .navigation__link.active:after, .navigation__link:focus:after {
            content: "↓";
            position: absolute;
            top: 14px;
            left: 4px;
            color: #0072ce;
        }

.navigation .menuActive:after {
    width: 100%;
    background-color: #0072ce;
}
@media only screen and (min-width: 1024px) {
    .bio-tab {
        width: auto;
        margin: 0 0 20px 15px;
        background-color: rgba(255, 255, 255, 0.8);
        border: none;
    }
}

    @media only screen and (min-width: 1200px) {
        .bio-tabs {
            position: absolute;
            top: 180px;
        }

            .bio-tab:first-child {
                margin-left: 0;
            }
    }

    @media only screen and (max-width:1200px) and (min-width:1024px) {
        .navigation__link {
            margin-left: 0;
        }
    }

    .headerInfo > .container {
        padding: 0 20px;
    }

    .navbar-right {
        margin-right: 0px;
        position: relative;
        z-index: 201;
    }

        .navbar-right a {
            color: #0072ce;
        }

    .topNav {
        display: flex;
        align-items: center;
        margin-top: 12px;
        margin-right: 20px;
    }

.twitter-svg { width:16px; height: 16px; }
.topNav__socialLink { border: 1px solid #0072ce; padding: 3px 5px; margin: 0 5px; display: flex; justify-content: center; align-items: center; width: 28px; height: 31px; text-align: center; }
    .topNav__socialLink .twitter-svg { fill: #002d72; }
    .topNav__socialLink:hover .twitter-svg { fill: #000; }

    .topNav__divider { margin: 0 8px; font-size: 22px; border-left: 2px solid #000; height: 26px; }

    .navbar .block {
        display: block;
    }

    .navbar .text-right a {
        display: block !important;
        text-align: right;
        margin-right: 12px !important;
    }

    .container-fluid {
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .searchBox__open {
        font-size: 18px;
        color: #002d72;
        padding: 10px 14px;
        cursor: pointer;
    }

    .toggle-menu {
        font-size: 26px;
    }

    .subMenu {
        padding-bottom: 20px;
    }

        .subMenu a {
            color: #707070;
            display: block;
        }

            .subMenu a.active {
                font-weight: 700;
            }

            .subMenu a:hover {
                color: #0072ce;
            }


    .searchBox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFF;
        z-index: 100;
        display: none;
    }

    .searchBox__input {
        border: 0;
        padding: 15px;
        margin: 15px 0;
        background-color: #FFF;
        color: #002d72;
        width: 100%;
    }

    .searchBox__inputContainer {
        display: flex;
        justify-content: space-between;
    }

    .searchBox__submit {
        margin-left: auto;
        background: none;
        border: 0;
        font-size: 30px;
        color: #000;
    }

    .searchBox__close {
        font-size: 30px;
        padding: 20px 0;
        color: #000;
        cursor: pointer;
        width: 40px;
        display: block;
        text-align: center;
    }

    .searchBox__dimmer {
        position: fixed;
        top: 82px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        opacity: 60%;
        z-index: 100;
    }

    .searchBox__open {
        background: none;
        border: 0;
    }

    .topNav__clientLogin {
        font-size: 18px;
        padding: 10px 14px;
    }

    .site-search i.fa.fa-search {
        font-size: 14px;
        color: #002d72;
        padding: 14px 17px 14px;
        float: left; /*border-bottom: 1px solid #dbd7cd;*/
        background-color: #edebe6;
        cursor: pointer;
    }

    .subMenuClone {
        margin-top: 12px !important;
    }

    .navigation li {
        position: static;
    }

    .subNavigation {
        position: absolute;
        top: 112px;
        left: 0;
        background-color: #FFF;
        z-index: 11;
        width: 100%;
        padding: 40px 0;
        display: none;
        box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    }

    .subNavigation__heading {
        color: #29292f;
        font-size: 48px;
        margin-bottom: 10px;
        font-family: "montserrat",sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 0;
    }

    .subNavigation.active {
        display: block;
    }

    .subNavigation__button {
        background: none;
        border: 0;
        text-wrap: normal;
        white-space: initial;
        padding: 8px 0;
        display: block;
        line-height: 1.5;
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
        color: #000;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        
    }

        .subNavigation__button:hover {
            color: #0072ce;
        }

        .subNavigation__button i {
            color: #0072ce;
        }

    .subNavigation.row > div {
        padding: 0;
    }

    .subNavigation .col-md-3 {
        margin-top: -10px;
    }

    .bioForm {
        position: relative;
    }

    .bioForm__searchSubmit {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        border: 0;
        padding: 10px 15px;
    }

    .bioForm__heading {
        margin: 0 0 20px 0;
        padding: 0;
        color: #29292f;
        border: 0;
        font-family: "montserrat",sans-serif;
    }

    .bioForm__name {
        width: 100%;
        padding: 10px;
        border: 1px solid #000;
        margin-bottom: -1px;
    }

    .bioForm__lowerSection {
        display: flex;
        width: 100%;
    }

    .bioForm__selectWrapper {
        width: 25%;
        padding: 10px;
        border: 1px solid #000;
        border-right: 1px solid #FFF;
    }

        .bioForm__selectWrapper:last-child {
            border-right: 1px solid #000;
        }

        .bioForm__selectWrapper:focus-within {
            outline:auto;
        }

        a.linelinks {
            color: #707070;
            font-family: "montserrat",sans-serif;
            font-weight: bold;
            font-style: normal;
            letter-spacing: 0.02em;
            position: relative;
            font-size: 13px;
            margin-left: 8px;
            padding-left: 22px;
        }

        a.linelinks:hover {
            color: #0072ce;
        }

    .sidebar > a {
        color: #1d1d1e;
        display: block;
        padding-bottom: 3px;
    }

        .sidebar > a:hover {
            color: #0072ce;
        }

    .sidebar ul {
        padding: 0px;
        margin: 0px;
        list-style: outside none none;
    }

    .sidebar li {
        padding: 4px 0px 0px;
    }

    .sidebar h5 {
        font-size: 14pt;
        margin-bottom: 5px;
    }

    /* Our Services */

    .resources-button {
        background-color: #fff;
        display: block;
        font-size: 14px;
        line-height: 1;
        padding: 1.3em 1em;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        z-index: 201;
        margin-right: 97px;
        border-top: 0px;
    }

        .resources-button:hover {
            background-color: #edebe6;
            cursor: pointer;
        }

        .resources-button:after {
            color: #29292f;
            content: "";
            display: block;
            font-family: icomoon;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
            line-height: inherit;
            position: absolute;
            right: 1em;
            text-transform: none;
            top: 1.426em;
            vertical-align: middle;
            transition: transform 0.3s;
            -o-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -webkit-transition: transform 0.3s;
        }

    .resources-button-selected {
        background-color: #edebe6;
        cursor: pointer;
    }

    .divOurServices {
        width: 100%;
        border: 1px solid #edebe6;
        position: absolute;
        padding: 0px;
        background-color: #FFF;
        margin-top: -300px;
        z-index: 11;
        opacity: 0.2;
    }

        .divOurServices a {
            display: block;
            padding: 8px 15px;
            font-size: 12px;
            border-top: 1px solid #edebe6;
        }

            .divOurServices a:hover {
                color: #0072ce;
            }

    #ourservicebardown {
        margin-top: 0px;
        border-top: 0px;
        width: 100%;
        margin-left: -1px;
    }

    .form-control:focus {
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #0072ceb8;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #0072ceb8;
    }

    /* Scroll */
    .ScrollTo {
        position: fixed;
        bottom: 5%;
        right: 5%;
        background-color: rgba(0,0,0,0.65);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        display: none;
        z-index: 1001;
    }

        .ScrollTo .scrollContainer a {
            font-size: 25px;
            color: white;
            padding: 8px 16px;
            display: block;
        }

    /* Shared Classes */
    .shared_nonlink_a:hover {
        color: inherit !important;
        cursor: default !important;
    }

    .shared_detail_header {
        color: #7D7D7D;
        padding-top: 10px;
    }

    .shared_detail_header_spacing {
        padding: 0px 0px 25px 0px;
        color: #2E2D33;
    }

    .shared_detail_header_subtitle {
        padding-bottom: 4px;
        color: #2E2D33;
    }

        .shared_detail_header_subtitle SPAN {
            color: #2E2D33;
        }

    .shared_detaillist {
        list-style: outside none none;
        margin: 0px;
        padding: 0px;
    }

        .shared_detaillist li {
            padding: 20px 20px;
            border-top: 1px solid #EAEAEA;
            color: #878787;
        }

            .shared_detaillist li .event_attorneys {
                color: #6c6c6c;
            }

            .shared_detaillist li a {
                color: #4E5368;
            }

                .shared_detaillist li a:hover {
                    color: #0072ce;
                }

    .shared_detaillist_date {
        color: #0072ce;
        font-family: "montserrat",sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }

    .shared_detaillist_desc {
        padding: 2px 0px 0px;
    }

    .shared_subscribe {
        border-top: 2px solid #0072ce;
        border-bottom: 2px solid #0072ce;
        padding: 25px 0px 25px 0px;
        color: #2D2D30;
        font-size: 18pt;
        text-align: left;
        margin-bottom: 25px;
    }

        .shared_subscribe > a {
            width: 100%;
            position: relative;
            color: #2D2D30;
        }

        .shared_subscribe span {
            padding-left: 150px;
        }

        .shared_subscribe > a:hover {
            color: #0072ce;
        }

    .shared_bios {
        border-top: 2px solid #0072ce;
        padding: 30px 0px 30px;
        color: #002d72;
    }

        .shared_bios img {
            width: 24px;
        }

        .shared_bios DIV {
            padding-top: 15px;
        }

        .shared_bios span {
            padding-left: 20px;
        }

    .shared_item_listing {
        margin: 20px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid #dbd7cd;
        text-align: left !important;
        font-size: 16px;
    }

        .shared_item_listing div {
            font-size: 16px;
        }

    .shared_bios_repeater {
        padding: 30px 0px 30px;
        color: #7D7D7D;
    }

        .shared_bios_repeater img {
            vertical-align: middle;
        }

        .shared_bios_repeater DIV {
            padding-top: 15px;
        }

        .shared_bios_repeater span {
            padding-left: 20px;
            vertical-align: middle;
        }

    .shared_author_size {
        width: 150px !important;
    }

    a.shared_more {
        background-color: #0072ce;
        padding: 2px 5px;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 11px;
        border-radius: 5px;
        display: block;
        width: 42px;
        margin-top: 6px;
    }

    a.shared_submit {
        background-color: #0072ce;
        padding: 3px 6px;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 11px;
        border-radius: 5px;
        display: block;
        width: 50px;
        margin-top: 8px;
        cursor: pointer;
    }

    a.shared_ordernow {
        background-color: #0072ce;
        padding: 2px 5px;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 11px;
        border-radius: 5px;
    }

    .shared_box_wrapper {
        margin-top: 30px;
        clear: both;
    }

    .shared_box_text {
        border-left: 2px solid #DCDCDC;
        border-top: 2px solid #DCDCDC;
        border-bottom: 2px solid #DCDCDC;
        padding: 12px 15px;
        color: #7D7D7D;
    }

        .shared_box_text:hover {
            color: #0072ce;
        }

    .shared_box_arrow {
        border: 2px solid #DCDCDC;
        padding: 12px 17px;
    }

        .shared_box_arrow:hover {
            background-color: #DCDCDC;
            color: #94A4B6;
        }

    .shared_textbox_gray {
        border-top: 2px solid #418fde;
        border-bottom: 2px solid #418fde;
        border-left: 2px solid #418fde;
        border-right: 0px;
        color: #4a4a49;
        font-size: 14px;
        line-height: 21px;
        outline: 0 none;
        padding: 1em;
        transition: all 0.15s ease-in-out 0s;
        width: 100%;
        margin: 0px;
        position: relative;
        height: 52px;
    }

    .shared_textbox_gray_icon {
        border-top: 2px solid #418fde;
        border-bottom: 2px solid #418fde;
        border-right: 2px solid #418fde;
        border-left: 1px;
        padding: 14px 16px 15px;
        margin-left: -52px;
        position: absolute;
        height: 52px;
    }

        .shared_textbox_gray_icon:hover {
            background-color: #418fde;
        }

            .shared_textbox_gray_icon:hover::after {
                color: #929497;
            }

    .shared_body {
        padding-bottom: 25px;
    }

    .shared_body_image {
        padding-bottom: 25px;
    }

    .mediaResult {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
        margin-bottom: 40px;
        color: #000;
    }

    .mediaResult__image {
        width: 100%;
        margin-bottom: 30px;
    }

    .mediaResult__title {
        color: #000;
    }

    .mediaResult__dateTimeContainer {
        margin-top: 30px;
        color: #2E2D33;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        height: 100%;
    }

.newsResult {
    background: #f7f7f7;
    padding: 15px;
    width: 100%;
}

        .newsResult .mediaResult__dateTimeContainer {
            color: #002d72;
        }

    .icon-time {
        position: relative;
        margin-right: 5px;
        top: -2px;
    }

.news-feature-bottom-line {
    margin:20px 0;
    padding: 20px;
    background-color: #F6F5F5;
}

.js-paging-prev, .js-paging-next {
    border: 2px solid #dbd7cd;
    padding: 10px;
}

    .js-paging-echo {
        padding: 10px;
        margin: 0px 0px;
        border-top: 2px solid #dbd7cd;
        border-bottom: 2px solid #dbd7cd;
    }

    .js-paging-wrapper {
        margin-top: 20px;
    }

    .page_manuals .js-paging-wrapper, .page_books .js-paging-wrapper, .page_blogs .js-paging-wrapper {
        margin-top: 0px;
    }

    h2.js-paging-title {
        font-size: 20px;
        margin-bottom: 20px;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        letter-spacing: 0.01em;
    }

    .widget {
        margin-bottom: 20px;
    }

    .tablink {
        margin-top: 20px;
        text-align: right;
    }

        .tablink a {
            border: 2px solid #dbd7cd;
            padding: 10px;
        }

    .corepage_body {
        padding-bottom: 30px;
    }

    /* shared accordion lists */
    .shared-acc-list {
        margin: 20px 0;
    }

        .shared-acc-list > h2 {
            padding: 0;
            margin: 0 0 10px 0;
            font-size: 23px;
            line-height: 40px;
            font-family: "montserrat",sans-serif;
            font-weight: bold;
            font-weight: normal;
        }

    .shared-acc-item {
        display: block;
        margin: 0;
        padding: 14px 0 15px 0;
        position: relative;
        border-top: 1px solid #0072ce;
    }

        .shared-acc-item > h3 {
            padding: 0 20px 0 0;
            margin: 0;
            font-size: 20px;
            line-height: 30px;
            font-family: "montserrat",sans-serif;
            font-weight: bold;
            color: #29292f;
            border: 0px;
        }

            .shared-acc-item > h3::after {
                display: block;
                width: 20px;
                height: 20px;
                color: #0072ce;
                content: "";
                font-family: icomoon;
                font-size: 14px;
                line-height: 20px;
                transform: rotate(90deg);
                position: absolute;
                top: 20px;
                right: 0px;
                transition: transform 0.3s;
            }

        .shared-acc-item.active > h3::after {
            transform: rotate(-90deg);
        }
    /*.shared-acc-body { display: nonex; }*/
    .shared-acc-link {
        display: inline-block;
        margin: 10px 0 0 0;
        color: #29292f;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
    }

        .shared-acc-link::after {
            display: inline-block;
            padding: 0 0 3px 4px;
            color: #0072ce;
            content: "";
            font-family: icomoon;
            font-size: 14px;
            line-height: 17px;
            vertical-align: middle;
        }

    a.widebutton {
        background-color: #edebe6;
        display: block;
        line-height: 3.3125;
        overflow: hidden;
        padding: 0px 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        margin-top: 12px;
        font-size: 16px;
        color: #29292f;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        
    }

        a.widebutton:hover {
            color: #0072ce;
        }

        a.widebutton::after {
            color: #0072ce;
            content: "";
            display: inline-block;
            font-family: icomoon;
            font-size: 14px;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
            line-height: inherit;
            padding-left: 4px;
            text-transform: none;
            vertical-align: middle;
        }

    /* blog mirror */
    .blogmirror-body img.alignleft {
        display: inline;
        float: left;
        margin: 0 15px 10px 0;
        overflow: hidden;
    }

    .blogmirror-body img.alignright {
        display: inline;
        float: right;
        margin: 0 0 10px 15px;
        overflow: hidden;
    }

    .blogmirror-logo {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .blogmirror-sideblurb {
        margin: 15px 0;
    }

    .blogmirror-postfooter {
        padding: 15px 0 0 0;
        margin: 15px 0 0 0;
        border-top: 1px solid #000;
    }

    .blogmirror-authorblock {
        display: block;
        float: left;
        padding: 10px;
    }

    .blogmirror-authorimg {
        display: block;
        padding: 0;
        margin: 0 auto;
        
        border: 0;
    }

    .blogmirror-minifirmlink {
        display: block;
    }

        .blogmirror-minifirmlink > img {
            display: block;
            margin: 0 auto;
        }

    .blogmirror-morelink > span {
        color: #000;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        font-size: 14px;
    }

        .blogmirror-morelink > span::after {
            color: #0072ce !important;
            content: "";
            display: inline-block;
            font-family: icomoon;
            font-size: 13px;
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: inherit;
            margin-top: -3px;
            padding-left: 7px;
            text-transform: none;
            vertical-align: middle;
        }

    /* email footer output */
    #emailfooterpreview {
        border: 1px dashed #ccc;
        margin: 20px 0 0 0;
        padding: 10px;
    }

        #emailfooterpreview * {
            font-family: Arial,Helvetica,Sans-serif;
        }

    /* Show Event & Event Page */

.page_showevent__header {
    text-transform: initial;
}

.page_showevent .event_registration {
    border-top: 2px solid #0072ce;
    border-bottom: 2px solid #0072ce;
    background-color: #F5F5F5;
    padding: 30px 20px 34px;
    color: #2D2D30;
}

    .page_showevent .intested_title {
        color: #2D2D30;
        font-size: 15pt;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px 0px 20px;
        line-height: 25px;
    }

    .page_showevent .contactname {
        padding: 20px 0px 8px 0px;
        font-weight: bold;
    }

    .page_showevent .contactposition {
        padding: 0px 0px 15px 0px;
    }

    .page_showevent .contactemail {
        padding: 0px 0px 18px 0px;
    }

    .contactemail span {
        padding-left: 20px;
    }

    .contactphone span {
        padding-left: 23px;
    }

    .event_circle {
        background-color: #4E5368;
        color: #fff;
        padding: 5px 15px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }

    .event_details DIV {
        padding: 6px 0px 0px;
    }

    .event_speakers {
        border-top: 0px;
        padding: 30px 0px 0px;
    }

    .event_upcoming {
        padding: 30px 20px 0px 0px;
        color: #2E2D33;
    }

    .page_showevent .read_more_padding {
        padding: 10px 0px 0px;
    }

    .readMoreArrow a:after {
        font-family: icomoon;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: inherit;
        text-transform: none;
        color: #0072ce;
        content: "\e61b";
        display: inline-block;
        font-size: .929em;
        padding-left: .25em;
        vertical-align: baseline;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*Client Login*/
    .page_clientlogin .loginBody div {
        padding: 10px 0px 2px 0px;
    }

    .page_clientlogin .loginBody input {
        border: 1px solid #A9A9A9;
        padding: 1px 4px;
    }

    .page_clientlogin .login-box {
        padding: 15px 20px;
        border: solid 3px #0072ce;
        width: 45%;
        min-height: 300px;
        margin-bottom: 45px;
    }

    .page_clientlogin .login-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .page_clientlogin .login-box-full {
        width: 100%;
    }

    .page_clientlogin h2 {
        margin: 0;
        padding: 0;
        border-bottom: solid 2px #0072ce;
        font-size: 30px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        font-weight: normal;
    }

    .page_clientlogin a.shared_submit {
        display: inline-block;
        font-size: 18px;
        margin: 15px 0;
        width: auto;
        padding: 3px 10px;
    }

    .page_clientlogin .login-box-full a.shared_submit {
        font-size: 23px;
        padding: 3px 15px;
        margin: 25px 15px 15px 10px;
    }

    /*Locations */
ul.locations__office-links {
    list-style: none;
    padding-inline-start: 0;
}
        ul.locations__office-links a {
            font-size: 14px;
            font-family: "montserrat",sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            color: black;
            font-weight: bold;
            display:inline-block;
            padding-bottom: 3px;
        }
            ul.locations__office-links a:hover {
                color: #0072ce;
            }

.location-states__state h5 {
    padding: 13px 0px 5px 0px;
    margin: 0;
}

.location_widget {
    color: #7D7D7D;
}

        .location_widget img {
            width: 18px;
            vertical-align: text-top;
            margin-bottom: 7px;
        }

        .location_widget .fa {
            font-size: 24px;
            color: #0072ce;
            vertical-align: middle;
        }

        .location_widget span {
            padding-left: 15px;
        }

        .location_widget DIV {
            padding-top: 4px;
        }

    div.location_title {
        font-size: 12pt;
    }

    a.location_other_offices {
        color: #7D7D7D;
        display: block;
        padding-bottom: 5px;
    }

        a.location_other_offices:hover {
            color: #0072ce;
        }

    a.location_other_offices_selected {
        color: #0072ce;
    }

    .location_direction_wrapper {
        margin-top: 15px;
    }

        .location_direction_wrapper a {
            padding: 0px 0px 0px 15px;
            font-size: 19px;
            color: #A9A6A6;
            cursor: pointer;
            
        }

            .location_direction_wrapper a:hover {
                color: #0072ce;
            }

    .location_trasittype_selected {
        color: #0072ce !important;
        text-decoration: none;
    }

    .page_showlocation H1 {
        float: left;
    }

    .textboxDirection {
        padding: 6px 8px;
        border-radius: 5px;
        border: 1px solid #BBB;
        width: 250px;
    }

    #map-canvas {
        height: 460px;
        margin: 0px;
        padding: 0px;
    }

        #map-canvas.noclick {
            pointer-events: none;
        }

    #directions-panel {
        margin-top: 30px;
        padding: 0px 15px;
    }

    .locationBio {
        margin-bottom: 12px;
    }

    .bioLink {
        color: #7D7D7D;
    }

    /*Sidebar*/
    .page_showbook .sidebar .contentList {
        border-top: 2px solid #0072ce;
        border-bottom: 2px solid #0072ce;
    }

    .page_shownews .sidebar .kb, .page_shownewsletter .sidebar .kb .page_diversity .sidebar .kb, .page_showdiversity .sidebar .kb,
    .page_about .sidebar .kb, .page_showabout .sidebar .kb .page_areas .sidebar .kb {
        padding: 20px 0;
    }

    .kb > a {
        display: block;
        color: #7D7D7D;
        padding-bottom: 12px;
        text-indent: -12px;
        padding-left: 12px;
    }

        .kb > a:hover {
            color: #0072ce;
        }

    .kb > div {
        padding-bottom: 20px;
    }

    .page_showbio .sidebar .wb_content ul li {
        padding-left: 12px;
        text-indent: -12px;
    }

    /* Search */
    .content_body .results h3.withBottomBorder {
        margin-top: 24px;
        font-size: 28px;
        line-height: 2.375rem;
        border-top: 0px;
    }

    .search_results_title {
        font-size: 18px;
        color: #29292f;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
    }

    .search_results_padding_8px {
        padding-top: 8px;
    }

    .search_results_padding_4px {
        padding-top: 4px;
    }

    .search_checkboxes {
        padding: 10px 0px 0px;
    }

        .search_checkboxes label {
            font-weight: 400;
            padding-left: 6px;
            margin-right: 10px;
            vertical-align: middle;
        }

    .btnFind {
        background-color: #0072ce;
        color: #FFF;
        border: 1px solid #dbd7cd;
        padding: 9px 14px;
        border-radius: 5px;
    }

    .searchInputFull {
        border: 1px solid #dbd7cd;
        background-color: #edebe6;
        height: 38px;
        color: #000;
        padding-left: 10px;
        width: 72%;
        display: inline-table;
        margin-right: 8px;
    }

    .searchInfo {
        font-size: 20px;
        color: #0072ce;
        margin: 30px 0px 20px;
        line-height: 1.5rem;
        font-family: "montserrat",sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.01em;
    }

    .search_results_external a {
        font-size: 18px;
        color: #29292f;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        margin: 20px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid #dbd7cd;
    }


    /* About */

.about-banner {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.about-team-section {
    margin-top: 70px;
    margin-bottom: 50px;
}
.about-content-header {
    color: #0072CE;
    font-weight: 600;
    font-size: 18px;
}
.about-content-body {
    margin: 8px 0 40px 0;
}
.about-blurb {
    background-color: #f9f9f9;
    padding: 24px;
    margin: 40px 0 24px 0;
}
.about-team-bio {
    display: flex;
    margin: 20px 0;
}
.about-team-image {
    width: 92px;
    height: 92px;
    margin-right: 10px;
}
.about-team-name {
    color: #0072CE;
    font-weight: 400;
    font-size: 16px;
}
.about-team-title {
    color: #1D1D1E;
    font-weight: 400;
    font-size: 16px;
}
.about-team-phone {
    color: #1D1D1E;
    font-weight: 400;
    font-size: 16px;
}
.about-team-email {
    display: block;
    color: #0072CE;
    font-weight: 400;
    font-size: 16px;
}
.about-team-url {
    display: block;
    color: #0072CE;
    font-weight: 400;
    font-size: 16px;
}
.about-bottom-section {
    background-color: #F6F5F5;
    padding: 20px;
    margin: 40px 0;
}
.about-bottom-section-header {
    color: #0072CE;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.group a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

        .group a span {
            -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

    .group_header {
        height: 2em;
        margin-bottom: 1.25em;
        position: relative;
    }

        .group_header:after {
            content: " ";
            display: table;
            clear: both;
        }

        .group_header a.toggle {
            top: .375rem;
            color: #000;
            position: absolute;
            right: 0;
            text-decoration: none;
        }

            .group_header a.toggle:hover {
                color: #0072ce;
            }

    .group ul.itemContainer {
        display: inline-block;
        width: 100%;
        padding-left: 32px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
        padding-left: 0;
    }

        .group ul.itemContainer li.item {
            padding: .625rem;
            list-style: none;
            overflow: hidden;
            border-top: 1px solid #0072ce;
        }

        .group ul.itemContainer a.itemToggle {
            display: block;
            vertical-align: middle;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            padding: 10px 0 0 0;
            position: relative;
            width: 100%;
        }

            .group ul.itemContainer a.itemToggle.itemToggle-bio {
                padding-top: 0;
            }

            .group ul.itemContainer a.itemToggle:before {
                font-family: icomoon;
                speak: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                vertical-align: middle;
                color: #0072ce;
                content: "\e608";
                display: block;
                line-height: 1;
                right: 0;
                top: 18px;
                position: absolute;
                -webkit-transition: -webkit-transform .15s ease-in-out;
                transition: transform .15s ease-in-out;
            }

            .group ul.itemContainer a.itemToggle.active:before {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .group ul.itemContainer a.itemToggle .icon {
                height: 58px;
                width: 58px;
                margin-top: -10px;
                margin-left: 0;
                margin-right: 20px;
                vertical-align: top;
                border-radius: 50%;
                background-color: #e5e6e7;
            }

                .group ul.itemContainer a.itemToggle .icon.usericon {
                    padding: 14px;
                    overflow: hidden;
                }

                    .group ul.itemContainer a.itemToggle .icon.usericon > div {
                        position: relative;
                        top: 50%;
                        transform: translateY(-50%);
                    }

            .group ul.itemContainer a.itemToggle img {
                width: 100%;
            }

            .group ul.itemContainer a.itemToggle span {
                font-size: 1.275em;
                background-color: transparent !important;
                display: inline-block;
                line-height: 1.5em;
                padding-right: 1em;
                color: black;
            }

            .group ul.itemContainer a.itemToggle:hover span {
                color: #0072ce;
            }

    .bio-item img {
        width: 140px;
        height: 140px;
    }

    .bio-item-container span {
        padding-left: 20px;
        font-size: 22px;
        line-height: 1.875rem;
        font-family: "montserrat",sans-serif;
        letter-spacing: -1px;
        text-transform: none;
        font-weight: 400;
        color: #29292F;
    }

    .bio-item-container .bio-row {
        padding-top: 10px;
    }

    .bio-row .shared-acc-body-content, .bio-item-more {
        padding-left: 20px;
    }

    /* Bios */
    .page_bios .headerInfo h1 {
        padding-bottom: 45px;
        border-bottom: 1px solid #0072ce;
    }

    .page_bios h2.secondary {
        clear: both;
        border-top: 1px solid #dbd7cd;
        color: #000;
        font-size: 26px;
        padding: 20px 0px 10px 0px;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .page_bios h3 {
        border-top: 0px;
        padding: 0px;
        margin: 15px 0px 0;
    }

        .page_bios h3 > a {
            font-size: 22px;
            line-height: 1.875rem;
            font-family: "montserrat",sans-serif;
            font-weight: 400;
            letter-spacing: -1px;
            text-transform: none;
            color: #29292F;
        }

            .page_bios h3 > a:hover {
                color: #0072ce;
            }

    .page_bios h4 {
        color: #616161;
        font-family: "montserrat",sans-serif;
        font-size: 16px;
        letter-spacing: -1px;
        text-transform: initial !important;
        font-weight: 400;
        padding: 0px;
        margin: 0px 0px 3px;
    }

    .bios-page-sidebar h2 {
        font-size: 30px;
    }

    .bios-page-sidebar h3 {
        font-weight: 400;
        color: #000;
        margin-bottom: 25px;
    }

    .bios_page_alpha_search {
        padding: 0;
    }

        .bios_page_alpha_search li {
            display: inline-block;
            text-align: center;
            padding: 2px;
        }

        .bios_page_alpha_search a {
            color: #000;
            font-weight: 800;
        }

        .bios_page_alpha_search .-active {
            color: #0072ce;
        }

    .bios_page_sidebar_subscribe {
        margin: 50px 0;
        padding: 15px 20px;
        background-color: #0f2c6e;
        color: #fff;
    }

        .bios_page_sidebar_subscribe h3 {
            color: #fff;
            font-weight: 800;
        }

        .bios_page_sidebar_subscribe i {
            margin-left: 10px;
        }

        .bios_page_sidebar_subscribe p {
            margin-bottom: 15px;
            color: #fff;
        }

        .bios_page_sidebar_subscribe input {
            color: #616161;
            border: none;
            background-color: transparent;
            border-bottom: 1px solid #fff;
        }

            .bios_page_sidebar_subscribe input::placeholder {
                color: #616161;
            }

        .bios_page_sidebar_subscribe button {
            font-weight: 400;
            background-color: transparent;
            border: none;
            margin: 15px 0;
        }

    .bios_page_repeater DIV {
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        font-size: 14px;
        padding-top: 15px;
    }

    .bios_page_repeater SPAN {
        color: #616161;
        padding-left: 5px;
    }

    .bios_page_repeater a.link {
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000;
    }

        .bios_page_repeater a.link:hover {
            color: #0072ce;
        }

        .bios_page_repeater a.link::after {
            color: #0072ce !important;
            content: "";
            display: inline-block;
            font-family: icomoon;
            font-size: 13px;
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: inherit;
            margin-top: -3px;
            padding-left: 7px;
            text-transform: none;
            vertical-align: middle;
        }

    .bios_page_repeater_icons {
        display: flex;
        border-top: 1px solid #418fde;
        margin-top: 20px;
        width: 100%;
        padding: 20px 0 0;
    }

        .bios_page_repeater_icons .fa {
            font-size: 23px;
            margin-right: 4px;
            cursor: pointer;
        }

    .page_showbio .content_body {
        margin-top: 15px;
    }

    .page_showbio .bio_detail_wrapper {
        background: #f7f7f7 none repeat scroll 0 0;
        padding: 32px 32px 23px 300px;
        position: relative;
        min-height: 266px;
    }

    .page_showbio .bio_details {
        display: flex;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0 !important;
        padding-bottom: 16px;
        width: 100%;
    }

    .bio_details_social {
        margin-left: auto;
    }

        .bio_details_social .linkedin img {
            width: 27px;
            height: 22px;
            vertical-align: top;
            margin-right: 5px;
        }

        .bio_details_social .vCard img {
            width: 27px;
            height: 22px;
            vertical-align: top;
            margin-right: 5px;
        }

        .bio_details_social .iconPDF img {
            height: 27px;
            width: 20px;
            vertical-align: top;
            margin:0 5px;
        }

.page_showbio .bio_details_contact {
    display: flex;
    font-size: 14px;
    margin-top: 16px;
}

    .bios_page_bio_details_phone {
        display: flex;
    }

    .page_showbio .bio_details_contact .phone i {
        font-size: 28px;
        font-weight: 800;
        padding-right: 4px;
        color: #0072ce;
        vertical-align: middle;
    }

    .page_showbio .bio_details_contact a {
        
        color: #616161;
    }

    .page_showbio .bio_details_contact .email {
        margin: 2px 0 0 40px;
    }

    .page_showbio .bio_details_contact .languages {
        margin: -7px 0 0 40px;
    }

    .page_showbio .bio_details_contact a:hover {
        color: #616161;
    }

    .page_showbio .bio_details_contact SPAN {
        font-size: 14px;
        padding-left: 10px;
    }

    .page_showbio .bio_details_contact IMG {
        margin-bottom: .3em;
    }

    .page_showbio .bio_details_contact .bio_phone {
    }

    .bio_details_contact .email img {
        width: 27px;
        height: 20px;
    }

    .bio_details_contact .languages img {
        width: 27px;
        height: 27px;
    }

    .bio_details_contact .languages span {
        display: inline-block;
    }

    .page_showbio .mugshot {
        height: 266px;
        left: 0;
        padding-left: 0;
        position: absolute;
        top: 0;
        width: 266px;
        overflow: hidden;
    }

        .page_showbio .mugshot img {
            width: 100%;
        }

    .bio-tabs {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        top: 15px;
    }

    .bio-tab {
        padding: 20px 30px;
        font-size: 14px;
        color: #0072ce;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fff;
        border: 0.5px solid #0072ce;
    }

        .bio-tab.active {
            color: white;
            background-color: #0072ce;
            text-decoration: none;
            border: none;
        }

    .bio-tab-content {
        display: none;
    }

        .bio-tab-content.active {
            display: block;
        }

        .bio-tab-content h5 {
            margin: 25px 0;
        }

            .bio-tab-content h5:first-child {
                border: none;
            }

        .bio-tab-content ul, .repex-tab-content ul { margin: 0; padding: 0; }

        .bio-tab-content li, .repex-tab-content li { margin: 15px 0; list-style: none; }

    .bio-tab--widget-container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 50px;
    }

        .bio-tab--widget-container .widget {
            width: calc(25% - 50px);
            min-width: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .bio-tab--widget-container .widget img {
                height: auto !important;
            }

    .bio-tab--list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
    }

        .bio-tab--list li:nth-child(-n+6) {
            display: flex;
            width: calc(50% - 30px);
            min-height: 150px;
            background-color: #f7f7f7;
            padding: 10px 15px;
        }

            .bio-tab--list li:nth-child(-n+6) a {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                text-decoration: none;
            }

            .bio-tab--list li:nth-child(-n+6) .bio-tab--list-item-title {
                width: 100%;
            }

            .bio-tab--list li:nth-child(-n+6) .mediaResult__webinarIcon {
                margin-right: 5px;
            }
            .bio-tab--list li:nth-child(-n+6) .bio-tab--list-item-date {
                margin-top: auto;
                color: #002D72;
                font-weight: 500;
            }

            .bio-tab--list li:nth-child(-n+6) .bio-tab--list-item-read-time {
                margin-top: auto;
                margin-left: auto;
                color: #0f2c6e;
            }

        .bio-tab--list li:nth-child(n+7) {
            margin: 10px 0;
        }

            .bio-tab--list li:nth-child(n+7) .bio-tab--list-item-title::before {
                content: "-";
                display: inline-block;
                margin: 0 5px;
            }

            .bio-tab--list li:nth-child(n+7) a {
                display: flex;
                flex-direction: row-reverse;
            }

            .bio-tab--list li:nth-child(n+7) .bio-tab--list-item-date {
                white-space: nowrap;
            }

                .bio-tab--list li:nth-child(n+7) .bio-tab--list-item-date i,
                .bio-tab--list li:nth-child(n+7) .bio-tab--list-item-date img,
                .bio-tab--list li:nth-child(n+7) .mediaResult__eventIcon,
                .bio-tab--list li:nth-child(n+7) .bio-tab--list-item-read-time {
                    display: none;
                }

    .page_showbio .content_body a.bio-tab__show-more--link {
        display: inline-block;
        margin: 25px 0;
        background-color: #002D72;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 20px 40px;
    }

    .bio-tab__show-more--content {
        display: none;
    }

    .page_showbio h3 {
        font-size: 28px;
        line-height: 30px;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        letter-spacing: -1px;
        text-transform: none;
        font-weight: 400;
        color: #000;
        border-top: 0px;
        padding: 0px;
        margin: 0px;
    }

    .page_showbio h4 {
        color: #616161;
        font-family: "montserrat",sans-serif;
        font-size: 16px;
        letter-spacing: -1px;
        margin: 2px 0px 8px;
        text-transform: initial !important;
        padding: 0px;
    }

        .page_showbio h4 a {
            color: #616161;
        }

            .page_showbio h4 a:hover {
                color: #0072ce;
            }

    .page_showbio .sidebar a {
        color: #616161;
    }

        .page_showbio .sidebar a:hover {
            color: #0072ce;
        }

    .page_showbio .content_body a {
        color: #616161;
    }

        .page_showbio .content_body a:hover {
            color: #0072ce;
        }

    .page_showbio .bio_intro {
        padding: 24px;
        font-size: 22px;
        letter-spacing: -1px;
        clear: both;
        line-height: 25px;
        background-color: #F6F5F5;
    }

    .page_showbio .people-detail {
        border-bottom: 5px solid #0072ce;
        margin-left: 0;
        overflow: hidden;
        padding-top: 32px;
    }

    .page_showbio .assoc {
        position: relative;
    }

        .page_showbio .assoc.hide:after {
            visibility: hidden;
        }

        .page_showbio .assoc:after {
            font-family: icomoon;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            vertical-align: middle;
            color: #0072ce;
            content: "\e608";
            display: block;
            line-height: 1;
            right: 14px;
            top: 28px;
            position: absolute;
            -webkit-transition: -webkit-transform .15s ease-in-out;
            transition: transform .15s ease-in-out;
        }

        .page_showbio .assoc.active:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }



        .page_showbio .assoc h5 {
            padding-bottom: 5px;
            position: relative;
            z-index: 2;
            font-size: 14pt;
            cursor: pointer;
        }

        .page_showbio .assoc:first-child h5 {
            border-top: none;
        }

        .page_showbio .assoc ul {
            padding: 30px 0 0 0;
            list-style: none;
        }

            .page_showbio .assoc ul li {
                padding-bottom: 12px;
            }

    .page_bios .shared_author_size {
        display: none;
        width: 120px !important;
    }

    .bioresult-page {
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
    }

    .biosearchresults {
        flex-basis: 31%;
        border: 1px solid #707070;
        background-color: #F6F5F5;
        margin-bottom: 30px;
        min-width: 300px;
    }

    .bios_page_bio_image {
        width: 100%;
    }

    .bios_page_sidebar_subscribe {
        display: block;
    }

    .bios_page_sidebar_subscribe--mobile {
        display: none;
    }

    .bios_page_bio_details {
        display: flex;
        flex-direction: column;
        height: 300px;
        padding: 20px;
    }

    .bios_page_bio_details_bottom {
        margin-top: auto;
    }

    .bios_page_repeater .bios_page_repeater_icons_right {
        display: flex;
        margin-left: auto;
        padding-top: 0;
    }

        .bios_page_repeater .bios_page_repeater_icons_right a {
            margin: 0 2px;
        }

    .page_bios .search_icon::after {
        color: #0072ce;
        content: "";
        display: inline-block;
        font-family: icomoon;
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: inherit;
        padding-left: 4px;
        text-transform: none;
        vertical-align: middle;
    }

    .page_bios .tabs-filters {
    }

        .page_bios .tabs-filters:after {
            content: " ";
            display: table;
            clear: both;
        }

        .page_bios .tabs-filters .filters .clear {
            float: right;
            padding-top: 14px;
        }

        .page_bios .tabs-filters .filters {
        }

    .page_bios .col-xs-6, .page_bios .col-sm-6, .page_bios .col-md-4 {
        padding-left: 0px;
    }

    a.clear {
        display: block;
        color: #29292f;
        font-size: 14px;
        line-height: 1;
        padding: 20px 0;
        text-decoration: none;
    }

        a.clear:hover {
            color: #0072ce;
        }

        a.clear::after {
            color: #0072ce;
            content: " " "×";
            font-size: 18px;
            color: #000;
        }

    .bios-page-sidebar .biosearchinput {
        width: calc(100% - 63px);
        border: 1px solid #000;
        border-bottom: none;
        border-right: none;
    }

    .bios-page-sidebar .biosearchsubmit {
        padding-top: 8px;
        margin-left: 0;
        border-left: none;
        border-right: 1px solid #000;
        border-bottom: none;
        border-top: 1px solid #000;
        background: #fff;
    }

        .bios-page-sidebar .biosearchsubmit::after {
            color: #000;
            font-size: 26px;
        }

    .bios-page-sidebar .customSelect {
        margin: 0;
        border-bottom: none;
    }

    .bios-page-sidebar .bio_dropdown:last-child .customSelect {
        border-bottom: 1px solid #000;
    }

    .bios-page-sidebar .customSelect label {
        padding: 5px 20px 0 20px;
    }

.bio_dropdown:focus-within {outline:auto;}

.page_bios .bio_dropdown option {
    color: #4a4a49;
    font-family: "montserrat",sans-serif;
    font-weight: bold;
    padding: 8px;
    background-color: #FFF;
    min-width: 185px;
}

    .page_bios .biosearchheader-echo {
        clear: both;
    }

    .customSelect {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #000;
        margin-bottom: 0;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.71429;
        margin-bottom: 1em;
        padding: 8px 0px;
        width: 100%;
        color: #4a4a49;
        font-weight: 600;
    }

        .customSelect .customSelectInner {
            width: 100% !important;
        }

            .customSelect .customSelectInner::after {
                color: #0072ce;
                content: "";
                display: block;
                float: right;
                font-family: icomoon;
                font-size: 12px;
                font-style: normal;
                font-variant: normal;
                font-weight: 400;
                line-height: inherit;
                text-transform: none;
                transition: transform 0.3s;
                -o-transition: transform 0.3s;
                -moz-transition: transform 0.3s;
                -webkit-transition: transform 0.3s;
                vertical-align: middle;
                margin-top: 4px;
            }

    .hasCustomSelect {
        border: 0 none;
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        height: 39px;
        min-height: 39px;
        opacity: 0;
        position: absolute;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
        cursor: pointer;
        width: 100%;
    }

    .bioForm .customSelect {
        margin: 0;
        border: 0;
        padding: 0;
    }

    .bioForm .customSelectInner {
        margin: 0;
    }

    .bio_disclaimer {
        padding: 20px 0 0 0;
        margin: 30px 0 0 0;
        border-top: 1px solid #0072ce;
    }

    .extendedBody a.more {
        color: #0072ce;
        font-size: 16px;
        display: none;
    }


    /* Contact Us*/

    .page_contact .content_body {
        margin: 10px 20px 20px;
        padding: 0;
    }

    .sharedfhform input {
        padding: 4px 8px;
        border-radius: 5px;
        border: 1px solid #BBB;
        background-color: #FCFCFC;
        font-size: 14px;
        margin-bottom: 10px;
        color: #000;
        font-family: "montserrat",sans-serif;
        margin-right: 8px;
    }

        .sharedfhform input:focus, textarea.subform-comments:focus {
            background-color: #FFFFEE;
        }

    .sharedfhform-errormsg {
        color: #0072ce;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 1em;
        padding: 5px;
    }

    .sharedfhform .sharedfhform-error {
        background-color: #fee !important;
        border-color: #c00 !important;
        color: #900 !important;
    }

    input.subform-namefirst, input.subform-namelast {
        width: 200px;
    }

    .sharedfhform SPAN {
        display: block;
    }

    input.subform-namemiddle {
        width: 34px;
    }

    input.subform-addr1, input.subform-addr2 {
        width: 221px;
    }

    input.subform-city {
        width: 175px;
    }

    input.subform-state {
        width: 50px;
    }

    input.subform-zip {
        width: 100px;
    }

    input.subform-phone, input.subform-fax {
        width: 125px;
    }

    input.subform-email, input.subform-title, input.subform-company {
        width: 325px;
    }

    .subform-fhclient > label {
        font-weight: 400 !important;
        padding-left: 6px;
    }

    textarea.subform-comments {
        height: 110px;
        border-radius: 5px;
        border: 1px solid #BBB;
        font-size: 14px;
        padding: 4px 8px;
        width: 300px;
        background-color: #FCFCFC;
    }

    /**************************************************************************************************************************************************************************************/
    /*
/*  New Styles
/*
/*************************************************************************************************************************************************************************************/

    .site-footer {
        background-color: #F6F5F5;
        position: relative;
    }

        .site-footer .container {
            position: relative;
        }

        .site-footer .active {
            margin: 0px;
            padding: 0px;
        }

        .site-footer .footer-links {
            font-size: 0.75em;
            line-height: 2;
            padding-bottom: 0.9375em;
            padding-top: 0.9375em;
        }

            .site-footer .footer-links a {
                color: #29292f;
                margin-right: 16px;
                text-transform: capitalize;
                font-size: 9pt;
            }

    ul.footer-links {
        padding: 0px;
        margin: 0px;
    }

    .site-footer ul.footer-links li {
        padding: 2px 10px 0px 0px;
    }

    .site-footer .footer-links a.is-active, .site-footer .footer-links a:active, .site-footer .footer-links a:hover {
        color: #0072ce;
    }

    .site-footer .footer-links .selected a {
        color: #0072ce;
    }

    .site-footer .social-nav img {
        height: 24px;
        margin: 11px 0px 0px 20px;
    }

    .site-footer .social-nav li:first-child a {
        margin: 0;
    }

    .site-footer .social-nav {
        display: inline-block;
        position: absolute;
        right: 28px;
        width: auto;
        margin: 6px auto;
    }

        .site-footer .social-nav a {
            font-size: 22px;
            line-height: 30px;
            margin-left: 25px;
            color: #0072ce;
            overflow: hidden;
            text-align: center;
        }

            .site-footer .social-nav a:hover {
                color: #FF6D6D;
            }

    .site-footer .footer-logo {
        display: inline-block;
        position: absolute;
        right: 28px;
        width: auto;
    }

        .site-footer .footer-logo IMG {
            padding: 8px 0px 0px;
        }

    .site-footer .copyright {
        min-height: 1.875rem;
    }

        .site-footer .copyright p {
            font-size: 9pt;
            line-height: 3em;
            margin: 0;
        }

    .site-footer-supplementary {
        border-top: 1px solid #002d72;
        padding: 20px 0 20px;
    }

    a.site-footer__back-to-top {
        position: absolute;
        left: calc(12% - 46px);
        top: 0;
        color: #FFF;
        background: #0072ce;
        padding: 20px 10px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
        z-index: 1;
        font-family: "montserrat",sans-serif;
        font-weight: bold;
    }

        a.site-footer__back-to-top:hover, a.site-footer__back-to-top:focus, a.site-footer__back-to-top:visited {
            color: #FFF;
            text-decoration: none;
        }

    .site-footer__back-to-top i {
        width: 100%;
    }

    .footerTop {
        padding: 80px 0;
    }

    .footerTop__flexbox {
        display: flex;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .footerTop__whiteBox {
        background: #FFF;
        padding: 15px 20px;
        flex-basis: 65%;
    }

    .footerTop__heading {
        color: #000;
        margin: 0 0 25px;
    }

    .footerTop__subscribeBtn {
        display: inline-block;
        margin: 15px 0;
        padding: 12px 20px;
        color: #FFF;
        background: #0072ce;
        text-transform: uppercase;
    }

        .footerTop__subscribeBtn i, .footerTop__subscribeBtn:hover, .footerTop__subscribeBtn:focus {
            color: #FFF;
        }

    .footerTop__linkBox {
        padding-left: 50px;
    }

        .footerTop__linkBox a {
            color: #000;
            font-size: 16px;
            display: block;
            padding: 10px 0;
        }

        .footerTop__linkBox i {
            color: #0072ce;
        }

    dt {
        font-weight: normal;
    }

    .grid {
        list-style: outside none none;
        margin-bottom: 0;
        margin-left: -32px;
    }

    .no-offset, .no-offset .grid__item:first-child {
        margin-left: 0;
    }

    .one-sixth, .two-twelfths {
        width: 16% !important;
    }

    .five-sixths, .ten-twelfths {
        width: 83.333% !important;
    }

    .grid__item {
        box-sizing: border-box;
        display: inline-block;
        padding-left: 32px;
        vertical-align: top;
        width: 100%;
    }

    .three-tenths {
        width: 30%;
    }

    .seven-tenths {
        width: 69%;
    }

    .hard {
        padding: 0 !important;
    }


    .list--plain > li, .list--plain > ul > li {
        list-style: outside none none;
    }


    .list, .list ul {
        list-style-position: inside;
        margin: 0;
        padding: 0;
    }

        .list li {
            line-height: 1.5em;
        }

        .list a {
            font-size: 12px;
            text-decoration: none;
            
        }


    .logo-link img {
        display: block;
        margin-bottom: 1em;
    }

    .logo-link {
        color: #0072ce;
        display: block;
        font-size: 14px;
        line-height: 1.71429;
        margin-top: 32px;
    }

    a.logo-link {
        
    }


    /* (Right) --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    .push-nav {
        background-color: #f6f5f5;
        box-sizing: content-box;
        color: #4a4a49;
        display: block;
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 265px;
        z-index: 10;
    }

    .push-nav--left {
        left: 0;
        padding-left: 20px;
    }

    .push-nav--right {
        padding-right: 0px;
        right: 0;
    }

    .csstransforms .push-nav--left {
        transform: translateX(-285px);
    }

    .csstransforms .push-nav--right {
        transform: translateX(285px);
    }

    .no-csstransforms .push-nav--left {
        left: -285px;
    }

    .no-csstransforms .push-nav--right {
        right: -285px;
    }

    .push-nav__nav {
        display: none;
    }

    .cms-toolbar-expanded .push-nav {
        top: 35px;
    }

    .push-nav {
        padding-bottom: 20px;
    }

        .push-nav .container {
            padding: 16px;
        }

        .push-nav .page-links a {
            background-color: #f6f5f5;
            border-bottom: 1px solid #c4c4c4;
            color: #929497;
        }

            .push-nav .page-links a::after {
                color: #29292f;
                content: "";
                font-family: icomoon;
                font-style: normal;
                font-variant: normal;
                font-weight: 400;
                line-height: inherit;
                margin-top: -1em;
                text-transform: none;
                vertical-align: middle;
            }

            .push-nav .page-links a:active, .push-nav .page-links a:hover, .push-nav .resources-button:active, .push-nav .resources-button:hover {
                background-color: #0072ce;
                border-color: #0072ce;
                color: #fff;
            }

                .push-nav .page-links a:active::after, .push-nav .page-links a:hover::after, .push-nav .resources-button:active::after, .push-nav .resources-button:hover::after {
                    color: #fff;
                }

            .push-nav .page-links a.is-active, .push-nav .resources-button.is-active {
                background-color: #0072ce;
                border-color: #0072ce;
                color: #fff;
            }

                .push-nav .page-links a.is-active::after, .push-nav .resources-button.is-active::after {
                    color: #fff;
                }

        .push-nav .page-links a {
            text-transform: uppercase;
        }

        .push-nav .page-links li {
            display: none !important;
        }

            .push-nav .page-links li.mobile, .push-nav .page-links li:first-child {
                display: block !important;
            }

        .push-nav .open-sub, .push-nav .page-links a, .push-nav .resources-button {
            display: block;
            padding: 19px 18px;
            position: relative;
        }

        .push-nav .open-sub, .push-nav .page-links a {
            font-size: 0.875em;
        }

            .push-nav .open-sub::after, .push-nav .page-links a::after, .push-nav .resources-button::after {
                display: block;
                position: absolute;
                right: 1.7em;
                top: 50%;
                transition: transform 0.15s ease-in-out 0s;
            }

        .push-nav .resources-button {
            text-align: left;
            text-transform: uppercase;
            width: 100%;
        }

    .push-nav__resources ul {
        background-color: #0072ce;
        display: none;
        padding: 0 1.7em 1.7em;
    }

    .push-nav__resources li {
        border-bottom: 1px solid #fff;
        font-size: 0.875em;
        line-height: 1.625rem;
        margin-bottom: 0.4375rem;
        padding-bottom: 0.4375rem;
    }

        .push-nav__resources li:last-child {
            border: 0 none;
            margin: 0;
            padding: 0;
        }

    .push-nav__resources a {
        color: #fff;
    }

    .push-nav__resources.open .resources-button {
        background-color: #0072ce;
        border-color: #0072ce;
        color: #fff;
    }

        .push-nav__resources.open .resources-button::after {
            color: #fff;
            transform: rotate(90deg);
        }


    .push-nav .push-nav__sub {
        display: none;
    }

        .push-nav .push-nav__sub .open-sub {
            background-color: #f6f5f5;
            border-bottom: 1px solid #c4c4c4;
            color: #929497;
            text-transform: uppercase;
        }

            .push-nav .push-nav__sub .open-sub::after {
                color: #29292f;
                content: "";
                display: block;
                font-family: icomoon;
                font-style: normal;
                font-variant: normal;
                font-weight: 400;
                line-height: inherit;
                margin-top: -1em;
                text-transform: none;
                vertical-align: middle;
            }

        .push-nav .push-nav__sub li {
            background-color: #dbd7cd;
        }



        .push-nav .push-nav__sub .open .open-sub {
            background-color: #dbd7cd;
            border-color: #dbd7cd;
            color: #0072ce;
        }

            .push-nav .push-nav__sub .open .open-sub::after {
                transform: rotate(90deg);
            }


    .push-nav .close-content {
        float: right;
    }

    .no-js .push-nav {
        display: none;
    }

    .device-android .site-wrapper.is-pushed {
        overflow: visible !important;
    }

    #mb-site-search {
        padding: 0.4em 0.6em;
    }

    .push-nav .site-search {
        margin: 20px 20px 0;
    }

    .site-search {
        position: relative;
        text-transform: uppercase;
    }

    .push-nav .site-search input {
        margin: 0;
    }

    .text-input {
        background-color: #fff;
        border: 2px solid #418fde;
        border-radius: 0 !important;
        box-sizing: border-box;
        color: #4a4a49;
        font-family: "montserrat",sans-serif;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 1em;
        outline: 0 none;
        padding: 4px;
        transition: all 0.15s ease-in-out 0s;
        width: 100%;
    }

        .text-input:hover {
            border: 2px solid #D4D5CF;
        }

    .site-search i::before {
        content: "";
        font-family: icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: inherit;
        text-transform: none;
        vertical-align: middle;
    }

    .site-search i {
        background-color: transparent;
        border: 0px;
        color: #646462;
        display: block;
        padding: 4px 8px;
        position: absolute;
        right: 1px;
        top: 1px;
        transition: all 0.15s ease-in-out 0s;
        font-size: 16px;
        cursor: pointer;
    }

        .site-search i:hover {
            color: #A3A3A2;
        }

    .close-content::after {
        content: "";
        font-family: icomoon;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        left: 50%;
        line-height: inherit;
        margin-left: -7px;
        margin-top: -10px;
        position: absolute;
        text-transform: none;
        top: 50%;
        vertical-align: middle;
    }

    .push-nav .close-content {
        float: right;
    }

    .close-content {
        background-color: #0072ce;
        color: #fff;
        display: block;
        height: 0;
        padding-top: 30px;
        position: relative;
        width: 32px;
        border: 1px solid #0072ce;
    }

    .icon-menu {
        font-size: 22px;
        cursor: pointer;
    }

        .icon-menu:hover {
            color: #979795;
        }

    .menu-active {
        display: block;
        transform: rotate(90deg);
    }

    .mobile-push-right-large {
        padding: 20px 18px;
        background-color: #F6F5F5;
        color: #929497 !important;
        cursor: pointer;
    }

        .mobile-push-right-large:hover {
            background-color: #0072ce;
            color: #FFF !important;
        }

        .mobile-push-right-large:after {
            color: #29292f;
            content: "";
            font-family: icomoon;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
            line-height: inherit;
            margin-top: -1.6em;
            text-transform: none;
            vertical-align: middle;
            display: block;
            position: absolute;
            right: 1.8em;
            font-size: 11px;
            transition: transform 0.3s;
            -o-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -webkit-transition: transform 0.3s;
        }

        .mobile-push-right-large:hover:after {
            color: #FFF;
        }

    .mobile-push-right-selected {
        background-color: #0072ce !important;
        color: #FFF !important;
        border-bottom: 0px !important;
    }

        .mobile-push-right-selected:after {
            color: #FFF;
            transform: rotate(90deg);
        }

    .mobile-our-service-div {
        background-color: #0072ce;
        padding: 0px 25px 15px 25px;
    }

        .mobile-our-service-div > a {
            color: #FFF !important;
            border-bottom: 1px solid #FFF !important;
            padding: 8px 0px !important;
            font-size: 12px !important;
        }

            .mobile-our-service-div > a:last-child {
                border-bottom: 0px !important;
            }

            .mobile-our-service-div > a:hover {
                background-color: #0072ce !important;
                color: #DDD !important;
            }

    /* banner */
    .banner {
        margin-top: 32px;
        margin-bottom: 32px;
        padding: 1.3125em;
    }

    .banner--promo {
        background-color: #418fde;
    }

    .banner .grid {
        list-style: none;
        margin-bottom: 0;
        margin-left: -32px;
    }

    .banner .grid__item {
        display: inline-block;
        width: 100%;
        padding-left: 32px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .banner .five-sixths {
        width: 83.333%;
    }

    .banner h4 {
        font-size: 30px;
        font-size: 1.875em;
        line-height: 36px;
        line-height: 2.25rem;
        color: #0072ce;
        font-weight: 400;
        margin-bottom: .25em;
    }

    .banner a {
        text-decoration: none;
        font-weight: bold;
    }

    .banner .text--right {
        text-align: right !important;
    }

    .banner .one-sixth {
        width: 16.666%;
    }

    .banner [class*=" icon-"], .banner [class^=icon-] {
        font-family: icomoon;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: inherit;
        text-transform: none;
        vertical-align: middle;
        text-decoration: none;
    }

    .banner .icon-globe {
        font-size: 44px;
        font-size: 2.75em;
        line-height: 1.09091;
        display: inline-block;
        margin-top: .125em;
        padding-left: 1em;
        position: relative;
    }

        .banner .icon-globe:before {
            content: "";
        }

    .banner [class*=" icon-"]:empty:before, .banner [class^=icon-]:empty:before {
        margin-right: 0;
    }

    .banner .icon-globe:after {
        font-family: icomoon;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: inherit;
        text-transform: none;
        vertical-align: middle;
        color: #0072ce;
        content: "\e611";
        display: block;
        font-size: 130%;
        left: 0;
        top: -.125em;
        position: absolute;
    }

    /* widget */
    .widget h5 {
        margin-top: 0;
        font-size: 18px;
        font-size: 1.125em;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .widget img {
        display: block;
        margin-bottom: 1em;
        max-width: 100%;
    }

    .widget a.link {
        border-top: 1px solid #ccc;
        padding: 8px 0;
        display: block;
        font-family: "montserrat",sans-serif;
        color: #29292f;
        margin-top: 8px;
    }

        .widget a.link:hover {
            color: #0072ce;
        }

        .widget a.link:after {
            font-family: icomoon;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            line-height: inherit;
            text-transform: none;
            color: #0072ce;
            content: "\e61b";
            display: inline-block;
            font-size: .929em;
            padding-left: .25em;
            vertical-align: baseline;
        }

    .newstype {
        margin-bottom: 20px;
        border-top: 1px solid #0072ce;
    }

.sharedsocialbar {
    margin-bottom: 20px;
    display:flex;
}

    .sharedsocialbar a { border: 1px solid #0072ce; padding: 3px 5px; margin-right: 10px; display: flex; justify-content: center; align-items: center; width: 28px; height: 31px; text-align: center; color: #002d72; }
    .sharedsocialbar .twitter-svg { fill: #002d72; }
    .sharedsocialbar a:hover .twitter-svg { fill: #000; }
        .sharedsocialbar a:hover { color: #000; }

    .noH5Margin h5 {
        margin-top: 0;
    }

    /* subscribe */
    .requestForm .textbox {
        border: 2px solid #418fde;
        color: #4a4a49;
        font-size: 14px;
        line-height: 21px;
        outline: 0 none;
        padding: 1em;
        transition: all 0.15s ease-in-out 0s;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 12px;
    }

    .requestForm .content_body > div {
        padding: 0 15px 20px;
    }

    .requestForm h7 {
        font-size: 18px;
        margin: 10px 0 6px;
        display: block;
    }

    .requestForm .group {
        margin-bottom: 12px;
    }

    .requestForm .textarea {
        width: 100%;
        min-height: 150px;
        padding: 1em;
        border: 2px solid #418fde;
    }

    .requestForm .textbox[fhvalidationerror="1"] {
        border-color: #0072ce;
        background-color: rgba(255, 0, 0, 0.2);
    }

    .requestForm .subform-qtylist label, .requestForm .subform-checkboxlist label {
        font-weight: normal;
    }

    .requestForm .subform-qtylist input, .requestForm .subform-checkboxlist input {
        margin-right: 12px;
    }

    .subscribe__error {
        border-color: #0072ce;
        background-color: rgba(255, 0, 0, 0.2);
    }

    .subscribe__intro {
        margin-bottom: 10px;
    }

    .subscribe__body {
        margin-bottom: 20px;
    }

    .subscribeList__item label {
        padding-left: 12px;
        font-weight: normal;
    }

    .subcribeSubmit {
        margin-top: 20px;
    }
    /* Area */
    .sharedbodysubtitle {
        font-size: 18px;
        font-weight: 600;
        margin: 25px 0;
    }

    .blurb {
        padding: 24px;
        margin-bottom: 24px;
        background-color: #f9f9f9;
    }

    .showarea_page .featured {
    }

    /* newsletter */
    .shownewslettersublist {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* register */
    .subform-fhextranames .extranames {
        border-top: 2px solid #418fde;
        margin: 20px;
        padding-top: 20px;
    }

    .subform-fhextranames .names0 {
        border-top: none;
        margin: 0 20px;
        padding-top: 0;
    }

    .btn-danger {
        background: #0072ce;
        border-color: #0072ce;
    }

        .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
            color: #fff;
            background-color: #0072ce;
            border-color: #7D7D7D;
        }

