/*!
Theme Name: Moelis
Author: Igicom
Version: 1.0
*/
@font-face {
    font-family: 'HomepageBaukasten-Book';
    src: url('../../italmerge/fonts/HomepageBaukasten-Book.woff2') format('woff2'),
         url('../../italmerge/fonts/HomepageBaukasten-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HomepageBaukasten';
    src: url('../../italmerge/fonts/HomepageBaukasten.woff2') format('woff2'),
         url('../../italmerge/fonts/HomepageBaukasten.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HomepageBaukasten';
    src: url('../../italmerge/fonts/HomepageBaukasten-Bold.woff2') format('woff2'),
         url('../../italmerge/fonts/HomepageBaukasten-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    font-family: 'Work Sans', Arial, sans-serif !important;
    line-height: 1; }

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: "";
    content: none; }

q:before, q:after {
    content: "";
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body.admin-bar header {
    top: 32px; }

body.admin-bar #carousel .slide {
    width: 100vw;
    height: calc(100vh - 150px - $admin_bar_height); }

body.admin-bar #container:after {
    top: 92px; }

body.admin-bar #info_panels_menu.stuck {
    top: 90px; }

body.admin-bar #search {
    top: 0; }

body.admin-bar #container.search_opened #search {
    top: 90px; }

.our-team #filters {
    margin: 30px 0 0; }

.transactions-case-studies #filters {
    margin: 198px 0 0 0;
    min-height: 140px; }
.transactions-case-studies #filters select {
    display: none; }
@media only screen and (max-width: 767px) {
    .transactions-case-studies #filters {
        margin: 0; } }

.beautiful-taxonomy-filters-tax {
    margin: 0 0 10px 0; }

.beautiful-taxonomy-filters-button {
    display: none;
    background: none;
    background-color: #7D7D7D;
    border: none;
    font: normal 10px/2.5em "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    color: #c7c7c7;
    padding: 0 15px;
    height: 24px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s; }
.beautiful-taxonomy-filters-button:hover {
    color: #fff;
    background-color: #000; }

.beautiful-taxonomy-filters-button:disabled {
    opacity: .5; }
.beautiful-taxonomy-filters-button:disabled:hover {
    background-color: #7D7D7D;
    color: #c7c7c7;
    cursor: default; }

.beautiful-taxonomy-filters-active-filter {
    font-size: 16px;
    line-height: 18px;
    font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
    padding: 5px 0 0;
    margin: 0 0 20px 0; }
.beautiful-taxonomy-filters-active-filter div {
    display: inline; }
.beautiful-taxonomy-filters-active-filter:before {
    content: "Displaying: ";
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif; }

.beautiful-taxonomy-filters-postcount {
    display: none; }

.beautiful-taxonomy-filters-clear-all {
    float: right;
    margin: 3px 0 0;
    font-size: 12px; }
.beautiful-taxonomy-filters-clear-all.disabled {
    opacity: .5;
    cursor: default; }
.beautiful-taxonomy-filters-clear-all.disabled:hover {
    color: #7D7D7D; }

.beautiful-taxonomy-filters-single-tax:last-child .single-tax-value:after {
    content: ''; }

.select2-container {
    width: 220px !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #7D7D7D;
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif; }
@media only screen and (max-width: 1024px) {
    .select2-container {
        width: 200px !important; } }
@media only screen and (max-width: 767px) {
    .select2-container {
        width: 100% !important; } }
.select2-container .select2-selection--single {
    border: none;
    border-bottom: 1px solid #7D7D7D;
    border-radius: 0;
    background-color: transparent; }
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #7D7D7D;
    padding-left: 1px; }
.select2-container .select2-selection--single .select2-selection__arrow {
    width: 13px;
    height: 8px;
    top: 10px; }
.select2-container .select2-selection--single .select2-selection__arrow b {
    border: none; }
.select2-container .select2-selection--single .select2-selection__arrow:after {
    content: '';
    background: url(images/icon-filter-arrow.svg) no-repeat center center;
    width: 13px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0; }
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    background: url(images/icon-filter-arrow-open.svg) no-repeat center center; }
.select2-container .select2-results__option--highlighted[aria-selected] {
    color: #000;
    background-color: #ddd; }
.select2-container .select2-results__option[aria-disabled=true] {
    color: #ddd; }
.select2-container .select2-container--disabled .select2-selection--single {
    opacity: .5;
    background-color: inherit;
    outline: none; }

.select2-selection__clear {
    color: #fff !important; }

.select2-results__option {
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s; }

.select2-results__options li[id*="-government"],
.select2-results__options li[id*="-national-agency"],
.select2-results__options li[id*="-semiconductors"] {
    display: none; }

.select2-search--dropdown {
    display: none !important; }

.single-tax-key {
    display: none; }

.single-tax-value:after {
    content: '; '; }

.ezas-wrapper #s {
    font: normal 13px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #7D7D7D;
    padding: 0;
    height: 28px;
    background-size: 16px;
    outline: none;
    border-radius: 0; }
.ezas-wrapper #s::-webkit-input-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }
.ezas-wrapper #s:-moz-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }
.ezas-wrapper #s::-moz-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }
.ezas-wrapper #s:-ms-input-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }

.ezas-wrapper .search-submit {
    background: url("images/icon-search-grey.svg") no-repeat center right;
    background-size: contain;
    border: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 6px;
    padding: 0;
    z-index: 209; }

.ezas-wrapper .ezas-results,
.ezas-wrapper .ezas-searching {
    background: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
.ezas-wrapper .ezas-results .ezas-post,
.ezas-wrapper .ezas-searching .ezas-post {
    padding: 5px;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
.ezas-wrapper .ezas-results .ezas-post:hover,
.ezas-wrapper .ezas-searching .ezas-post:hover {
    background-color: #eee; }
.ezas-wrapper .ezas-results .ezas-post p,
.ezas-wrapper .ezas-searching .ezas-post p {
    margin: 0;
    color: #000;
    font: normal 14px "ProximaNova-Regular", Helvetica, Arial, sans-serif; }

input[type=text]::-ms-clear {
    display: none; }

li[id*="-new-york"]:after {
    content: " (headquarters)"; }

#team_searchform {
    position: relative; }

#team_searchform #s {
    position: relative;
    font: normal 13px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #7D7D7D;
    padding: 0;
    height: 28px;
    background-size: 16px;
    outline: none;
    border-radius: 0; }
#team_searchform #s::-webkit-input-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }
#team_searchform #s:-moz-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }
#team_searchform #s::-moz-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }
#team_searchform #s:-ms-input-placeholder {
    font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    color: #7D7D7D; }

#team_searchform input.mag_submit {
    background: url("images/icon-search.svg") no-repeat center right, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="%23005eff"><path d="M3.08,6.36 C3.08,4.56 4.54,3.09 6.35,3.09 C8.15,3.09 9.62,4.56 9.62,6.36 C9.62,8.16 8.15,9.63 6.35,9.63 C4.54,9.63 3.08,8.16 3.08,6.36 Z M15.70,13.54 L11.77,9.61 C12.34,8.66 12.69,7.55 12.69,6.36 C12.69,2.86 9.84,0.02 6.35,0.02 C2.85,0.02 0,2.86 0,6.36 C0,9.86 2.85,12.71 6.35,12.71 C7.54,12.71 8.64,12.36 9.59,11.78 L13.52,15.71 L15.70,13.54 Z"/></g></svg>') no-repeat center right !important;
    background-size: contain !important;
    border: 2px solid red !important;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 11px;
    padding: 0;
    z-index: 209;
}

ul.dwls_search_results {
    position: absolute;
    width: 220px;
    top: calc( - 20px) !important;
    background: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
@media only screen and (max-width: 1024px) {
    ul.dwls_search_results {
        width: 200px; } }
ul.dwls_search_results li {
    padding: 5px !important;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
ul.dwls_search_results li:hover {
    background-color: #eee !important; }
ul.dwls_search_results li a {
    margin: 0;
    color: #000;
    font: normal 14px "ProximaNova-Regular", Helvetica, Arial, sans-serif; }
ul.dwls_search_results .search_footer {
    display: none; }

span.search_results_activity_indicator {
    display: none; }

.videoContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0); }
@media only screen and (max-width: 767px) {
    .videoContainer {
        height: 100%; } }

#carousel .slide video {
    width: 100%;
    max-height: 100%;
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
@media only screen and (max-width: 767px) {
    #carousel .slide video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; } }

.control {
    color: #ccc;
    position: absolute;
    bottom: 5.5vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 680px;
    z-index: 500;
    opacity: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.control.visible {
    opacity: 1.0; }
@media only screen and (max-width: 767px) {
    .control {
        display: none; } }

.btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .5; }
.btn:hover {
    opacity: 1.0; }
.btn span {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block; }
.btn span.icon-play {
    background-image: url(images/video-play.svg); }
.btn span.icon-pause {
    background-image: url(images/video-pause.svg); }
.btn span.icon-sound {
    background-image: url(images/video-volume.svg); }
.btn span.icon-fullscreen {
    background-image: url(images/video-fullscreen.svg); }
.btn.muted span.icon-sound {
    background-image: url(images/video-volume-muted.svg); }

/* Progress bar */
.progress-bar {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }

.progress {
    width: 440px;
    height: 3px;
    position: relative;
    cursor: pointer;
    background: #7D7D7D; }
.progress:hover .timeBar:after {
    width: 13px;
    height: 13px; }

.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 10px; }

.timeBar {
    z-index: 10;
    width: 0;
    background: #B08F2E;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
.timeBar:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #B08F2E;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    -webkit-transform: translateY(-41%);
    -moz-transform: translateY(-41%);
    -ms-transform: translateY(-41%);
    -o-transform: translateY(-41%);
    transform: translateY(-41%); }

.bufferBar {
    z-index: 5;
    width: 0;
    background: rgba(255, 255, 255, 0.2); }

/* volume bar */
.vol {
    position: absolute;
    bottom: 0;
    height: 200%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    text-align: center; }
.vol:hover {
    opacity: 1.0; }

.volume {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 6px;
    height: 55px;
    background: #7D7D7D;
    top: -25px; }

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B08F2E;
    z-index: 10;
    width: 6px;
    cursor: pointer; }

.no-fullscreenapi .btn.fullscreen {
    display: none; }

#carousel .slide#custom_template {
    background-color: #4f5e68; }

.moelis-map {
    margin: auto;
    max-width: 1000px;
    position: relative;
    height: 100%; }
@media only screen and (max-width: 1024px) {
    .moelis-map {
        margin: 0px 40px; } }
@media only screen and (max-width: 767px) {
    .moelis-map {
        margin: inherit; } }
.moelis-map .moelis-map-wrap {
    position: relative;
    height: 100%; }
.moelis-map .map_text {
    position: absolute;
    top: 75px;
    left: 0;
    margin: 0;
    /*
    opacity: 0;
    @include transition(ease all 1.0s);
    -webkit-transform: translate3d(0,0,0); //defeat artifacts
    &.text_visible {
      margin: 0;
      opacity: 1.0;
    }*/
 }
.moelis-map .map_text h2 {
    color: #a5c4cd;
    border-top: 7px solid #a5c4cd;
    padding: 20px 0 0 0; }
.moelis-map .map_text p {
    color: #ac9033;
    width: 125px;
    border-top: 2px solid #ac9033;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 1.2em;
    margin: 50px 0 0; }
.moelis-map .map_text span {
    color: #ac9033;
    font-size: 30px;
    padding: 10px 0 0;
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold; }

.moelis-map svg {
    display: block;
    width: 80vh;
    max-width: 860px;
    position: absolute;
    left: 0;
    top: 120px;
    bottom: 0;
    right: 0;
    margin: auto; }
@media only screen and (max-width: 1024px) {
    .moelis-map svg {
        max-width: 700px; } }
.moelis-map svg #moelis_map_paths path {
    stroke-width: 1px;
    fill: none;
    stroke: #b08f2e;
    visibility: hidden; }

.mobile .moelis-map svg {
    width: calc(100% - 75px);
    max-width: none;
    top: -8vh;
    bottom: 0; }

.mobile .moelis-map .map_text {
    top: 30px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: auto;
    height: 100%; }
.mobile .moelis-map .map_text h2 {
    border-top-width: 5px; }
.mobile .moelis-map .map_text p {
    margin: 0 0;
    width: 100%;
    position: absolute;
    bottom: 20vh;
    font-size: 12px; }

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .moelis-map {
        margin: 0 100px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .moelis-map {
        margin: 0 20px; }
    .mobile .moelis-map svg {
        width: 320px !important;
        left: inherit !important;
        top: 8vh !important; }
    .mobile .moelis-map .map_text {
        top: 20px !important; }
    .mobile .moelis-map .map_text h2 {
        font-size: 30px !important;
        padding-top: 10px  !important; }
    .mobile .moelis-map .map_text p {
        margin: 3vh 0 0 0 !important;
        width: 220px !important; }
    .mobile .moelis-map .map_text span {
        font-size: 20px !important;
        padding: 0 0 !important; } }

body {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    margin: 0;
    padding: 0; }
body.overlay_on {
    overflow: hidden; }

html {
    box-sizing: border-box; }
@media only screen and (max-width: 767px) {
    html {
        -webkit-text-size-adjust: 100%; } }

#container {
    min-width: 320px;
    width: 100%;
    padding-top: 60px;
    margin: auto;
    background: #fff;
    position: relative;
    overflow: hidden; }
@media only screen and (max-width: 767px) {
    #container {
        padding-top: 50px;
        height: auto; } }
#container:after {
    pointer-events: none;
    width: 100%;
    height: calc(100vh);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 200; }
@media only screen and (min-width: 1025px) {
    #container:after {
        content: '';
        content: none\9;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -ms-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; } }

#container.nav_opened:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.7); }

#container.nav_opened .outer.nav_wrap .menu_button span {
    background: #fff;
    color: #000; }

#container.nav_opened #nav {
    min-height: 250px;
    box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.1); }
@media only screen and (max-width: 767px) {
    #container.nav_opened #nav {
        top: 0 !important; } }

#container.nav_opened .overlay_inner,
#container.nav_opened #content {
    pointer-events: none; }

.mobile #container #nav .menu-main-menu-container {
    margin: 25px; }

.mobile #container.nav_opened #nav {
    max-height: 100vh;
    box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.1); }

.page-template-default #container {
    height: auto;
    overflow: hidden; }

h1,
h2,
#content.interior .our-team-heading {
    margin: 0;
    padding: 0;
    font-family: "FreightBigProMedium-Italic", Times, serif;
    font-style: normal; }

h1:not(.meta),
#content.interior .our-team-heading {
    font-size: 55px;
    line-height: 52px;
    margin: 0 0 140px 0; }
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 50px 0; } }

h2 {
    font-family: 'HomepageBaukasten', Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 65px;
    line-height: 75px; }
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 40px;
        line-height: 47px; } }

h2 b, .home h2 strong {
    font-family: 'HomepageBaukasten', Arial, sans-serif;
    font-weight: bold;
}

p.three-title-spacing{margin: 0 0 45px 0;}

p {
    margin: 0 0 10px 0;
    line-height: 22px; }
p strong {
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
@media only screen and (max-width: 767px) {
    p {
        font-size: 12px;
        line-height: 18px; } }

a {
    color: #7D7D7D;
    text-decoration: none;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
a:hover {
    color: #000; }

header {
    display: table;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
}
header .inner {
    width: 1000px;
    display: table-cell; }
@media only screen and (max-width: 767px) {
    header .inner {
        display: block; } }
header .outer {
    width: auto;
    position: relative; }
@media only screen and (max-width: 1024px) {
    header .outer {
        width: 0; } }
@media only screen and (max-width: 767px) {
    header .outer {
        width: 100%; }
    header .outer.nav_wrap {
        background-color: #fff; } }
@media only screen and (max-width: 1024px) {
    header .inner {
        width: 100%;
        height: 50px;
        margin: 0 0 0 20px; } }
@media only screen and (max-width: 767px) {
    header {
        display: block;
        height: auto; }
    header .inner {
        margin: 0; } }

#logo {
    padding: 16px 0;
    position: absolute;
    height: 60px;
    /*width: 295px;*/
    width: auto;
    left: 0; }
@media only screen and (max-width: 1024px) {
    #logo {
        left: 15px; } }
@media only screen and (max-width: 767px) {
    #logo {
        /*height: 15px;*/
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto; } }

.nav_wrap .search {
    position: absolute;
    background: #fff;
    z-index: 400;
    height: 60px;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"><g fill="%23005eff"><path d="M3.08,6.36 C3.08,4.56 4.54,3.09 6.35,3.09 C8.15,3.09 9.62,4.56 9.62,6.36 C9.62,8.16 8.15,9.63 6.35,9.63 C4.54,9.63 3.08,8.16 3.08,6.36 Z M15.70,13.54 L11.77,9.61 C12.34,8.66 12.69,7.55 12.69,6.36 C12.69,2.86 9.84,0.02 6.35,0.02 C2.85,0.02 0,2.86 0,6.36 C0,9.86 2.85,12.71 6.35,12.71 C7.54,12.71 8.64,12.36 9.59,11.78 L13.52,15.71 L15.70,13.54 Z"/></g></svg>') no-repeat center center !important;
    background-size: 16px 16px !important;
}
.nav_wrap .search span {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    border-left: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #005eff;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"><g fill="%23005eff"><path d="M3.08,6.36 C3.08,4.56 4.54,3.09 6.35,3.09 C8.15,3.09 9.62,4.56 9.62,6.36 C9.62,8.16 8.15,9.63 6.35,9.63 C4.54,9.63 3.08,8.16 3.08,6.36 Z M15.70,13.54 L11.77,9.61 C12.34,8.66 12.69,7.55 12.69,6.36 C12.69,2.86 9.84,0.02 6.35,0.02 C2.85,0.02 0,2.86 0,6.36 C0,9.86 2.85,12.71 6.35,12.71 C7.54,12.71 8.64,12.36 9.59,11.78 L13.52,15.71 L15.70,13.54 Z"/></g></svg>') no-repeat center center !important;
    background-size: 20px 20px !important;
}
@media only screen and (max-width: 1220px) {
    .nav_wrap .search {
        width: 250px; } }
.nav_wrap .search img {
    display: block;
    margin: 21px auto; }
@media only screen and (max-width: 1220px) {
    .nav_wrap .search {
        right: 60px; } }
@media only screen and (max-width: 767px) {
    .nav_wrap .search {
        height: 50px;
        width: 50px;
        font-size: 10px;
        display: none; } }
.nav_wrap .search:hover img {
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    opacity: .5; }

#container.search_opened:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.7); }

#container.search_opened .search span {
    background: #fff !important;
}
#container.search_opened .search span:after {
    background-position: 0 -16px;
    background-color: #fff; }

#container.search_opened #search {
    top: 60px; }
#container.search_opened #search #s {
    opacity: 1; }

.menu_button {
    height: 60px;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 400;
    background: #fff;
    right: 0;
    width: 100%; }
@media only screen and (max-width: 1220px) {
    .menu_button {
        width: auto;
        right: -1px; } }
.menu_button span {
    padding: 22px 0 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #005eff;
    font: normal 12px "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    border-right: 1px solid #fff;
    display: block;
    height: 60px;
    width: 60px; }
@media only screen and (max-width: 1024px) {
    .menu_button span {
        border-right: none; } }
@media only screen and (max-width: 767px) {
    .menu_button {
        width: 50px;
        height: 50px;
        top: -50px; }
    .menu_button span {
        font-size: 10px;
        padding: 19px 0;
        width: 50px;
        height: 50px; } }

#nav {
    position: absolute;
    top: -250px;
    right: -1px;
    width: calc(100% + 1px);
    padding: 25px 40px 25px 25px;
    background: #fff;
    color: #000;
    z-index: 0; }
#nav .case_closed {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }
#nav ul {
    list-style: none; }
#nav a {
    font-family: 'HomepageBaukasten', Arial, sans-serif !important;
    font-weight: bold !important;
    font: normal 28px/28px "FreightBigProMedium-Italic", Times, serif;
    color: #005eff;
    display: block;
    margin: 0 0 10px 0; }
#nav a:hover {
    opacity: .5; }
@media only screen and (max-width: 767px) {
    #nav a {
        font-family: 'HomepageBaukasten', Arial, sans-serif !important;
        font-weight: bold !important;
        font-size: 24px;
        line-height: 24px; } }
#nav #searchform {
    display: none; }
@media only screen and (max-width: 1220px) {
    #nav {
        width: 250px; } }
@media only screen and (max-width: 1024px) {
    #nav {
        width: 250px; } }
@media only screen and (max-width: 767px) {
    #nav {
        position: absolute;
        width: 100%;
        max-height: 0;
        padding: 0;
        left: 0;
        top: 0;
        overflow: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    #nav #searchform {
        display: block;
        margin: 25px; }
    #nav #searchform #s {
        font: normal 14px "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
        background-size: 16px;
        height: 28px;
        border-radius: 0; }
    #nav #searchform #s::-webkit-input-placeholder {
        color: #7D7D7D; }
    #nav #searchform #s:-moz-placeholder {
        color: #7D7D7D; }
    #nav #searchform #s::-moz-placeholder {
        color: #7D7D7D; }
    #nav #searchform #s:-ms-input-placeholder {
        color: #7D7D7D; } }

/*
#content [placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
}

.inner [placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
}
*/
#search {
    position: fixed;
    top: -30px;
    z-index: 210;
    width: 100%;
    background: #fff;
    height: 90px;
    padding: 20px 0 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
#search #s {
    width: 510px;
    border-radius: 0;
    opacity: 0; }
@media only screen and (max-width: 767px) {
    #search {
        height: 50px; } }

.search_inner {
    width: 510px;
    position: relative; }
@media only screen and (max-width: 1024px) {
    .search_inner {
        width: 460px; } }
@media only screen and (max-width: 767px) {
    .search_inner {
        width: 100%; } }

#s {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font: normal 30px "FreightBigProMedium-Italic", Times, serif;
    height: 40px;
    color: #7D7D7D;
    padding: 0; }

input.mag_submit {
    background: url("images/icon-search.svg") no-repeat center right, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="%23005eff"><path d="M3.08,6.36 C3.08,4.56 4.54,3.09 6.35,3.09 C8.15,3.09 9.62,4.56 9.62,6.36 C9.62,8.16 8.15,9.63 6.35,9.63 C4.54,9.63 3.08,8.16 3.08,6.36 Z M15.70,13.54 L11.77,9.61 C12.34,8.66 12.69,7.55 12.69,6.36 C12.69,2.86 9.84,0.02 6.35,0.02 C2.85,0.02 0,2.86 0,6.36 C0,9.86 2.85,12.71 6.35,12.71 C7.54,12.71 8.64,12.36 9.59,11.78 L13.52,15.71 L15.70,13.54 Z"/></g></svg>') no-repeat center right;
    background-size: contain;
    border: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 11px;
    padding: 0;
    z-index: 209;
}

#team_searchform input#s[value="Search Team Members"] {
    color: #7D7D7D; }

@media only screen and (max-width: 767px) {
    #nav input.mag_submit {
        background-size: 16px;
        top: 5px; } }

.col.rail #s {
    font-size: 14px;
    height: 32px;
    padding: 0 5px;
    background-size: 16px; }

.hilite {
    color: #B08F2E;
    background-color: inherit; }

.search_label {
    display: none;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #ccc;
    padding: 0 5px;
    line-height: 1.6em; }

.search #content .columns.inner .col:first-child {
    border-top: none; }

.search #searchform {
    margin: 0 0 100px 0; }

.search .tombstone {
    width: 100%; }

.search h3.search_label,
.search .readmore {
    display: inline-block !important; }

.search .bio_toggle,
.search .mailto,
.search .vcard {
    display: none !important; }

.search .item {
    border-top: 5px solid #000 !important;
    padding: 5px 0 !important; }
.search .item p {
    font-size: 16px;
    line-height: 18px; }
.search .item h4 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0 !important; }
.search .item.office {
    width: 100%; }

.search .our-team .search_label {
    background-color: #86A8A0; }

.search .news .search_label {
    background-color: #4C2349; }

.search .transaction .search_label {
    background-color: #77658C; }

.search .case-study .search_label {
    background-color: #77658C; }

.search .offices .search_label {
    background-color: #C69360; }

.readmore {
    display: inline-block;
    border-top: 3px solid #7D7D7D;
    font-size: 12px;
    line-height: 14px;
    color: #7D7D7D;
    padding: 5px 0 0; }

footer {
    height: 90px;
    background: #005eff;
    width: 100%;
    padding: 20px;
    position: relative;
    bottom: 0;
    z-index: 400;
    color: #ffffff; }
footer a {
    color: #ffffff; }
footer a:hover {
    color: #666; }
@media only screen and (max-width: 767px) {
    footer {
        position: relative; } }
footer .social {
    position: absolute;
    right: 0;
    top: 0; }
footer .social a {
    display: block;
    float: left;
    margin-left: 15px; }
footer .social a:hover {
    opacity: .9; }

.inner {
    max-width: 1000px;
    height: 100%;
    margin: auto;
    position: relative; }
@media only screen and (max-width: 1024px) {
    .inner {
        max-width: 100%;
        padding: 0 20px; } }
@media only screen and (max-width: 767px) {
    .inner {
        width: 100%; } }

#content {
    background-color: #fff;
    min-height: calc(100vh - 150px);
    color: #000;
    background-repeat: no-repeat;
    background-position: right 135px top -350px;
    background-size: 450px; }
@media only screen and (max-width: 1024px) {
    #content {
        background-size: 550px;
        background-position: right -160px top; } }
#content .page_img {
    position: absolute; }

.home h1 {
    font-size: 21vmin;
    line-height: 21vmin;
    margin: 0  0;
    color: #fff; }
@media only screen and (max-width: 767px) {
    .home h1 {
        font-size: 80px;
        line-height: 75px; } }

.home h2 {
    font-family: 'HomepageBaukasten', Arial, sans-serif !important;
    font-weight: normal;
    font-size: 55px;
    line-height: 80px;
    color: #ffffff;
    text-indent: -20px;
    padding-left: 20px !important; }
@media only screen and (max-width: 767px) {
    .home h2 {
        font-size: 10vmin;
        line-height: 12vmin;
        text-indent: -3vw;
        padding-left: 3vw !important; } }

#carousel {
    position: relative; }
#carousel .slide {
    visibility: hidden; }
#carousel .slide:first-child {
    visibility: visible; }

.carousel_nav {
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
.carousel_nav:hover {
    opacity: 1.0; }
.carousel_nav.cycle-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 40px; }
.carousel_nav.cycle-next {
    right: 40px; }
@media only screen and (max-width: 1024px) {
    .carousel_nav.cycle-prev {
        left: 20px; }
    .carousel_nav.cycle-next {
        right: 20px; } }
@media only screen and (max-width: 767px) {
    .carousel_nav {
        display: none; } }

#carousel .cycle-pager {
    position: absolute;
    bottom: 20px;
    z-index: 110;
    width: 100%;
    text-align: center;
    cursor: pointer; }
#carousel .cycle-pager span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    font-size: 22px;
    line-height: 0.8em;
    text-align: center;
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s; }
#carousel .cycle-pager span:hover {
    background: rgba(255, 255, 255, 0.25); }
#carousel .cycle-pager span.cycle-pager-active {
    background: #fff; }
@media only screen and (max-width: 767px) {
    #carousel .cycle-pager {
        text-align: left;
        bottom: 0;
        margin: 0 0 15px 20px;
        display: block; } }

#carousel .slide {
    width: 100vw;
    height: calc(100vh - 150px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000; }
#carousel .slide .inner {
    /*max-width: 70vw;*/
    padding: 75px 0 0 0; }
@media only screen and (max-width: 1024px) {
    #carousel .slide .inner {
        width: calc(100% - 180px); } }
@media only screen and (max-width: 767px) {
    #carousel .slide .inner {
        width: 100%;
        padding: 8vw 30px 0 30px;
        max-width: 100%; } }
@media only screen and (max-width: 767px) {
    #carousel .slide .videoContainer {
        height: 100%; } }
#carousel .slide video {
    width: 100%;
    max-height: 100%;
    cursor: pointer; }
@media only screen and (max-width: 767px) {
    #carousel .slide video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; } }

#carousel .slide .text {
    width: 70vw;
    max-width: 1000px;
    margin: 0;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -ms-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s; }
@media only screen and (max-width: 1024px) {
    #carousel .slide .text {
        width: 100%; } }
#carousel .slide .text h1 {
    font-family: 'Crimson Pro', serif !important;
    border-bottom: 7px solid #ac9033; }
@media only screen and (max-width: 767px) {
    #carousel .slide .text h1 {
        font-size: 24vmin;
        line-height: 24vmin; } }
#carousel .slide .text h2 {
    
    padding: 20px 0 0; }
#carousel .slide .text h2 span {
    color: #ac9033; }
#carousel .slide .text p {
    font-size: 2.1vh;
    line-height: 2.7vh;
    color: #ac9033; }
#carousel .slide .text sup {
    font-size: 13vmin;
    font-size: 13vmin;
    line-height: 18vh;
    vertical-align: bottom; }
@media only screen and (max-width: 767px) {
    #carousel .slide .text sup {
        font-size: 13vw; } }

#content.interior h1:not(.meta) {
    margin: 0 0 50px 0; }
@media only screen and (max-width: 767px) {
    #content.interior h1:not(.meta) {
        margin: 0 0 200px 0; } }

#content.interior h2 {
    border-top: 5px solid;
    padding: 5px 0 0;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 50px 0; }
#content.interior h2.term_name {
    border-top-color: #000;
    font-size: 16px;
    margin: 0 0 20px 0;
    font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif; }
#content.interior h2.term_name strong {
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
@media only screen and (max-width: 767px) {
    #content.interior h2 {
        font-size: 24px; } }

#content.interior h3 {
    margin: 0 0 10px 0;
    position: relative; }
#content.interior h3 span {
    position: absolute;
    top: -120px; }

#content .columns.inner {
    padding: 40px 0 0;
    width: 90vw;
    max-width: 820px;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 0;
    line-height: 0; }
#content .columns.inner:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0; }
@media only screen and (max-width: 1024px) {
    #content .columns.inner {
        max-width: calc(100% - 40px);
        min-width: inherit;
        padding: 35px 0 0; } }
@media only screen and (max-width: 767px) {
    #content .columns.inner {
        justify-content: space-between;
        width: 100%;
        padding: 35px 0 0; } }
#content .columns.inner .col {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0;
    margin: 0 0 40px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
@media only screen and (max-width: 767px) {
    #content .columns.inner .col {
        margin: 0 auto 40px;
        width: 100% !important; } }
#content .columns.inner .col:first-child {
    width: 515px;
    border-top: 7px solid #000;
    margin-left: 0; }
@media only screen and (max-width: 1024px) {
    #content .columns.inner .col:first-child {
        width: 460px; } }
@media only screen and (max-width: 767px) {
    #content .columns.inner .col:first-child {
        margin-left: 0;
        opacity: 1.0; } }
#content .columns.inner .col:last-child {
    width: 220px; }
@media only screen and (max-width: 1024px) {
    #content .columns.inner .col:last-child {
        width: 200px; }
    #content .columns.inner .col:last-child h1 {
        display: none; } }

.filter_link {
    display: block;
    color: #999;
    font-size: 13px;
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #7D7D7D; }
.filter_link img {
    float: right;
    margin: -4px 0 0; }

#content.interior .filters h1 {
    display: none; }

@media only screen and (max-width: 767px) {
    #content.interior .col.filters {
        position: absolute;
        top: 120px;
        left: 0; }
    #content.interior .col.filters h1 {
        display: block;
        border-top: 7px solid #000;
        padding: 5px 0 0;
        margin: 0 0 210px 0; }
    #content.interior #transaction_col h1, #content.interior.news h1 {
        margin: 0 0 250px 0; }
    #content.interior #transaction_col.news h1, #content.interior.news.news h1 {
        margin: 0 0 120px 0; }
    .post-type-archive-offices #content.interior .columns.inner .col:first-child h1 {
        margin: 0 0 410px 0; }
    #content.interior.our-team .columns.inner .col:first-child h3 {
        margin: 0 0 240px 0; }
    .page-template-page-panels #content.interior .columns.inner .col:first-child h1 {
        margin: 0 0 50px 0; } }

.body_copy h3 {
    margin: 0 0 16px 0;
    font: normal 16px/22px "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    border-top: 1px solid #000;
    padding: 5px 0 0; }

.item {
    margin: 0 0 10px 0;
    padding: 10px 0 0; }

#content.our-team .page_img {
    top: -370px;
    right: 70px; }
@media only screen and (max-width: 767px) {
    #content.our-team .page_img {
        width: 298px;
        top: -140px;
        right: -80px; } }

a.tel {
    color: #000;
    pointer-events: none; }
@media only screen and (max-width: 767px) {
    a.tel {
        color: #7D7D7D;
        pointer-events: all; } }

@media only screen and (max-width: 767px) {
    .fax a {
        color: #000;
        pointer-events: none; } }

.our-team .item {
    border-top: 5px solid #86A8A0; }
.our-team .item .card {
    position: relative;
    overflow: auto; }
.our-team .item p {
    line-height: 20px; }
.our-team .item p a {
    color: #000; }
@media only screen and (max-width: 767px) {
    .our-team .item p {
        line-height: 16px; } }
.our-team .item .meta {
    font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
    margin: 0 0 5px 0; }
@media only screen and (max-width: 767px) {
    .our-team .item .meta {
        font-size: 18px;
        line-height: 24px; } }

.our-team .item .meta span {
    text-transform: uppercase;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif; }

.our-team .item img.headshot {
    float: left;
    width: 130px;
    height: auto;
    margin: 0 15px 25px 0; }
@media only screen and (max-width: 767px) {
    .our-team .item img.headshot {
        width: 100px; } }
.our-team .item .bio {
    clear: both;
    padding: 0 0 5px 0;
    display: none; }
.our-team .item .links {
    position: absolute;
    width: calc(100% - 145px);
    bottom: 19px;
    right: 0;
    text-align: left;
    text-justify: distribute-all-lines;
    font-size: 0;
    line-height: 0; }
.our-team .item .links:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0; }
.our-team .item .links a {
    display: inline-block;
    text-align: left;
    border-top: 3px solid #7D7D7D;
    font-size: 12px;
    line-height: 14px;
    color: #7D7D7D;
    padding: 5px 0 0;
    margin-left: 15px;
    width: 30%; }
.our-team .item .links a:first-child {
    margin-left: 0;
}
.our-team .item .links a .toggle_img {
    background: url(images/icon-accordion-open-close.svg) no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin: 0 0 0; }
.our-team .item .links a.readmore {
    display: none; }
.our-team .item .links a:hover {
    color: rgba(125, 125, 125, 0.5);
    border-top-color: rgba(125, 125, 125, 0.5); }
.our-team .item .links a:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    opacity: .5; }
.our-team .item .links a:hover:hover > .toggle_img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    opacity: .5; }
.our-team .item .links a:hover.bio_opened .toggle_img {
    background-position: 0 -11px; }
.our-team .item .links a img {
    float: right;
    margin: 0 0 0; }
@media only screen and (max-width: 767px) {
    .our-team .item .links {
        position: relative;
        display: block;
        clear: left;
        width: 100px; }
    .our-team .item .links a {
        width: 100%;
        max-width: 33.3%;
        display: block;
        margin: 0 0 5px 0; } }

.bio_opened .toggle_img {
    background-position: 0 -11px !important; }

.overlay_toggle {
    display: block;
    border-top: 3px solid #7D7D7D;
    font-size: 12px;
    color: #7D7D7D;
    padding: 5px 0 0;
    text-transform: uppercase;
    margin: 20px 0 0;
    line-height: 14px;
    cursor: pointer; }
.overlay_toggle img {
    float: right; }

.search-results .overlay_toggle {
    width: 120px; }

.search-results .readmore {
    width: 120px; }
.search-results .readmore img {
    float: right; }

#col_tabs {
    border-bottom: 1px solid #000;
    margin: 0 0 30px 0; }
#col_tabs .tab {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 20px 0 0;
    width: 160px;
    background: #7D7D7D;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s; }
#col_tabs .tab.active {
    background: #000;
    color: #fff; }
#col_tabs .tab:hover {
    color: #fff; }
@media only screen and (max-width: 767px) {
    #col_tabs .tab {
        width: auto;
        padding: 7px 20px;
        margin: 0;
        font-size: 12px; }
    #col_tabs .tab:first-child {
        margin-right: 8px; } }

.single #content {
    min-height: calc(100vh - 150px); }

#content.transactions-case-studies {
    background-position: left top; }
#content.transactions-case-studies .page_img {
    top: -370px;
    left: -410px; }
@media only screen and (max-width: 767px) {
    #content.transactions-case-studies .page_img {
        width: 540px;
        top: -250px;
        left: -280px; } }
#content.transactions-case-studies .columns.inner .col:first-child.visible {
    transition: opacity ease 0s; }
#content.transactions-case-studies .item {
    border-top: 5px solid #ac9033;
    margin: 0 0 30px 0; }
#content.transactions-case-studies .item h3 {
    font: normal 20px/23px "FreightBigProBold-Italic", Times, serif;
    margin: 0 0 30px 0; }

.post-type-archive-case-study #beautiful-taxonomy-filters-tax-industry-coverage {
    display: none; }

#beautiful-taxonomy-filters-tax-memberships {
    display: none; }

.label {
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }

.management_toggle {
    display: none;
    margin: 20px 0 0;
    padding: 0 0 5px 0;
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #7D7D7D; }
.management_toggle:hover a {
    color: #7D7D7D; }
.management_toggle a {
    color: rgba(125, 125, 125, 0.5); }
.management_toggle span {
    display: block;
    float: right;
    margin: 1px 0 0 0;
    width: 20px;
    height: 12px;
    background: url(images/icon-slide-toggle.png) no-repeat;
    background-size: 100%; }
.management_toggle.toggle_on {
    opacity: 1.0; }
.management_toggle.toggle_on a {
    color: #7D7D7D; }
.management_toggle.toggle_on span {
    background-position: 0 -12px; }

.item p.block {
    display: inline-block;
    vertical-align: top;
    width: 40%; }
.item p.block.da {
    pointer-events: none; }
.item p.block a {
    text-decoration: none;
    color: inherit; }

.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100; }
@media only screen and (max-width: 767px) {
    .overlay {
        z-index: 420; } }
.overlay .overlay_inner {
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 40px);
    max-height: 500px;
    max-width: 820px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left bottom;
    background-size: contain;
    padding: 25px;
    padding: 50px\9; }
@media only screen and (max-width: 767px) {
    .overlay .overlay_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 100px;
        width: calc(100% - 20px);
        max-height: inherit;
        height: calc(100% - 50px);
        width: 100%;
        padding: 25px 20px 20px; } }
.overlay .overlay_inner .overlay_title {
    display: inline-block;
    vertical-align: top;
    font: normal 25px/33px "FreightBigProMedium-Italic", Times, serif;
    width: 35%;
    z-index: 1;
    color: #005eff; }
.news .overlay .overlay_inner .overlay_title {
    color: #4C2349; }
@media only screen and (max-width: 767px) {
    .overlay .overlay_inner .overlay_title {
        width: 100%;
        padding: 0 30px 50px 0;
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 25px; } }
.overlay .overlay_inner .overlay_text {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
    z-index: 1;
    overflow-y: auto;
    height: 100%; }
@media only screen and (max-width: 767px) {
    .overlay .overlay_inner .overlay_text {
        width: 100%;
        padding: 0 10px 0 0;
        margin: 0; } }
.overlay .overlay_inner .case_closed {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 15px; }
@media only screen and (max-width: 767px) {
    .overlay .overlay_inner .case_closed {
        position: absolute;
        top: 30px;
        right: 15px; } }

#grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.tombstone {
    position: relative;
    border: 1px solid #7D7D7D;
    width: 48%;
    height: 350px\9\0;
    margin: 0 0 24px 0;
    padding: 5px 10px 10px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block\9;
    vertical-align: top\9;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s; }
.tombstone hr {
    border: none;
    border-top: 2px solid #7D7D7D;
    margin: 0 0 10px 0; }
.tombstone p.value {
    font-size: 16px;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif; }
.tombstone p.meta {
    font-size: 12px;
    margin: 0 0 10px 0;
    text-align: right; }
.tombstone .logo {
    height: 60px;
    position: relative;
    margin: 10px 0; }
.tombstone .logo img {
    position: absolute;
    bottom: 0;
    width: auto;
    max-height: 100%;
    max-width: 130px; }
@media only screen and (max-width: 1024px) {
    .tombstone .logo img {
        width: 60%; } }

body.overlay_on .tombstone {
    cursor: default; }

.tombstone:after {
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    content: ''; }

.tombstone:hover::after {
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s;
    background-color: rgba(255, 255, 255, 0.7); }

.tombstone:after {
    width: 0\9;
    height: 0\9; }

p.note {
    font-size: 12px;
    line-height: normal; }

.page-about-us .page_img {
    top: -300px;
    right: 160px; }

.page-careers .page_img {
    top: -260px;
    right: 10px; }

.panel {
    position: relative;
    margin: 0 0 -1px 0;
    overflow: hidden;
    height: 625px; }
@media only screen and (max-width: 767px) {
    .panel {
        height: auto; } }
.panel .inner {
    position: absolute;
    width: 820px;
    top: 0;
    margin: auto;
    left: 0;
    right: 0; }
@media only screen and (max-width: 1024px) {
    .panel .inner {
        width: 100%;
        padding: 0; } }
@media only screen and (max-width: 767px) {
    .panel .inner {
        position: relative; } }
.panel.left {
    background-color: #eee; }
.panel.right {
    background-color: #ddd; }

.panel_img {
    width: 100%;
    min-height: 625px;
    background-size: cover;
    background-repeat: no-repeat; }
@media only screen and (max-width: 767px) {
    .panel_img {
        width: auto;
        min-height: inherit;
        height: 45.6vw;
        background-size: contain;
        background-repeat: no-repeat; } }

.panel_text {
    display: table-cell;
    vertical-align: middle;
    width: 820px;
    height: 625px;
    overflow: hidden; }
@media only screen and (max-width: 1024px) {
    .panel_text {
        width: 100%;
        display: block; } }
.panel_text .panel_text_inner {
    position: relative;
    text-align: center;
    width: 350px;
    background-color: #fff;
    padding: 50px 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain; }
@media only screen and (max-width: 1024px) {
    .panel_text .panel_text_inner {
        height: 100%; } }
@media only screen and (max-width: 767px) {
    .panel_text .panel_text_inner {
        width: 100%; } }
.panel_text p {
    position: relative;
    line-height: 18px; }
.panel_text ul {
    list-style-type: disc;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    position: relative; }
.panel_text h3 {
    color: #ac9033;
    font: normal 36px/36px "FreightBigProMedium-Italic", Times, serif;
    margin: 0 0 20px 0;
    position: relative; }
@media only screen and (max-width: 1024px) {
    .panel_text h3 {
        font-size: 30px;
        line-height: 30px; } }
@media only screen and (max-width: 1024px) {
    .panel_text {
        max-height: none;
        font-size: 12px;
        line-height: 16px; } }
@media only screen and (max-width: 767px) {
    .panel_text {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 0;
        top: auto; } }
.panel_text .readmore {
    text-transform: uppercase;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif; }
.panel_text .readmore img {
    float: right;
    margin: 0 0 0 10px; }

.desktop .panel.left .panel_text_inner {
    float: left; }

.desktop .panel.right .panel_text_inner {
    float: right; }

.page-careers .panel_text h3 {
    color: #436978; }

.panel_text_bg {
    position: absolute;
    width: 100%;
    height: auto; }

.page-about-us .panel:nth-child(2) .panel_text_bg {
    top: -180px;
    left: 60px; }

.page-about-us .panel:nth-child(3) .panel_text_bg {
    left: -200px;
    top: -100px; }

.page-about-us .panel:nth-child(4) .panel_text_bg {
    left: -84px;
    bottom: -150px; }

.page-about-us .panel:nth-child(5) .panel_text_bg {
    right: -154px;
    top: 50px;
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg); }

.page-about-us .panel:nth-child(6) .panel_text_bg {
    right: -84px;
    bottom: -135px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.page-about-us .panel:nth-child(7) .panel_text_bg {
    left: -124px;
    bottom: 35px; }

.page-careers .panel .panel_text_bg {
    width: 504px; }

.page-careers .panel:nth-child(2) .panel_text_bg {
    top: -10px;
    left: -350px; }

.page-careers .panel:nth-child(3) .panel_text_bg {
    left: 125px;
    bottom: -195px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }

.page-careers .panel:nth-child(4) .panel_text_bg {
    left: 145px;
    top: -115px;
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg); }

.page-careers .panel:nth-child(5) .panel_text_bg {
    left: -80px;
    top: -310px; }

#info_panels_menu {
    padding: 10px 0;
    border-top: 1px solid #7D7D7D;
    width: 100%;
    height: 49px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
#info_panels_menu .inner {
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 0;
    line-height: 0; }
#info_panels_menu .inner:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0; }
#info_panels_menu a {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-transform: uppercase;
    opacity: .5;
    font-size: 12px;
    line-height: 14px;
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif; }
#info_panels_menu a:hover {
    opacity: 1.0; }
@media only screen and (max-width: 1024px) {
    #info_panels_menu a {
        font-size: 10px; } }
@media only screen and (max-width: 767px) {
    #info_panels_menu {
        display: none; } }

.page-careers #info_panels_menu a {
    line-height: 29px; }

#info_panels_menu.stuck {
    position: fixed;
    top: 60px;
    z-index: 200; }

.panel#faqs {
    padding: 50px 0;
    height: auto;
    min-height: 625px; }
.panel#faqs .faq {
    padding: 10px 0 0;
    border-top: 7px solid #000;
    width: 520px; }
.panel#faqs .faq h1 {
    font-size: 36px;
    margin: 0 0 30px 0; }
@media only screen and (max-width: 1024px) {
    .panel#faqs .faq {
        margin: 0 30px; } }
@media only screen and (max-width: 767px) {
    .panel#faqs .faq {
        width: calc(100% - 40px);
        margin: 0 auto; } }
.panel#faqs .inner {
    position: relative; }
.panel#faqs .item {
    padding: 0 0 5px 0; }
.panel#faqs .item h4 {
    font-size: 16px;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    line-height: 19px;
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
    color: #7D7D7D;
    cursor: pointer;
    position: relative; }
.panel#faqs .item h4:before {
    width: 10px;
    height: 10px;
    background: url(images/icon-faq-toggle.svg) no-repeat top center;
    content: '';
    position: absolute;
    top: 3px;
    left: 0; }
.panel#faqs .item h4.open:before {
    background-position: 0 -10px; }
.panel#faqs .item .answer {
    display: none;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 10px 0 30px 15px; }
.panel#faqs .item .answer ul {
    list-style: disc;
    margin: 0 0 0 20px; }
.panel#faqs .item .answer ul li {
    margin: 0 0 10px 0; }
.panel#faqs .item .answer ol {
    list-style: decimal;
    margin: 0 0 0 20px; }
.panel#faqs .item .answer ol li {
    margin: 0 0 10px 0; }

.disclaimer {
    margin: 40px 0 0 0; }
.disclaimer p {
    font-size: 12px;
    line-height: 14px;
    color: #7D7D7D;
    font-family: "ProximaNova-RegularIt", Helvetica, Arial, sans-serif; }
@media only screen and (max-width: 1024px) {
    .disclaimer {
        margin: 40px 30px; } }
@media only screen and (max-width: 767px) {
    .disclaimer {
        margin: 40px auto;
        width: calc(100% - 30px); } }

.submit_button {
    display: inline-block;
    margin: 0 0 20px 0;
    width: 90px;
    background: none;
    background-color: #7D7D7D;
    border: none;
    font: normal 10px/2.5em "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    color: #c7c7c7;
    padding: 0 15px;
    height: 24px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s; }
.submit_button:hover {
    color: #fff;
    background-color: #000; }

.col h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 40px 0;
    color: #7D7D7D; }

.col h5 {
    font: normal 14px/20px "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    margin: 0 0 6px 0; }

.post p {
    color: #7D7D7D; }

p.date {
    color: #000;
    font-size: 12px;
    margin: 0; }

.page_links .page-numbers {
    margin: 0 20px 0 0; }

@media only screen and (max-width: 767px) {
    .page_links {
        width: 100%; } }

.page_links a {
    display: inline-block;
    -webkit-transition: ease all 0.1s;
    -moz-transition: ease all 0.1s;
    -ms-transition: ease all 0.1s;
    -o-transition: ease all 0.1s;
    transition: ease all 0.1s; }
.page_links a:hover {
    opacity: .5; }

.our-team .col.filters {
    padding: 130px 0 0 !important; }
@media only screen and (max-width: 767px) {
    .our-team .col.filters {
        padding: 0 !important; } }

.news .page_img {
    left: -430px;
    top: -210px; }
@media only screen and (max-width: 767px) {
    .news .page_img {
        width: 445px;
        top: -100px;
        left: -280px; } }

.news .item {
    border-top: 5px solid #4C2349;
    padding: 0; }
.news .item .overlay_toggle {
    display: inline-block;
    width: 120px;
    margin: 0 10px 20px 0; }
.news .item .overlay_toggle img {
    float: right; }
.news .item p.meta {
    font-size: 12px;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
.news .item h4 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0; }
.news .item .readmore {
    display: inline-block;
    clear: both;
    text-transform: uppercase;
    width: 120px;
    margin: 0 10px 20px 0; }
.news .item .readmore.external_url img {
    height: 10px; }
.news .item .readmore img {
    float: right;
    margin: -1px 0 0;
    width: 10px; }

#content .columns.inner .col.rail {
    padding: 0; }

.news .rail .module,
.post-type-archive-offices .rail .module {
    border-top: 1px solid;
    padding: 5px 0 0 0 !important; }

.rail .module h3 {
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase; }

.rail .module hr {
    border: none;
    border-top: 1px solid #000;
    margin: 30px 0 5px 0; }

.rail .module strong {
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }

.rail .module .readmore {
    width: 157px; }
.rail .module .readmore img {
    float: right; }

.rail .picker {
    margin: 30px 0 0; }

a.clear_all {
    float: right;
    padding: 10px 0;
    font-size: 12px; }

/* Offices */
.post-type-archive-offices #content .page_img {
    left: -70px;
    top: -50px; }
@media only screen and (max-width: 767px) {
    .post-type-archive-offices #content .page_img {
        width: 650px; } }

.region {
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 0;
    line-height: 0; }
.region:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0; }
.region strong {
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
.region h2 {
    width: 100%;
    margin: 0 0 20px 0 !important;
    text-align: left; }

.office {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 32%;
    margin: 0 0 30px 0;
    padding: 5px 0 0;
    border-top: 1px solid #B08F2E; }
.office p {
    line-height: 20px;
    margin: 0 0 6px 0; }
.office p.address {
    pointer-events: none;
    margin: 0; }
.office p.address > a {
    text-decoration: none;
    color: #000; }
.office p.city {
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
.office p.city span {
    text-transform: uppercase; }
.office .gmap_link {
    display: block;
    margin: 15px 0 0 0; }
.office .gmap_link img {
    width: 10px; }
.office.filler {
    border-top: none; }
@media only screen and (max-width: 767px) {
    .office {
        width: 100%; } }

#sub_menu {
    border-top: 1px solid #000;
    padding: 10px 0 0; }
#sub_menu li a {
    font: normal 18px/26px "Crimson Pro", serif; }
#sub_menu li:hover,
#sub_menu li.current_page_item a {
    color: #000; }

.body_copy ul,
.overlay_text ul {
    list-style: disc;
    margin: 10px 20px; }

.body_copy ol,
.overlay_text ol {
    list-style: decimal;
    margin: 0 20px 10px 20px; }

.body_copy li,
.overlay_text li {
    margin: 0 0 5px 0; }

.taxonomy_filter {
    position: relative;
    width: 220px;
    height: 28px;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #7D7D7D;
    border-bottom: 1px solid #7D7D7D;
    cursor: pointer;
    background: rgba(255, 255, 255, 0); }
@media only screen and (max-width: 1024px) {
    .taxonomy_filter {
        width: 200px; } }
@media only screen and (max-width: 767px) {
    .taxonomy_filter {
        width: 100%; } }
.taxonomy_filter:after {
    content: '';
    background: url(images/icon-filter-arrow.svg) no-repeat center center;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 10px; }
.taxonomy_filter.opened:after {
    background: url(images/icon-filter-arrow-open.svg) no-repeat center center; }
.taxonomy_filter #select {
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px 1px;
    padding: 5px 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.taxonomy_filter .tax_list {
    position: absolute;
    top: 26px;
    background: #fff;
    width: 220px;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #7D7D7D;
    display: none; }
.taxonomy_filter .tax_list li.current a,
.taxonomy_filter .tax_list li:hover > a {
    background: #ddd; }
.taxonomy_filter .tax_list li a {
    display: block;
    padding: 5px 10px; }
.taxonomy_filter.disabled {
    color: rgba(125, 125, 125, 0.5);
    cursor: default; }
.taxonomy_filter.disabled:after {
    opacity: .5; }

@media only screen and (max-width: 767px) and (orientation: landscape) {
    #carousel .cycle-pager {
        display: none; }
    .mobile #container #nav .menu-main-menu-container {
        margin: 20px; }
    .mobile #container.nav_opened #nav {
        height: calc(100vh); }
    .mobile #container.nav_opened #carousel {
        display: none; }
    #nav a {
        font: normal 18px/10px "FreightBigProMedium-Italic",Times,serif;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
    #content {
        min-height: calc(100vh - 110px); }
    #carousel .slide {
        min-height: calc(100vh - 110px); }
    #carousel .slide .text h1 {
        font-size: 28px;
        line-height: 35px; }
    #carousel .slide .text h1 sup {
        font-size: 20px;
        line-height: 40px; }
    #carousel .slide .text p {
        font-size: 10px;
        line-height: 12px; }
    footer {
        height: 60px; }
    .overlay .overlay_inner {
        display: block;
        max-height: 260px;
        top: 40px;
        padding: 25px 40px 30px 30px; }
    .overlay .overlay_inner .overlay_text {
        height: 60%; } }

.ie9 {
    height: 100%; }
.ie9 .home, .ie9 .home #container {
    height: 100%;
    box-sizing: border-box; }
.ie9 .home *, .ie9 .home #container * {
    box-sizing: border-box; }
.ie9 .home .content {
    height: 100%;
    height: calc(100% - 90px);
    width: 100%; }
.ie9 .home #carousel, .ie9 .home #carousel .slide {
    width: 100%;
    height: 100%; }
.ie9 .home #carousel .slide video {
    height: 100%;
    outline: 0; }
.ie9 .home .videoContainer {
    height: 100%;
    outline: 0; }
.ie9 .home #carousel .slide .text {
    width: 700px;
    margin: 30px; }
.ie9 .home h1 {
    font-size: 90px;
    line-height: 1em;
    padding-bottom: 0px; }
.ie9 .home h1 br {
    content: ' '; }
.ie9 .home h1 br:after {
    content: ' '; }
.ie9 .home #carousel .slide .text sup {
    font-size: .65em;
    position: relative;
    bottom: -20px;
    line-height: 1em; }
.ie9 .home #carousel .slide .text p {
    font-size: 18px;
    line-height: 26px; }

.inner table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px; }
.inner table th {
    border-bottom: 1px solid #000;
    font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif; }
.inner table th, .inner table td {
    padding: 3px 0; }


@media all and (max-width: 890px) {
    h2.title {
        font-size: 55px;
    }
    .banner {
        font-size: 15px !important;
    }
    a.bannerbtn{
        font-size: 12px !important;
        padding: 10px 27px !important;
    }
    .mainbanner{
        padding: 8px 18px !important;
    }
}

@media all and (max-width: 568px) and (min-width: 320px){
    h2.title {
        font-size: 25px;
    }
    #carousel .slide .text h2{
        padding: 0;
    }
}
@media all and (max-width: 823px) and (min-width: 411px){
    h2.title {
        font-size: 35px;
    }
    .banner{
        font-size: 20px !important;
    }
}

@media all and (max-width: 662px){
    .ifr{
        padding-top: 20px;
        width: 50%;
        height: 50%;
    }
    .ifr-text{
        padding-top: 15px !important;
        width: 50%;
        height: 70%;
    }
    .newbutton{
        padding: 10px 23px !important;
        font-size: 15px !important;
    }
    .ifrtxt{
        font-size:20px !important;
    }
}


/*******************************************/
/**** OUR BUSINESS PAGE AND CHILD PAGES ****/
/*******************************************/
#nav ul.sub-menu li.menu-item a {
    color: #ac9033 !important;
    font: normal 20px 'Crimson Pro', serif !important;
    padding-left: 16px;
}
.page-our-business #content.interior .page_img, .page-our-business-2 #content.interior .page_img {
    position: absolute;
    top: -700px;
    left: 40%;
    width: 1000px;
}
@media (max-width: 768px) {
    .page-our-business #content.interior .page_img, .page-our-business-2 #content.interior .page_img {
        top: -230px;
        width: 528px;
    }
}
@media (max-width: 480px) {
    .page-our-business #content.interior .page_img, .page-our-business-2 #content.interior .page_img {
        top: -88px;
        width: 267px;
    }
}
.page-our-business #content.interior .columns.inner .col, .page-our-business-2 #content.interior .columns.inner .col {
    margin: 0;
    max-width: 518px;
}
@media (max-width: 768px) {
    .page-our-business #content.interior .columns.inner .col, .page-our-business-2 #content.interior .columns.inner .col {
        max-width: 457px;
    }
}
@media (max-width: 480px) {
    .page-our-business #content.interior .columns.inner .col, .page-our-business-2 #content.interior .columns.inner .col {
        max-width: 100%;
    }
}
.page-our-business #content.interior .columns.inner .col h1, .page-our-business-2 #content.interior .columns.inner .col h1 {
    margin: 0 0 132px 0;
}
@media (max-width: 480px) {
    .page-our-business #content.interior .columns.inner .col h1, .page-our-business-2 #content.interior .columns.inner .col h1 {
        margin: 0 0 118px 0;
    }
}
.page-our-business #content.interior .columns.inner .biz-main-text p strong, .page-our-business-2 #content.interior .columns.inner .biz-main-text p strong, .page-our-business #content.interior .columns.inner .biz-main-text p strong a, .page-our-business-2 #content.interior .columns.inner .biz-main-text p strong a {
    color: #000;
}
@media (max-width: 480px) {
    .page-our-business #content.interior .columns.inner .biz-main-text, .page-our-business-2 #content.interior .columns.inner .biz-main-text {
        margin-top: -80px;
    }
}
.page-our-business #content.interior .columns.inner .business-div, .page-our-business-2 #content.interior .columns.inner .business-div {
    display: flex;
    flex-direction: row;
    margin-bottom: 88px;
    padding: 0;
    max-width: 820px;
}
.page-our-business #content.interior .columns.inner .business-div #business-id, .page-our-business-2 #content.interior .columns.inner .business-div #business-id {
    margin-right: 20px;
    margin-top: 20px;
}
.page-our-business #content.interior .columns.inner .business-div #business-id .intro-title, .page-our-business-2 #content.interior .columns.inner .business-div #business-id .intro-title {
    font-size: 20px;
    font-family: 'Crimson Pro', serif;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 5px;
}
.page-our-business #content.interior .columns.inner .business-div #business-id .intro-copy, .page-our-business-2 #content.interior .columns.inner .business-div #business-id .intro-copy {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 951px) {
    .page-our-business #content.interior .columns.inner .business-div #business-id .intro-copy span, .page-our-business-2 #content.interior .columns.inner .business-div #business-id .intro-copy span {
        display: inline-flex;
        text-indent: 1em;
    }
}
.page-our-business #content.interior .columns.inner .business-div #business-id .intro-url, .page-our-business-2 #content.interior .columns.inner .business-div #business-id .intro-url {
    padding-top: 10px;
    max-width: 100px;
    border-top: 5px solid #91959a;
}
@media only screen and (max-width: 767px) {
    .page-our-business #content.interior .columns.inner .business-div #business-id, .page-our-business-2 #content.interior .columns.inner .business-div #business-id {
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .page-our-business #content.interior .columns.inner .business-div #business-id, .page-our-business-2 #content.interior .columns.inner .business-div #business-id {
        margin-right: 0;
    }
    .page-our-business #content.interior .columns.inner .business-div #business-id img.attachment-thumbnail, .page-our-business-2 #content.interior .columns.inner .business-div #business-id img.attachment-thumbnail {
        width: 100% !important;
        height: auto !important;
    }
}
@media (min-width: 481px) and (max-width: 950px) {
    .page-our-business #content.interior .columns.inner .business-div, .page-our-business-2 #content.interior .columns.inner .business-div {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .page-our-business #content.interior .columns.inner .business-div, .page-our-business-2 #content.interior .columns.inner .business-div {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .page-our-business #content.interior .columns.inner, .page-our-business-2 #content.interior .columns.inner {
        padding-top: 32px;
    }
}
@media (max-width: 1024px) {
    .page-our-business #content.interior, .page-our-business-2 #content.interior {
        max-width: 100%;
    }
}
.page-merger-acquisitions #nav ul.sub-menu li.menu-item a, .page-capital-structure-advisory #nav ul.sub-menu li.menu-item a, .page-capital-structure-advisory-2 #nav ul.sub-menu li.menu-item a, .page-capital-markets #nav ul.sub-menu li.menu-item a, .page-id-12035 #nav ul.sub-menu li.menu-item a {
    color: #ac9033 !important;
    font: normal 20px "Crimson Pro", serif !important;
    padding-left: 16px;
}
.page-merger-acquisitions #content p, .page-capital-structure-advisory #content p, .page-capital-structure-advisory-2 #content p, .page-capital-markets #content p, .page-id-12035 #content p {
    font-size: 14px;
    line-height: 22px;
}
.page-merger-acquisitions #content p strong, .page-capital-structure-advisory #content p strong, .page-capital-structure-advisory-2 #content p strong, .page-capital-markets #content p strong, .page-id-12035 #content p strong {
    font-family: 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.page-merger-acquisitions #content ol, .page-capital-structure-advisory #content ol, .page-capital-structure-advisory-2 #content ol, .page-capital-markets #content ol, .page-id-12035 #content ol, .page-merger-acquisitions #content ul, .page-capital-structure-advisory #content ul, .page-capital-structure-advisory-2 #content ul, .page-capital-markets #content ul, .page-id-12035 #content ul {
    margin-left: 12px;
    list-style: disc;
}
.page-merger-acquisitions #content ol li, .page-capital-structure-advisory #content ol li, .page-capital-structure-advisory-2 #content ol li, .page-capital-markets #content ol li, .page-id-12035 #content ol li, .page-merger-acquisitions #content ul li, .page-capital-structure-advisory #content ul li, .page-capital-structure-advisory-2 #content ul li, .page-capital-markets #content ul li, .page-id-12035 #content ul li {
    font-size: 14px;
    line-height: 22px;
}
.page-merger-acquisitions #content ol li strong, .page-capital-structure-advisory #content ol li strong, .page-capital-structure-advisory-2 #content ol li strong, .page-capital-markets #content ol li strong, .page-id-12035 #content ol li strong, .page-merger-acquisitions #content ul li strong, .page-capital-structure-advisory #content ul li strong, .page-capital-structure-advisory-2 #content ul li strong, .page-capital-markets #content ul li strong, .page-id-12035 #content ul li strong {
    font-family: 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.page-merger-acquisitions #content .main-div, .page-capital-structure-advisory #content .main-div, .page-capital-structure-advisory-2 #content .main-div, .page-capital-markets #content .main-div, .page-id-12035 #content .main-div {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.page-merger-acquisitions #content .bk-container, .page-capital-structure-advisory #content .bk-container, .page-capital-structure-advisory-2 #content .bk-container, .page-capital-markets #content .bk-container, .page-id-12035 #content .bk-container {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    max-height: 525px;
    overflow: hidden;
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .bk-container, .page-capital-structure-advisory #content .bk-container, .page-capital-structure-advisory-2 #content .bk-container, .page-capital-markets #content .bk-container, .page-id-12035 #content .bk-container {
        width: auto;
    }
}
.page-merger-acquisitions #content .ma_img, .page-capital-structure-advisory #content .ma_img, .page-capital-structure-advisory-2 #content .ma_img, .page-capital-markets #content .ma_img, .page-id-12035 #content .ma_img {
    object-fit: cover;
    width: 100%;
    height: 525px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .ma_img, .page-capital-structure-advisory #content .ma_img, .page-capital-structure-advisory-2 #content .ma_img, .page-capital-markets #content .ma_img, .page-id-12035 #content .ma_img {
        width: 100%;
        height: 390px;
    }
}
.page-merger-acquisitions #content .columns.inner, .page-capital-structure-advisory #content .columns.inner, .page-capital-structure-advisory-2 #content .columns.inner, .page-capital-markets #content .columns.inner, .page-id-12035 #content .columns.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: inherit;
}
.page-merger-acquisitions #content .columns.inner #ma-title, .page-capital-structure-advisory #content .columns.inner #ma-title, .page-capital-structure-advisory-2 #content .columns.inner #ma-title, .page-capital-markets #content .columns.inner #ma-title, .page-id-12035 #content .columns.inner #ma-title {
    border-top: 5px solid #B08F2E;
}
.page-merger-acquisitions #content .columns.inner #cap-title, .page-capital-structure-advisory #content .columns.inner #cap-title, .page-capital-structure-advisory-2 #content .columns.inner #cap-title, .page-capital-markets #content .columns.inner #cap-title, .page-id-12035 #content .columns.inner #cap-title {
    border-top: 5px solid #ffffff;
}
.page-merger-acquisitions #content .columns.inner #pvt-text, .page-capital-structure-advisory #content .columns.inner #pvt-text, .page-capital-structure-advisory-2 #content .columns.inner #pvt-text, .page-capital-markets #content .columns.inner #pvt-text, .page-id-12035 #content .columns.inner #pvt-text {
    border-top: 5px solid #ac9033;
}
.page-merger-acquisitions #content .columns.inner .cap-text, .page-capital-structure-advisory #content .columns.inner .cap-text, .page-capital-structure-advisory-2 #content .columns.inner .cap-text, .page-capital-markets #content .columns.inner .cap-text, .page-id-12035 #content .columns.inner .cap-text {
    margin-top: 100px;
    padding: 20px 0 0;
    max-width: 456px;
    font-size: 55px;
    font-family: "FreightBigProMedium-Italic", Times, serif;
    color: #ffffff;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .columns.inner .cap-text, .page-capital-structure-advisory #content .columns.inner .cap-text, .page-capital-structure-advisory-2 #content .columns.inner .cap-text, .page-capital-markets #content .columns.inner .cap-text, .page-id-12035 #content .columns.inner .cap-text {
        max-width: 503px;
    }
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .columns.inner .cap-text, .page-capital-structure-advisory #content .columns.inner .cap-text, .page-capital-structure-advisory-2 #content .columns.inner .cap-text, .page-capital-markets #content .columns.inner .cap-text, .page-id-12035 #content .columns.inner .cap-text {
        margin-top: 80px;
    }
}
.page-merger-acquisitions #content .columns.inner .cap-text h1, .page-capital-structure-advisory #content .columns.inner .cap-text h1, .page-capital-structure-advisory-2 #content .columns.inner .cap-text h1, .page-capital-markets #content .columns.inner .cap-text h1, .page-id-12035 #content .columns.inner .cap-text h1 {
    font-size: 108px;
    line-height: 108px;
    white-space: normal;
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .columns.inner .cap-text h1, .page-capital-structure-advisory #content .columns.inner .cap-text h1, .page-capital-structure-advisory-2 #content .columns.inner .cap-text h1, .page-capital-markets #content .columns.inner .cap-text h1, .page-id-12035 #content .columns.inner .cap-text h1 {
        font-size: 108px;
        line-height: 116px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .columns.inner .cap-text h1, .page-capital-structure-advisory #content .columns.inner .cap-text h1, .page-capital-structure-advisory-2 #content .columns.inner .cap-text h1, .page-capital-markets #content .columns.inner .cap-text h1, .page-id-12035 #content .columns.inner .cap-text h1 {
        font-size: 64px;
        line-height: 72px;
    }
}
.page-merger-acquisitions #content .flex-container, .page-capital-structure-advisory #content .flex-container, .page-capital-structure-advisory-2 #content .flex-container, .page-capital-markets #content .flex-container, .page-id-12035 #content .flex-container {
    display: flex;
    margin-bottom: 88px;
    padding: 0;
    max-width: 820px;
}
@media (max-width: 1024px) {
    .page-merger-acquisitions #content .flex-container, .page-capital-structure-advisory #content .flex-container, .page-capital-structure-advisory-2 #content .flex-container, .page-capital-markets #content .flex-container, .page-id-12035 #content .flex-container {
        padding: 0 20px;
    }
}
.page-merger-acquisitions #content .flex-child, .page-capital-structure-advisory #content .flex-child, .page-capital-structure-advisory-2 #content .flex-child, .page-capital-markets #content .flex-child, .page-id-12035 #content .flex-child {
    margin: 0;
    width: 100%;
}
.page-merger-acquisitions #content .intro_para, .page-capital-structure-advisory #content .intro_para, .page-capital-structure-advisory-2 #content .intro_para, .page-capital-markets #content .intro_para, .page-id-12035 #content .intro_para {
    margin: 72px 0;
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .intro_para, .page-capital-structure-advisory #content .intro_para, .page-capital-structure-advisory-2 #content .intro_para, .page-capital-markets #content .intro_para, .page-id-12035 #content .intro_para {
        margin: 56px 0;
    }
}
.page-merger-acquisitions #content .intro_para p, .page-capital-structure-advisory #content .intro_para p, .page-capital-structure-advisory-2 #content .intro_para p, .page-capital-markets #content .intro_para p, .page-id-12035 #content .intro_para p {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #7D7D7D;
    max-width: 525px;
    overflow-wrap: break-word;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .intro_para p, .page-capital-structure-advisory #content .intro_para p, .page-capital-structure-advisory-2 #content .intro_para p, .page-capital-markets #content .intro_para p, .page-id-12035 #content .intro_para p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .intro_para p, .page-capital-structure-advisory #content .intro_para p, .page-capital-structure-advisory-2 #content .intro_para p, .page-capital-markets #content .intro_para p, .page-id-12035 #content .intro_para p {
        max-width: 450px;
        font-size: 14px;
        line-height: 20px;
    }
}
.page-merger-acquisitions #content .capital_para, .page-capital-structure-advisory #content .capital_para, .page-capital-structure-advisory-2 #content .capital_para, .page-capital-markets #content .capital_para, .page-id-12035 #content .capital_para {
    position: relative;
    max-width: 500px;
    overflow-wrap: break-word;
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .capital_para, .page-capital-structure-advisory #content .capital_para, .page-capital-structure-advisory-2 #content .capital_para, .page-capital-markets #content .capital_para, .page-id-12035 #content .capital_para {
        max-width: 460px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .capital_para, .page-capital-structure-advisory #content .capital_para, .page-capital-structure-advisory-2 #content .capital_para, .page-capital-markets #content .capital_para, .page-id-12035 #content .capital_para {
        max-width: 100%;
    }
}
.page-merger-acquisitions #content #ca-flex .capital_para, .page-capital-structure-advisory #content #ca-flex .capital_para, .page-capital-structure-advisory-2 #content #ca-flex .capital_para, .page-capital-markets #content #ca-flex .capital_para, .page-id-12035 #content #ca-flex .capital_para {
    max-width: 550px;
}
.page-merger-acquisitions #content .cpara, .page-capital-structure-advisory #content .cpara, .page-capital-structure-advisory-2 #content .cpara, .page-capital-markets #content .cpara, .page-id-12035 #content .cpara {
    margin: 72px 0;
    border-top: 5px solid #ac9033;
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .cpara, .page-capital-structure-advisory #content .cpara, .page-capital-structure-advisory-2 #content .cpara, .page-capital-markets #content .cpara, .page-id-12035 #content .cpara {
        margin: 56px 0;
    }
}
.page-merger-acquisitions #content .section-container, .page-capital-structure-advisory #content .section-container, .page-capital-structure-advisory-2 #content .section-container, .page-capital-markets #content .section-container, .page-id-12035 #content .section-container {
    display: flow-root;
    margin: 72px 0;
}
.page-merger-acquisitions #content .section-container:last-child, .page-capital-structure-advisory #content .section-container:last-child, .page-capital-structure-advisory-2 #content .section-container:last-child, .page-capital-markets #content .section-container:last-child, .page-id-12035 #content .section-container:last-child {
    margin: 72px 0 0;
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .section-container, .page-capital-structure-advisory #content .section-container, .page-capital-structure-advisory-2 #content .section-container, .page-capital-markets #content .section-container, .page-id-12035 #content .section-container {
        margin: 56px 0;
    }
    .page-merger-acquisitions #content .section-container:last-child, .page-capital-structure-advisory #content .section-container:last-child, .page-capital-structure-advisory-2 #content .section-container:last-child, .page-capital-markets #content .section-container:last-child, .page-id-12035 #content .section-container:last-child {
        margin: 56px 0 0;
    }
}
.page-merger-acquisitions #content .section-container .section_title, .page-capital-structure-advisory #content .section-container .section_title, .page-capital-structure-advisory-2 #content .section-container .section_title, .page-capital-markets #content .section-container .section_title, .page-id-12035 #content .section-container .section_title {
    position: relative;
    max-width: 300px;
    font-size: 56px;
    line-height: 64px;
    font-family: "FreightBigProMedium-Italic", Times, serif;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .section-container .section_title, .page-capital-structure-advisory #content .section-container .section_title, .page-capital-structure-advisory-2 #content .section-container .section_title, .page-capital-markets #content .section-container .section_title, .page-id-12035 #content .section-container .section_title {
        float: left !important;
        margin: 0;
        width: 100%;
        max-width: 320px;
        font-size: 32px;
        line-height: 40px;
    }
}
.page-merger-acquisitions #content .section-container .section_title span, .page-capital-structure-advisory #content .section-container .section_title span, .page-capital-structure-advisory-2 #content .section-container .section_title span, .page-capital-markets #content .section-container .section_title span, .page-id-12035 #content .section-container .section_title span {
    font-size: 120px;
    line-height: 96px;
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .section-container .section_title span, .page-capital-structure-advisory #content .section-container .section_title span, .page-capital-structure-advisory-2 #content .section-container .section_title span, .page-capital-markets #content .section-container .section_title span, .page-id-12035 #content .section-container .section_title span {
        font-size: 80px;
        line-height: 72px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .section-container .section_title, .page-capital-structure-advisory #content .section-container .section_title, .page-capital-structure-advisory-2 #content .section-container .section_title, .page-capital-markets #content .section-container .section_title, .page-id-12035 #content .section-container .section_title {
        max-width: 250px;
    }
}
.page-merger-acquisitions #content .section-container .section_content, .page-capital-structure-advisory #content .section-container .section_content, .page-capital-structure-advisory-2 #content .section-container .section_content, .page-capital-markets #content .section-container .section_content, .page-id-12035 #content .section-container .section_content {
    position: relative;
    overflow-wrap: break-word;
    border-top: 5px solid #b08f2e;
    max-width: 500px;
}
@media (max-width: 1024px) {
    .page-merger-acquisitions #content .section-container .section_content, .page-capital-structure-advisory #content .section-container .section_content, .page-capital-structure-advisory-2 #content .section-container .section_content, .page-capital-markets #content .section-container .section_content, .page-id-12035 #content .section-container .section_content {
        max-width: 460px;
    }
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .section-container .section_content, .page-capital-structure-advisory #content .section-container .section_content, .page-capital-structure-advisory-2 #content .section-container .section_content, .page-capital-markets #content .section-container .section_content, .page-id-12035 #content .section-container .section_content {
        float: left !important;
        margin: 0;
        max-width: 500px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .section-container .section_content, .page-capital-structure-advisory #content .section-container .section_content, .page-capital-structure-advisory-2 #content .section-container .section_content, .page-capital-markets #content .section-container .section_content, .page-id-12035 #content .section-container .section_content {
        max-width: 100%;
    }
}
.page-merger-acquisitions #content .div-flex, .page-capital-structure-advisory #content .div-flex, .page-capital-structure-advisory-2 #content .div-flex, .page-capital-markets #content .div-flex, .page-id-12035 #content .div-flex {
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .div-flex, .page-capital-structure-advisory #content .div-flex, .page-capital-structure-advisory-2 #content .div-flex, .page-capital-markets #content .div-flex, .page-id-12035 #content .div-flex {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .ca_section_title, .page-capital-structure-advisory #content .ca_section_title, .page-capital-structure-advisory-2 #content .ca_section_title, .page-capital-markets #content .ca_section_title, .page-id-12035 #content .ca_section_title {
        max-width: 320px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .ca_section_title, .page-capital-structure-advisory #content .ca_section_title, .page-capital-structure-advisory-2 #content .ca_section_title, .page-capital-markets #content .ca_section_title, .page-id-12035 #content .ca_section_title {
        max-width: 300px;
    }
}
.page-merger-acquisitions #content .ca_section_title h1, .page-capital-structure-advisory #content .ca_section_title h1, .page-capital-structure-advisory-2 #content .ca_section_title h1, .page-capital-markets #content .ca_section_title h1, .page-id-12035 #content .ca_section_title h1 {
    font-size: 56px;
    line-height: 64px;
    align-items: flex-start;
    margin-right: 50px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .ca_section_title h1, .page-capital-structure-advisory #content .ca_section_title h1, .page-capital-structure-advisory-2 #content .ca_section_title h1, .page-capital-markets #content .ca_section_title h1, .page-id-12035 #content .ca_section_title h1 {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 40px;
    }
}
.page-merger-acquisitions #content .ca_section_title h1 span, .page-capital-structure-advisory #content .ca_section_title h1 span, .page-capital-structure-advisory-2 #content .ca_section_title h1 span, .page-capital-markets #content .ca_section_title h1 span, .page-id-12035 #content .ca_section_title h1 span {
    display: block;
    font-size: 120px;
    line-height: 96px;
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .ca_section_title h1 span, .page-capital-structure-advisory #content .ca_section_title h1 span, .page-capital-structure-advisory-2 #content .ca_section_title h1 span, .page-capital-markets #content .ca_section_title h1 span, .page-id-12035 #content .ca_section_title h1 span {
        font-size: 80px;
        line-height: 72px;
    }
}
.page-merger-acquisitions #content .ca_section_content, .page-capital-structure-advisory #content .ca_section_content, .page-capital-structure-advisory-2 #content .ca_section_content, .page-capital-markets #content .ca_section_content, .page-id-12035 #content .ca_section_content {
    max-width: 500px;
    overflow-wrap: break-word;
    border-top: 5px solid #ac9033;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .ca_section_content, .page-capital-structure-advisory #content .ca_section_content, .page-capital-structure-advisory-2 #content .ca_section_content, .page-capital-markets #content .ca_section_content, .page-id-12035 #content .ca_section_content {
        max-width: 550px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .ca_section_content, .page-capital-structure-advisory #content .ca_section_content, .page-capital-structure-advisory-2 #content .ca_section_content, .page-capital-markets #content .ca_section_content, .page-id-12035 #content .ca_section_content {
        max-width: 100%;
    }
}
.page-merger-acquisitions #content .pf_section_content, .page-capital-structure-advisory #content .pf_section_content, .page-capital-structure-advisory-2 #content .pf_section_content, .page-capital-markets #content .pf_section_content, .page-id-12035 #content .pf_section_content {
    max-width: 500px;
    overflow-wrap: break-word;
    border-top: 5px solid #ac9033;
}
@media (max-width: 767px) {
    .page-merger-acquisitions #content .pf_section_content, .page-capital-structure-advisory #content .pf_section_content, .page-capital-structure-advisory-2 #content .pf_section_content, .page-capital-markets #content .pf_section_content, .page-id-12035 #content .pf_section_content {
        max-width: 460px;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .pf_section_content, .page-capital-structure-advisory #content .pf_section_content, .page-capital-structure-advisory-2 #content .pf_section_content, .page-capital-markets #content .pf_section_content, .page-id-12035 #content .pf_section_content {
        max-width: 100%;
    }
}
/**** O.B. CHILD-PAGE-SPECIFIC ****/
.page-merger-acquisitions #content .bk-container {
    align-items: flex-start;
}
.page-merger-acquisitions #content .bk-container .ma_img {
    background-position: top;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .bk-container .ma_img {
        background-position: 70% 0;
    }
}
@media (max-width: 480px) {
    .page-merger-acquisitions #content .bk-container {
        justify-content: end;
    }
}
@media (min-width: 769px) {
    .page-merger-acquisitions #content .columns.inner .cap-text h1 span {
        white-space: nowrap;
    }
}
.page-merger-acquisitions #content .section-container .section_title {
    max-width: 240px;
}
@media (max-width: 768px) {
    .page-merger-acquisitions #content .section-container .section_title {
        max-width: 250px;
    }
}
.page-capital-markets #content .bk-container .columns.inner #cap-title {
    border-top: 5px solid #86A8A0;
}
.page-capital-markets #content .flex-container .flex-child .cpara {
    border-top: 5px solid #86A8A0;
}
.page-capital-markets #content .flex-container .flex-child .ca_section_content {
    border-top: 5px solid #86A8A0;
}
@media (max-width: 768px) {
    .page-capital-markets #content .ca_section_title {
        max-width: 245px;
    }
}
/**** Keep footer links from overlapping social sharing links ****/
footer .inner p {
    width: calc(100% - 50px);
}

/**** Single News Page ****/
#content.interior h1.article-title {
    margin: 0 0 10px 0 !important;
	font-size: 36px;
    line-height: 40px;
}
p.meta.note {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#content.interior h1.article-title {
		font-size: 24px;
		line-height: 34px;
	}
	p.meta.note {
        margin-bottom: 24px;
	}
}

/**** News Landing Page ****/
@media only screen and (max-width: 767px) {
    .archive .rail .picker {
        position: absolute;
        top: 84px;
        width: 100%;
    }
    #content.interior h2.term_name {
        margin: -20px 0 20px 0;
    }
}

/* Senior Team Mobile Fix */
@media only screen and (max-width: 767px) {
	#content.interior h1:not(.meta), #content.interior .our-team-heading {
        margin: 0 0 160px 0 !important;
    }
    #content.interior.our-team .columns.inner .col:first-child h1 {
        margin: 0 0 5px 0;
    }
        .our-team .item .links {
        display: flex;
        width: 100%;
    }
        .our-team .item .links:after {
        display: none;
    }
        .our-team .item .links a {
        margin: 0 10px 0px 0px;
    }
        .our-team .item .links a.vcard {
        margin-right: 0px;
    }
        .our-team .item .meta {
        font-size: 14px;
        line-height: 20px;
    }
}

.nav_wrap ul li a,
.menu_button span {
    font-family: 'HomepageBaukasten', Arial, sans-serif;
    font-weight: bold;
}

/* Google Fonts: Crimson Pro for headers, Work Sans for body (non-home pages) */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Work+Sans:wght@400;500;700&display=swap');

body:not(.home) {
  font-family: 'Work Sans', Arial, sans-serif !important;
}

body:not(.home) #content h1,
body:not(.home) #content h2,
body:not(.home) #content h3,
body:not(.home) #content h4,
body:not(.home) #content h5,
body:not(.home) #content h6 {
  font-family: 'Crimson Pro', serif !important;
}

.page-merger-acquisitions #content .section-container .section_title,
.page-capital-structure-advisory #content .section-container .section_title,
.page-capital-structure-advisory-2 #content .section-container .section_title,
.page-capital-markets #content .section-container .section_title,
.page-id-12035 #content .section-container .section_title {
  font-family: 'Crimson Pro', serif !important;
}

body:not(.home) #carousel .slide .text h1,
body:not(.home) #carousel .slide .text h2,
body:not(.home) #carousel .slide .text h3,
body:not(.home) #carousel .slide .text h4,
body:not(.home) #carousel .slide .text h5,
body:not(.home) #carousel .slide .text h6 {
  font-family: 'Crimson Pro', serif !important;
}
body:not(.home) #carousel .slide .text p {
  font-family: 'Work Sans', Arial, sans-serif !important;
}

#carousel .slide .text p {
  font-family: 'Work Sans', Arial, sans-serif !important;
}

/* Override for merger-acquisitions page: allow wider intro_para text */
.page-merger-acquisitions #content .intro_para > p {
  max-width: 1000px !important;
}

/* Override for Capital Structure Advisory page: allow wider intro_para text */
.page-capital-structure-advisory #content .intro_para p {
  max-width: 1000px !important;
}

