/*! 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 {
	font-family: open-sans, sans-serif;
	-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;
}

.ui-widget,
.listreset,
.hero-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@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: open-sans, sans-serif;
	line-height: 1.2;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.abstract-text {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	line-height: 1.8;
	font-size: 14px;
}

.people-quotes {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.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%;
	font-family: open-sans, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.people-quotes span:first-of-type:before {
	content: "\e90f";
	color: #f8c654;
	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;
}

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 {
	font-size: 23px;
}

h2,
.h2 {
	font-size: 15px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	color: #315377;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

.detail-title,
.detail-tag {
	color: #315377;
	font-family: open-sans, sans-serif;
	font-weight: normal;
}

.top-lo-padding {
	padding-top: 70px;
}

.detail-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: unset;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}
.newsletter-title {
	font-size: 26px !important;
}
@media (max-width: 1100px) {
	.detail-title {
		font-size: 22px;
	}

	.prof-detail .abstract-text,
	.abstract-text.larger {
		font-size: 14px;
	}
}

.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;
}

.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;
	font-family: open-sans, sans-serif;
	color: #000;
}

@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: #315377;
	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;
}

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: #e4e3e2;
}

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: #e4e3e2;
}

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: #e4e3e2;
}

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: #e4e3e2;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #e4e3e2;
}

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: 13px;
	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 {
}

.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;*/
}

/* 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: "\e90e";
}

.icon-plus:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-exit:before {
	content: "\e905";
}

.icon-globe:before {
	content: "\e906";
}

.icon-file:before {
	content: "\e907";
}

.icon-arrow-right:before,
.icon-arrow-left:before {
	content: "\e908";
}

.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-arrow-down:before {
	content: "\e909";
}

.icon-twitter:before {
	content: "\e90a";
}

.icon-facebook:before {
	content: "\e90b";
}

.icon-linkedin:before {
	content: "\e90c";
}

.icon-quote:before {
	content: "\e90f";
}

.icon-card:before {
	content: "\e90d";
}

.icon-print:before {
	content: "\e900";
}

.icon-share:before {
	content: "\e901";
}

.icon-mail:before {
	content: "\e902";
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.recent-news .news-item .img-holder.large {
	background-size: cover;
	background-position: center center;
}

#wrapper {
	overflow: hidden;
}

.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;
}

.ui-widget {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	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;
	font-family: open-sans, sans-serif;
	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: #315377;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.view-all:hover {
	color: #f8c654;
}

.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: #315377;
}

.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: #315377;
	background: #fff;
	font-family: open-sans, sans-serif;
	border: 1px solid #315377;
	font-weight: 700;
	font-size: 11px;
	min-width: 150px;
	padding: 10px 15px 11px;
}

.btndesktop {
	min-width: 150px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	color: #315377;
	background: #fff;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px 11px;
	text-transform: uppercase;
	border: 1px solid #315377;
	font-family: open-sans, sans-serif;
	-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;
}

.btn:hover,
.btn.btn-color-reverse,
.btndesktop:hover {
	color: #fff;
	background: #315377;
	border-color: #315377;
	text-decoration: none;
}

.btn.btn-small,
.btn.btn-small:hover {
	min-width: 1px;
	padding: 7px 15px;
	font-size: 11px;
}

.btn.btn-dark-bg {
	border-color: #f8c654;
	background-color: transparent;
	color: #f8c654;
}

.btn.btn-dark-bg:hover {
	background: #f8c654;
	color: #315377;
}

.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 #f8c654;
	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 #999999;
	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;
	margin-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: #315377;
	font-family: open-sans, sans-serif;
}

.grid-item p {
	font-size: 14px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	line-height: 26px;
	margin-top: 5px;
}

.grid-item br {
	display: none;
}

@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;
	}
}

.three-columns li,
.two-columns li {
	margin-bottom: 6px;
	display: flex;
	line-height: 1.2;
}

.flex-row.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.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: #315377;
}

.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;
}
.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: #315377;
	text-decoration: none;
}

.social a:hover {
	color: #f8c654;
}

.social a.is-rounded {
	color: white;
	width: 30px;
	height: 30px;
	display: flex;
	text-align: center;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #315377;
	border-radius: 100%;
}

.social a.is-rounded:hover {
	background-color: #f8c654;
}

.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: #f8c654;
}

.page-controls a:hover {
	color: #315377;
}

.bg-stretch {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.header {
	position: relative;
	padding: 15px 0 17px;
	border-bottom: 1px solid transparent;
	z-index: 2;
}

.brochure-wrapper span {
	color: #000;
	font-family: open-sans, sans-serif;
	display: block;
	margin: 0 0 1em;
	line-height: 20px;
	font-size: 15px;
}

@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;
}

.header .header-nav-holder {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	width: 100%;

	background: #e4e3e2;
	transition: all 0.1s ease-in-out;
	transition: max-height 0.15s ease-out;
}

.nav-active .header .header-nav-holder {
	padding-bottom: 50px;
	max-height: 500px;
	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;
}

.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: #315377;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
}

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: #e4e3e2;
	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;
}

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: 9px;
	margin-left: 12px;
	color: #315377;
	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: 15px;
	font-weight: 700;
	color: #315377;
	text-decoration: none;
}

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;
}

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: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
}

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: 11px;
}

nav.main-nav .search-wrap input {
	width: 100%;
	background: #fff;
	border-radius: 25px;
	padding: 0.2em 2em;
	border: none;
	font-size: 14px;
	height: 28px;
}

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: #315377;
	padding: 0 !important;
	margin: 0 !important;
}

.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: #000;
	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 {
	background: #315377;
	color: #fff;
	padding: 30px 0 18px;
}

.footer .three-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 .top-footer {
	border-bottom: 1px solid #446384;
	padding-bottom: 28px;
}

.footer .top-footer ul.three-columns,
.footer .top-footer ul.two-columns {
	margin-bottom: 20px;
}

.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;
	margin-bottom: 40px;
}

.primary-info .person-holder .offices {
	padding-top: 30px;
	margin-bottom: 26px;
}

.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: #40474e;
}

.primary-info .person-holder .office-item .office-title {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.primary-info .person-heading h1 {
	margin: 0;
}

.primary-info .person-heading .name {
	display: block;
	font-size: 18px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	color: #315377;
	font-weight: 700;
	margin-bottom: 3px;
}

.primary-info .person-heading .position {
	font-weight: 700;
	font-size: 13px;
	color: #6a6b6c;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.primary-info .mail-wrap {
	font-size: 13px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.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: 36.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: 9px 20px 10px 10px;
	border: 1px solid #c8c8c9;
	font-weight: 700;
	font-size: 13px;
}

.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: "\e909";
	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: 15px;
	text-decoration: none;
}

/* Bullet lists */

.default-text .default-list li {
	font-size: 13px;
	font-family: open-sans, sans-serif;
	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 {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	font-size: 13px;
	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 .default-text ul > li:before {
	display: none;
}

@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: 14px;
	}

	.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: 15px;
	}

	.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;
}

.office-wrapper > div {
	line-height: 26px;
	padding-top: 13px;
	font-size: 16px;
}

.office-wrapper > div a {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}

.tel-link {
	font-weight: normal;
	color: #40474e;
	text-decoration: none;
	cursor: text;
}

.office-wrapper > div a.tel-link {
	font-weight: normal;
	font-size: 16px;
	color: #40474e;
	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 img.fake-img {
	display: block;
	opacity: 0;
}

.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-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	font-size: 16px;
	font-weight: 700;
	color: #315377;
}

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;
}

#tab-nav.alphabet a.disabled {
	color: #c8c8c9;
	text-decoration: none !important;
	pointer-events: none;
}

.tab-section {
	padding-bottom: 37px;
}

.tab-content {
	padding: 0 0 42px;
}

.open-close-tabset + .tab-content {
	padding-top: 34px;
}

.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: 72px;
}

.badges li:not(:last-child) {
	margin-right: 38px;
}

.resources h2 {
	margin-bottom: 15px;
}

.resources ul li {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
}

.resources ul li:not(:last-child) {
	margin-bottom: 27px;
}

.resources ul li .icon {
	position: absolute;
	top: 3px;
	left: 0;
	color: #315377;
}

.resources ul li a {
	display: block;
	font-weight: 500;
	color: #315377;
	margin-bottom: 8px;
}

.tab-select + .jcf-select {
	position: relative;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	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 #e4e3e2;
}

.article .article-info {
	margin-bottom: 8px;
}

.article .article-info span {
	font-size: 11px;
}

.article time,
.article .article-info {
	position: relative;
	font-size: 11px;
}

.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;
}

.article .authors {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	margin-bottom: 11px;
}

.article .authors .author {
	color: #315377;
}

.article p. .article .abstract-text {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	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: 4px solid #f8c654;
}

.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;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	margin-bottom: 18px;
}

.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;
	font-family: open-sans, sans-serif;
}

.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 {
	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;
}

.hero-slider .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;
}

.hero-slider .slick-dots li:not(:last-child) {
	margin-right: 7px;
}

.hero-slider .slick-dots li.slick-active button {
	background: #f8c654;
}

.hero-slider .slick-dots button {
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	padding: 0 !important;
	margin: 0;
	color: transparent;
	background: #c1cbd6;
}

.hero-slider .slick-dots button:hover {
	background: #f8c654;
}

.news-section {
	padding: 17px 0;
	position: relative;
}

.news-section .container,
.news-section .header-container,
.news-section .hero-section .hero-container,
.hero-section .news-section .hero-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quote-holder {
	position: relative;
	text-align: center;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	min-width: 640px !important;
}
@media (max-width: 1200px) {
	.quote-holder {
		min-width: 600px !important;
	}
}
@media (max-width: 1100px) {
	.quote-holder {
		min-width: 440px !important;
	}

	.open-close-tabset ul a {
		font-size: 13px;
	}

	.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 {
		font-size: 16px;
	}

	.grid-item h3 {
		font-size: 16px;
	}

	.grid-item p {
		font-size: 12px;
		line-height: 22px;
	}
}

@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: 440px !important;
	}

	.open-close-tabset ul a {
		font-size: 13px;
	}

	.open-close-tabset ul li:not(:last-child) {
	}
}

.quote-holder .icon-quote {
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #f8c654;
	font-size: 32px;
}

.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: 22px;
	font-weight: 700;
	color: #315377;
	max-width: 430px;
	margin: 0 auto 20px;
	line-height: 1.82;
}

.quote-holder .blockquote .blockquote-footer {
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #6a6b6c;
}

.recent-news {
	position: relative;
	z-index: 5;
}

.recent-news .section-label {
	text-transform: uppercase;
	color: #315377;
	margin-bottom: 9px;
	font-weight: bold;
	font-size: 14px;
}

.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;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.recent-news .news-item:not(:last-child) {
	padding-bottom: 16px;
	margin-bottom: 13px;
	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;
}

.recent-news .news-item .img-holder img {
	width: 100%;
}

.recent-news .news-item .img-holder:hover {
	filter: grayscale(0);
}

.recent-news .news-item h3 {
	font-family: open-sans, sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
}

.recent-news .news-item p {
	color: #40474e;
	line-height: 1.8;
	font-size: 13px;
	margin: 0;
}

.callouts-section {
	background: #e4e3e2;
	padding: 20px 0;
}

.callouts-section .callouts-holder .callout {
	background: #fff;
	padding: 21px 10px 16px 20px;
}

.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: #f8c654;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 10px 5px;
	margin-bottom: 13px;
}

.callouts-section .callouts-holder .callout h3 {
	line-height: 1.4;
	margin-bottom: 13px;
}

.callouts-section .callouts-holder .callout p {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	margin: 0;
	line-height: 1.81;
	font-size: 13px;
}

.callouts-section .callouts-holder .callout ul {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.callouts-section .callouts-holder .callout time {
	display: inline-block;
	vertical-align: middle;
	font-family: open-sans, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #afafb0;
	font-size: 12px;
	margin-bottom: 12px;
}

.default-text {
	font-size: 13px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	margin-bottom: 35px;
}

.default-text.m0 {
	margin: 0 !important;
}

.default-text {
	line-height: 1.8;
}

.sidebar .default-text {
	line-height: unset;
}

.default-text h2 {
	margin-bottom: 3px;
}

.default-text h2.detail-title {
	margin-bottom: 5px;
}

.default-text hr {
	display: block;
	margin: 30px 0 20px 0;
	border-top: 2px solid #f7c553;
}

h2.search-heading {
	margin-bottom: 15px;
}

.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: #315377;
	font-weight: 600;
	font-family: open-sans, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.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 {
	border-color: #315377;
	min-width: 101px;
}

.input-holder {
	position: relative;
	width: 100%;
	margin-bottom: 23px;
}

.input-holder input {
	padding: 8px 10px 9px 10px;
	line-height: normal;
	font-size: 13px;
}

.input-holder input,
.input-holder .jcf-select,
.input-holder textarea,
.input-holder .jcf-select-text {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	width: 100%;
	margin: 0;
}

.input-holder textarea {
	line-height: 24px;
}

.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: #315377;
}

.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: #315377;
}

.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: #315377;
}

.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: #315377;
}

.input-holder input.placeholder,
.input-holder .jcf-select.placeholder,
.input-holder .jcf-select-text.placeholder {
	font-weight: 700;
	color: #315377;
}

.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: "\e909";
	font-family: "icomoon" !important;
	font-size: 11px;
	margin: 0 24px 0 0;
	color: #315377;
}

.jcf-select .jcf-select-text {
	padding: 4px 45px 4px 10px;
	font-size: 13px;
	font-weight: 700;
	color: #315377;
	margin: 0;
}

.filters-hoder .jcf-select .jcf-select-text {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	font-size: 13px;
	line-height: 1.5;
	color: #40474e;
	font-weight: 400;
	padding: 5px 10px;
}

.jcf-select-drop .jcf-option.jcf-hover {
	background: #f5f5f5;
}

.filters-holder {
	padding-top: 20px;
}

.filters-holder h2 {
	margin-bottom: 20px;
}

.filters-holder .jcf-select {
	display: block;
}

.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: 9px 8px 8px 10px;
	border: 1px solid #315377;
	font-weight: 700;
	font-size: 11px;
	min-width: 200px;
}

.filters-open-close .opener:hover {
	color: #fff;
	background: #315377;
	border-color: #315377;
}
.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: #315377;
}

.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: #6a6b6c;
	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: 13px;
}

.results-section .results-body .results-row div {
	padding: 5px 5px 0 0;
}

.results-section.three-col .type {
	font-weight: 600;
}

.results-section .results-body .results-row .name,
.results-section.three-col .title {
	font-size: 15px;
	font-weight: 700;
}
/*
.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: #315377;
	margin-right: 9px;
	cursor: pointer;
}

.results-section .results-body .results-row .vcard > span:hover .icon-card {
	color: #f8c654;
}

.results-section .results-body .results-row .vcard > span:hover a {
	text-decoration: underline;
}

.search-message {
	padding-top: 40px;
	font-size: 13px;
}

.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;
	font-family: "Karla", sans-serif;
	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-family: "Karla", sans-serif;
	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-family: arial;
	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-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
	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;
	font-family: open-sans, sans-serif;
}
.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: #315377;
	font-weight: 600;
	line-height: 1.27;
	table-layout: fixed;
	text-transform: none;
	padding-bottom: 20px;
	font-family: open-sans, sans-serif;
}

.pdoc a {
	color: #315377;
	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;
}

@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 {
		font-size: 27px;
	}

	h2,
	.h2 {
		font-size: 17px;
	}

	h3,
	.h3 {
		font-size: 17px;
	}

	h4,
	.h4 {
		font-size: 13px;
	}

	.ui-widget {
		font-size: 16px;
	}

	.btn,
	.btndesktop {
		font-size: 12px;
	}

	.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: #315377;
		-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;
		background: #fff;
		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: 155px;
		min-width: 155px;
		font-size: 16px;
		color: #315377;
		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-size: 11px;
		font-weight: 400;
		color: #6a6b6c;
	}

	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;
		background: #fff;
		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:not(:last-child) {
		margin-bottom: 0;
		margin-right: 30px;
	}

	nav.main-nav .main-nav-list > li:not(:last-child):after {
		position: absolute;
		content: "";
		top: -1px;
		left: calc(100% + 15px);
		width: 2px;
		height: 20px;
		background: #f8c654;
	}

	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;
		width: 100%;
		padding: 6px 10px 10px 8px;

		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	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 {
		font-size: 13px;
		padding-bottom: 16px;
	}

	nav.main-nav .search-holder {
		position: relative;
		padding: 0;
		width: auto;
		bottom: 0;
	}

	nav.main-nav .search-opener {
		font-size: 16px;
	}

	nav.main-nav.search-active .search-wrap {
		display: block;
	}

	.tab-section {
		padding-bottom: 90px;
	}

	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 2.8em;
		background: #e4e3e2;
		font-size: 14px;
		height: 35px;
	}

	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: 28px;
	}

	.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 #f8c654;
		padding-bottom: 40px;
		margin-bottom: 50px;
		margin-top: 60px;
		align-items: flex-end;
	}

	.person-holder .top-row {
		border: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		align-items: unset;
	}

	.top-row .page-title,
	.default-text h1 {
		font-size: 32px;
		font-family: "Libre Baskerville", "Times New Roman", "Times",
			"Baskerville", "Georgia", serif;
		color: #315377;
		font-weight: 700;
		margin-bottom: 0;
		padding-right: 60px;
	}

	.primary-info .person-holder {
		padding: 59px 0 60px 312px;
		margin-bottom: 30px;
		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: 33px;
	}
	.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: 7px;
	}

	.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: 63%;
	}

	.content-wrap .sidebar {
		width: 30.5%;
		border-left: 1px solid #e4e3e2;
		padding: 0 25px 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: 28px;
	}

	.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: 15px;
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	.article .article-info span {
		font-size: 12px;
	}

	.article time,
	.article .article-info {
		font-size: 12px;
	}

	.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;
	}

	.hero-section .photos {
		min-height: 300px;
		border-bottom: 7px solid #f8c654;
	}

	.hero-section .headline-block {
		position: absolute;
		left: 39px;
		top: calc(100% - 110px);
		max-width: 400px;
		padding: 27px 40px 60px 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;
	}

	.hero-slider .headline-block {
		position: static;
	}

	.hero-slider .slick-dots {
		left: 35px;
		bottom: 32px;
	}

	.hero-slider .slick-dots li:not(:last-child) {
		margin-right: 10px;
	}

	.hero-slider .slick-dots button {
		width: 15px;
		height: 15px;
	}

	.news-section {
		padding: 51px 0 40px;
		min-height: 660px;
	}

	.quote-holder {
		width: 51%;
		padding-top: 314px;
	}

	.quote-holder .blockquote p {
		font-size: 22px;
	}

	.quote-holder .blockquote .blockquote-footer {
		font-size: 12px;
	}

	.recent-news {
		width: 49%;
	}

	.recent-news.full {
		width: auto;
		margin-bottom: 100px;
		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: 40px;
		margin-bottom: 27px;
	}

	.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: 12px;
	}

	.callouts-section .callouts-holder .callout .tag,
	.tag-row .tag {
		padding: 5px 12px 7px;
		margin-bottom: 20px;
	}

	.callouts-section .callouts-holder .callout h3 {
		font-size: 17px;
	}

	.callouts-section .callouts-holder .callout p {
		font-size: 12px;
	}

	.default-text {
		font-size: 14px;
	}

	.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: 14px;
	}

	.search-form {
		margin-bottom: 40px;
	}

	.search-form .flex-row {
		margin-bottom: 20px;
	}

	.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: 14px;
	}

	.jcf-select .jcf-select-text {
		padding: 10px 45px 11px 20px;
		font-size: 14px;
	}

	.jcf-select-drop .jcf-option {
		font-size: 14px;
		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;
		margin-bottom: 20px;
	}

	.hero-section + .filters-section .filters-holder {
		padding-top: 65px;
	}

	.hero-section
		+ .filters-section
		.filters-open-close.active
		.filters-holder {
		padding-top: 10px;
	}

	.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.three-columns,
	.footer .top-footer ul.two-columns {
		margin-bottom: 0;
	}

	.article .article-info {
		margin-bottom: 22px;
	}

	.hero-section .headline-block {
		left: 39px;
		max-width: 450px;
	}

	.news-section {
		padding: 51px 0 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% - 15px);
		margin-bottom: 0 !important;
		padding: 23px 25px 36px 25px;
	}

	.callouts-section .callouts-holder .callout h3 {
		line-height: 1.7;
		margin-bottom: 25px;
	}

	.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 {
		font-size: 28px;
	}

	h2,
	.h2 {
		font-size: 18px;
	}

	h3,
	.h3 {
		font-size: 18px;
	}

	h4,
	.h4 {
		font-size: 14px;
	}

	.btn,
	.btndesktop {
		font-size: 14px;
	}

	.header-container .logo {
		min-width: 307px;
	}

	nav.top-nav ul li a {
		font-size: 12px;
	}

	nav.main-nav .main-nav-item {
		font-size: 15px;
	}

	nav.main-nav .search-opener .icon-search {
		position: relative;
		bottom: 2px;
	}
	nav.main-nav .search-opener {
		font-size: 18px;
	}
	.footer .top-footer ul.three-columns a,
	.footer .top-footer ul.two-columns a {
		font-size: 16px;
	}

	.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 74px 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: 23px;
	}

	.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: 14px;
	}

	.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: 16px 79px 16px 55px;
	}

	.quote-holder .blockquote p {
		font-size: 24px;
	}

	.quote-holder .blockquote .blockquote-footer {
		font-size: 13px;
	}

	.recent-news .section-label {
		margin-bottom: 15px;
	}

	.recent-news .news-item p {
		font-size: 14px;
	}

	.callouts-section .callouts-holder .callout .tag,
	.tag-row .tag {
		font-size: 11px;
	}

	.callouts-section .callouts-holder .callout h3 {
		font-size: 18px;
	}

	.callouts-section .callouts-holder .callout p {
		font-size: 14px;
	}

	.default-text {
		font-size: 16px;
		margin-bottom: 48px;
	}

	.default-text .links-list a,
	.aside-link,
	.search-results-links.links-list a {
		font-size: 15px;
	}

	.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 {
		margin-bottom: 92px;
	}
	.filters-section .filters-holder:last-child {
		margin-bottom: 0;
	}

	.filters-open-close .opener {
		font-size: 14px;
	}

	.results-section {
		padding: 0 0 97px;
	}

	.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: 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;
	}

	.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: 700;
		font-size: 15px;
	}

	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: 13px;
		font-weight: 700;
	}

	#tab-nav {
		display: none;
	}

	.article h3 {
		font-size: 15px;
	}

	.hero-section .hero-container {
		padding: 0;
	}

	.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;
	}
}
.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;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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: #315377;
	margin: 4px 0 16px 0;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.aside__text {
	padding: 0;
	width: 100%;
	display: block;
	color: #40474e;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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: #315377;
	padding-right: 20px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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: 14px;
	color: #40474e;
	flex: 0 0 155px;
	font-weight: 600;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: open-sans, sans-serif;
}

.newarticle__title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: open-sans, sans-serif;
}

.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-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: 16px;
	position: relative;
	border-left-width: 0;
}

.article-quote blockquote:before {
	top: 0;
	right: 100%;
	line-height: 1;
	font-size: 24px;
	color: #f8c553;
	content: "\e90f";
	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;
	font-family: open-sans, sans-serif;
}

.article-quote__name {
	display: block;
	font-size: 15px;
	padding-top: 20px;
	font-family: open-sans, sans-serif;
}

.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: 48%;
	flex: 1 1 48%;
	padding-right: 26px;
}

.article-video__text:after {
	width: 100%;
	height: 4px;
	content: "\A";
	display: block;
	margin-top: 18px;
	background-color: #f7c553;
}

.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: #315377;
	position: relative;
	font-style: italic;
	align-self: stretch;
	padding: 12px 12px 12px 106px;
	background: #f5f6f4; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		#f5f6f4 0%,
		#dfdfdf 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		#f5f6f4 0%,
		#dfdfdf 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#f5f6f4 0%,
		#dfdfdf 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f4', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}

.article-smallquote blockquote:before {
	top: 16px;
	left: 54px;
	line-height: 1;
	font-size: 28px;
	color: #f8c553;
	content: "\e90f";
	text-align: right;
	margin-right: 6px;
	position: absolute;
	font-style: normal;
	font-family: "icomoon";
}

.article-smallquote__name {
	display: block;
	font-size: 15px;
	color: #40474e;
	font-weight: 600;
	padding-top: 20px;
	font-style: normal;
	font-family: open-sans, sans-serif;
}

.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;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville",
		"Georgia", serif;
}

.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 #f8c654;
	}

	.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: #f8c654;
	}

	.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-smallquote__name {
		font-size: 13px;
	}

	.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-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: 14px;
		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;
	}

	.inthenews__text {
		font-size: 13px;
	}

	.default-text hr {
		margin: 40px 0 35px 0;
		border-top: 4px solid #f7c553;
	}
}

@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;
	}
}
