/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
    border-top: 1px solid #e4e3e2;
    border-width: 1px 0 0 0;
    margin: 30px 0;
}

hr.double-rule {
    border-bottom: 1px solid #e4e3e2;
    height: 5px;
}

.results-section + hr.double-rule {
    margin-top: 0px;
    margin-bottom: 50px;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.u-show-print {
    display: none !important;
}

.ui-widget,
.listreset,
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
header div.autosuggest {
    background: #f4f5f8;
}
div.autosuggest ul li a span {
    font-size: 16px;
    color: #66717d;
    font-family: "Outfit", sans-serif;
}
.search-active div.autosuggest {
    border-top: 2px solid #00838a;
}
div.autosuggest ul em {
    font-weight: 600;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: inherit !important;
    border: none !important;
    height: inherit !important;
    white-space: inherit !important;
    word-wrap: inherit !important;
    padding: inherit !important;
    line-height: inherit !important;
    cursor: inherit !important;
    -moz-transition: inherit !important;
    -o-transition: inherit !important;
    -webkit-transition: inherit !important;
    transition: inherit !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: inherit !important;
    background-color: inherit !important;
    cursor: pointer !important;
}

@media all and (-ms-high-contrast: none) {
    .inner-grid:after,
    .practice-landing-container:after {
        content: "";
        display: block;
        clear: both;
    }
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
    background-color: #315377;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #40474e;
    background: #fff;
    font-size: 16px;
    /* 	font family important for ck editor */
    font-family: "Outfit", sans-serif !important;
    line-height: 1.2;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrapper {
    background: #013857;
    overflow: hidden;
    background-image: linear-gradient(#09273f, #013857);
    min-height: 100vh;
}

.abstract-text {
    line-height: 1.62;
    font-size: 14px;
}

.people-quotes {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.search-message a,
.default-text a {
    color: #00838a;
}
.search-message a:hover,
.default-text a:hover {
    color: #033957;
}
.default-text a.btndesktop:hover {
    color: white;
}
.default-text > .people-quotes:first-child {
    margin-top: 0;
}

.people-quotes span:first-of-type {
    z-index: 1;
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
}

.people-quotes span + span {
    text-align: right;
    flex: 0 0 25%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.people-quotes span:first-of-type:before {
    content: "\e911";
    color: #00838a;
    font-family: "icomoon" !important;
    font-size: 26px;
    position: absolute;
    top: -11px;
    z-index: -1;
    left: 0;
}

.nletters .grid-item h3 {
    margin-bottom: 18px;
}

ul.x-links-3-col {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}

ul.x-links-3-col li:before {
    display: none !important;
}
ul.x-links-3-col li {
    padding-left: 0 !important;
    float: left;
    width: 33.333%;
}

.abstract-text ul {
    padding-left: 20px;
}

span.alt-list-style {
    line-height: 1.8;
}

span.alt-list-style br {
    line-height: 2.8em;
    display: block;
    margin-bottom: 1em;
}

.alt-list-style-ul {
    padding-left: 0 !important;
}

.alt-list-style-ul li {
    margin-bottom: 1em !important;
    list-style-type: none !important;
    padding-left: 0 !important;
}

.alt-list-style-ul li:before {
    display: none !important;
}

.prof-detail .abstract-text,
.abstract-text.larger {
    font-size: 16px;
    color: #66717d;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1,
.article-bluebox h2 {
    font-size: 23px;
}

h2,
.h2 {
    font-size: 15px;
    color: #003756;
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

.detail-title,
.detail-tag {
    color: #003756;
    font-weight: normal;
}

.top-lo-padding {
    padding-top: 70px;
}

.detail-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: unset;
}
.newsletter-title {
    font-size: 26px !important;
}
@media (max-width: 1100px) {
    .detail-title {
        font-size: 22px;
    }

    .prof-detail .abstract-text,
    .abstract-text.larger {
        font-size: 16px;
    }

    .primary-info .person-holder {
        margin-bottom: 25px;
    }
}

.detail-tag {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.noheadshot .primary-info .person-holder {
    padding-left: 0;
}

.noheadshot .secondary-info {
    width: 75%;
}

.primary-info .notabs {
    padding-bottom: 20px !important;
}

.mobile-only,
.pdf-only {
    display: none !important;
}

span.herocaption {
    position: absolute;
    right: 10px;
    font-weight: 600;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.office-txt-content {
    margin: 20px 0;
    float: right;
    max-width: 38%;
    width: 100%;
}
.office-txt-content .btn:hover {
    color: white;
}
.office-txt-content.is-map {
    position: absolute;
    right: 0;
    width: 40%;
    padding-left: 20px;
    top: 0;
    margin: 0;
}

.iframe-ar {
    width: 60%;
    height: 0;
    padding-bottom: 45%;
    max-width: 475px;
    position: relative;
    margin: 40px 0;
}

.goog-map-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
    top: 0;
}
.tab-section .notabs {
    padding-top: 0 !important;
}
@media (max-width: 1100px) {
    .detail-tag {
        font-size: 14px;
    }
}

.detail-details {
    font-size: 16px;
    margin: 30px 0;
    color: #6d7986;
}

@media (max-width: 1100px) {
    .detail-details {
        font-size: 14px;
    }
}

.detail-details div {
    margin-bottom: 5px;
}

.detail-details div span {
    font-weight: bold;
}

ul.practiceparent_380 > li:first-child,
ul.practiceparent_173 > li:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

p {
    margin: 0 0 1em;
}

a {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    color: #003756;
    text-decoration: underline;
}
a.default-link:hover,
a.default-link:focus {
    color: #000;
}

a.reverse-underline {
    text-decoration: none;
}

a.reverse-underline:hover,
a.reverse-underline:focus {
    text-decoration: underline !important;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
.newsmain .page-controls.desktop-hide {
    padding: 0 15px;
    padding-top: 40px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #c8c8c9;
    padding: 0.4em 0.7em;
    color: #003756;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #003756;
}
input::placeholder {
    color: #003756 !important;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #003756;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #003756;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #003756;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #003756;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #c8c8c9;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.type-file {
    position: relative;
    height: 49px;
    overflow: hidden;
    cursor: pointer;
}

.type-file .inputFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.type-file .textfield {
    position: relative;
    z-index: 1;
}

.type-file .upload-icon {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 13px;
}
.type-file .upload-icon img.icon-upload-hover {
    display: none;
}

.type-file:hover img.icon-upload-hover {
    display: block;
}

.type-file:hover img.icon-upload {
    display: none;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    /*padding-left: 30px;*/
}

/* Native <select> styling for .select-parent wrappers (professionals/news search filters) --
   this port uses real <select> elements instead of jQuery jCF's custom-generated markup above,
   so none of the .jcf-* rules apply to it. Values here are pulled directly from the CURRENT live
   site's computed styles (whitefordlaw.com, checked live -- the .jcf-select rules above are from
   an older CSS snapshot and no longer match production): .jcf-select is a 49px-tall box (same
   height as .input-holder input -- border 1px #c8c8c9, no grey opener block anymore), its
   .jcf-select-text is bold navy (#003756) 16px/700 with padding 10px 45px 11px 20px, and its
   arrow is the icomoon "icon-arrow-down" glyph (content \e90b, see .icon-arrow-down:before
   above) in navy at 11px, not a CSS triangle. Reproduced here on the real <select> plus a
   ::before icon on the wrapper -- the open options list stays native platform UI rather than a
   re-implemented .jcf-list panel. */
.select-parent {
    position: relative;
    height: 49px;
    border: 1px solid #c8c8c9;
    background: #fff;
}

.select-parent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 47px;
    margin: 0;
    padding: 10px 45px 11px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #003756;
    cursor: pointer;
}

.select-parent select:focus {
    outline: none;
}

.select-parent::before {
    content: "\e90b";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 26px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    color: #003756;
    pointer-events: none;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.ajax-loading {
    position: relative;
}

.ajax-loading:before {
    z-index: 1001;
    content: "";
    position: absolute;
    background-image: url(../images/spinner.gif);
    background-repeat: no-repeat;
    background-position: center 280px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.print-only {
    display: none;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?gbc3o");
    src: url("../fonts/icomoon.eot?gbc3o#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?gbc3o") format("truetype"), url("../fonts/icomoon.woff?gbc3o") format("woff"),
        url("../fonts/icomoon.svg?gbc3o#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/minus-icon.svg") no-repeat center / contain;
}

.icon-plus:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/plus-icon.svg") no-repeat center / cover;
}

.js-opener.opener .icon-plus:before {
    background-image: url("../images/plus-icon-tale.svg");
}

.js-opener.opener .icon-minus:before {
    background-image: url("../images/minus-icon-tale.svg");
}

.js-opener.opener:hover .icon-plus:before {
    background-image: url("../images/plus-icon-white.svg");
}

.js-opener.opener:hover .icon-minus:before {
    background-image: url("../images/minus-icon-white.svg");
}

.icon-arrow-left {
    display: inline-block;
    font-size: 12px;
    -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg); /* FF */
    -o-transform: rotate(180deg); /* Opera */
    -ms-transform: rotate(180deg); /* IE9 */
    transform: rotate(180deg); /* W3C compliant browsers */
}

.icon-search:before {
    content: "\e906";
}

.icon-exit:before {
    content: "\e907";
}

.icon-globe:before {
    content: "\e908";
}

.icon-file:before {
    content: "\e909";
}

.icon-arrow-right:before,
.icon-arrow-left:before {
    content: "\e90a";
}

.icon-arrow-down:before {
    content: "\e90b";
}

.icon-twitter:before {
    content: "\e90c";
}

.icon-facebook:before {
    content: "\e90d";
}

.icon-linkedin:before {
    content: "\e90e";
}

.icon-quote:before {
    content: "\e911";
}

.icon-card:before {
    content: "\e90f";
}

.icon-print:before {
    content: "\e902";
}

.icon-share:before {
    content: "\e903";
}

.icon-mail:before {
    content: "\e904";
}

.icon-minus-thin:before {
    content: "\e900";
}

.icon-plus-thin:before {
    content: "\e901";
}

.icon-long-arrow-right:before {
    content: "\e912";
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

.recent-news .news-item .img-holder.large {
    background-size: cover;
    background-position: center center;
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.container,
.header-container,
.hero-section .hero-container {
    width: 100%;
    max-width: 1286px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}
.hero-section .hero-container {
    padding: 0;
}
.main-home .hero-section .hero-container {
    padding: 0 15px !important;
}
.flex-start {
    align-items: flex-start;
    align-content: flex-start;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-break::before {
    content: "";
    width: 100%;
    order: -1;
}
.ui-widget {
    border: 1px solid #e4e3e2;
    background: #fff;
    padding: 20px 0 22px;
    font-size: 14px;
}

.ui-widget li {
    cursor: pointer;
    padding: 5px 23px;
}

.ui-widget li:not(:last-child) {
    margin-bottom: 5px;
}

.ui-widget li:hover {
    background: #e4e3e2;
}

.search-wrap .ui-widget {
    left: 22px !important;
    width: calc(100% - 44px) !important;
    background: #e4e3e2;
    border-top: 2px solid #315377;
}

.search-wrap .ui-widget li:hover {
    background: transparent;
}

.view-all {
    display: inline-block;
    text-decoration: none;
    color: #00838a;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.view-all:hover {
    color: #003756;
}

.view-all span {
    margin-left: 5px;
    position: relative;
    font-size: 12px;
}

.callout .view-all {
    float: right;
    margin-top: 3px;
}

.ui-helper-hidden {
    display: none;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-autocomplete-term {
    color: #003756;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.btn,
.btn.btn-color-reverse:hover {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #00838a;
    background: #fff;
    border: 1px solid #00838a;
    font-weight: 700;
    font-size: 13px;
    min-width: 150px;
    padding: 10px 15px 11px;
    gap: 10px;
}

.btndesktop {
    min-width: 150px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #003756;
    background: #fff;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px 11px;
    text-transform: uppercase;
    border: 1px solid #00838a;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.sidebar .btn:hover,
.btn.btn-color-reverse,
.btndesktop:hover {
    color: #fff !important;
    background: #00838a;
    border-color: #00838a;
    text-decoration: none !important;
}

.btn:hover {
    color: white;
    background-color: #00838a;
    border-color: #00838a;
    text-decoration: none;
}

.btn.btn-small,
.btn.btn-small:hover {
    min-width: 1px;
    padding: 7px 15px;
    font-size: 13px;
}

.btn.btn-dark-bg {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.btn.btn-dark-bg:hover {
    background: #ffffff;
    color: #003756 !important;
}

.btn.btn-icon-right:after {
    content: "\e90a";
    font-family: "icomoon" !important;
    margin-left: 12px;
    font-size: 12px;
}

.practice-landing-container {
    display: grid;
    grid-template-columns: calc(66.666% - 25px) calc(33.333% - 25px);
    grid-column-gap: 50px;
    margin-top: 30px;
}

.inner-grid {
    display: grid;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    grid-column-gap: 50px;
}

@media all and (-ms-high-contrast: none) {
    .inner-grid,
    .practice-landing-container {
        display: block;
    }
    .practice-landing-container .practice-column {
        float: left;
        width: calc(66.666% - 25px);
        margin-right: 25px;
    }

    .practice-landing-container .Industries-column {
        float: right;
        margin-left: 25px;
        width: calc(33.333% - 25px);
    }

    .inner-grid .inner-col {
        width: calc(50% - 25px);
        float: left;
        margin-right: 50px;
    }
    .inner-grid .inner-col + .inner-col {
        margin-right: 0;
    }
}

.practice-landing-container .practice-column {
}

.practice-landing-container .tag-row {
    border-bottom: 1px solid #00838a;
    margin-bottom: 15px;
}
.practice-landing-container .tag-row .tag {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.practice-landing-container ul {
    border-bottom: 1px solid #e4e3e2;
    list-style-type: none;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 15px 0 18px;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .practice-landing-container .tag-row .tag,
    .practice-landing-container ul {
        font-size: 16px;
        line-height: 20px;
    }
}

.practice-landing-container ul li + li {
    margin-top: 30px;
}
.practice-landing-container ul li a {
    text-decoration: none;
}

.practice-landing-container ul li a:hover {
    text-decoration: underline;
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 23px;
    grid-row-gap: 24px;
    padding-bottom: 80px;
}

@media all and (-ms-high-contrast: none) {
    .grid-row {
        display: block;
    }
}

.nletters .grid-item {
    padding-bottom: 75px;
}

.grid-item {
    border: 1px solid #e4e3e2;
    padding: 24px 24px 60px 24px;
    position: relative;
}

.grid-item .button-row {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 100%;
}

.grid-item .button-row .btn:last-child {
    margin-left: 19px;
}

.grid-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #003756;
}

.grid-item p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
}

.grid-item br {
    display: none;
}

@media (min-width: 851px) {
    nav.main-nav .main-nav-list > li:not(:last-child) {
        margin-right: 15px;
    }
}
@media (min-width: 992px) {
    nav.main-nav .main-nav-list > li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

@media (max-width: 1100px) {
    .grid-item,
    .nletters .grid-item {
        padding-bottom: 110px;
    }
    .grid-item br {
        display: block;
    }
    .grid-item .button-row .btn:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
}

.four-columns li,
.three-columns li,
.two-columns li {
    margin-bottom: 6px;
    display: list-item;
    line-height: 1.2;
}

.flex-row.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-row.gap30 {
    gap: 30px;
}
.secondary-info .flex-row .button-item {
    margin-bottom: 10px;
}
.nav-link-underline {
    position: relative;
}

/* .nav-link-underline:hover,
.nav-link-underline.active,
.hover .nav-link-underline {
	color: #003756;
}
 */
.top-nav .nav-link-underline:after {
    top: calc(100% + 1px);
    height: 2px;
}

.two-columns {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.three-columns {
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.four-columns {
    -webkit-columns: 4;
    columns: 4;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.two-columns li {
    margin-bottom: 6px;
    display: flex;
    line-height: 1.2;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social li:not(:last-child) {
    margin-right: 12px;
}

.social a {
    color: #003756;
    text-decoration: none;
}

.social a:hover {
    color: #f8c654;
}

.social a.is-rounded {
    color: #00838a;
}
.social a.is-rounded:hover {
    color: #003756;
}
.page-controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-controls li:not(:last-child) {
    margin-right: 11px;
}

.page-controls a {
    text-decoration: none;
    font-size: 32px;
    color: #00838a;
}

.page-controls a:hover {
    color: #003756;
}

.bg-stretch {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-home .bg-stretch {
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 810px;
}
@media (max-width: 850px) {
    .main-home .bg-stretch {
        position: relative;
        min-height: 400px;
    }
}
.header {
    position: relative;
    padding: 15px 0 17px;
    border-bottom: 1px solid transparent;
    z-index: 2;
}

.brochure-wrapper span {
    color: #66717d;
    display: block;
    margin: 10px 0 1em;
    font-size: 16px;
}

@media (max-width: 1101px) {
    .brochure-wrapper span {
        font-size: 13px;
    }
}

ul ul {
    list-style-type: none;
    padding-left: 10px;
    margin-top: 6px;
}
.brochure-link img {
    width: 145px;
    margin-bottom: 5px;
}
.default-text .brochure-link {
    color: #003756;
}
.header .header-nav-holder {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    transition: all 0.1s ease-in-out;
    transition: max-height 0.15s ease-out;
}

.nav-active .header .header-nav-holder {
    max-height: 3000px;
    transition: max-height 0.15s ease-in;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.header-container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 225px;
}

p.intro {
    font-weight: bold;
}

.leader {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    overflow: hidden;
}
.leader .img-left {
    margin-right: 20px;
    float: left;
    width: 200px;
    height: auto;
}
.leader .img-right {
    margin-left: 20px;
    float: right;
    width: 200px;
    height: auto;
}

nav.top-nav {
    margin-bottom: 17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

nav.top-nav ul {
    padding-left: 15px;
}

nav.top-nav ul li:not(:last-child) {
    margin-bottom: 12px;
}
nav.top-nav ul li a {
    color: #ffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

nav.main-nav {
    padding: 15px 10px 10px 16px;
}

nav.main-nav.search-active .main-nav-list {
    opacity: 0;
}
nav.main-nav.search-active .nav-link-underline:after {
    display: none !important;
}

nav.main-nav.search-active .search-holder .icon-search {
    display: none;
}

nav.main-nav.search-active .search-holder .icon-exit {
    display: block;
}

nav.main-nav.search-active .search-wrap .icon-search {
    display: block;
}

nav.main-nav .main-nav-list > li {
    position: relative;
}

nav.main-nav .main-nav-list > li:not(:last-child) {
    margin-bottom: 12px;
}

nav.main-nav .main-nav-list > li:last-child {
    margin-bottom: 1px;
}

nav.main-nav .main-nav-list > li .dropdown.js-slide-hidden {
    left: unset !important;
    top: calc(100% + 4px) !important;
}
nav.main-nav .main-nav-list > li .dropdown {
    background: white;
    padding: 12px 10px 0 21px;
}

nav.main-nav .main-nav-list > li .dropdown li:not(:last-child) {
    margin-bottom: 10px;
}

nav.main-nav .main-nav-list > li .dropdown a {
    font-size: 14px;
    text-decoration: none;
    color: #003756;
    font-weight: 600;
}

nav.main-nav .main-nav-list > li .dropdown a:hover {
    text-decoration: underline;
}

nav.main-nav .main-nav-list > li.dropdown-open-close .icon-plus,
nav.main-nav .main-nav-list > li.dropdown-open-close .icon-minus {
    font-size: 16px;
    margin-left: 30px;
    color: #003756;
    position: relative;
    top: 1px;
}

nav.main-nav .main-nav-list > li.dropdown-open-close .icon-minus {
    display: none;
}

nav.main-nav .main-nav-list > li.dropdown-open-close.active .icon-minus {
    display: inline-block;
    vertical-align: middle;
}

nav.main-nav .main-nav-list > li.dropdown-open-close.active .icon-plus {
    display: none;
}

nav.main-nav .main-nav-list > li.dropdown-open-close.active .main-nav-item:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

nav.main-nav .main-nav-item {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

nav.main-nav .search-holder {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    padding: 0 15px;
}

nav.main-nav .search-holder .icon-exit {
    display: none;
}

nav.main-nav .search-opener {
    text-decoration: none;
    line-height: normal;
    height: 18px;
    width: 18px;
    display: block;
    color: white;
}

nav.main-nav .search-opener .icon-search,
nav.main-nav .search-opener .icon-exit {
    padding: 0;
}

nav.main-nav .search-wrap {
    position: relative;
}

nav.main-nav .search-wrap .icon-search {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.main-nav .search-wrap .icon-arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

nav.main-nav .search-wrap input {
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 0.2em 2em;
    border: none;
    font-size: 14px;
    height: 28px;
    outline: none;
}

nav.main-nav .search-wrap input::-webkit-input-placeholder {
    font-size: 13px;
    color: #6a6b6c;
}

nav.main-nav .search-wrap input::-moz-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #6a6b6c;
}

nav.main-nav .search-wrap input:-moz-placeholder {
    font-size: 13px;
    color: #6a6b6c;
}

nav.main-nav .search-wrap input:-ms-input-placeholder {
    font-size: 13px;
    color: #6a6b6c;
}

nav.main-nav .search-wrap input.placeholder {
    font-size: 13px;
    color: #6a6b6c;
}

nav.main-nav .search-wrap button {
    color: #00838a;
    padding: 0 !important;
    margin: 0 !important;
}
nav.main-nav .search-wrap button.icon-search {
    font-size: 19px;
}
nav.main-nav .search-wrap button.icon-arrow-right {
    color: #003756;
}

.nav-opener {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 21px;
    position: relative;
    border-radius: 3px;
    z-index: 10;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.nav-opener:hover {
    opacity: 0.9;
}

.nav-opener span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-opener span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.nav-opener span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

.nav-opener span:nth-child(1),
.nav-opener span:nth-child(2) {
    top: 0;
}

.nav-opener span:nth-child(3),
.nav-opener span:nth-child(4) {
    top: 8px;
}

.nav-opener span:nth-child(5),
.nav-opener span:nth-child(6) {
    top: 16px;
}

.nav-active .nav-opener span:nth-child(1),
.nav-active .nav-opener span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-active .nav-opener span:nth-child(2),
.nav-active .nav-opener span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-active .nav-opener span:nth-child(1) {
    left: 2px;
    top: 2px;
}

.nav-active .nav-opener span:nth-child(2) {
    left: calc(50% - 3px);
    top: 2px;
}

.nav-active .nav-opener span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.nav-active .nav-opener span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.nav-active .nav-opener span:nth-child(5) {
    left: 2px;
    top: 12px;
}

.nav-active .nav-opener span:nth-child(6) {
    left: calc(50% - 3px);
    top: 12px;
}

.footer {
    color: #fff;
    padding: 30px 0 18px;
}

.footer .three-columns li {
    width: 190px;
    line-height: 1.6;
}

.footer .four-columns li {
    width: 190px;
    line-height: 1.6;
}

.footer a {
    color: #fff;
}

.footer .social li:not(:last-child) {
    margin-right: 18px;
}

.footer .social a {
    font-size: 22px;
}

.footer .social a:hover {
    color: #00838a;
}

.footer .top-footer {
    border-bottom: 1px solid #446384;
    padding-bottom: 28px;
}

.footer .top-footer ul.four-columns,
.footer .top-footer ul.three-columns,
.footer .top-footer ul.two-columns {
    margin-bottom: 20px;
}

.footer .top-footer ul.four-columns a,
.footer .top-footer ul.three-columns a,
.footer .top-footer ul.two-columns a {
    font-size: 13px;
}

.footer .bottom-footer {
    padding-top: 8px;
}

.footer .bottom-footer .ivm {
    font-size: 12px;
}

.footer .bottom-footer .ivm a {
    font-weight: 700;
}

.footer .copyright {
    font-size: 13px;
    margin-bottom: 13px;
    line-height: 19px;
}

.primary-info .main-info {
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
    .primary-info .person-holder .page-controls {
        position: relative;
        bottom: 45px;
    }
}
.primary-info .person-holder {
    position: relative;
}

.primary-info .person-holder .offices {
    padding-top: 30px;
    margin-bottom: 20px;
}

.primary-info .person-holder .offices:first-child {
    padding-top: 0;
}

.primary-info .person-holder .office-item a {
    display: block;
    margin-bottom: 14px;
}

.primary-info .person-holder .office-item a:not(.office-title) {
    font-size: 13px;
    text-decoration: none;
    color: #003756;
}

.primary-info .person-holder .office-item .office-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.primary-info .person-heading h1 {
    margin: 0;
    font-weight: 600;
}

.primary-info .person-heading .name {
    display: block;
    font-size: 24px;
    color: #003756;
    font-weight: 600;
    margin-bottom: 8px;
}

.primary-info .person-heading .position {
    font-weight: 600;
    font-size: 14px;
    color: #66717d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.primary-info .mail-wrap {
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.primary-info .mail-wrap .email-link {
    display: inline-block;
    vertical-align: middle;
}

.primary-info .mail-wrap .social a {
    font-size: 16px;
}

.primary-info .headshot {
    width: 39.5%;
    margin-right: 20px;
}

.primary-info .headshot img {
    width: 100%;
}

.primary-info .secondary-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.primary-info .contacts {
    width: 50%;
}

.open-close-tabset {
    position: relative;
}

.open-close-tabset.active .opener:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.open-close-tabset .opener {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    border: 1px solid #c8c8c9;
    font-weight: 600;
    font-size: 16px;
    color: #00838a;
}

.open-close-tabset .opener:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: absolute;
    content: "\e90b";
    font-family: "icomoon" !important;
    color: #40474e;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
}

.open-close-tabset ul {
    background: #fff;
}

.open-close-tabset ul li:not(:last-child) {
    margin-right: 49px;
}

.open-close-tabset ul a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #003756;
}
.open-close-tabset ul a.active {
    color: #00838a;
}

/* Bullet lists */

.default-text .default-list li {
    font-size: 16px;
    padding-left: 1px;
    position: relative;
    line-height: 1.6;
}

.default-text .default-list li:before {
    position: absolute;
    content: "";
    top: 9px;
    left: -9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #40474e;
}

.default-text .default-list.no-bullet li:before {
    display: none;
}

.default-text .default-list li:not(:last-child) {
    margin-bottom: 4px;
}

.default-text .default-list.serif li {
}

.default-text .default-list.serif li:before {
    top: 11px;
    left: -9px;
    width: 5px;
    height: 5px;
}

.tab-content .default-text ul,
.default-text .default-list {
    padding: 0 0 0 10px;
    margin: 0;
    list-style-type: none;
}

.default-text .default-list.no-bullet {
    padding-left: 0;
}

.tab-content .default-text ul > li {
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 4px;
}

.tab-content .default-text ul > li:before {
    position: absolute;
    content: "";
    top: 9px;
    left: -9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #40474e;
}

.abstract-text .default-text ul > li {
    list-style-type: disc;
}
.abstract-text a {
    color: #00838a;
}
.abstract-text a:hover {
    color: #003756;
}

.abstract-text .default-text ul > li:before {
    display: none;
}
/* bio page styles */
main,
.main-content {
    max-width: 1286px;
    margin: 0 auto;
    background: white;
    overflow-x: hidden;
}
.main-home {
    max-width: 100%;
    overflow: hidden;
}
.main-home .container {
    max-width: 1286px;
    margin: 0 auto;
}

.tab-section .container,
.primary-info .container {
    padding: 0 40px;
}
#presentations .default-text p {
    margin-bottom: 30px;
}
.abstract-text p {
    color: #66717d;
}
.top-row {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}
.filters-section {
    padding: 0 25px;
}
.main-home .filters-section {
    background: #00838a;
}
.resources ul li span {
    color: #66717d;
}
.recent-news.full {
    padding-left: 40px;
    padding-right: 40px;
}
.lawoffice-page .recent-news.full {
    padding: 0;
    padding-right: 26px;
}
@media (max-width: 1100px) {
    .lawoffice-page .recent-news.full {
        padding: 0;
        padding-right: 0;
    }
}
@media (min-width: 851px) {
    .default-text .default-list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .default-text .default-list li:before,
    .tab-content .default-text ul > li:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }

    .tab-content .default-text ul > li:before {
        top: 9px;
    }

    .tab-content .default-text ul > li {
        font-size: 16px;
    }

    .default-text .default-list.serif li {
        font-size: 16px;
    }

    .default-text .default-list.serif li:not(:last-child) {
        margin-bottom: 10px;
    }

    .tab-content .default-text ul > li:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media (min-width: 1101px) {
    .default-text .default-list li {
        font-size: 16px;
    }

    .tab-content .default-text ul > li {
        font-size: 16px;
    }

    .tab-content .default-text ul > li:before {
        top: 11px;
    }
}

/* End of bullets */

#tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offices-list {
    display: flex;
    flex-flow: wrap;
    margin-top: -44px;
}

.office-wrapper {
    flex: 0 0 50%;
    padding-top: 75px;
    padding-right: 55px;
}

@media all and (-ms-high-contrast: none) {
    .office-wrapper {
        flex: 0 0 45%;
    }
    .office-wrapper:nth-child(even) > div:first-child,
    .office-wrapper:nth-child(even) > a:first-child {
        margin-left: 30px;
        padding-right: 0;
    }
}
.office-wrapper > a {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
}
.office-wrapper > div {
    line-height: 26px;
    padding-top: 13px;
    font-size: 16px;
    color: #66717d;
}

.office-wrapper > div a {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
.office-wrapper > div a.nobold {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
 }
.office-wrapper > div span.title {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #66717d;
 }
.tel-link {
    font-weight: normal;
    color: #66717d;
    text-decoration: none;
    cursor: text;
}

.office-wrapper > div a.tel-link {
    font-weight: normal;
    font-size: 16px;
    color: #66717d;
    text-decoration: none;
}
.office-wrapper > a {
    height: 200px;
    display: inline-block;
    width: 200px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
}
.has-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.has-bg-img.top-aligned {
    background-position: center top;
}

.has-content {
    color: #ff0000;
}

.has-bg-img img {
    display: none;
}
.has-bg-img.inv-img img.prof-detail-img {
    display: none;
}

.primary-info .headshot div.bg-img-holder{
    display: block;
    opacity: 0;
    width: 100%;
    height: 320px;
}

.input-holder .error {
    margin-bottom: 14px;
}

.input-holder > div {
    position: relative;
    font-size: 12px;
}

.input-holder label.error {
    font-size: 12px;
    color: red;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -4px;
    font-weight: bold;
}

.input-holder > label {
    font-size: 16px;
    font-weight: 700;
    color: #003756;
}

textarea.error + label.error {
    margin-bottom: -10px;
}

.office-wrapper > a:hover {
    filter: grayscale(0);
}

#tab-nav li:not(:last-child) {
    margin-right: 50px;
}

#tab-nav a {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

#tab-nav.alphabet {
    margin-bottom: 38px;
}

#tab-nav.alphabet li:not(:last-child) {
    margin-right: 18px;
}

#tab-nav.alphabet a {
    font-size: 18px;
    color: #00838a;
}

#tab-nav.alphabet a.disabled {
    color: #c8c8c9;
    text-decoration: none !important;
    pointer-events: none;
}

.tab-section {
    padding-bottom: 40px;
}

.tab-content {
    padding: 0 0 42px;
}

.open-close-tabset + .tab-content {
    padding-top: 55px;
}

.badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.badges li {
    width: 97px;
}

.badges li:not(:last-child) {
    margin-right: 38px;
}

.resources h2 {
    margin-bottom: 15px;
}

.resources ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.resources ul li:not(:last-child) {
    margin-bottom: 27px;
}

.resources ul li .icon {
    position: absolute;
    top: 3px;
    left: 0;
    color: #00838a;
}

.resources ul li a {
    display: block;
    font-weight: 500;
    color: #003756;
    margin-bottom: 8px;
}

.tab-select + .jcf-select {
    position: relative;
    margin-bottom: 40px;
}

.tab-select + .jcf-select:after {
    position: absolute;
    content: "";
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4e3e2;
}

.content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-wrap .tab-holder {
    width: 100%;
}

.content-wrap .sidebar {
    width: 100%;
    margin-bottom: 40px;
}

.content-wrap .sidebar h2 {
    margin-bottom: 15px;
}

.articles {
    position: relative;
    border-bottom: 1px solid #e4e3e2;
    padding-bottom: 22px;
}

.articles:last-child {
    padding-bottom: 0;
}

.articles:not(:last-child) {
    margin-bottom: 43px;
}

.articles:after {
    position: absolute;
    content: "";
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4e3e2;
}

.articles h2 {
    margin-bottom: 15px;
}

.article {
    font-size: 13px;
}

.article:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.article:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.article .article-info {
    margin-bottom: 9px;
    color: #66717d;
    position: relative;
}
.filters-section .article .article-info,
#presentations .article .article-info,
#news .article .article-info {
    padding-bottom: 9px;
}
.filters-section .article .article-info::after,
#presentations .article .article-info::after,
#news .article .article-info::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #00838a;
}
.article .article-info span {
    font-size: 14px;
}

.article time,
.article .article-info {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.article time:after {
    content: "|";
    display: inline-block;
    vertical-align: 1px;
    margin: 0 3px 0 5px;
}

.article time:only-child:after {
    display: none;
}

.article h3 {
    margin-bottom: 7px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
}
.article h3 a {
    color: #003756;
}
.article .authors {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-bottom: 11px;
}

.article .authors .author {
    color: #003756;
}

.article p. .article .abstract-text {
    line-height: 1.7;
}

.hero-section .hero {
    position: relative;
}

.hero-section .hero .headline-block {
    height: auto;
    padding: 13px 15px 18px;
}

.hero-section .headline-block.no-bg {
    background: none;
    background-color: transparent;
}

.hero-section .hero .headline-block h1 {
    margin-bottom: 7px;
}

.hero-section .hero .headline-block .text-wrap {
    margin: 0;
}

.hero-section .hero .photos {
    background-position: top;
}

.hero-section .hero p {
    margin: 0;
}

.hero-section .photos {
    min-height: 150px;
    border-bottom: 7px solid #00838a;
}

.hero-section .headline-block {
    color: #fff;
    padding: 13px 15px 20px;

    background: -webkit-linear-gradient(top, #1b3454 0%, #315377 100%);
    background: linear-gradient(to bottom, #1b3454 0%, #315377 100%);
    background-color: #315377;
}

.hero-section .headline-block h1 {
    line-height: 1.4;
    margin-bottom: 18px;
    font-weight: 500;
}

.hero-section .headline-block .text-wrap {
    line-height: 1.48;
    overflow: hidden;
    margin-bottom: 25px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    line-height: 1.48;
}

.hero-section .headline-block .text-wrap p {
    margin: 0;
}

.hero-section .headline-block .btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 15px 9px;
    min-width: auto;
    margin-bottom: 30px;
}

.hero-section .headline-block .btn .icon-arrow-right {
    margin-left: 12px;
    font-size: 12px;
}

.recent-news .news-item .img-holder.large {
    filter: grayscale(0) !important;
}

.hero-slider {
    width: 100%;
    background: -webkit-linear-gradient(top, #1b3454 0%, #315377 100%);
    background: linear-gradient(to bottom, #1b3454 0%, #315377 100%);
    z-index: 1;
}

.hero-slider .slick-list {
    overflow: visible;
}

.hero-slider .slick-slide {
    position: relative;
}

.slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 15px;
    bottom: 12px;
}

.slick-dots li:not(:last-child) {
    margin-right: 7px;
}

.slick-dots li.slick-active button {
    background-color: #00838a;
}

.slick-dots button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    padding: 0 !important;
    margin: 0;
    color: transparent;
    background-color: #c1cbd6;
}

.slick-dots button:hover {
    background-color: #00838a;
}

.news-section .container {
    padding: 17px 15px;
    position: relative;
    z-index: 0;
}
.news-section {
    background: #00838a;
    margin: 0 auto;
    position: relative;
}
/* .news-section::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -75px;
	width: 603px;
	height: 516px;
	background: url('../images/w-logo.png') no-repeat center/cover;
	z-index: 1;
} */

.news-section .header-container,
.news-section .hero-section .hero-container,
.hero-section .news-section .hero-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-home .news-section .container {
    display: block;
}
.main-home .news-section .flex-row {
    justify-content: space-between;
}
.main-home .news-section h2 {
    color: #fff;
}
.quote-holder {
    position: relative;
    min-width: 640px !important;
}

.quote-diamond {
    width: 50%;
    border-left: 1px solid #003756;
}
.quote-section-title {
    margin-bottom: 30px;
    font-size: 32px;
    text-transform: capitalize;
}
.quote-holder .slick-dots {
    left: auto;
    right: 35px;
}
/*.quote-diamond:after {
    content: "";
    display: block;
    position: absolute;
    right: -55px;
    bottom: -75px;
    width: 656px;
    height: 531px;
    background: url("../images/new-W.svg") no-repeat center/cover;
    z-index: 1;
}*/
@media (max-width: 850px) {
    .quote-diamond {
        /* display: none;*/
        width: 100%;
        border: none;
    }
    .quote-holder {
    }
    .main-home .news-section .flex-row {
        display: block;
    }
}

.quote-diamond-element {
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    position: absolute;
    position: none;
    z-index: 1;
}

.quote-diamond-element:before {
    /* top: -187px;
    left: -187px;
    width: 353px;
    height: 353px;
    content: '\A';
    position: absolute;
    border: 1px solid #f1f4f5;
    transform: rotate(45deg);
    transform-origin: center; */
}

.quote-holder.is-centered {
    width: 100%;
    min-width: 1px !important;
    padding-top: 0;
    position: relative;
    z-index: 10;
}

.quote-holder.is-centered .blockquote {
    display: block;
    margin: 0;
    padding: 23px 0;
}

.quote-holder.is-centered .slick-slide {
    padding-right: 25px;
}

.quote-holder.is-centered .blockquote:after {
    display: none;
}

.quote-holder.is-centered .icon-quote {
    position: static;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    transform: none;
}
.quote-link a {
    color: #fff !important;
    background: #00838a !important;
    border: 1px solid #fff !important;
    gap: 10px;
}
@media (max-width: 1300px) {
    .header-container {
        padding: 0 15px;
    }
    .office-txt-content {
        max-width: 43%;
    }
    .iframe-ar {
        width: 54%;
    }
}
@media (max-width: 1200px) {
    .quote-holder {
        min-width: 600px !important;
    }
    .quote-holder.is-centered {
        min-width: 1px !important;
    }
    .quote-diamond-element:before {
        top: -149px;
        left: -149px;
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 1100px) {
    .quote-holder {
        min-width: 440px !important;
    }
    .quote-holder.is-centered {
        min-width: 1px !important;
    }

    .quote-diamond-element:before {
        top: -111px;
        left: -111px;
        width: 200px;
        height: 200px;
    }

    .office-wrapper {
        padding-right: 25px;
    }

    .office-wrapper > a {
        height: 160px;
        width: 160px;
    }

    .office-wrapper > div {
        font-size: 14px;
        line-height: 22px;
        padding-top: 8px;
    }

    .office-wrapper > div a,.office-wrapper > div span.title {
        font-size: 16px;
    }
    .office-wrapper > div a.nobold {
        font-size: 14px;
        line-height:22px;
    }
    .grid-item h3 {
        font-size: 16px;
    }

    .grid-item p {
        font-size: 12px;
        line-height: 22px;
    }
    .tab-section .container,
    .primary-info .container {
        padding: 0 20px;
    }
    .recent-news.full {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1111px) {
    .open-close-tabset ul li:not(:last-child) {
        white-space: nowrap;
        margin-right: 30px;
    }
}

@media (max-width: 940px) {
    .quote-holder {
        min-width: 340px !important;
    }

    .open-close-tabset ul a {
        font-size: 16px;
    }
    #presentations .default-text p {
        margin-bottom: 20px;
    }
}

.quote-holder .icon-quote {
    position: absolute;
    top: 0px;
    left: 0px;

    color: #003756;
    font-size: 32px;
}
@media (max-width: 940px) {
    .quote-holder .icon-quote {
        position: relative;
    }
}
.quote-holder .blockquote {
    position: relative;
    z-index: 0;
}
/*
.quote-holder .blockquote:after {
    position: absolute;
    content: "";
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 236px;
    height: 236px;
    border: 1px solid #f1f4f5;
    z-index: -1;
}*/

.quote-holder .blockquote p {
    font-size: 26px;
    color: #fff;
    max-width: 430px;
    margin: 0 auto 5px;
    line-height: 1.4;
    max-width: 340px;
}
.quote-holder .blockquote p br {
    display: none;
}
.quote-holder .blockquote .blockquote-footer {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    margin-bottom: 40px;
}

.recent-news {
    position: relative;
    z-index: 5;
}

.recent-news .section-label {
    text-transform: uppercase;
    color: #003756;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 16px;
}

.recent-news .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}

.recent-news .news-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e3e2;
}

.recent-news .news-item .img-holder {
    -webkit-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    position: relative;
    top: 8px;
    width: 76px;
    height: 76px;
    /*filter: grayscale(1);*/
    background-color: #e4e3e2;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    border-bottom: 2px solid #00838a;
}

.recent-news .news-item .img-holder img {
    width: 100%;
}

.recent-news .news-item .img-holder:hover {
    filter: grayscale(0);
}

.recent-news .news-item h3 {
    line-height: 1.4;
    margin-bottom: 10px;
}

.recent-news .news-item p {
    color: #66717d;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

.callouts-section {
    background: #f6f7f9;
    padding: 20px 0;
    max-width: 1286px;
    margin: 0 auto;
}
.callouts-section.office {
    background: none;
    padding: 0;
}
.callouts-section .callouts-holder .callout {
    padding: 21px 10px 16px 20px;
    position: relative;
    z-index: 555;
}
.callouts-section.office .callouts-holder .callout {
    background: #fff;
    padding: 0px;
}
.callouts-section .callouts-holder .callout:not(:last-child) {
    margin-bottom: 15px;
}
.callouts-section .callouts-holder .callout hr:last-child {
    display: none;
}

.callouts-section .callouts-holder .callout .tag,
.tag-row .tag {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background: #00838a;
    font-size: 10px;
    font-weight: 700;
    padding: 7px 10px;
    margin-bottom: 13px;
}
.news-title-tab,
.callouts-section .callouts-holder .callout h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.news-title-tab::after,
.callouts-section .callouts-holder .callout h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #00838a;
}
.callouts-section .callouts-holder .callout h3.no-border::after {
    width: 0;
    height: 0;
}
.callouts-section .callouts-holder .callout .abstract-text,
.callouts-section .callouts-holder .callout p {
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
    color: #66717d;
    font-size: 16px;
}
.callouts-section .callouts-holder .callout time {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    color: #66717d;
    font-size: 12px;
    margin-bottom: 12px;
}
.main-home .callouts-section {
    background: none;
}
.main-home .no-flex {
    display: block !important;
}
.home-featured .slick-slide,
.home-featured > div:not(.slick-list) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home-featured .left-column {
    flex: 1;
}

.home-featured .right-column {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: 50px !important;
}

.home-featured .right-column .callout {
    flex: 1;
    border-bottom: 1px solid #e4e3e2;
}
.callouts-section .callouts-holder .home-featured .callout {
    margin-bottom: 30px !important;
}
.home-featured .callout {
    width: 100% !important;
    padding: 0 !important;
}
.home-featured .right-column .callout:last-child {
    margin-bottom: 0 !important;
}
.home-featured .view-all {
    float: none;
    margin: 20px 0;
    color: #003756;
    font-weight: 500;
}
.home-featured .top-featured {
    border-left: 2px solid #003756;
    background: #fff;
    padding: 10px;
    width: 85%;
    margin-top: -80px;
    box-shadow: 0px 4px 17px 0px #0000000d;
    position: absolute;
    top: 95%;
    height: auto;
}
.featured-footer {
    margin: 20px 0;
    display: flex;
    color: #003756;
}
.featured-footer .view-all {
    color: #003756;
}
.featured-footer .slick-arrow i {
    font-size: 25px;
    margin-right: 30px;
}
.featured-footer .left-column {
    flex: 1;
}
.featured-footer .right-column {
    display: flex;
    width: 40%;
    margin-left: 50px !important;
}
@media (max-width: 991px) {
    .home-featured .slick-slide,
    .home-featured > div:not(.slick-list),
    .featured-footer {
        flex-direction: column;
    }
    .home-featured .right-column,
    .featured-footer .right-column {
        width: 100%;
        margin-left: 0px !important;
    }
    .home-featured .top-featured {
        position: relative;
    }
    .featured-footer {
        gap: 30px;
    }
}
.default-text {
    font-size: 16px;
    margin-bottom: 35px;
}

.default-text.m0 {
    margin: 0 !important;
}

.default-text {
    line-height: 1.62;
    color: #6d7986;
}

.sidebar .default-text {
    line-height: unset;
}

.default-text h2 {
    margin-bottom: 3px;
    font-weight: 600;
}

.default-text h2.detail-title {
    margin-bottom: 5px;
}

.default-text hr {
    display: block;
    margin: 30px 0 20px 0;
    border-top: 2px solid #00838a;
}

h2.search-heading {
    margin-bottom: 20px;
}

.default-text .links-list li:not(:last-child),
.search-results-links.links-list li {
    margin-bottom: 10px;
}
.default-text .links-list a,
.aside-link,
.search-results-links.links-list a {
    color: #00838a;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}
.default-text .links-list a {
    font-weight: 400;
}
.default-text .links-list .active a {
    color: #003756;
    text-decoration: underline;
}

.footnote {
    font-style: italic;
}

.search-form .flex-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-form .flex-row.button-row {
    justify-content: flex-start;
}

.search-form .flex-row .btn {
    min-width: 101px;
}

.input-holder {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
}

.input-holder input {
    padding: 10px;
    line-height: normal;
    font-size: 15px;
}

.input-holder input,
.input-holder .jcf-select,
.input-holder textarea,
.input-holder .jcf-select-text {
    width: 100%;
    margin: 0;
    font-weight: 700;
}

.input-holder textarea {
    line-height: 24px;
    height: 187px;
}

.input-holder input::-webkit-input-placeholder,
.input-holder textarea::-webkit-input-placeholder,
.input-holder .jcf-select::-webkit-input-placeholder,
.input-holder .jcf-select-text::-webkit-input-placeholder {
    font-weight: 700;
    color: #003756;
}

.input-holder input::-moz-placeholder,
.input-holder textarea::-moz-placeholder,
.input-holder .jcf-select::-moz-placeholder,
.input-holder .jcf-select-text::-moz-placeholder {
    opacity: 1;
    font-weight: 700;
    color: #003756;
}

.input-holder input:-moz-placeholder,
.input-holder textarea:-moz-placeholder,
.input-holder .jcf-select:-moz-placeholder,
.input-holder .jcf-select-text:-moz-placeholder {
    font-weight: 700;
    color: #003756;
}

.input-holder input:-ms-input-placeholder,
.input-holder textarea:-ms-input-placeholder,
.input-holder .jcf-select:-ms-input-placeholder,
.input-holder .jcf-select-text:-ms-input-placeholder {
    font-weight: 700;
    color: #003756;
}

.input-holder input.placeholder,
.input-holder .jcf-select.placeholder,
.input-holder .jcf-select-text.placeholder {
    font-weight: 700;
    color: #003756;
}

.jcf-select {
    height: auto;
    border-color: #c8c8c9;
    width: 100%;
    display: inline-block !important;
}

.jcf-select.jcf-focus {
    border-color: #c8c8c9 !important;
}

.jcf-select .jcf-select-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.jcf-select .jcf-select-opener:before {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    content: "\e90b";
    font-family: "icomoon" !important;
    font-size: 11px;
    margin: 0 24px 0 0;
    color: #003756;
}

.jcf-select .jcf-select-text {
    padding: 6px 45px 6px 10px;
    font-size: 15px;
    font-weight: 700;
    color: #003756;
    margin: 0;
}

.filters-hoder .jcf-select .jcf-select-text {
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jcf-select-drop .jcf-select-drop-content {
    border-color: #c8c8c9;
}

.jcf-select-drop .jcf-option {
    font-size: 13px;
    line-height: 1.5;
    color: #003756;
    font-weight: 400;
    padding: 5px 10px;
}

.jcf-select-drop .jcf-option.jcf-hover {
    background: #f5f5f5;
}

.filters-holder {
    padding-top: 36px;
}
.main-home .filters-holder {
    align-items: flex-start;
    gap: 20px;
}
.filters-holder h2 {
    margin-bottom: 20px;
}

.filters-holder .jcf-select {
    display: block;
}
.main-home .filters-holder .jcf-select {
    display: block;
    max-width: 325px;
    background: transparent;
}
.main-home .filters-holder .jcf-select .jcf-select-text,
.main-home .filters-holder .jcf-select .jcf-select-opener:before {
    color: #fff;
}
.filters-holder .page-controls {
    padding-top: 40px;
}

.filters-open-close.active .opener .collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filters-open-close.active .opener .expand {
    display: none;
}

.filters-open-close .opener {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px;
    border: 1px solid #00838a;
    font-weight: 700;
    font-size: 14px;
    min-width: 200px;
    color: #00838a;
}

.filters-open-close .opener:hover {
    color: #fff;
    background: #00838a;
    border-color: #00838a;
}
.filters-open-close .opener:hover span {
    color: #fff;
}

.filters-open-close .opener .expand,
.filters-open-close .opener .collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.filters-open-close .opener span {
    font-size: 14px;
    color: #00838a;
}

.filters-open-close .opener .collapse {
    display: none;
}

.filters-open-close .slide {
    padding-top: 18px;
}

.results-section {
    padding: 30px 0 39px;
}

.results-section .page-controls {
    margin: 0;
}

.results-section .results-row {
    border-bottom: 1px solid #e4e3e2;
}

.no-last-rule .results-row:last-child {
    border-bottom: 0;
    margin-bottom: -33px;
}

.results-section .results-heading .results-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-width: 2px;
}

.results-section .results-heading .results-row div {
    text-transform: uppercase;
    color: #66717d;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 14px 0;
}

.results-section .results-body {
    border-top: 1px solid #e4e3e2;
    margin-bottom: 30px;
}

.results-section .results-body .results-row {
    padding: 13px 0 12px;
    font-size: 15px;
}

.results-section .results-body .results-row div {
    padding: 5px 5px 0 0;
    color: #66717d;
}

.results-section.three-col .type {
    font-weight: 600;
}

.results-section .results-body .results-row .name,
.results-section.three-col .title {
    font-size: 18px;
    font-weight: 600;
}
/*
.results-section .results-body .results-row .title {
	width: 100%;
}

.results-section .results-body .results-row .email {
	width: 100%;
}

.results-section .results-body .results-row .phone {
	width: 100%;
}*/
.results-section .results-heading .results-row div {
    padding-right: 20px;
}
.results-section .results-heading .results-row .vcard {
    width: auto;
    padding-right: 20px;
}

.results-section .results-heading .results-row .vcard * {
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
}

.results-section .results-body .results-row .vcard > span {
    font-weight: 700;
}

.results-section .results-row .vcard > span .icon-card {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #00838a;
    margin-right: 9px;
    cursor: pointer;
}

.results-section .results-body .results-row .vcard > span:hover .icon-card {
    color: #003756;
}

.results-section .results-body .results-row .vcard > span:hover a {
    text-decoration: underline;
}

.search-message {
    padding-top: 40px;
    font-size: 13px;
    color: #66717d;
}

.js-tab-hidden {
    display: block !important;
    display: none !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

/* Modal Popup */
#overlay {
    width: 100%;
    height: 100%;
    background: url(../images/overlay_bg.png);
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
}
#modalPopup {
    position: fixed;
    z-index: 100;
    width: 560px;
    height: 393px;
    left: 50%;
    margin-left: -280px;
    top: 50%;
    margin-top: -252.5px;
    border: 2px solid rgb(0, 0, 0);
    border: 18px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
#modalPopup .intro-msg {
    text-decoration: none;
    cursor: text;
    display: block;
    color: #000;
}
#modalPopup .popup_head {
    display: none;
}

#modalPopup #body {
    font-size: 15px;
    color: #474747;
    line-height: 1.3;
    margin: 0;
}

#modalPopup .popup_head.email {
    background: none;
    height: 19px;
}
#modalPopup .popup_head.email:before {
    content: "Email Disclaimer";
}
#modalPopup iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
}
#modalPopup .inner {
    position: relative;
    left: -3px;
    top: -3px;
    width: 530px;
    height: 360px;
    padding: 18px;
    /*border-radius:10px;*/
    background: #fff;
    overflow-y: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.lt-ie9 #modalPopup .inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#modalPopup .close_modal {
    background: url(../images/close_popup.png) no-repeat;
    position: absolute;
    right: 9px;
    bottom: 5px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
#modalPopup .inner .popup_content {
    font: 13px "nimbus-sans", sans-serif;
    color: #474747;
    line-height: 1.3;
    margin: 0;
}
#modalPopup .inner {
    font: 13px "nimbus-sans", sans-serif;
    color: #474747;
    line-height: 1.3;
    margin: 0;
}
#modalPopup .inner a.continueEmail {
    padding-right: 10px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    color: #660000;
    font: 15px "Karla", sans-serif;
    font-weight: 700;
    text-decoration: none;
}
#modalPopup .inner a.continueEmail:after {
    content: "\25ba";
    font-size: 10px;
    font-family: arial;
    position: absolute;
    right: 0;
    line-height: 9px;
    margin-right: -3px;
    top: 5px;
}
#modalPopup .inner a.continueEmail:hover {
    text-decoration: underline;
}

ul.shareIcons {
    padding: 0;
    margin: 20px 0 0 0;
    padding-top: 20px;
    border-top: 1px dashed #e6e6e6;
}
ul.shareIcons li {
    height: 50px;
    line-height: 50px;
    float: left;
    display: block;
    width: 50%;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
ul.shareIcons li:nth-child(even) {
    float: right;
}
ul.shareIcons li span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/share_Icons.png) no-repeat;
    position: absolute;
    left: 0;
}
ul.shareIcons li a:hover span {
    width: 56px;
    height: 56px;
}
ul.shareIcons li.linkedIn span {
    background-position: -1px -3px;
}
ul.shareIcons li.linkedIn a:hover span {
    background-position: -61px -3px;
}
ul.shareIcons li.twitter span {
    background-position: -1px -73px;
}
ul.shareIcons li.twitter a:hover span {
    background-position: -61px -73px;
}
ul.shareIcons li.stumbleupon span {
    background-position: -1px -143px;
}
ul.shareIcons li.stumbleupon a:hover span {
    background-position: -61px -143px;
}
ul.shareIcons li.digg span {
    background-position: -1px -213px;
}
ul.shareIcons li.digg a:hover span {
    background-position: -61px -213px;
}
ul.shareIcons li.facebook span {
    background-position: -1px -283px;
}
ul.shareIcons li.facebook a:hover span {
    background-position: -61px -283px;
}
ul.shareIcons li.google span {
    background-position: -1px -353px;
}
ul.shareIcons li.google a:hover span {
    background-position: -61px -353px;
}
ul.shareIcons li.technorati span {
    background-position: -1px -423px;
}
ul.shareIcons li.technorati a:hover span {
    background-position: -61px -423px;
}
ul.shareIcons li.del span {
    background-position: -1px -493px;
}
ul.shareIcons li.del a:hover span {
    background-position: -61px -493px;
}
ul.shareIcons li a {
    font-size: 20px;
    color: #474747;
    text-decoration: none;
    display: inline-block;
    padding-left: 60px;
}
ul.shareIcons li a:hover {
    text-decoration: underline;
}
a.sendLink {
    display: block;
    height: 57px;
    line-height: 58px;
    background: url("../images/share_mail_icon.png") no-repeat;
    padding-left: 63px;
    margin-top: 20px;
    position: relative;
    right: 3px;
    text-transform: capitalize;
    font-size: 20px;
    color: #474747;
}

.tab-section .content-wrap .tab-holder .tab-content .tab-page > article {
    color: #fff;
    padding: 30px;
    background: -webkit-linear-gradient(top, #1b3454 0%, #315377 100%);
    background: linear-gradient(to bottom, #1b3454 0%, #315377 100%);
    background-color: #315377;
}
.tab-section .content-wrap .tab-holder .tab-content .tab-page > article h3 {
    font-size: 28px;
}
.tab-section .content-wrap .tab-holder .tab-content .tab-page > article h3 a {
    color: #ffffff;
}
.tab-section .content-wrap .tab-holder .tab-content .tab-page > article .abstract-text {
    line-height: 1.48;
    overflow: hidden;
    margin-bottom: 25px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    line-height: 1.48;
}
.tab-section .content-wrap .tab-holder .tab-content .tab-page > article p:last-child {
    margin: 0;
}

.pdoc {
    width: 100%;
    display: table;
    font-size: 17px;
    color: #003756;
    font-weight: 600;
    line-height: 1.27;
    table-layout: fixed;
    text-transform: none;
    padding-bottom: 20px;
}

.pdoc a {
    color: #003756;
    text-decoration: none;
}

.pdoc__img {
    width: 155px;
    padding-right: 30px;
    display: table-cell;
    vertical-align: top;
}

.pdoc__img img {
    width: 100%;
    display: block;
}

.pdoc__desc {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.pdoc__desc dt {
    display: block;
    padding-bottom: 16px;
}
.filters-text {
    font-size: 32px;
    line-height: 40.32px;
    font-weight: 500;
    color: #fff;
    margin-right: 30px;
}
@media (max-width: 850px) {
    .filters-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .main-home .filters-section {
        padding-bottom: 25px;
    }
    .main-home .filters-holder .jcf-select {
        max-width: calc(50% - 2px);
    }
}
@media (max-width: 500px) {
    .main-home .filters-holder .jcf-select {
        max-width: 100%;
    }
}
@media (max-width: 1280px) {
    .hero-section .hero-container {
        padding: 0;
    }

    .callouts-section,
    .news-section {
        max-width: 100%;
    }
}
@media (min-width: 375px) {
    .btn,
    .btndesktop {
        min-width: 179px;
    }
}

@media (min-width: 768px) {
    .resources ul li .icon {
        font-size: 16px;
    }
}

@media (min-width: 851px) {
    h1,
    .h1,
    .article-bluebox h2 {
        font-size: 27px;
    }

    h2,
    .h2 {
        font-size: 17px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 13px;
    }

    .ui-widget {
        font-size: 16px;
    }

    .btn,
    .btndesktop {
        font-size: 13px;
    }

    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-row.three-col {
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }

    .flex-row.three-col .flex-item {
        width: 33.33333%;
    }
    .nav-link-underline::after {
        /*-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;*/
        position: absolute;
        content: "";
        top: calc(100% - 13px);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00838a;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }

    @media (min-width: 1101px) {
        .nav-link-underline:after {
            height: 4px;
        }
        nav.main-nav .main-nav-list > li .dropdown {
            top: calc(100%-8px);
        }
        .results-section + hr.double-rule {
            margin-top: -60px;
            margin-bottom: 50px;
            height: 9px;
        }
    }

    .nav-link-underline:hover:after,
    .nav-link-underline.active:after,
    .hover .nav-link-underline:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .two-columns {
        -webkit-column-gap: 60px;
        column-gap: 60px;
    }

    .two-columns li {
        margin-bottom: 13px;
    }

    .desktop-hide {
        display: none !important;
    }

    .header {
        border: none;
        box-shadow: none;
        padding: 18px 0 24px;
        z-index: 6;
    }

    .header .header-nav-holder {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 3px;
        padding-bottom: 0;
    }

    .header-container .logo {
        padding-top: 8px;
    }

    nav.top-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0;
    }

    .results-section .name {
        width: 25.5%;
        padding-left: 20px;
    }

    .results-section.three-col .type {
        width: 200px;
        min-width: 200px;
        font-size: 16px;
        color: #003756;
        text-transform: uppercase;
    }

    .results-section.three-col .date {
        width: 340px;
        min-width: 340px;
        color: #40474e;
    }
    .results-section.three-col .title {
        width: auto;
    }

    .results-section.shorter {
        padding-bottom: 0;
    }

    .results-section.shorter .name {
        width: 40%;
    }

    .results-section .title {
        width: 28.7%;
    }

    .results-section.shorter .title {
        width: 45%;
    }

    .results-section .email {
        width: 24.5%;
    }

    .results-section .phone {
        width: 12.6%;
    }

    .results-section.shorter .contact {
        width: 18%;
        padding-right: 0 !important;
    }

    nav.top-nav ul li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 18px;
    }

    nav.top-nav ul li a {
        font-weight: 400;
        color: #ffff;
    }

    nav.main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    nav.main-nav .main-nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 20px;
    }

    nav.main-nav .main-nav-list > li .dropdown {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        padding: 6px 10px 10px 8px;
        opacity: 0;
        visibility: hidden;
        border-top: 4px solid #00838a !important;
        white-space: nowrap;
    }

    nav.main-nav .main-nav-list > li .dropdown li:not(:last-child) {
        margin-bottom: 9px;
    }

    nav.main-nav .main-nav-list > li.hover .dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    nav.main-nav .main-nav-item {
        padding-bottom: 16px;
    }

    nav.main-nav .search-holder {
        position: relative;
        padding: 0;
        width: auto;
        bottom: 0;
    }

    nav.main-nav .search-opener {
        font-size: 16px;
        margin-bottom: 10px;
    }

    nav.main-nav.search-active .search-wrap {
        display: block;
    }

    .tab-section {
        padding-bottom: 80px;
    }

    nav.main-nav .search-wrap {
        position: absolute;
        top: -10px;
        right: 30px;
        display: none;
        min-width: 517px;
    }

    nav.main-nav .search-wrap input {
        padding: 0.4em 2em 0.4em 3.3em;
        font-size: 14px;
        height: 35px;
        outline: none;
    }

    nav.main-nav .search-wrap input::-webkit-input-placeholder {
        font-size: 14px;
    }

    nav.main-nav .search-wrap input::-moz-placeholder {
        font-size: 14px;
    }

    nav.main-nav .search-wrap input:-moz-placeholder {
        font-size: 14px;
    }

    nav.main-nav .search-wrap input:-ms-input-placeholder {
        font-size: 14px;
    }

    nav.main-nav .search-wrap input.placeholder {
        font-size: 14px;
    }

    .nav-opener {
        display: none;
        width: 0;
    }

    .footer {
        padding: 36px 0 63px;
    }

    .footer .top-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 38px;
    }

    .footer .top-footer ul.two-columns a {
        font-size: 14px;
    }

    .footer .bottom-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 18px;
    }

    .footer .copyright {
        font-size: 15px;
        margin-bottom: 0;
    }

    .top-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        border-bottom: 4px solid #00838a;
        padding-bottom: 40px;
        margin-bottom: 50px;
        padding-top: 60px;
        align-items: flex-end;
    }
    .person-holder .top-row {
        border: 0;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        align-items: unset;
    }

    .top-row .page-title,
    .default-text h1 {
        font-size: 32px;
        color: #003756;
        font-weight: 700;
        margin-bottom: 0;
        padding-right: 60px;
    }

    .primary-info .person-holder {
        padding: 50px 0 60px 312px;
        min-height: 387px;
    }

    .primary-info .person-holder.no-img {
        min-height: unset;
    }

    .primary-info .person-holder.no-img .page-controls {
        position: absolute;
        right: 0;
    }

    .primary-info .person-holder .offices {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .offices.flex-row {
        flex-wrap: wrap;
    }
    .offices.flex-row .office-item {
        margin-bottom: 20px;
    }
    .primary-info .person-holder .office-item,
    .third-col {
        width: 33.33%;
    }

    .primary-info .person-holder .office-item a {
        margin-bottom: 7px;
    }

    .primary-info .person-holder .office-item a:not(.office-title) {
        font-size: 14px;
    }

    .primary-info .person-holder .office-item .office-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .primary-info .person-heading .name {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .primary-info .mail-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
    }

    .noheadshot .primary-info .main-info {
        width: 75%;
    }

    .primary-info .mail-wrap .email-link {
        width: 33.33%;
    }

    .noheadshot .primary-info .mail-wrap .social {
        position: static;
    }

    .primary-info .headshot {
        position: absolute;
        top: 63px;
        left: 0;
        width: 254px;
        max-height: 320px;
    }

    .primary-info .contacts {
        width: 100%;
    }

    .primary-info .button-item {
        width: 33.33%;
    }

    .primary-info .button-item .btn {
        max-width: 150px;
        min-width: 150px;
    }

    .tabset a {
        padding-bottom: 16px;
    }

    .open-close-tabset .opener {
        display: none;
    }

    .open-close-tabset ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #tab-nav.alphabet {
        padding-left: 5px;
    }

    .tab-content {
        padding: 0;
    }

    .open-close-tabset + .tab-content {
        padding-top: 49px;
    }

    .tab-content.no-padding {
        padding: 0;
        margin-top: -3px;
    }

    .badges {
        padding-top: 18px;
        margin-bottom: 47px;
    }

    .badges li {
        width: 91px;
    }

    .resources ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .resources ul li {
        padding-left: 25px;
    }

    .resources ul li a {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .resources ul li span {
        font-size: 14px;
    }

    .tab-select {
        display: none;
    }

    .tab-select + .jcf-select {
        display: none !important;
    }

    .content-wrap .tab-holder {
        width: 69%;
    }

    .content-wrap .sidebar {
        width: 29.5%;
        border-left: 1px solid #e4e3e2;
        padding: 0 0 0 30px;
        margin-bottom: 0;
    }

    .articles {
        padding-bottom: 0;
    }

    .articles-padding {
        padding-bottom: 115px !important;
    }

    .articles:not(:last-child) {
        margin-bottom: 59px;
    }

    .articles:last-child .article:last-child p {
        margin: 0;
    }

    .articles:after {
        top: calc(100% + 9px);
    }

    .articles:last-child {
        border-bottom: none;
    }

    .articles:last-child:after {
        display: none;
    }

    .articles h2 {
        margin-bottom: 26px;
    }

    .article {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .abstract-text p {
        margin-bottom: 0;
    }

    .abstract-text p + * {
        margin-top: 1em;
    }

    .article:not(:last-child) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .article .article-info span {
        font-size: 14px;
    }

    .article time,
    .article .article-info {
        font-size: 14px;
    }

    .article h3 {
        margin-bottom: 16px;
    }

    .article .authors {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .hero-section .hero .headline-block {
        top: calc(100% - 97px);
        padding: 40px 40px 40px 35px;
        font-size: 16px;
        min-width: 414px;

        background: -webkit-linear-gradient(top, #1b3454 0%, #315377 100%);
        background: linear-gradient(to bottom, #1b3454 0%, #315377 100%);
        background-color: #315377;
    }

    .hero-section .hero .headline-block h1 {
        margin-bottom: 5px;
    }

    .hero-section .hero-container {
        position: relative;
    }
    .main-home .hero-section .hero-container {
        position: initial;
    }

    .hero-section .photos {
        min-height: 300px;
        border-bottom: 7px solid #00838a;
    }
    .photos-slider {
        min-height: 810px !important;
        position: relative;
    }
    .hero-section .headline-block {
        position: absolute;
        left: 39px;
        top: calc(100% - 110px);
        max-width: 400px;
        padding: 27px 40px 60px 35px;
    }
    .main-home .hero-section .headline-block {
        position: relative;
        left: 0;
        padding: 27px 40px 27px 35px;
    }

    .hero-section .headline-block .text-wrap {
        margin-bottom: 20px;
    }

    .hero-section .headline-block .btn {
        padding: 10px 21px 11px;
        min-width: auto;
    }

    .hero-slider {
        position: absolute;
        left: 53px;
        top: calc(100% - 110px);
        max-width: 40%;
        z-index: 5;
    }
    .main-home .hero-slider {
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        max-width: 40%;
        z-index: 5;
    }
    .hero-slider .headline-block {
        position: static;
    }

    .slick-dots {
        left: 35px;
        bottom: 32px;
    }

    .slick-dots li:not(:last-child) {
        margin-right: 10px;
    }

    .slick-dots button {
        width: 15px;
        height: 15px;
    }

    /*.news-section .container {
        padding: 51px 15px 40px;
        min-height: 660px;
    }*/

    .quote-holder {
        width: 51%;
    }

    .quote-holder .blockquote p {
        font-size: 26px;
    }

    .quote-holder .blockquote .blockquote-footer {
        font-size: 12px;
    }

    .recent-news {
        width: 49%;
        padding-right: 25px;
    }

    .recent-news.full {
        width: auto;
        padding-bottom: 80px;
        padding-top: 35px;
    }

    .recent-news.full.no-feature {
        padding-top: 0;
    }

    .recent-news .section-label {
        margin-bottom: 25px;
    }

    .recent-news .news-item:not(:last-child) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .recent-news .news-item .img-holder {
        width: 152px;
        height: 152px;
        margin-right: 25px;
    }

    .recent-news .news-item .img-holder.large {
        width: 250px;
        height: 250px;
        flex-grow: 0;
    }

    .recent-news .news-item h3 {
        margin-bottom: 15px;
    }

    .recent-news .news-item p {
        font-size: 13px;
    }

    .callouts-section .callouts-holder .callout .tag,
    .tag-row .tag {
        margin-bottom: 20px;
    }

    .callouts-section .callouts-holder .callout h3 {
        font-size: 17px;
    }

    .default-text {
        font-size: 16px;
    }

    .default-text .links-list li:not(:last-child),
    .search-results-links.links-list li {
        margin-bottom: 7px;
        line-height: 1.4;
    }

    .default-text .links-list a,
    .aside-link,
    .search-results-links.links-list a {
        font-size: 16px;
    }

    /* .search-form {
		padding-bottom: 80px;
	} */

    .search-form .flex-row {
        margin-bottom: 20px;
    }

    .search-form .flex-row.button-row {
        margin-bottom: 0;
    }
    .search-form .flex-row .btn {
        min-width: 126px;
    }

    .search-form .button-row {
        padding-top: 20px;
        justify-content: start;
    }

    .search-form .button-row .btn + .btn {
        margin-left: 20px;
    }

    .input-holder {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }

    .input-holder.full {
        width: 100%;
    }

    .input-holder input,
    .input-holder textarea {
        padding: 13px 10px 14px 20px;
        font-size: 14px;
    }

    .input-holder input,
    .input-holder .jcf-select,
    .input-holder textarea,
    .input-holder .jcf-select-text {
        font-size: 16px;
    }

    .jcf-select .jcf-select-text {
        padding: 10px 45px 11px 20px;
        font-size: 16px;
    }

    .jcf-select-drop .jcf-option {
        font-size: 16px;
        padding-left: 20px;
    }

    .filters-section .page-controls,
    .with-banner .page-controls,
    .page-controls.alone {
        padding-top: 54px;
    }

    .with-banner .page-controls,
    .page-controls.alone {
        margin-bottom: 36px;
    }

    .filters-holder {
        padding-top: 33px;
    }

    .hero-section + .filters-section .filters-holder {
        padding-top: 65px;
    }
    .main-home .hero-section + .filters-section .filters-holder {
        padding: 40px 0 40px 0;
    }
    .hero-section + .filters-section .filters-open-close.active .filters-holder {
        padding-top: 10px;
        padding-bottom: 0;
    }

    /* .filters-section .filters-holder:last-child {
		margin-bottom: 0;
	} */

    .filters-open-close .opener {
        padding: 14px 16px 15px 19px;
        margin-bottom: 20px;
        min-width: 260px;
        font-size: 13px;
    }

    .filters-open-close .opener .expand span,
    .filters-open-close .opener .collapse span {
        font-size: 14px;
    }

    .results-section .results-heading {
        padding-top: 20px;
    }

    .results-section .results-body .results-row {
        padding: 19px 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        font-size: 14px;
    }

    .results-section .results-body .results-row div {
        padding: 36px 20px 36px 0;
        line-height: 22px;
    }

    .results-section .results-body .results-row div.vcard {
        white-space: nowrap;
    }

    .results-section .results-body .results-row .name,
    .results-section.three-col .title {
        font-size: 16px;
    }

    .search-message {
        padding-top: 13px;
        font-size: 16px;
        margin-bottom: 36px;
        line-height: 1.8;
    }
    .search-message.thank-you-msg {
        font-size: 13px;
    }

    .hero-section + .filters-section .search-message {
        padding-top: 65px;
    }

    .search-message.thank-you-msg {
        margin-bottom: 130px;
    }
    .hero-section + .filters-section .search-message.thank-you-msg {
        padding-top: 13px;
    }
}

@media (min-width: 1024px) {
    .footer .top-footer ul.four-columns,
    .footer .top-footer ul.three-columns,
    .footer .top-footer ul.two-columns {
        margin-bottom: 0;
    }

    .hero-section .headline-block {
        left: 39px;
        max-width: 450px;
    }

    .news-section .container {
        padding: 51px 15px 62px;
    }

    .callouts-section {
        padding: 80px 0;
    }

    .callouts-section .callouts-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .callouts-section .callouts-holder .callout {
        width: calc(33.33% - 17px);
        margin-bottom: 0 !important;
        padding: 23px 25px 36px 25px;
    }

    .callouts-section .callouts-holder .callout h3 {
        line-height: 1.4;
    }
    .home-fetaured .slick-slide {
        display: none;
        float: left;
        height: auto;
        opacity: 1;
    }

    .home-fetaured .slick-active {
        display: block !important;
        opacity: 1 !important;
        left: auto !important;
    }

    .home-fetaured .slick-current {
        opacity: 1 !important;
    }
    .home-fetaured .callout {
        padding-left: 0 !important;
    }
    .filters-holder h2 {
        margin-bottom: 21px;
    }

    .results-section .results-body {
        border: none;
        margin-bottom: 0;
    }

    .results-section .results-row .title span {
        display: block;
    }
}

@media (min-width: 1101px) {
    h1,
    .h1,
    .article-bluebox h2 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 14px;
    }

    .btn,
    .btndesktop {
        font-size: 14px;
    }

    .header-container .logo {
        min-width: 318px;
    }

    nav.main-nav .search-opener .icon-search {
        position: relative;
        bottom: 2px;
    }
    nav.main-nav .search-opener {
        font-size: 18px;
    }
    .footer .top-footer ul.four-columns a,
    .footer .top-footer ul.three-columns a,
    .footer .top-footer ul.two-columns a {
        font-size: 16px;
    }

    #ot-sdk-btn.ot-sdk-show-settings,
    #ot-sdk-btn.optanon-show-settings {
        font-size: 16px !important;
    }

    .footer .bottom-footer .ivm {
        font-size: 13px;
    }

    .footer .copyright {
        font-size: 16px;
    }

    .primary-info .main-info {
        margin-bottom: 13px;
    }

    .primary-info .person-holder {
        padding: 59px 0 62px 312px;
        min-height: 422px;
    }

    .primary-info .person-holder .office-item,
    .third-col {
        width: 25.5%;
        min-width: 240px;
    }

    .primary-info .person-holder .office-item a:not(.office-title) {
        font-size: 16px;
    }

    .primary-info .person-holder .office-item .office-title {
        font-size: 16px;
    }

    .primary-info .person-heading .name {
        font-size: 32px;
    }

    .primary-info .person-heading .position {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .primary-info .mail-wrap {
        font-size: 16px;
    }

    .primary-info .mail-wrap .email-link {
        width: 25.6%;
    }

    .primary-info .headshot {
        top: 63px;
    }

    .primary-info .button-item {
        width: 25.5%;
    }

    .primary-info .button-item .btn {
        max-width: none;
        min-width: 179px;
    }

    .resources h2 {
        margin-bottom: 17px;
    }

    .resources ul li a {
        font-size: 16px;
    }

    .resources ul li span {
        font-size: 16px;
    }

    .content-wrap .sidebar .links-list {
        max-width: 90%;
    }
    .sidebar li.active {
        text-decoration: underline;
    }
    .article {
        font-size: 16px;
    }

    .article .article-info span {
        font-size: 16px;
    }

    .article time,
    .article .article-info {
        font-size: 14px;
    }

    .article .authors {
        font-size: 14px;
    }

    .hero-section .hero .headline-block {
        min-width: 541px;
        min-height: 183px;
        padding-top: 55px;
        font-size: 18px;
        z-index: 5;
    }

    .hero-section .headline-block {
        max-width: 500px;
    }

    .hero-slider {
        max-width: 450px;
    }

    .hero-slider {
        max-width: 500px;
    }

    .quote-holder .blockquote {
        margin: 56px 79px 16px 55px;
    }

    .quote-holder .blockquote p {
        font-size: 26px;
    }
    .quote-holder .blockquote .blockquote-footer {
        font-size: 13px;
    }

    .recent-news .section-label {
        margin-bottom: 15px;
    }

    .recent-news .news-item p {
        font-size: 16px;
    }

    .callouts-section .callouts-holder .callout .tag,
    .tag-row .tag {
        font-size: 11px;
    }

    .callouts-section .callouts-holder .callout h3 {
        font-size: 20px;
    }

    .default-text {
        font-size: 16px;
        margin-bottom: 48px;
    }

    .default-text .links-list a,
    .aside-link,
    .search-results-links.links-list a {
        font-size: 16px;
    }

    .input-holder input {
        font-size: 16px;
    }

    .input-holder input,
    .input-holder .jcf-select,
    .input-holder .jcf-select-text,
    .input-holder textarea {
        font-size: 16px;
        font-weight: 700;
    }

    .input-holder > div {
        font-size: 14px;
    }

    .jcf-select .jcf-select-text {
        font-size: 16px;
    }

    .jcf-select-drop .jcf-option {
        font-size: 16px;
    }

    .filters-holder {
        padding-bottom: 80px;
    }
    /* .filters-section .filters-holder:last-child {
		margin-bottom: 0;
	} */

    .filters-open-close .opener {
        font-size: 14px;
    }

    .results-section {
        padding: 30px 0 80px;
    }
    .results-section .results-body .results-row {
        font-size: 16px;
    }

    .results-section .results-body .results-row .name,
    .results-section.three-col .title {
        font-size: 18px;
    }

    .search-message {
        font-size: 18px;
    }
    .search-message.thank-you-msg {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .hero-section .headline-block {
        max-width: 541px;
    }

    .hero-slider {
        max-width: 541px;
    }
}
.title2 {
    padding: 0 !important;
    margin: 0 !important;
}
.disclaimercheck {
    margin: 3px 10px 20px 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.disclaimercheck.error {
    outline: 2px solid red;
}
.disclaimertext {
    line-height: 22px;
    font-size: 14px;
}
.disclaimerbox {
    display: flex;
}
.disclaimerbox label.error {
    display: none !important;
}

@media (max-width: 991px) {
    nav.main-nav .main-nav-item {
        font-size: 14px;
    }
    .top-row {
        padding-top: 50px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 850px) {
    /*.disclaimercheck{ display:inline-block;     margin: 2px 5px 10px 0; }
	.disclaimertext{display: inline-block;
    float: left;
    width: calc(100% - 30px); }*/
    .mobile-no-margin {
        margin-top: -8px;
    }
    .title2 {
        display: inline-block;
    }
    .title2:before {
        content: ", ";
    }
    .contactformmobilepadd {
        padding-top: 0 !important;
    }
    .mobile-hide {
        display: none !important;
    }
    .tab-section .notabs {
        padding-top: 34px !important;
    }

    .four-columns {
        -webkit-columns: 2;
        columns: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
    .three-columns {
        -webkit-columns: 2;
        columns: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
    nav.main-nav .main-nav-list > li .dropdown a {
        font-weight: 600;
        font-size: 20px;
    }

    nav.main-nav .main-nav-list > li.dropdown-open-close .opener {
        padding: 15px 15px 15px 0;
    }
    .results-section .results-heading {
        display: none;
    }

    nav.main-nav .search-opener {
        display: none;
    }

    .footer .copyright span {
        display: block;
    }

    .primary-info .button-item .btn {
        padding: 7px 15px 8px;
    }

    .open-close-tabset .slide {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #c8c8c9;
        border-top: none;
        z-index: 1;
    }

    .open-close-tabset .slide li {
        padding: 4px 19px 5px 10px;
    }

    .open-close-tabset .slide a {
        font-size: 16px;
        font-weight: 600;
    }

    #tab-nav {
        display: none;
    }

    .hero-section .hero-container,
    .main-home .hero-section .hero-container {
        padding: 0 !important;
    }
    /*
    .quote-holder {
        display: none;
    }
*/
    .tab-section .content-wrap .tab-holder .tab-content .tab-page > article {
        padding: 13px 15px 15px;
        margin-bottom: 30px;
    }
    .tab-section .content-wrap .tab-holder .tab-content .tab-page > article h3 {
        font-size: 23px;
    }

    .pdoc {
        font-size: 13px;
    }
    .nav-active .header .header-nav-holder {
        background: #f4f5f8;
    }
    nav.top-nav ul li a,
    nav.main-nav .main-nav-item {
        font-size: 20px;
        color: #003756;
        font-weight: 600;
    }
    nav.main-nav .main-nav-list > li .dropdown {
        background: transparent;
        padding: 15px 0px 8px 18px;
    }
    nav.main-nav .main-nav-item {
        text-transform: capitalize;
    }
    nav.main-nav .search-wrap button {
        color: #00838a;
    }
    nav.main-nav .search-wrap input {
        padding-left: 37px;
    }
    nav.top-nav {
        padding-bottom: 50px;
    }
    nav.main-nav .search-wrap::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: calc(100% - 44px);
        height: 2px;
        background: #00838a;
        transform: translate(-50%, 0);
    }
    .callouts-section .callouts-holder .callout {
        padding: 0 0 25px !important;
    }
    nav.top-nav ul li:not(:last-child),
    nav.main-nav .main-nav-list > li:not(:last-child) {
        margin-bottom: 20px;
    }
    nav.main-nav .search-wrap button.icon-search {
        font-size: 16px;
        left: 11px;
    }
    nav.main-nav .search-wrap input {
        padding: 0.4em 2em 0.4em 2.4em !important;
    }
    nav.main-nav .search-wrap button.icon-arrow-right {
        color: #033958;
    }
    .tab-section .container,
    .primary-info .container {
        padding: 0 15px;
    }
    .primary-info .person-holder {
        padding: 0;
        margin-bottom: 40px;
    }
    .default-text h2 {
        font-size: 18px;
    }
    #presentations .default-text p {
        margin-bottom: 15px;
    }
    header div.autosuggest {
        border-top: 0;
    }
    .nav-active div.autosuggest {
        top: 110%;
    }
    .top-row {
        padding-top: 36px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .filters-section {
        padding: 0;
    }
    .disclaimertext {
        margin-bottom: 30px;
    }
    nav.main-nav {
        padding-bottom: 20px;
    }
    nav.main-nav .main-nav-list > li .dropdown {
        padding-bottom: 0;
    }
    .grid-row {
        padding-bottom: 0;
    }
    .recent-news.full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .office-txt-content {
        float: none;
    }
}

.ismore,
.viewless {
    display: none;
}
.viewbtns {
    margin-top: -20px;
    margin-bottom: 20px;
}

.covid-19 {
    width: 100%;
    display: block;
    padding-top: 58px;
    padding-bottom: 58px;
}

.covid-19__cols {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.covid-19__col-left {
    display: table-cell;
    vertical-align: top;
}

.covid-19__col-right {
    width: 34%;
    padding-left: 46px;
    display: table-cell;
    vertical-align: top;
}

.covid-19__intro-text {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.75;
    padding-right: 28px;
    color: #6d7986;
}

.covid-19__person {
    width: 100%;
    color: white;
    padding: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgb(27, 52, 84);
    background: -moz-linear-gradient(
        180deg,
        rgba(27, 52, 84, 1) 0%,
        rgba(37, 66, 100, 1) 48%,
        rgba(49, 83, 119, 1) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(27, 52, 84, 1) 0%,
        rgba(37, 66, 100, 1) 48%,
        rgba(49, 83, 119, 1) 100%
    );
    background: linear-gradient(180deg, rgba(27, 52, 84, 1) 0%, rgba(37, 66, 100, 1) 48%, rgba(49, 83, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b3454",endColorstr="#315377",GradientType=1);
}

.covid-19__person-left {
    margin: 0;
    padding: 0;
    display: block;
    flex: 0 0 134px;
    max-width: 134px;
    padding-right: 26px;
}

.covid-19__person-left img {
    width: 100%;
    display: block;
}

.covid-19__person-left figcaption {
    margin: 0;
    padding: 0;
    display: none;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

.covid-19__person-title {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.6;
    margin-top: -7px;
    font-weight: bold;
}

.covid-19__person-text {
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 1.85;
    margin: 16px 0 0 0;
}

.covid-19__person .btn {
    min-width: 0;
    color: #f8c654;
    font-size: 12px;
    margin-top: 21px;
    padding: 6px 10px;
    border: 1px solid #f8c654;
    background-color: transparent;
}

.covid-19__person .btn:hover {
    color: white;
    background-color: #f8c654;
}

.aside__title {
    padding: 0;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #003756;
    margin: 4px 0 16px 0;
}

.aside__text {
    padding: 0;
    width: 100%;
    display: block;
    color: #40474e;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.aside__btn {
    margin-top: 0;
    margin-bottom: 40px;
}

.newsarticles {
    width: 100%;
    display: block;
    padding-top: 35px;
}

.newsarticles__category {
    display: block;
    margin-bottom: 56px;
}

.newsarticles__category:last-child {
    margin-bottom: 0;
}

.newsarticles__header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e3e2;
}

.newsarticles__category-title {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    color: #003756;
    padding-right: 20px;
}

.newsarticles__btns {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    list-style-type: none;
}

.newsarticles__btns .btn {
    min-width: 1px;
    font-size: 11px;
    padding: 5px 10px;
    white-space: nowrap;
}

.btn.btn--hidden {
    display: none !important;
}

.newarticle {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 12px;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.newarticle.newarticle--hidden {
    display: none;
}

.newarticle__date {
    width: 155px;
    display: block;
    font-size: 16px;
    color: #6d7986;
    flex: 0 0 155px;
    font-weight: 400;
    padding-right: 20px;
}

.newarticle__title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #6d7986;
}

.embed-video-container {
    height: 0;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

.embed-video-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.article-bluebox {
    max-width: 540px;
    width: 100%;
    display: block;
    padding: 28px;
    color: white;
    flex-wrap: nowrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    background: #1a3453; /* Old browsers */
    background: -moz-linear-gradient(top, #1a3453 0%, #305377 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a3453 0%, #305377 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #1a3453 0%,
        #305377 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3453', endColorstr='#305377',GradientType=0 ); /* IE6-9 */
}

.article-bluebox h2 {
    display: block;
    color: white;
    line-height: 1.4;
    margin-bottom: 18px;
    font-weight: 500;
    text-transform: none;
}

.article-bluebox .btn {
    margin-top: 20px;
}

.article-quote {
    width: 100%;
    display: flex;
    padding: 20px;
    color: white;
    flex-wrap: nowrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    background: #1a3453; /* Old browsers */
    background: -moz-linear-gradient(top, #1a3453 0%, #305377 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a3453 0%, #305377 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #1a3453 0%,
        #305377 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3453', endColorstr='#305377',GradientType=0 ); /* IE6-9 */
}

.cke_contents_ltr .article-quote blockquote,
.article-quote blockquote {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    position: relative;
    border-left-width: 0;
}

.article-quote blockquote:before {
    top: 0;
    right: 100%;
    line-height: 1;
    font-size: 24px;
    color: #00838a;
    content: "\e911";
    text-align: right;
    margin-right: 15px;
    position: absolute;
    font-family: "icomoon";
}

.article-quote__img {
    width: 190px;
    flex: 0 0 190px;
    padding-right: 65px;
    -ms-flex-preferred-size: calc(190px - 65px);
}

.article-quote__img img {
    width: 100%;
    display: block;
}

.article-quote__figcaption {
    display: none;
    font-size: 13px;
    padding-left: 12px;
}

.article-quote__name {
    display: block;
    font-size: 15px;
    padding-top: 20px;
}

.article-video {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.article-video__text {
    width: 50%;
    flex: 1 1 50%;
    padding-right: 26px;
}

.article-video__text:after {
    width: 100%;
    height: 4px;
    content: "\A";
    display: block;
    margin-top: 18px;
    background-color: #00838a;
}

.article-video .embed-video-container {
    padding-bottom: 37.25%;
}

.article-smallquote {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.article-smallquote__img {
    width: 126px;
    display: block;
    flex: 0 0 126px;
    position: relative;
}

.article-smallquote__img img {
    z-index: 3;
    width: 100%;
    display: block;
    position: relative;
}

.article-smallquote__img:before {
    left: 0;
    top: 100%;
    z-index: 1;
    width: 160px;
    content: "\A";
    height: 1000px;
    display: block;
    margin-top: -2px;
    position: absolute;
    background-color: white;
}

.article-smallquote__img:after {
    top: 0;
    left: 0;
    z-index: 2;
    width: 160px;
    height: 100%;
    content: "\A";
    display: block;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("/images/quote-shape.svg");
}

.cke_contents_ltr .article-smallquote blockquote,
.article-smallquote blockquote {
    margin: 0;
    display: block;
    font-size: 18px;
    color: #003756;
    position: relative;
    font-style: italic;
    align-self: stretch;
    padding: 12px 12px 12px 106px;
    background: #f5f6f4; /* Old browsers */
    font-style: normal;
    background-image: linear-gradient(to right, #dbe2e7, #becad3);
}

.article-smallquote blockquote:before {
    top: 16px;
    left: 54px;
    line-height: 1;
    font-size: 28px;
    color: #00838a;
    content: "\e90f";
    text-align: right;
    margin-right: 6px;
    position: absolute;
    font-style: normal;
    font-family: "icomoon";
}

.article-smallquote__name {
    display: block;
    font-size: 16px;
    color: #66717d;
    padding-top: 20px;
    font-style: normal;
}

.inthenews {
    width: 100%;
    display: block;
    padding: 40px 0;
    margin: 0 0 40px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.inthenews__bigtitle {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0 0 40px 0;
}

.inthenews__article {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.inthenews .inthenews__article:last-child {
    margin-bottom: 0;
}

.inthenews__img {
    margin: 0;
    padding: 0;
    width: 174px;
    flex: 0 0 174px;
    padding-right: 20px;
}

.inthenews__img img {
    width: 100%;
    display: block;
}

.inthenews__title {
    padding: 0;
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 4px 0;
}

.inthenews__text {
    display: block;
    font-size: 16px;
    line-height: 1.65;
    color: #66717d;
}

.inthenews__text p {
    margin: 0;
}

@media only screen and (min-width: 850px) {
    .covid-19 .tab-holder {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .covid-19 .open-close-tabset ul {
        width: 100%;
        border-bottom: 1px solid #00838a;
    }

    .covid-19 .nav-link-underline {
        margin: 0;
        display: block;
        color: #646464;
        cursor: pointer;
        font-size: 18px;
        padding: 8px 9px;
        text-transform: uppercase;
        background-color: #e4e3e2;
    }

    .covid-19 .nav-link-underline.active {
        color: white;
        background-color: #00838a;
    }

    .covid-19 .nav-link-underline:after {
        display: none !important;
    }

    .covid-19 .open-close-tabset ul li {
        margin-right: 10px;
    }

    .covid-19 .open-close-tabset ul li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .covid-19__intro-text,
    .aside__text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 850px) {
    .covid-19 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .covid-19__cols {
        display: block;
    }

    .covid-19__col-left {
        display: block;
    }

    .covid-19__col-right {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 40px;
        border-top: 1px solid #f2f2f2;
    }

    .covid-19__col-right:before {
        width: 100%;
        height: 1px;
        content: "\A";
        display: block;
        margin-top: 4px;
        margin-bottom: 40px;
        background-color: #f2f2f2;
    }

    .covid-19__intro-text {
        font-size: 13px;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .aside__text {
        font-size: 13px;
    }

    .covid-19 .tab-holder {
        margin-bottom: 30px;
    }

    .newarticle {
        display: block;
    }

    .newarticle__date {
        width: 100%;
        flex: 0 0 100%;
        font-size: 11px;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .newarticle__title,
    .newsarticles__category-title,
    .aside__title {
        font-size: 15px;
    }

    .article-smallquote blockquote {
        font-size: 15px;
    }

    .article-video {
        display: block;
    }

    .article-video__text {
        width: 100%;
        flex: 1 1 100%;
        padding-right: 0;
    }

    .article-video .embed-video-container {
        margin-top: 25px;
        padding-bottom: 56.25%;
    }

    .article-quote {
        padding: 10px;
        display: block;
    }

    .article-bluebox {
        padding: 20px;
    }

    .article-quote__img {
        width: 100%;
        display: flex;
        flex: 0 0 100%;
        padding-right: 0;
        flex-wrap: nowrap;
        margin-bottom: 15px;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .article-quote__img img {
        width: 110px;
        flex: 0 0 110px;
        -ms-flex-preferred-size: 110px;
    }

    .article-quote__figcaption {
        display: block;
    }

    .cke_contents_ltr .article-quote blockquote,
    .article-quote blockquote {
        font-size: 16px;
        padding-left: 46px;
    }

    .article-quote blockquote:before {
        top: 5px;
        left: 3px;
        right: auto;
        margin-right: auto;
    }

    .article-quote__name {
        display: none;
    }

    .article-smallquote {
        padding: 18px 0;
        border-top: 1px solid #e3e2e1;
        border-bottom: 1px solid #e3e2e1;
    }

    .article-smallquote__img {
        width: 90px;
        flex: 0 0 90px;
        padding-right: 10px;
    }

    .article-smallquote__img:before,
    .article-smallquote__img:after {
        display: none;
    }

    .article-smallquote blockquote:before {
        display: none;
    }

    .article-smallquote blockquote {
        padding: 0;
        filter: none !important;
        background: none !important;
    }

    .article-smallquote__name {
        padding-top: 10px;
    }

    .inthenews__img {
        width: 88px;
        flex: 0 0 88px;
        padding-right: 10px;
    }

    .inthenews__title {
        font-size: 15px;
        line-height: 1.4;
    }

    .default-text hr {
        margin: 40px 0 35px 0;
        border-top: 4px solid #00838a;
    }
}

@media only screen and (max-width: 500px) {
    .covid-19__person {
        padding: 15px;
        display: block;
    }

    .covid-19__person-title {
        display: none;
    }

    .covid-19__person-left {
        width: 100%;
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .covid-19__person-left img {
        width: 130px;
    }

    .covid-19__person-left figcaption {
        display: block;
        flex: 1 1 auto;
        padding-left: 25px;
    }
}

.c-profs {
    display: block;
}

.c-profs__item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.c-profs__item:last-child {
    padding-bottom: 0;
}

.c-profs__figure {
    flex: 0 0 106px;
    display: block;
    margin: 0;
    padding-right: 10px;
}

.c-profs__figure-placeholder {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-profs__figure img {
    display: none;
}

.c-profs__detail {
    margin: 0;
    color: #66717d;
    font-size: 16px;
    padding: 0;
    line-height: 1.2;
    list-style-type: none;
}

.c-profs__title {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.c-profs__detail a {
    color: #00838a;
    text-decoration: none;
}

.c-profs__detail a:hover {
    text-decoration: underline;
}

@media (min-width: 851px) {
    .tab-content--single {
        padding-top: 0 !important;
    }
}

.is-hidden {
    display: none;
}

.btn-spacing-top {
    margin-top: 20px;
}

.btn-spacing-bottom {
    margin-bottom: 20px;
}

.news-thumb-placeholder {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-thumb-placeholder img {
    display: none;
}

.news-title-tab {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
}

.yellow-block {
    display: block;
    padding: 50px 0;
    background-color: #f6f7f9;
    color: black;
}
.yellow-block .container {
    padding: 0 40px;
}
.yellow-block .row {
    display: block;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.yellow-block h3 {
    display: block;
    font-size: 30px;
    color: #003756;
    line-height: 1.2;
    font-weight: bold;
}

.yellow-block .btn {
    background-color: transparent;
    font-size: 18px;
    padding: 13px 70px;
}

.yellow-block .btn:hover {
    background-color: #00838a;
}

.yellow-block .row-left {
    padding-bottom: 20px;
}

.yellow-block .row-right {
    font-size: 18px;
    line-height: 1.55;
    color: #66717d;
}
.yellow-block .row-right br:nth-child(3) {
    margin-bottom: 35px;
}
.yellow-block .row-right ul + ul {
    padding-top: 2em;
}

.yellow-block .row-right a {
    text-decoration: none;
    color: #00838a;
}

.yellow-block .row-right a:hover {
    text-decoration: underline;
    color: #003756;
}

.yellow-block .locations {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #003756;
}

.yellow-block hr {
    width: 100%;
    height: 1px;
    border: none;
    display: block;
    background-color: #66717d;
    margin-top: 46px;
    margin-bottom: 46px;
}

.abstract-title {
    display: block;
    font-size: 24px;
    color: #003756;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}
@media (max-width: 1100px) {
    .yellow-block .container {
        padding: 0 20px;
    }
}
@media (min-width: 851px) {
    .yellow-block .row {
        display: flex;
    }
    .yellow-block .row-right {
        width: 30.5%;
        padding: 0 25px 0 30px;
    }
    .yellow-block .row-left {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .yellow-block h3 {
        font-size: 37px;
        margin-bottom: 28px;
    }
    .filters-holder {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    main.main-content.lawoffice-page .content-wrap {
        flex-wrap: nowrap;
    }
    main.main-content.lawoffice-page .content-wrap .tab-holder {
        flex: 1 1 auto;
        width: auto;
        padding-right: 10%;
    }
    main.main-content.lawoffice-page .sidebar {
        flex: 0 0 303px;
        width: 303px;
    }

    .footer .four-columns li {
        width: 165px;
    }
}

@media only screen and (max-width: 850px) {
    main.main-content.lawoffice-page {
        padding-bottom: 0;
    }

    main.main-content.lawoffice-page .page-controls {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
    }

    main.main-content.lawoffice-page .content-wrap {
        display: block;
    }
    main.main-content.lawoffice-page .content-wrap .tab-holder {
        padding-right: 0;
    }
    main.main-content.lawoffice-page .sidebar {
        width: auto;
    }
}

@media (max-width: 850px) {
    .yellow-block .container {
        padding: 0 15px;
    }
    .yellow-block hr {
        margin: 30px 0;
    }
    .row-right br:nth-child(3) {
        margin-bottom: 20px;
    }
}

.attorneys-vertical-dots {
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    list-style-type: none;
    text-align: left;
}

.attorneys-vertical-dots > li {
    margin-right: 5px;
}

.attorneys-vertical-dots button {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    -webkit-appearance: none;
    background-color: #00838a;
    transition: all 0.3s ease-in-out;
}

.attorneys-vertical-dots button:hover,
.attorneys-vertical-dots .slick-active button {
    opacity: 1;
}

.c-homehero {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c-homehero__container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1286px;
    box-sizing: border-box;
}

.c-homehero__flex {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    min-height: 80vh;
    padding-top: 50px;
}

.c-homehero__videos {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    position: absolute;
}

.c-homehero__bg {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    margin: 0;
    padding: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-homehero__video {
    z-index: 5;
    box-sizing: border-box;
    height: 56.15vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.c-homehero__bg img {
    display: none;
}

.c-homehero__box {
    z-index: 5;
    position: relative;
    display: block;
    width: 100%;
    max-width: 555px;
    padding: 30px;
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    background: linear-gradient(180deg, #09273f 0%, #013857 100%);
}

.c-homehero__text {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    color: white;
    text-transform: none;
}

.c-homehero__btn {
    padding-top: 40px;
}

.c-homehero__btn .btn {
    gap: 10px;
}

.c-bluefilters {
    width: 100%;
    display: block;
    color: white;
    padding: 40px 0;
    background-color: #00838a;
}

.c-bluefilters__table {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.c-bluefilters__cell {
    display: table-cell;
    vertical-align: middle;
}

.c-bluefilters__cell.is-first {
    width: 550px;
}

.c-bluefilters__cell.is-last {
    width: 650px;
}

.c-bluefilters__text {
    display: block;
    width: 100%;
    max-width: 550px;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.c-bluefilters__dropdowns {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.c-bluefilters__dropdown {
    padding-left: 24px;
    vertical-align: middle;
    display: table-cell;
}

.c-bluefilters__dropdown .jcf-select {
    margin: 0;
    background-color: transparent;
}

.c-bluefilters__dropdown .jcf-select-text,
.c-bluefilters__dropdown .jcf-select .jcf-select-opener:before {
    color: white;
}

/* This dropdown reuses .select-parent (see the native-<select> block above) but sits on the
   dark blue-filters section instead of a white card, so it needs the same white-on-transparent
   override live's own CSS applies to its jCF-generated equivalent above. */
.c-bluefilters__dropdown.select-parent {
    height: auto;
    border: none;
    background: transparent;
}

.c-bluefilters__dropdown.select-parent select {
    border: 1px solid #c8c8c9;
    color: #fff;
}

.c-bluefilters__dropdown.select-parent::before {
    color: #fff;
}

.c-homenews {
    width: 100%;
    display: block;
    background-color: #f6f7f9;
    padding: 60px 0;
}

.c-homenews__title {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.75%;
    color: #003756;
    text-transform: none;
}

.c-homenews__row {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.c-homenews__left {
    display: table-cell;
    vertical-align: top;
    /* width: 685px; */
    width: 54.5%;
}

.c-homenews__left .slick-track {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.c-homenews__left .slick-track .slick-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-homenews__right {
    display: table-cell;
    vertical-align: top;
    padding-left: 90px;
}

.c-homenews__image {
    width: 100%;
    display: block;
    height: 0;
    padding: 0 0 55.84% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.c-homenews__image img {
    display: none;
}

.c-homenews__box {
    display: block;
    margin: 0 76px 30px 0;
    position: relative;
    z-index: 2;
    padding: 16px;
    background-color: white;
    border-left: 2px solid #00838a;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.05);
    color: #66717d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1 1 auto;
}

.c-homenews__box.has-margin {
    margin-top: -75px;
}

.c-homenews__box p {
    margin: 0;
}

.c-homenews__box-btn {
    margin-top: 21px;
}

.c-homenews__box-title {
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    color: #003756;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.c-homenews__box-title a {
    text-decoration: none;
    color: #003756;
}

.c-homenews__box-title a:hover {
    text-decoration: underline;
}

.c-homenews__btn {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #003756;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.143%;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

.c-homenews__btn:hover {
    text-decoration: none;
    color: #00838a;
}

.c-homenews__btn .icon-arrow-right {
    transition: transform 0.3s ease-in-out;
    transform: translateX(0px);
}

.c-homenews__btn:hover .icon-arrow-right {
    transform: translateX(4px);
}

.c-homenews__slider-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 50px;
    font-size: 30px;
    line-height: 1;
}

.c-homenews__slider-nav-btn {
    color: #003756;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 0;
    display: block;
    background-color: transparent;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 10px;
}

.c-homenews__slider-nav-btn:hover {
    color: #00838a;
}

.c-homenews__slider-nav-btn small {
    font-size: 14px;
    line-height: 137.143%;
    text-transform: uppercase;
    font-weight: 600;
}

.c-homenews__slider-nav-btn .icon-arrow-right {
    display: block;
}

.c-homenews__slider-nav-btn.is-prev .icon-arrow-right {
    transform: rotate(180deg);
    transform-origin: center;
}

.c-homenews__group {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e3e2;
    color: #66717d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.c-homenews__group:empty {
    border: none;
}
.c-homenews__tag {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    background-color: #00838a;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.c-homenews__small-title {
    color: #003756;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.5%;
    margin: 15px 0;
}

.c-homenews__small-title:after {
    content: "\A";
    display: block;
    height: 1px;
    width: 50px;
    margin-top: 15px;
    background-color: #00838a;
}

.c-homenews__small-title a {
    text-decoration: none;
    color: #003756;
}

.c-homenews__small-title a:hover {
    text-decoration: underline;
}

.c-homenews__date {
    display: block;
    color: #66717d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.c-homenews__links {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-quotes {
    width: 100%;
    color: white;
    display: block;
    padding: 80px 0;
    background-color: #00838a;
}

.c-quotes__title {
    display: block;
    margin: 0;
}

.c-quotes__row {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.c-quotes__left,
.c-quotes__right {
    display: table-cell;
    vertical-align: top;
}

.c-quotes__left {
    padding-right: 70px;
}

.c-quotes__right {
    width: 52%;
    padding-top: 25px;
    padding-left: 110px;
    position: relative;
    border-left: 1px solid #003756;
}

.c-quotes__right .icon-quote {
    top: 22px;
    left: 36px;
    position: absolute;
    font-size: 32px;
    line-height: 1;
    display: block;
    color: #003756;
}

.c-quotes__title {
    display: block;
    margin-bottom: 42px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.25%;
    color: white;
    text-transform: none;
}

.c-quotes__links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-quotes__links.is-mobile {
    display: none;
}

.c-quotes__block {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.c-quotes__block span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
    margin-top: 30px;
}

.c-quotes .slick-dots {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    position: relative;
    margin-top: 30px;
    justify-content: flex-end;
    gap: 12px;
}

.c-quotes .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 0.5;
    background-color: white;
}

.c-quotes .slick-dots button:hover,
.c-quotes .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #003756;
}

.c-quotes .slick-dots li {
    margin: 0;
}

@media screen and (max-width: 1030px) {
    .c-bluefilters__table,
    .c-bluefilters__cell {
        display: block;
    }

    .c-bluefilters__text {
        max-width: 100%;
        margin-bottom: 34px;
    }

    .c-bluefilters__cell.is-last {
        width: auto;
        margin-left: -12px;
        margin-right: -12px;
    }

    .c-bluefilters__dropdown {
        padding-left: 12px;
        padding-right: 12px;
    }

    .c-homenews {
        padding: 40px 0;
    }

    .c-homenews__row {
        display: block;
    }

    .c-homenews__left,
    .c-homenews__right {
        width: 100%;
        display: block;
    }

    .c-homenews__right {
        padding-top: 60px;
        padding-left: 0;
    }

    .c-quotes {
        padding: 40px 0;
    }

    .c-quotes__row,
    .c-quotes__left,
    .c-quotes__right {
        display: block;
    }

    .c-quotes__left {
        padding-right: 0;
    }

    .c-quotes__right {
        width: 100%;
        border-left: none;
        padding-bottom: 40px;
        padding-right: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #003756;
    }

    .c-quotes__links.is-desktop {
        display: none;
    }

    .c-quotes__links.is-mobile {
        display: flex;
    }
}

@media screen and (max-width: 850px) {
    .c-homehero__bg {
        height: 0;
        position: relative;
        padding-bottom: 56.75%;
    }

    .c-homehero__videos {
        position: relative;
    }

    .c-homehero__container {
        padding: 0;
    }

    .c-homehero__flex {
        min-height: 1px;
        padding-top: 0;
    }

    .c-homehero__box {
        max-width: 100%;
        padding: 20px 15px;
    }

    .c-bluefilters__dropdowns {
        display: block;
    }

    .c-bluefilters__cell.is-last {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .c-bluefilters__dropdown {
        padding: 0 0 24px 0;
        display: block;
        width: 100%;
    }

    .c-bluefilters__dropdown:last-child {
        padding-bottom: 0;
    }

    .c-homenews__box {
        margin-top: 0;
        margin-right: 0;
    }

    .c-homenews__box.has-margin {
        margin-top: 0;
    }

    .c-quotes__title {
        margin-bottom: 30px;
    }

    .c-quotes__right {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
    }

    .c-quotes__right .icon-quote {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }
}

.c-diversity {
    color: #66717d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.c-diversity__title {
    display: block;
    color: #003756;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.c-diversity__boxes {
    width: 100%;
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

.c-diversity__boxes.has-mt {
    margin-top: 30px;
}

.c-diversity__boxes.has-mb {
    margin-bottom: 30px;
}

.c-diversity__box {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

.c-diversity__box img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.c-diversity__box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.c-diversity__box-title {
    color: inherit;
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}

.c-diversity__box-description {
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-align: left;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
}

.c-diversity__box-text {
    padding: 20px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.c-diversity__box-text p {
    margin: 0;
}

.c-diversity__box-close {
    flex: 0 0 15px;
    color: inherit;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.c-diversity__box-close:hover {
    opacity: 0.5;
}

.c-diversity__box-close svg {
    display: block;
    width: 100%;
    height: auto;
}

.c-diversity__box-spacing {
    width: 100%;
    overflow: hidden;
    display: none;
    height: 0;
    pointer-events: none;
}

.c-diversity__line-bg,
.c-diversity__line-fg {
    width: 3px;
    height: 10px;
    z-index: 6;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: transparent;
    display: none;
    margin-left: -1.5px;
}

.c-diversity__line-fg {
    margin-top: 10px;
}

.c-diversity__boxes-col.is-active .c-diversity__box-title,
.c-diversity__box:hover .c-diversity__box-title {
    background-color: transparent !important;
}

.c-diversity__boxes-col.is-active .c-diversity__box-overlay,
.c-diversity__box:hover .c-diversity__box-overlay {
    opacity: 0.5;
    visibility: visible;
}

.c-diversity__boxes-col.is-active .c-diversity__box-description {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.c-diversity__boxes-col.is-active .c-diversity__box-spacing {
    display: block;
}

.c-diversity__boxes-col.is-active .c-diversity__line-bg,
.c-diversity__boxes-col.is-active .c-diversity__line-fg {
    display: block;
}

.c-accordion-item {
    display: block;
    border-bottom: 1px solid #e4e3e2;
}

.c-accordion-item__btn {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    font-family: inherit;
    color: #003756;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 163%;
    transition: all 0.3s ease-in-out;
}

.c-accordion-item__btn:after {
    content: "\e901";
    font-family: "icomoon";
    color: #00838a;
    transition: all 0.3s ease-in-out;
}

.c-accordion-item__btn:hover {
    background-color: #f6f7f9;
}

.c-accordion-item__btn:hover:after {
    color: #003756;
}

.c-accordion-item__btn.is-active:after {
    content: "\e900";
}

.c-accordion-item__hidden {
    display: none;
}

.c-accordion-item__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    padding: 10px;
    gap: 45px;
}

.c-accordion-item__pic {
    flex: 0 0 200px;
    margin: 0;
}

.c-accordion-item__pic img {
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.c-diversity-slider {
    width: 100%;
    display: block;
    padding: 40px;
    background: linear-gradient(180deg, #f6f7f9 0%, #d7ddea 100%);
    color: #003756;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    position: relative;
}

.c-diversity-slider.has-mt {
    margin-top: 60px;
}

.c-diversity-slider .slick-arrow {
    right: -40px;
    bottom: -40px;
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 40px;
    color: white;
    background-color: #00838a;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.c-diversity-slider .slick-arrow:before {
    font-family: "icomoon";
    content: "\e912";
    font-size: 24px;
    display: block;
    transform-origin: center;
}

.c-diversity-slider .slick-arrow:hover {
    background-color: #003756;
}

.c-diversity-slider .slick-arrow.slick-prev {
    right: 5px;
}

.c-diversity-slider .slick-arrow.slick-prev:before {
    transform: rotate(180deg);
}

.c-diversity-slider__pic {
    width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    margin: 0;
    padding-bottom: 100%;
}

.c-diversity-slider__pic img {
    display: none;
}

.c-diversity-slider__details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #66717d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 2px;
}

.c-diversity-slider__details strong {
    font-weight: 600;
}

.c-diversity-slider__pic + .c-diversity-slider__details {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #66717d;
}

.c-diversity-slider__row {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.c-diversity-slider__left {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
    width: 200px;
}

.c-diversity-slider__right {
    display: table-cell;
    vertical-align: top;
}

.c-diversity-slider__right:before {
    margin-bottom: 16px;
    content: "\e911";
    font-family: "icomoon";
    font-size: 28px;
    color: #00838a;
    display: block;
}

.c-diversity__intro {
    display: block;
    color: #00838a;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 768px) {
    .c-diversity__intro {
        font-size: 21px;
    }
    .c-diversity__boxes {
        grid-template-columns: repeat(1, 1fr);
    }
    .c-accordion-item__inner {
        flex-direction: column;
        align-items: stretch;
        align-content: stretch;
        gap: 20px;
    }
    .c-accordion-item__pic {
        flex: 1 1 auto;
    }
    .c-diversity-slider__row {
        display: block;
    }
    .c-diversity-slider__left {
        width: 150px;
        margin: 0 auto 30px auto;
        padding-right: 0;
        display: block;
    }
    .c-diversity-slider__right {
        display: block;
        padding-bottom: 40px;
    }
}

.c-sharemodal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 20px;
    position: fixed;
    flex-wrap: nowrap;
    z-index: 1000;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
}
.c-sharemodal__box {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    background-color: white;
}
.c-sharemodal__title {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
    font-weight: bold;
}
.c-sharemodal__email {
    cursor: pointer;
    text-decoration: underline;
}
.c-sharemodal__email:hover {
    text-decoration: none;
}
.c-sharemodal__close {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
    background-color: #00000052;
}
.c-sharemodal__btn-close {
    margin: 0;
    z-index: 5;
    bottom: 100%;
    right: -10px;
    border: none;
    padding: 10px;
    line-height: 0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    color: white;
    -webkit-appearance: none;
    background-color: transparent;
}
.c-sharemodal__social {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 24px;
    padding-top: 20px;
    line-height: 1;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.c-sharemodal__social li {
    margin: 0 10px;
}
.c-sharemodal__social a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
