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

.cf:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}

body {
	box-sizing: inherit;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	color: #00427c;
}
body.menu-active {
	overflow: hidden;
}
/*body > header {
	transition: margin 0.25s;
}*/

.delay-reveal {
	top: 30px;
	opacity: 0;
}
body.ready .delay-reveal {
	transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.delay-revealed {
	top: 0;
	opacity: 1;
}
a {
	position: relative;
	color: #0068c4;
	transition: border 0.1s, opacity 0.1s, color 0.1s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #0068c4;
}
.cms-content.white a,
a.white {
	color: #fff;
}
.cms-content.light a,
a.light {
	color: #a9d7ff;
}
.cms-content.dark a,
a.dark {
	color: #00427c;
}
a.underline,
.cms-content a {
	text-decoration: none;
}
a.underline > span,
.cms-content a {
	border-bottom: 1px solid transparent;
	transition: border 0.1s, opacity 0.1s, color 0.1s;
	-webkit-backface-visibility: hidden;
}
a.underline:hover > span,
.cms-content a:hover {
	border-bottom: 1px solid rgba(0, 104, 196, 0.5);
}
a.white.underline:hover > span,
.cms-content.white a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
a.light.underline:hover > span,
.cms-content.light a:hover {
	border-bottom: 1px solid rgba(169, 215, 255, 0.5);
}
a.dark.underline:hover > span,
.cms-content.dark a:hover {
	border-color: rgba(0, 66, 124, 0.5);
}

.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.link-list .link {
	padding: 3px 0;
}
.link-list.inline > li {
	float: left;
	margin-left: 45px;
}
.link-list.inline > li:first-child {
	margin-left: 0;
}

.link {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.link.arrow-link {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.link.arrow-link.before {
	padding-left: 20px;
	padding-right: 0;
}
.link.arrow-link:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	right: 0;
	top: 50%;
	background: url(../img/icon-rightarrow-dark.svg) center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.7;
	transition: opacity 0.2s;
}
.link.arrow-link.before:after {
	left: 0;
	right: auto;
}
.link.white.arrow-link:after {
	background: url(../img/icon-rightarrow-white.svg) center center no-repeat;
	opacity: 1;
}
.link.light.arrow-link:after {
	background: url(../img/icon-rightarrow-light.svg) center center no-repeat;
	opacity: 0.25;
}
.link.dark.arrow-link:after {
	background: url(../img/icon-rightarrow.svg) center center no-repeat;
}
.link.dark.arrow-link.before:after {
	left: 0;
	right: auto;
	background: url(../img/icon-leftarrow.svg) center center no-repeat;
}
.link.arrow-link.icon-rss:after {
	background: url(../img/icon-rss.svg) center center no-repeat;
	opacity: 1;
}
.link.arrow-link.icon-email:after {
	background: url(../img/icon-email-white.svg) center center no-repeat;
	opacity: 1;
}
.link.arrow-link.icon-linkedin:after {
	background: url(../img/icon-social-linkedin-white.svg) center center no-repeat;
	opacity: 1;
}
.link.arrow-link.icon-phone:after {
	background: url(../img/icon-phone-white.svg) center center no-repeat;
	opacity: 1;
}
.link.arrow-link.icon-fax:after {
	background: url(../img/icon-fax-white.svg) center center no-repeat;
	opacity: 1;
}
.link.arrow-link.icon-vcard:after {
	background: url(../img/icon-vcard-white.svg) center center no-repeat;
	opacity: 1;
}
.link.disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
.link.button {
	display: inline-block;
	padding: 13px 25px;
	border: 1px solid #0068c4;
	outline: 0;
}
button.link.button {
	border-radius: 0;
	color: #0068c4;
}
.link.button.style-default {
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.15s;
}
.link.button.style-default:hover {
	color: #fff;
	background-color: #0068c4;
}
.link.button.style-default.loading,
.link.button.style-default.loading:hover {
	color: rgba(0, 104, 196, 0);
	background-image: url(../img/icon-loading-blue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0068c4;
}
.link.button.style-default .icon.pdf,
.link.button.style-default .icon.download {
	background-image: none;
	transition: fill 0.15s;
}
.link.button.style-default .icon.pdf {
	top: 0;
}
.link.button.style-default .icon.download {
	width: 12px;
	height: 12px;
	margin-top: -2px;
}
.link.button.style-default .icon path {
	fill: #0068c4;
}
.link.button.style-default:hover .icon path {
	fill: #fff;
}
.link.button.share {
	border: 0;
	color: #fff;
	background: #00427c;
}
.link.button.icon-right {
	padding-right: 55px;
}
.link.button.white {
	border-color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s;
}
.link.button.white:hover {
	opacity: 1;
}
.link.button .icon {
	position: relative;
	width: 14px;
	height: 14px;
	top: -1px;
}
.link.button .icon.pdf {
	width: 18px;
	height: 18px;
	top: -2px;
	margin-right: 5px;
}
.link.button .icon.share {
	width: 12px;
	height: 12px;
	top: -2px;
	margin-left: 6px;
}
.link.button .icon.close {
	width: 12px;
	height: 12px;
	top: -2px;
	margin-left: 6px;
}
.link.button .icon.download {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cms-content,
.cms-content *:not(a) {
	color: #00427c !important;
}
.cms-content a,
.cms-content a * {
	color: #0068c4 !important;
}
.cms-content.light,
.cms-content.light *:not(a) {
	color: #fff !important;
}
.cms-content.light a,
.cms-content.light a * {
	color: #a9d7ff !important;
}
.cms-content p {
	margin: 1em 0;
}
.cms-content p:first-child {
	margin-top: 0;
}
.cms-content p:last-child {
	margin-bottom: 0;
}

ul.check-list,
.cms-content-checklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.check-list > li,
.cms-content-checklist ul > li {
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
.right-bar-item .cms-content-checklist ul > li {
	margin-top: 6px;
}
ul.check-list > li:first-child,
.cms-content-checklist ul > li:first-child {
	margin-top: 0;
}
ul.check-list > li:before,
.cms-content-checklist ul > li:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 11px;
	height: 11px;
	left: 0;
	top: 0.3em;
	background: url(../img/icon-rightarrow.svg) center center no-repeat;
	opacity: 0.3;
}
ul.check-list.white > li:before,
.cms-content-checklist.white ul > li:before {
	background: url(../img/icon-rightarrow-white.svg) center center no-repeat;
	opacity: 1;
}
.section-intro .cms-content-checklist ul > li:before {
	width: 14px;
	height: 14px;
	top: 0.4em;
}
ul.check-list.large {
	font-size: 20px;
	font-weight: 300;
}
ul.check-list.large > li:before {
	top: 9px;
}

.cms-content.medium {
	font-size: 20px;
}
.cms-content.medium.cms-content-checklist ul > li:before {
	top: 0.45em;
}

h2.styled-heading {
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	color: #00427c;
}

h3,
h5,
h6 {
	margin: 0 0 15px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h3 {
	margin-top: 55px;
}
h3:first-child,
h5:first-child {
	margin-top: 0;
}
h3 em {
	display: inline-block;
	margin-left: 4px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
}
h3 em > .link {
	font-weight: 600;
}
h3 .search-result-description {
	margin-left: 6px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
h4 {
	margin: 1em 0 10px 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	font-weight: 400;
}
h4:first-child {
	margin-top: 0;
}
h4 a {
	display: block;
}
h6 {
	text-transform: none;
}

::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: 1.2em;
	letter-spacing: 0.05em !important;
	color: #00427c !important;
	opacity: 0.4 !important;
	-webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: 1.2em;
	letter-spacing: 0.05em !important;
	color: #00427c !important;
	opacity: 0.4 !important;
}
::-moz-placeholder {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: 1.2em;
	letter-spacing: 0.05em !important;
	color: #00427c !important;
	opacity: 0.4 !important;
}
:-ms-input-placeholder {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: 1.2em;
	letter-spacing: 0.05em !important;
	color: #00427c !important;
	opacity: 0.4 !important;
}
::-ms-input-placeholder {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: 1.2em;
	letter-spacing: 0.05em !important;
	color: #00427c !important;
	opacity: 0.4 !important;
}
::placeholder {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	line-height: 1.2em;
	letter-spacing: 0.05em !important;
	color: #00427c !important;
	opacity: 0.4 !important;
	-webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="password"],
textarea {
	margin: 0;
	padding: 0 14px;
	border: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	color: #00427c;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: background 0.2s;
}
input[type="text"]:disabled {
    color: rgba(0, 66, 124, 0.4);
}
input[type="text"]::-ms-clear {
    display: none;
}

.input-field {
	position: relative;
}
.input-field input[type="text"],
.input-field input[type="password"],
.input-field textarea {
	width: 100%;
	height: 42px;
}
.input-field input[type="text"]:-moz-placeholder,
.input-field input[type="password"]:-moz-placeholder,
.input-field textarea:-moz-placeholder {
	line-height: 42px;
}
.input-field input[type="text"]::-moz-placeholder,
.input-field input[type="password"]::-moz-placeholder,
.input-field textarea::-moz-placeholder {
	line-height: 42px;
}
.input-field textarea {
	width: 100%;
}
.input-field > div,
.input-field > form {
	position: relative;
	display: block;
}
.input-field button {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	margin: 0;
	border: 0;
	padding: 0;
	outline: none;
	background: transparent;
}
.input-field button:disabled {
    opacity: 0.5;
}
.input-field button svg {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
}
.input-field button svg {
	fill: #00427c;
	opacity: 0.35;
}
.input-field button:hover svg {
	opacity: 0.7;
}
.input-field > .message {
	position: relative;
	display: block;
	margin-bottom: 6px;
	padding: 8px 14px 8px 32px;
	border: 1px solid transparent;
	font-size: 14px;
}
.input-field > .message:before {
	content: ' ';
	position: absolute;
	display: none;
	width: 13px;
	height: 13px;
	left: 14px;
	top: 8px;
	opacity: 0.8;
}
.input-field > .message.success {
	padding-left: 33px;
	border-color: #c3e6cb;
	background-color: #d4edda;
	color: #155724;
}
.input-field > .message.success:before {
	content: url(../img/icon-success.svg);
	display: inline-block;
	margin-top: 1px;
}
.input-field > .message.error {
	border-color: #f5c6cb;
	background-color: #f8d7da;
	color: #721c24;
}
.input-field > .message.error:before {
	content: url(../img/icon-alert.svg);
	display: inline-block;
}

.input-text {
	position: relative;
	-webkit-backface-visibility: hidden;
}
.input-text input[type="text"],
.input-text input[type="password"] {
	border: 1px solid rgba(0, 66, 124, 0.15);
	color: #00427c;
	background: transparent;
	transition: border-color 0.15s;
}
.input-text.button input[type="text"],
.input-text.button input[type="password"] {
	padding-right: 44px;
}
.input-text.white input[type="text"],
.input-text.white input[type="password"] {
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
.input-text.light input[type="text"],
.input-text.light input[type="password"] {
	border: 1px solid rgba(0, 66, 124, 0.1);
}
.input-text.white:hover input[type="text"],
.input-text.white.focused input[type="text"],
.input-text.white:hover input[type="password"],
.input-text.white.focused input[type="password"] {
	border-color: rgba(255, 255, 255, 0.75);
}
.input-text.light:hover input[type="text"],
.input-text.light.focused input[type="text"],
.input-text.light:hover input[type="password"],
.input-text.light.focused input[type="password"] {
	border-color: rgba(0, 66, 124, 0.45);
}
.input-text button svg {
	fill: #00427c;
}
.input-text.white button svg {
	fill: #fff;
}
.input-text.white input[type="text"]::-webkit-input-placeholder {
	color: #fff !important;
}
.input-text.white input[type="text"]:-moz-placeholder {
	color: #fff !important;
}
.input-text.white input[type="text"]::-moz-placeholder {
	color: #fff !important;
}
.input-text.white input[type="text"]:-ms-input-placeholder {
	color: #fff !important;
}
.input-text.white input[type="text"]::-ms-input-placeholder {
	color: #fff !important;
}
.input-text.white input[type="text"]::placeholder {
	color: #fff !important;
}
.input-text.white input[type="text"].placeholder {
	color: #fff !important;
}
.input-text.light input[type="text"]::-webkit-input-placeholder {
	color: #00427c !important;
}
.input-text.light input[type="text"]:-moz-placeholder {
	color: #00427c !important;
}
.input-text.light input[type="text"]::-moz-placeholder {
	color: #00427c !important;
}
.input-text.light input[type="text"]:-ms-input-placeholder {
	color: #00427c !important;
}
.input-text.light input[type="text"]::-ms-input-placeholder {
	color: #00427c !important;
}
.input-text.light input[type="text"]::placeholder {
	color: #00427c !important;
}
.input-text.light input[type="text"].placeholder {
	color: #00427c !important;
}
header .input-text button {
	width: 32px;
	height: 32px;
}
header .input-text input[type="text"] {
	width: 210px;
	padding: 7px 32px 7px 14px;
	height: auto;
	font-size: 14px;
	transition: all 0.15s ease-out;
}
header .input-text input[type="text"]::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	color: #fff !important;
}
header .input-text input[type="text"]:-moz-placeholder {
	height: 30px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	line-height: 1.2em !important;
	letter-spacing: 0.05em !important;
	color: #fff !important;
}
header .input-text input[type="text"]::-moz-placeholder {
	height: 30px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	line-height: 1.2em !important;
	letter-spacing: 0.05em !important;
	color: #fff !important;
}
header .input-text input[type="text"]:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	color: #fff !important;
}
header .input-text input[type="text"]::-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	color: #fff !important;
}
header .input-text input[type="text"]::placeholder {
	font-size: 14px !important;
	font-weight: 700 !important;
	font-style: italic !important;
	color: #fff !important;
}

.dropdown {
	position: relative;
	width: 250px;
	height: 44px;
	border: 1px solid #8aac78;
	background: transparent;
	transition: opacity 0.15s, background 0.15s;
	-webkit-backface-visibility: hidden;
}
.dropdown.dropdown-medium {
	width: 240px;
}
.dropdown.dropdown-small {
	width: 140px;
}
.dropdown.white {
	border: 1px solid #fff;
	opacity: 0.45;
}
.dropdown.white:hover {
	opacity: 0.75;
}
.dropdown > span {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 11px 35px 11px 20px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #8aac78;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dropdown.white > span {
	color: #fff;
}
.dropdown > span:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 13px;
	height: 8px;
	right: 15px;
	top: 50%;
	background: url(../img/icon-dropdownarrow-green.svg) center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dropdown.white > span:after {
	background-image: url(../img/icon-dropdownarrow-white.svg);
}
.dropdown select {
	position: absolute;
	width: 100%;
	height: 44px;
	left: 0;
	top: 0;
	border: none;
	font-size: 16px;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	cursor: pointer;
}

.icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 1;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.icon.small {
	width: 15px;
	height: 15px;
	top: -2px;
	margin-right: 8px;
}
.icon.small.right {
	margin-left: 8px;
	margin-right: 0;
}
.icon.xsmall {
	width: 12px;
	height: 12px;
	top: -1px;
	margin-right: 8px;
}
.icon.blue svg {
	fill: #0068c4;
}
.icon.listview {
	background-image: url(../img/icon-listview.svg);
}
.icon.tileview {
	background-image: url(../img/icon-tileview.svg);
}
.icon.twitter {
	background-image: url(../img/icon-social-twitter-blue.svg);
}
.icon.twitterx {
	background-image: url(../img/icon-social-twitterx-blue.svg);
}
.icon.white.exit {
	background-image: url(../img/icon-exit-white.svg);
}
.icon.download {
	background-image: url(../img/icon-download-blue.svg);
}
.icon.white.download {
	background-image: url(../img/icon-download-white.svg);
}
.icon.white.pdf {
	background-image: url(../img/icon-pdf-white.svg);
}
.icon.pdf,
.icon.ppt,
.icon.doc {
	margin-right: 6px;
	top: -2px;
}
.icon.pdf {
	background-image: url(../img/icon-pdf-blue.svg);
}
.icon.ppt {
	background-image: url(../img/icon-ppt-blue.svg);
}
.icon.doc {
	background-image: url(../img/icon-doc-blue.svg);
}
.icon.share {
	background-image: url(../img/icon-share-white.svg);
}
.icon.close {
	background-image: url(../img/icon-close-white.svg);
}
.icon.phone {
	background-image: url(../img/icon-phone-blue.svg);
}
.icon.phone.white {
	background-image: url(../img/icon-phone-white.svg);
}
.icon.fax {
	background-image: url(../img/icon-fax-blue.svg);
}
.icon.outgoing {
	margin-left: 8px;
	background-image: url(../img/icon-outgoinglink-blue.svg);
}
.icon.light.outgoing {
	top: -3px;
	background-image: url(../img/icon-outgoinglink-light.svg);
}
.icon.email {
	background-image: url(../img/icon-email-blue.svg);
}
.icon.email.white {
	background-image: url(../img/icon-email-white.svg);
}
.icon.xbox {
	top: -1px;
	background-image: url(../img/icon-xbox-blue.svg);
}
.icon.paperclip {
	background-image: url(../img/icon-paperclip-blue.svg);
}
.icon.pluscircle {
	background-image: url(../img/icon-pluscircle-blue.svg);
}
.icon.close.red {
	background-image: url(../img/icon-close-red.svg);
}

.grid {
	display: table;
	width: 100%;
}
.grid > .cell,
.grid > .row > .cell {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.grid > .cell.center {
	text-align: center;
}
.grid > .cell.right {
	text-align: right;
}
.grid > .row {
	display: table-row;
}

.grid.sidebar-grid > .cell:last-child {
	width: 380px;
	padding-left: 60px;
}

.grid.contact-grid {
	margin-top: 60px;
	font-size: 20px;
	font-weight: 300;
}
.grid.contact-grid:first-child {
	margin-top: 0;
}
.grid.contact-grid > .cell:first-child {
	width: 390px;
	padding-right: 100px;
}
.grid.contact-grid h5 {
	margin-top: 40px;
	opacity: 0.75;
}
.grid.contact-grid h5:first-child {
	margin-top: 0;
}
.grid.contact-grid p {
	margin: 1.5em 0 0.8em 0;
}
.grid.contact-grid p:first-child {
	margin-top: 0;
}
.grid.contact-grid p:last-child {
	margin-bottom: 0;
}
.grid.contact-grid .phonefax {
	padding: 20px 0;
	font-size: 13px;
	font-weight: 800;
}
.grid.contact-grid .dropdown {
	margin-bottom: 7px;
}
.grid.contact-grid .dropdown:last-child {
	margin-bottom: 0;
}
.data-grid > .row > .cell {
	padding: 20px 30px;
	border-right: 1px solid #e5ecf2;
	border-bottom: 1px solid #e5ecf2;
}
.data-grid > .row:nth-child(odd):not(:first-child) > .cell {
	background-color: #f9fbfc;
}
.data-grid > .head > .cell {
	padding: 15px 30px;
	border-right: 1px solid #275c8b;
}
.data-grid > .row > .cell:last-child {
	border-right: 0;
}
.data-grid > .head {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	background: #0f4a7e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.data-grid > .row > .cell.dept {
	width: 30%;
	padding-top: 30px;
}
.data-grid > .row > .cell.title {
	width: 70%;
	padding-top: 30px;
}
.data-grid > .row > .cell.cta {
	white-space: nowrap;
}
.data-grid .title > a {
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
}
.data-grid .cta .button {
	margin-left: 40px;
}

.container,
.container > .content {
	clear: both;
}
.container:after,
.container > .content:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}
.container.content-container {
	position: relative;
	z-index: 1;
}
.container > .content {
	position: relative;
	width: 1280px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.container.content-container > .content {
	padding-top: 60px;
}
.container.tabs-content-container > .content {
	padding-top: 0;
}

ul.block {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.inline > li {
	display: inline-block;
	margin: 0;
}
ul.inline {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
ul.inline > li {
	display: inline-block;
	margin: 0;
}
ul.inline.comma-separated > li:after {
	content: ',\00a0 ';
}
ul.inline.comma-separated > li:last-child:after {
	display: none;
}

.icon-list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.icon-list.author-list {
	font-size: 13px;
}
.icon-list > li {
	margin-bottom: 6px;
}
.icon-list.inline > li {
	margin-right: 15px;
}
.icon-list > li:last-child {
	margin-bottom: 0;
}
.icon-list.inline > li:last-child {
	margin-right: 0;
}
.icon-list img {
	position: relative;
	display: inline-block;
	top: -1px;
	margin-right: 8px;
}
.icon-list.author-list img {
	background: #b5c6d5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.comma-list > li:after {
	content: ', ';
}
.comma-list > li:last-child:after {
	display: none;
}

.connect-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 4px;
	vertical-align: middle;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
}
.connect-icon:hover {
	opacity: 0.8;
}
.connect-icon.twitter {
	background: url(../img/icon-social-twitter-bluecutout.svg) center center no-repeat;
}
.connect-icon.twitterx {
	background: url(../img/icon-social-twitterx-bluecutout.svg) center center no-repeat;
}
.connect-icon.linkedin {
	background: url(../img/icon-social-linkedin-bluecutout.svg) center center no-repeat;
}
.connect-icon.youtube {
	background: url(../img/icon-social-youtube-bluecutout.svg) center center no-repeat;
}


/* BEGIN HEADER */

#menu-bg,
#mobile-menu-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#menu {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
}
#menu-bg,
#mobile-menu-bg {
	z-index: 9;
}
#menu-close {
	right: 30px;
	top: 32px;
}

body.bio.menu-active #logo {
	display: none;
}
body.bio #menu .nav {
	display: none;
}
body.bio .menu-toggle {
	display: block;
}
body.bio #menu .bio-data {
	position: absolute;
	display: none;
	left: 50%;
	top: 12px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
body.bio.menu-fixed #menu .bio-data {
	display: block;
}
body.bio #menu .bio-data h3 {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	line-height: 48px;
	opacity: 0.8;
}
body.bio #menu .bio-data .link {
	float: left;
}

.logo a {
	display: inline-block;
}
.logo svg {
	display: block;
	width: 217px;
	height: 23px;
	fill: #fff;
}
#logo {
	position: absolute;
	top: 24px;
	transition: top 0.2s ease-in-out, opacity 0.2s;
}
#logo a {
	display: block;
}
body.menu-fixed #logo svg {
	fill: #00427c;
}

.menu-toggle {
	position: relative;
	z-index: 30;
	display: none;
	float: right;
	top: 2px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: top 0.2s ease-in-out;
}
body.menu-fixed .menu-toggle {
	top: 22px;
}
.menu-toggle span {
	display: inline-block;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menu-toggle svg {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 19px;
	fill: #fff;
}
body.menu-fixed #menu .menu-toggle span {
	color: #00427c;
}
body.menu-fixed #menu .menu-toggle svg {
	fill: #00427c;
}
#mobile-menu .menu-toggle span {
	color: #fff;
}
#mobile-menu .menu-toggle svg {
	fill: #fff;
}
body.menu-active #menu .menu-toggle {
	display: none;
}
#menu-close {
	position: absolute;
}

header .nav a span {
	position: relative;
	display: inline-block;
}
header .nav a span:before {
	content: ' ';
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -2px;
	background: #fff;
	opacity: 0;
	transition: all 0.15s ease-in-out;
	overflow: hidden;
}
body.menu-fixed header .nav a span:before {
	background: #00417C;
}
body.menu-active header .nav a span:before {
	background: #fff;
}
header .secondary-nav a span:before {
	height: 1px;
	margin-bottom: -1px;
}
header .nav a:hover {
	text-decoration: none;
}
header .nav a.active span:before,
header .nav a:hover span:before {
	visibility: visible;
	width: 100%;
	opacity: 0.25;
}
header .nav.main-nav a.fade {
	opacity: 0.5;
}

#menu {
	top: 30px;
	transition: top 0.2s ease-in-out;
}
body.menu-fixed #menu {
	position: fixed;
	top: 5px;
	margin-top: 0 !important;
}

#menu .main-nav {
	float: right;
	clear: both;
}
#menu .main-nav > li {
	margin-left: 0;
}
#menu .main-nav a {
	display: inline-block;
	padding: 0 12px;
	color: #fff;
	transition: opacity 0.2s;
}
body.menu-fixed #menu .main-nav a {
	color: #00427c;
}
body.menu-fixed #menu .main-nav a:hover {
	color: #0068c4;
}
#menu .input-text {
	top: -4px;
	margin-left: 12px;
}
#menu .input-text.white input[type="text"] {
	border-color: rgba(255, 255, 255, 0.25);
}
#menu .input-text.white:hover input[type="text"],
#menu .input-text.white.focused input[type="text"] {
	border-color: rgba(255, 255, 255, 0.5);
}
body.menu-fixed #menu .input-text input[type="text"] {
	background: rgba(0, 66, 124, 0.1);
}
#menu .secondary-nav {
	margin-bottom: 13px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
#menu .secondary-nav > li {
	margin-left: 15px;
}
#menu .secondary-nav a {
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #fff;
	opacity: 0.7;
}
body.menu-fixed #menu .secondary-nav a {
	color: #00427c;
}
#menu .secondary-nav a:hover {
	opacity: 1;
}
#menu .address {
	display: none;
}
#menu .connect {
	display: none;
}

#mobile-menu {
	position: fixed;
	z-index: 1001;
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
}
body.menu-active #mobile-menu {
	display: block;
}
#mobile-menu .logo {
	position: absolute;
	width: 560px;
	left: 0;
	top: 34px;
	transition: opacity 0.2s;
}
#mobile-menu > .grid {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#mobile-menu > .grid > .cell {
	position: relative;
	width: 280px;
	padding-top: 200px;
}
#mobile-menu > .grid > .cell:first-child:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 1px;
	right: 0;
	top: 200px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
}
#mobile-menu > .grid > .cell:last-child {
	padding-left: 50px;
	vertical-align: middle;
}
#mobile-menu > .grid {
	width: 560px;
}
#mobile-menu .main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobile-menu .main-nav .link {
	display: block;
	padding: 6px 0;
	font-size: 20px;
	letter-spacing: 0.07em;
	color: #fff;
}
#mobile-menu .secondary-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#mobile-menu .secondary-nav li {
	padding: 4px 0;
}
#mobile-menu .secondary-nav li:last-child {
	padding-top: 20px;
}
#mobile-menu .secondary-nav a {
	color: #fff;
}
#mobile-menu .input-text input[type="text"] {
	width: 100%;
	height: 44px;
	border: none;
	color: #fff;
}
#mobile-menu .input-text button {
	height: 44px;
}
#mobile-menu .address {
	margin-top: 100px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	color: #fff;
}
#mobile-menu .connect {
	margin: 45px 0;
	text-align: center;
}
#mobile-menu .connect-icon {
	opacity: 0.75;
}
#mobile-menu .connect-icon:hover {
	opacity: 1;
}
#mobile-menu .connect-icon.twitter {
	background-image: url(../img/icon-social-twitter-white.svg);
}
#mobile-menu .connect-icon.twitterx {
	background-image: url(../img/icon-social-twitterx-white.svg);
}
#mobile-menu .connect-icon.linkedin {
	background-image: url(../img/icon-social-linkedin-white.svg);
}
#mobile-menu .connect-icon.youtube {
	background-image: url(../img/icon-social-youtube-white.svg);
}

#menu-bg {
	z-index: 9;
	height: 82px;
	top: 0;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(11, 34, 55, 0.3);
	-moz-box-shadow: 0px 2px 4px 0px rgba(11, 34, 55, 0.3);
	box-shadow: 0px 2px 4px 0px rgba(11, 34, 55, 0.3);
	transition: opacity 0.2s ease-in-out;
}
body.menu-fixed #menu-bg {
	opacity: 1;
}

#mobile-menu-bg {
	display: none;
	z-index: 1000;
	height: 100%;
	background: rgba(0, 66, 124, 0.95);
}

/* END HEADER */

#top {
	position: fixed;
	display: none;
	z-index: 8;
	left: 30px;
	bottom: 0;
}
#top img {
	width: 45px;
	height: 45px;
	opacity: 0.8;
	cursor: pointer;
	transition: opacity 0.2s;
}
#top img:hover {
	opacity: 1;
}

#masthead {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 570px;
	min-height: 400px;
	background: #264057;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b679', endColorstr='#0457bf',GradientType=1 );
}
#masthead.home-masthead {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ba65', endColorstr='#0457bf',GradientType=1 );
}
#masthead.portal-masthead {
	height: 123px;
	min-height: 0;
	opacity: 1;
}
#masthead.portal-masthead:before {
	opacity: 1;
}
#masthead.portal-masthead > .content {
	height: 123px;
}
#masthead.portal-masthead .logo {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#masthead.portal-masthead h3 {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0;
	color: #fff;
	line-height: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.ready #masthead {
	opacity: 1;
}
#masthead.tall {
	max-height: 780px;
}
#masthead.compact {
	min-height: 125px;
	max-height: 125px;
	height: 125px;
}
#masthead.compact .logo {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#masthead.compact h3 {
	float: right;
	margin: 0;
	position: relative;
	top: 25px;
	color: #fff;
}
#masthead:before {
	content: ' ';
	position: absolute;
	z-index: -1;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #599398;
	background: url(../img/graphic-hero-background-pattern.png) top center repeat-x, -moz-linear-gradient(-45deg, #99b679 5%, #599398 55%, #0457bf 100%);
	background: url(../img/graphic-hero-background-pattern.png) top center repeat-x, -webkit-linear-gradient(-45deg, #99b679 5%,#599398 55%,#0457bf 100%);
	background: url(../img/graphic-hero-background-pattern.png) top center repeat-x, linear-gradient(135deg, #99b679 5%,#599398 55%,#0457bf 100%);
	opacity: 0;
	transition: all 1s ease-in-out;
}
#masthead.home-masthead:before {
	background: url(../img/graphic-hero-background-pattern.png) top center repeat-x, -moz-linear-gradient(-45deg, #a1ba65 5%, #599398 55%, #0457bf 100%);
	background: url(../img/graphic-hero-background-pattern.png) top center repeat-x, -webkit-linear-gradient(-45deg, #a1ba65 5%,#599398 55%,#0457bf 100%);
	background: url(../img/graphic-hero-background-pattern.png) top center repeat-x, linear-gradient(135deg, #a1ba65 5%,#599398 55%,#0457bf 100%);
}
body.ready #masthead:before {
	opacity: 1;
}
body.ready #masthead.pattern:after {
	opacity: 1;
}
#masthead > .content {
	height: 100%;
}
#masthead figure {
	position: absolute;
	width: 80%;
	height: 100%;
	right: 0;
	bottom: 0;
}
#masthead figure img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	bottom: 0;
	right: 0;
	margin-right: -100px;
}
#masthead figure.slideshow img {
	display: none;
}
body.ready #masthead figure img {
	opacity: 1;
}
#masthead.bio-masthead figure img {
	margin-right: 0;
}
#masthead .masthead-intro {
	position: absolute;
	z-index: 1;
	width: 730px;
	left: 0;
	bottom: 80px;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
}
#masthead.home-masthead .masthead-intro {
	top: 55%;
	bottom: auto;
	left: 100px;
	width: 540px;
	margin-bottom: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.ready #masthead .masthead-intro {
	opacity: 1;
}
#masthead h2 {
	margin: 0 0 20px 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.15em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#masthead h2:last-child {
	margin-bottom: 0;
}
#masthead.home-masthead h2 {
	font-size: 48px;
}
#masthead.blog-article-masthead h2 {
	font-size: 32px;
}
#masthead.blog-article-masthead h3 {
	opacity: 0.6;
}
#masthead.blog-article-masthead h3 em {
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}
#masthead p {
	margin: 0 0 20px 0;
	font-weight: 400;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#masthead p:last-child {
	margin-bottom: 0;
}
#masthead .link-list {
	margin-top: 20px;
}
#masthead .actions-container {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 30px;
}
#masthead .actions-container .masthead-intro {
	position: relative;
	bottom: auto;
	margin-bottom: 50px;
}
#masthead .actions {
	margin-top: 70px;
}
#masthead .filters .label {
	float: left;
	margin-right: 18px;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#masthead .filters .dropdown {
	float: left;
	margin-right: 7px;
}
#masthead .filters .dropdown:last-child {
	margin-right: 0;
}
#masthead .filters .input-text {
	float: right;
	width: 340px;
}
#masthead .filters .input-text input[type="text"] {
	background: none;
}
#masthead .cta {
	position: absolute;
	right: 0;
	bottom: 30px;
}
#masthead .tabs {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.45);
	list-style: none;
}
#masthead .tabs > li {
	float: left;
	opacity: 0.45;
	transition: opacity 0.15s;
}
#masthead .tabs > li a {
	display: block;
	padding: 15px 20px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#masthead .tabs > li:hover,
#masthead .tabs > li.active {
	opacity: 1;
}
.tab-content {
	display: none;
}
.tab-content:first-child {
	display: block;
}

#masthead-caption {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding-top: 15px;
	text-align: right;
	opacity: 0.5;
}
#masthead-caption a {
	font-size: 13px;
	text-decoration: none;
	color: #00427c;
}
#masthead-caption.slideshow a {
	display: none;
	transition: border 0.1s;
}

footer {
	margin-top: 96px;
	padding: 90px 0 60px 0;
	font-size: 14px;
	background: #daedff;
}
footer > .content {
	width: 100%;
}
footer > .content > .grid > .cell:nth-child(1) {
	width: 65%;
	padding-right: 60px;
}
footer > .content > .grid > .cell:nth-child(2) {
	width: 35%;
}
footer p {
	margin: 1.2em 0;
}
footer p:first-child {
	margin-top: 0;
}
footer h2 {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 66, 124, 0.1);
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	font-weight: normal;
}
footer h2.inline {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: none;
	vertical-align: middle;
}
footer .cms-content {
	color: #333;
}
footer .copyright {
	margin-top: 80px;
	font-size: 12px;
	color: #333;
}
footer .copyright .grid {
	table-layout: fixed;
}
footer .copyright .cell {
	vertical-align: middle;
}
footer .copyright .cell:nth-child(1) {
	width: 120px;
}
footer .copyright .cell:nth-child(2) {
	width: 100%;
	text-align: center;
}
footer .copyright .cell:nth-child(3) {
	width: 100px;
	text-align: right;
}
footer .copyright .cell > span {
	display: inline-block;
	margin: 0 4px;
}
footer .copyright .adlercolvin-logo {
	display: inline-block;
	width: 102px;
	height: 38px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(../img/logo-adlercolvin-full.svg) center center no-repeat;
	outline: 0;
}
footer .copyright .greenbusiness-logo {
	display: inline-block;
	width: 60px;
	height: auto;
	vertical-align: middle;
}
footer .siteby {
	margin-top: 150px;
	text-align: right;
}
footer .siteby a {
	display: inline-block;
	overflow: hidden;
	width: 82px;
	height: 17px;
	text-indent: -9999px;
	background: url(../img/icon-siteby.svg) center center no-repeat;
	background-size: contain;
	opacity: 0.4;
	transition: opacity 0.15s;
}
footer .siteby a:hover {
	opacity: 0.75;
}

#footer-practice-areas {
	margin-bottom: 80px;
	line-height: 1.3em;
}
#footer-practice-areas > .cell {
	width: 50%;
	padding-right: 30px;
}
#footer-practice-areas a {
	color: #00427c;
}

#footer-connect h2 {
	margin-right: 15px;
}

#footer-email-updates {
	margin-bottom: 60px;
}
#footer-email-updates .cms-content {
	margin-bottom: 20px;
}

#footer-location p:first-child {
	margin-top: 0;
}
#footer-location .cell {
	width: 50%;
}
#footer-location .cell:first-child {
	padding-right: 25px;
}
#footer-location .map-link {
	position: relative;
	display: block;
}
#footer-location .map-link img {
	display: block;
	width: 100%;
	height: auto;
}
#footer-location .map-link:after {
	content: ' ';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 104, 196, 0.05);
	opacity: 0;
	transition: opacity 0.1s;
}
#footer-location .map-link:hover:after {
	opacity: 1;
}

#home-events > .content {
	overflow: hidden;
}

.tiles {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}
.tiles > .tile {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 4px;
	font-size: 16px;
}
.tiles > .tile.col-2 {
	width: 50%;
}
.tiles > .tile.span-2 {
	width: 66.67%;
}
.tiles > .tile.full-width {
	width: 100% !important;
}
.tiles .actions {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 40px;
	list-style: none;
}
.tiles .actions > li {
	margin-bottom: 20px;
}
.tiles .actions > li:last-child {
	margin-bottom: 0;
}
.tiles .cta {
	float: left;
	width: 100%;
	padding: 20px 4px 0 4px;
}
.tiles .cta.right {
	text-align: right;
}
.tiles > .tile > div {
	padding: 30px;
}
.tiles > .tile.display > div {
	min-height: 250px;
	padding: 40px;
}
.tiles > .tile.dark {
	color: #fff;
}
.tiles > .tile.bg-mediumdark > div {
	background: #2c71ad;
}
.tiles > .tile.bg-medium > div {
	background: #3d88c9;
}
.tiles > .tile.bg-dark > div {
	background: #0f4a7e;
}
.tiles > .tile.title > div,
.tiles > .tile.end > div {
	background: #eef5fa;
}
.tiles > .tile.title h2 {
	margin: 0;
	padding-right: 30%;
	font-family: 'Libre Baskerville', serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 400;
}
.tiles > .tile.title .arrow-link {
	white-space: nowrap;
}
.tiles h4 {
	margin: 0 0 15px 0;
}
.tiles h4:last-child {
	margin-bottom: 0;
}
.tiles > .tile.dark h3,
.tiles > .tile.dark h4,
.tiles > .tile.dark h5 {
	color: #fff;
}
.tiles .tile.bg-medium a {
	color: #fff;
}
.tiles .tile.bg-medium a:hover > span {
	border-color: rgba(255, 255, 255, 0.5);
}
.tiles h5 {
	margin: 0 0 5px 0;
	opacity: 0.85;
}
.tiles p {
	margin-bottom: 10px;
	font-size: 14px;
}
.tiles .excerpt {
	margin-top: -12px;
	font-size: 14px;
}
.tiles .authors > div,
.tiles .practices > div {
	padding-top: 25px;
}
.tiles .details {
	display: block;
}
.tiles > .end > div {
	position: relative;
	overflow: hidden;
	text-align: right;
}
.tiles > .end > div:before {
	content: url(../img/logo-adlercolvin-mark-dark.svg);
	position: absolute;
	display: block;
	width: 444px;
	height: auto;
	left: 50%;
	top: 50%;
	opacity: 0.08;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tiles > .end .actions {
	right: 40px;
}
.tiles > .tile .more-information {
	margin-top: 25px;
	font-size: 15px;
}
.tiles > .tile .more-information h5 {
	display: inline-block;
	margin: 0 4px 0 0;
}
.tiles > .tile .expandable-content {
	position: relative;
	padding-top: 25px;
}
.tiles > .tile .expandable-content h5 {
	margin: 25px 0 5px 0;
}
.tiles > .tile .expandable-content h5:first-child {
	margin-top: 0;
}
.tiles > .tile .expandable-content .youtube-embed iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
.tiles > .tile.ourfirm.approach > div {
	background: #0f4a7e;
}
.tiles > .tile.ourfirm.community-commitment > div {
	background: #2c71ad;
}
.tiles > .tile.ourfirm.approach h3,
.tiles > .tile.ourfirm.community-commitment h3 {
	opacity: 1;
}
.tiles > .tile.ourfirm.approach h5,
.tiles > .tile.ourfirm.community-commitment h5 {
	margin-top: 40px;
	opacity: 0.35;
}
.tiles > .tile.ourfirm.approach .cms-content p,
.tiles > .tile.ourfirm.community-commitment .cms-content p,
.tiles > .tile.ourfirm.green-business .cms-content p {
	font-size: 20px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tiles > .tile.ourfirm.green-business {
	margin-top: 20px;
}
.tiles > .tile.ourfirm.green-business > div {
	padding-bottom: 0;
}
.tiles > .tile.ourfirm.green-business .left img {
	float: left;
	margin-right: 50px;
	margin-top: 10px;
}
.tiles > .tile.ourfirm.green-business .right {
	overflow: hidden;
}
.tiles > .tile.ourfirm.green-business .cms-content {
	margin-bottom: 35px;
}
.tiles.event-style1 > .tile h3 {
	opacity: 1;
}
.tiles.event-style1 > .tile h3 > span {
	font-weight: 400;
}
.tiles.event-style1 > .tile h3 > span:before {
	content: ' | ';
	display: inline-block;
	padding: 0 5px;
	opacity: 0.8;
}
.tiles.blog-style1 > .tile > div {
	background: #f3f6f8;
}
.tiles.blog-style1 > .tile .blog-tile-image {
	display: block;
	overflow: hidden;
	padding-bottom: 75%;
	outline: 0;
}
.tiles.blog-style1 > .tile .blog-tile-image > span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.15s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.tiles.blog-style1 > .tile .blog-tile-image:hover > span {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	filter: brightness(1.2);
	opacity: 0.9;
}
.tiles.blog-style1 > .tile h4 {
	font-size: 18px;
}

.tiles > .tile .expandable-content > .content {
	display: none;
	padding-bottom: 20px;
}
.tiles.alternating > .tile > div {
	background: #f3f6f8;
}
.tiles.alternating > .tile:nth-child(even) > div {
	background: #daedff;
}

.expandable-content-toggle .arrow-link.before:after {
	background: url(../img/icon-downarrow-blue.svg) center center no-repeat;
	opacity: 1;
	transition: none;
}
.expandable-content-toggle.expanded .arrow-link:after {
	-webkit-transform: scale(1, -1) translate(0, 5px);
	-moz-transform: scale(1, -1) translate(0, 5px);
	-ms-transform: scale(1, -1) translate(0, 5px);
	transform: scale(1, -1) translate(0, 5px);
}
.expandable-content-toggle .showhide:before {
	content: 'Show';
}
.expandable-content-toggle.expanded .showhide:before {
	content: 'Hide';
}

.bio-grid {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}
.bio-grid > .cell {
	position: relative;
	float: left;
	width: 100%;
	padding: 4px;
}
.bio-grid.list > .cell {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5ecf2;
}
.bio-grid.list > .cell:nth-child(-n+3) {
	padding-top: 0;
}
.bio-grid.col-2 > .cell {
	width: 50%;
}
.bio-grid.col-3 > .cell {
	width: 33.33%;
}
.bio-tile {
	position: relative;
	display: block;
	padding-bottom: 72%;
	text-decoration: none;
}
.bio-grid.list .bio-tile {
	padding-right: 20px;
	padding-bottom: 0;
}
.bio-tile .photo {
	position: absolute;
	z-index: -1;
	display: block;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #3c77a2;
	background: -moz-linear-gradient(-45deg, #3c77a2 0%, #316082 100%);
	background: -webkit-linear-gradient(-45deg, #3c77a2 0%,#316082 100%);
	background: linear-gradient(135deg, #3c77a2 0%,#316082 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c77a2', endColorstr='#316082',GradientType=1 );
}
.bio-grid.list .bio-tile .photo {
	position: relative;
	width: 150px;
	height: 108px;
}
.bio-tile .photo:before {
	content: ' ';
	position: absolute;
	z-index: -1;
	display: block;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #399fd2;
	background: -moz-linear-gradient(-45deg, #399fd2 0%, #2b75ad 100%);
	background: -webkit-linear-gradient(-45deg, #399fd2 0%,#2b75ad 100%);
	background: linear-gradient(135deg, #399fd2 0%,#2b75ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#399fd2', endColorstr='#2b75ad',GradientType=1 );
	opacity: 0;
	transition: opacity 0.2s;
}
.bio-tile:hover .photo:before {
	opacity: 1;
}
.bio-tile img {
	position: absolute;
	width: auto;
	height: 325px;
	max-height: calc(100% + 10px);
	right: 0;
	bottom: -5px;
	transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.bio-tile:hover img {
	opacity: 0.8;
}
.bio-grid.list .bio-tile img {
	width: auto;
	height: calc(100% + 20px);
	image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.bio-tile .caption {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.bio-grid.list .bio-tile .caption {
	left: 170px;
	top: 50%;
	bottom: auto;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bio-tile h4,
.bio-tile h5 {
	text-transform: none;
	color: #fff;
}
.bio-tile h4 {
	margin-bottom: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: 500;
}
.bio-grid.list .bio-tile h4 {
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1.1em;
	color: #0068c4;
	border-bottom: 1px solid transparent;
	transition: border 0.1s;
	-webkit-backface-visibility: hidden;
}
.bio-grid.list .bio-tile:hover .caption h4 {
	border-bottom: 1px solid #0068c4;
}
.bio-tile h5 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
.bio-grid.list .bio-tile h5 {
	color: #00427c;
}

.right-bar-item {
	margin-bottom: 30px;
	font-size: 14px;
	color: #fff;
}
.right-bar-item h3 {
	margin-bottom: 0;
}
.right-bar-item h6 {
	margin-top: 2em;
	opacity: 0.75;
}
.right-bar-item .bio-tile {
	height: 225px;
	padding-bottom: 0;
}
.right-bar-item .bio-tile img {
	width: auto;
	height: 100%;
	bottom: 0;
	-webkit-backface-visibility: hidden;
}
.right-bar-item .bio-tile h4 {
	font-size: 16px;
}
.right-bar-item.dk-blue,
.right-bar-item.publications,
.right-bar-item.bio-details,
.right-bar-item.practicearea-details {
	padding: 40px 30px;
	background-color: #0f4a7e;
}
.right-bar-item.lt-blue,
.right-bar-item.subscribe,
.right-bar-item.bio,
.right-bar-item.contact {
	padding: 40px 30px;
	background-color: #2c71ad;
}
.right-bar-item.bio-details,
.right-bar-item.practicearea-details {
	font-size: 16px;
}
.right-bar-item.bio-details h3,
.right-bar-item.practicearea-details h3 {
	margin-top: 40px;
	margin-bottom: 15px;
}
.right-bar-item.bio-details h3:first-child,
.right-bar-item.practicearea-details h3:first-child {
	margin-top: 0;
}
.right-bar-item.bio-details .check-list > li,
.right-bar-item.practicearea-details .check-list > li {
	margin-top: 6px;
}
.right-bar-item.bio-details .check-list > li:first-child,
.right-bar-item.practicearea-details .check-list > li:first-child {
	margin-top: 0;
}
.right-bar-item.bio-details .dropdown,
.right-bar-item.practicearea-details .dropdown {
	margin-top: 30px;
	opacity: 1;
}
.right-bar-item.bio-details .dropdown:first-child,
.right-bar-item.practicearea-details .dropdown:first-child {
	margin-top: 0;
}
.right-bar-item.practicearea-details .viewclients-button {
	margin-top: 20px;
}
.right-bar-item.explore-blog > h3 {
	margin-bottom: 20px;
}
.right-bar-item.explore-blog > div {
	width: 100%;
	margin-bottom: 4px;
}
.right-bar-item.explore-blog > div:last-child {
	margin-top: 12px;
	margin-bottom: 0;
}
.right-bar-item.subscribe .input-text {
	margin-bottom: 20px;
}
.right-bar-item.twitter h3,
.right-bar-item.twitterx h3 {
	color: #00427c;
}
.right-bar-item.twitter h3 .icon,
.right-bar-item.twitterx h3 .icon {
	width: 12px;
	height: 12px;
	top: -2px;
	margin-right: 3px;
}
.right-bar-item.twitter .twitter-wrap,
.right-bar-item.twitterx .twitterx-wrap {
	margin-top: 15px;
	padding: 15px 20px;
	border: 1px solid #e5ecf2;
}
.right-bar-item.bio h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}
.right-bar-item.bio h4 {
	margin: 0 0 20px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.right-bar-item.bio .button {
	margin-top: 25px;
}
.right-bar-item.contact .button {
	margin-top: 25px;
}
.right-bar-item .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.right-bar-item .contact-list > li {
	margin-top: 6px;
}
.right-bar-item.bio .contact-list > li:first-child {
	margin-top: 0;
}

.practices-grid {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}
.practices-grid > .cell {
	position: relative;
	float: left;
	width: 100%;
	padding: 4px;
}
.practices-grid.col-4 > .cell {
	width: 25%;
}
.practices-grid.col-3 > .cell {
	width: 33.33%;
}
.practices-grid.col-2 > .cell {
	width: 50%;
}
.practices-grid .cell > a,
.practices-grid .cell > span {
	position: relative;
	display: block;
	height: 240px;
	text-decoration: none;
	color: #fff;
	background: #0f4a7e;
	transition: background 0.2s;
	-webkit-backface-visibility: hidden;
}
.practices-grid.practices-grid-secondary .cell > a,
.practices-grid.practices-grid-secondary .cell > span {
	background: #4b779d;
}
.practices-grid .cell > a:hover {
	background: #0068c4;
}
.practices-grid .cell > span:hover {
	background: #2c71ad;
}
.practices-grid .caption {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	padding: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.2s;
}
.practices-grid.practices-grid-blog-style .caption {
	top: auto;
	text-align: left;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.practices-grid .description {
	position: absolute;
	display: block;
	overflow: hidden;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	font-size: 16px;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: all 0.2s;
}
.practices-grid .description p:first-child {
	margin-top: 0;
}
.practices-grid .description p:last-child {
	margin-bottom: 0;
}
.practices-grid.practices-grid-blog-style h3 {
	margin-bottom: 10px;
}
.practices-grid h4 {
	margin-bottom: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.practices-grid.practices-grid-blog-style h4 {
	margin-top: 0;
	font-size: 18px;
}
.practices-grid.practices-grid-blog-style .description h4 {
	height: 120px;
	margin-bottom: 10px;
	font-size: 12px;
}
.practices-grid .cell > a:hover .caption,
.practices-grid .cell > span:hover .caption {
	margin-top: 10px;
	opacity: 0;
}
.practices-grid .cell > a:hover .description,
.practices-grid .cell > span:hover .description {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.intro {
	text-align: center;
}
.intro > .content {
	padding-top: 90px;
	padding-bottom: 90px;
}
.intro h3 {
	margin-bottom: 35px;
}
.intro .cms-content {
	position: relative;
	width: 800px;
	left: 50%;
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.intro .actions {
	margin-top: 35px;
}
#home-intro .cms-content {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
}
.grid-list {
	display: table;
	margin: 50px 0;
	padding: 0;
    border-spacing: 7px 0;
    border-collapse: separate;
	list-style: none;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7em;
	text-align: left;
}
.grid-list > li {
	position: relative;
	display: table-cell;
	width: 33%;
	padding: 25px 30px 25px 50px;
	background: #daedff;
}
.grid-list > li:before {
	position: absolute;
	content: url(../img/icon-rightarrow.svg);
	width: 10px;
	height: 15px;
	left: 30px;
	top: 26px;
	opacity: 0.5;
}

.tiles > .tile.clients > div {
	padding: 180px 20%;
	text-align: center;
	background: #1b2b3e url(../img/graphic-clients-background.jpg) center center no-repeat;
	background-size: cover;
}
.clients h4 {
	margin-bottom: 30px;
	font-size: 32px;
	color: #fff;
}

.content-container .filters {
	padding-bottom: 35px;
}
.filters.grid > .cell {
	vertical-align: middle;
}
.filters .display .display-button {
	display: inline-block;
	margin-left: 20px;
	line-height: 1;
	opacity: 0.35;
	cursor: pointer;
	transition: opacity 0.15s;
}
.filters .display .display-button:first-child {
	margin-left: 0;
}
.filters .display .display-button.active {
	cursor: default;
	opacity: 1;
}
.filters .display .display-button:not(.active):hover {
	opacity: 1;
}

#filter-clear-btn {
	display: none;
	margin-left: 10px;
	white-space: nowrap;
	color: #0068c4;
}

.tiles.publications-style1 > .tile:last-child {
	margin-bottom: 0;
}
.tiles.publications-style1 h3 {
	margin-bottom: 10px;
}
.tiles.publications-style1 h3 .source {
	display: inline-block;
	margin-left: 6px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	opacity: 0.45;
}
.tiles.publications-style1 h5 {
	opacity: 0.75;
}
.tiles.publications-style1 .excerpt p:first-child {
	margin-top: 0;
}
.tiles.publications-style1 .excerpt p:last-child {
	margin-bottom: 0;
}
.tiles.publications-style1 .practices ul {
	font-size: 14px;
}

.page-controls-grid > .cell:first-child {
	padding-right: 40px;
}
.pagination {
	white-space: nowrap;
}
.pagination .pages {
	margin: 0 10px;
	cursor: default;
}
.pagination .pages .link {
	display: inline-block;
	padding: 0 2px;
	font-size: 15px;
}
.pagination .pages li.current a {
	color: #00427c;
	pointer-events: none;
}
.pagination .pages li:after {
	content: '|';
	display: inline-block;
	margin: 0 0 0 4px;
	font-size: 15px;
	font-weight: 800;
	color: #337ab7;
	opacity: 0.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pagination .pages li:last-child:after {
	display: none;
}

.blog-article-photo {
	margin-bottom: 40px;
}
.blog-article-photo img {
	width: 100%;
	height: auto;
}
.blog-article-authors,
.blog-article-addtlauthors,
.blog-article-practices,
.blog-article-tags,
.blog-article-original {
	margin-bottom: 15px;
	font-size: 14px;
}
.blog-article-authors h5,
.blog-article-practices h5 {
	display: inline-block;
	margin: 0 10px 0 0;
	opacity: 0.75;
}
.blog-article-addtlauthors {
	margin-top: 25px;
}
.blog-article-addtlauthors h5 {
	display: inline-block;
	margin: 0;
	text-transform: none;
}
.blog-article-addtlauthors ul {
	font-style: italic;
}
.blog-article-original {
	margin-top: 45px;
	margin-bottom: 0;
}
.blog-article-original h5 {
	margin: 0;
	text-transform: none;
}
.blog-article-original h5 em {
	font-weight: 400;
}
.blog-article-tags h5 {
	font-size: 15px;
	line-height: 1.1;
	text-transform: none;
}
.blog-article-meetauthors {
	margin-top: 50px;
}
.blog-article-meetauthors .bio-grid .bio-tile {
	height: 215px;
}
.blog-article-meetauthors .bio-grid .bio-tile h4 {
	font-size: 18px;
}
.blog-article-disclaimer {
	margin-top: 85px;
	padding: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #0f4a7e;
}
.blog-article-footnotes {
	position: relative;
	padding-top: 30px;
	font-size: 13px;
	font-weight: 400;
}
.blog-article-footnotes:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 2px;
	background: #a0aea0;
}
.blog-article-download {
	margin-top: 40px;
}

.left-heading-list h5 {
	display: inline-block;
	float: left;
	margin: 0 6px 0 0;
}
.left-heading-list ul {
	display: block;
	overflow: hidden;
}
.left-heading-list ul > li {
	display: inline-block;
}

.clients-grid {
	-webkit-backface-visibility: hidden;
}
.clients-grid > .cell:nth-child(1) {
	width: 32.5%;
	padding-right: 30px;
}
.clients-grid > .cell:nth-child(2) {
	width: 35%;
	padding-left: 30px;
	padding-right: 30px;
}
.clients-grid > .cell:nth-child(3) {
	width: 32.5%;
	padding-left: 30px;
}

.clients-grid .info-tooltip-wrap {
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
}
.clients-grid .info-tooltip-wrap:before {
	content: url(../img/icon-info.svg);
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	top: 1px;
	margin-left: 1px;
	opacity: 0.5;
	transition: opacity 0.15s;
	transition-delay: 0.1s;
}
.clients-grid .info-tooltip-wrap.active .info-tooltip {
	visibility: visible;
	opacity: 1;
	transition-delay: 0.15s;
	
}
.clients-grid .info-tooltip-wrap.active .caption:after {
	opacity: 1;
}
.info-tooltip {
	position: absolute;
	visibility: hidden;
	z-index: 9999;
	left: 60px;
	padding-top: 15px;
	opacity: 0;
	transition: visibility 0s linear 0.15s, opacity 0.15s linear;
}
.clients-grid > .cell:last-child .info-tooltip {
	left: auto;
	right: 0;
}
.clients-grid .info-tooltip > .arrow {
	position: absolute;
	width: 17px;
	height: 9px;
	top: 6px;
	left: 20px;
	line-height: 0;
}
.clients-grid .info-tooltip > .arrow:before {
	content: url(../img/icon-tooltip-arrow.svg);
	width: 17px;
	height: 9px;
}
.clients-grid .info-tooltip > .tooltip {
	position: relative;
	display: block;
	width: 400px;
	padding: 20px;
	font-size: 14px;
	color: #fff;
	background: #0f4a7e;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}
.clients-grid .info-tooltip .link {
	text-transform: none;
}

#clients-bottom-notice {
	margin-top: 55px;
	font-size: 14px;
	font-style: italic;
}

#share {
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
}
#share .share-wrap {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	transition: top 0.3s ease-in-out;
}
#share .share-button {
	float: right;
	cursor: pointer;
	pointer-events: auto;
	transition: background 0.2s;
}
#share .share-button:hover {
	background: #0068c4;
}
#share .share-content {
	clear: both;
	width: 400px;
	padding: 30px;
	font-size: 15px;
	background: #fff;
	transition: box-shadow 0.2s;
	pointer-events: auto;
}
#share.open .share-content {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 66, 124, 0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 66, 124, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 66, 124, 0.2);
}
#share .share-content p {
	margin: 0;
}
#share .at-share-btn-elements {
	margin-top: 35px;
	text-align: center;
}
#share .at-style-responsive .at-share-btn {
	margin: 0 7px 0 0 !important;
	background: #00427c !important;
}
#share .at-style-responsive .at-share-btn:last-child {
	margin-right: 0 !important;
}
#share .at-style-responsive .at-share-btn:hover,
#share .at-style-responsive .at-share-btn:focus {
	background: #0068c4 !important;
	-webkit-transform: none !important;
	transform: none !important;
	outline: none !important;
}

.map {
	border: 1px solid #99b679;
	height: 375px;
}

.careers-container,
.bio-content-container {
	font-size: 20px;
	font-weight: 300;
}

.section-intro {
	font-size: 26px;
	font-weight: 300;
}
.section-intro.medium {
	font-size: 20px;
	font-weight: 300;
}

.faq-container h3 {
	margin-bottom: 30px;
}
.faq-container h5 {
	opacity: 0.6;
}
.faq-block {
	margin-top: 30px;
}
.faq-block:first-child {
	margin-top: 0;
}
.faq-block > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq-block > ul > li {
	position: relative;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e5ecf2;
}
.faq-block > ul > li:last-child {
	border-bottom: 0;
}
.faq-block > ul > li:before {
	content: url(../img/icon-faq-expand.svg);
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top: 16px;
}
.faq-block > ul > li.expanded:before {
	content: url(../img/icon-faq-collapse.svg);
}
.faq-block .question {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 20px;
	color: #0068c4;
	cursor: pointer;
}
.faq-block > ul > li:not(.expanded) .question:hover {
	color: #00427c;
}
.faq-block .expanded .question {
	color: #000;
}
.faq-block .answer {
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 300;
}
.faq-grid > .cell {
	width: 50%;
}
.faq-grid > .cell:first-child {
	padding-right: 20px;
}
.faq-grid > .cell:last-child {
	padding-left: 20px;
}
.faq-resources-grid > .cell:first-child {
	padding-right: 30px;
}
.faq-resources-grid > .cell:last-child {
	padding-left: 30px;
}

#faq-show-all .state:before {
	content: 'Show';
}
#faq-show-all.hide .state:before {
	content: 'Hide';
}

.resources-events-container.col-2 .tiles > .tile {
	width: 50%;
}

.practices-matter {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 300;
}
.practices-matter h4 {
	margin-bottom: 0;
}
.practices-matter > a {
	display: inline-block;
	margin-top: 10px;
}

.alert {
	display: none;
	position: relative;
	z-index: 10;
	background: #fff;
}
body.menu-fixed .alert {
	z-index: 8;
}
.alert > .content {
	padding: 10px 0;
}
.alert .wrap {
	padding: 15px 30px;
	border: 1px solid #8aac78;
	font-size: 14px;
}
.alert .cell:first-child {
	width: 65%;
	padding-right: 40px;
}
.alert .cell:last-child {
	text-align: right;
	white-space: nowrap;
}
.alert .input-text {
	display: inline-block;
	width: 270px;
}
.alert .input-text input[type="text"] {
	font-size: 14px;
}
.alert .close {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 30px;
	background: url(../img/icon-close-blue.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: opacity 0.15s;
}
.alert .close:hover {
	opacity: 0.7;
}

.sitemap-grid {
	margin-top: 60px;
}
.sitemap-grid:first-child {
	margin-top: 0;
}
.sitemap-grid > .cell {
	width: 37.5%;
	padding-right: 60px;
}
.sitemap-grid > .cell:last-child {
	width: 25%;
	padding-right: 0;
}
.sitemap-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap-grid .main-nav li {
	margin: 10px 0;
}
.sitemap-grid .main-nav a {
	font-size: 20px;
}
.sitemap-grid .secondary-nav li {
	margin: 10px 0;
}

ul.portal-contacts {
	margin-top: 30px;
}
.portal-contacts > li {
	margin: 10px 0;
}
.portal-notes {
	display: block;
	margin-top: 50px;
	font-size: 14px;
}
#portal-login-form .input-text {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
#portal-login-form .input-text input[type="password"] {
	height: 46px;
}
#portal-login-form .button {
	margin-left: 4px;
}
#portal-login-form h5 {
	margin: 30px 0 10px 0;
	opacity: 1;
}
#portal-login-notice {
	position: relative;
	margin-top: 40px;
	padding-left: 20px;
}
#portal-login-notice input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 3px;
}

.mfp-popup {
	position: relative;
	max-width: 900px;
	min-height: 75px;
	margin: 40px auto;
	padding: 20px 30px;
	font-size: 14px;
	text-align: left;
	background: #fff;
}
.mfp-popup.mfp-popup-wide {
	max-width: 75%;
}
.mfp-popup.mfp-popup-narrow {
	max-width: 600px;
}
.mfp-popup h2 {
	margin: 1em 0 40px 0;
	padding: 0 40px 20px 0;
	border-bottom: 1px solid #e5ecf2;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: 400;
}
.mfp-popup h2:first-child {
	margin-top: 0;
}
.mfp-popup.mfp-popup-legal h3 {
	margin: 2em 0 0 0;
	text-transform: none;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
button.mfp-close,
button.mfp-close:active {
	top: 16px;
	right: 16px;
	color: transparent !important;
	transition: opacity 0.15s;
}
button.mfp-close:after {
	content: url(../img/icon-close-blue.svg);
	position: absolute;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	line-height: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mfp-popup-form h3 {
	margin: 20px 0 4px 0;
}

#explore-dropdown {
	display: none;
	width: 250px;
}

#portal-contact-list {
	margin-top: 30px;
}
#portal-contact-list .phone {
	font-size: 13px;
}
#portal-disclaimer {
	margin-top: 50px;
	font-size: 14px;
}

.portal-login-grid {
	position: relative;
	width: 1050px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.portal-login-grid > .cell:first-child {
	width: 430px;
	padding-right: 7px;
}

.search-resultsinfo {
	display: none;
}
.search-resultsinfo:before {
	content: 'Currently Viewing: ';
}
.search-resultsinfo.no-results:before {
	content: 'No Results';
}
#blogpost-resultsinfo.search-resultsinfo:before {
	content: 'Showing Posts By: ';
}
#blogpost-resultsinfo.search-resultsinfo.is-search:before {
	content: 'Showing Results For: ';
}
#blogpost-resultsinfo.search-resultsinfo.is-index:before {
	content: 'Showing All Blog Posts';
}
#blogpost-resultsinfo.search-resultsinfo.no-results:before {
	content: 'No Results';
}
.search-noresults {
	display: none;
	margin-top: 20px;
}
.search-noresults .input-text {
	max-width: 350px;
}

.ajax-actions {
	margin-top: 40px;
	text-align: center;
}
.ajax-actions .loadmore-btn {
	display: none;
}

.loading-icon {
	position: relative;
	display: none;
	height: 100px;
}
.loading-icon:before {
	content: url(../img/logo-adlercolvin-mark-dark.svg);
	position: absolute;
	width: 73px;
	height: 70px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.loading-icon.animate:before {
	animation: fadeInOut 1s infinite;
}
@keyframes fadeInOut {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
}

/* WordPress Admin Bar */
#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-search {
	display: none !important;
}
#wp-admin-bar-new-media,
#wp-admin-bar-new-page,
#wp-admin-bar-new-practice_area,
#wp-admin-bar-new-user,
#wp-admin-bar-gravityforms-new-form {
	display: none !important;
}

/* Forms */
.ac-form > .row {
	margin-top: 20px;
}
.ac-form > .row:first-child {
	margin-top: 0;
}
.ac-form > .row > .cell {
	float: left;
	width: 100%;
}
.ac-form > .row.col-2 > .cell {
	width: calc(50% - 20px);
}
.ac-form > .row.col-2 > .cell:first-child {
	margin-right: 20px;
}
.ac-form > .row.col-2 > .cell:last-child {
	margin-left: 20px;
}
.ac-text-field {
    position: relative;
    margin-bottom: 45px;
}
.ac-text-field input,
.ac-text-field textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(60, 86, 109, 0.4);
}
.ac-text-field textarea {
    height: 120px;
}
.ac-text-field.focused input,
.ac-text-field.focused textarea {
    outline: none;
}
.ac-text-field label {
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    font-size: 16px;
	opacity: 0.4;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.ac-text-field.focused label,
.ac-text-field.filled label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
	opacity: 1;
}
.ac-text-field.invalid label {
    color: #c40000;
}
.ac-text-field .bar {
    position: relative;
    display: block;
    width: 100%;
}
.ac-text-field .bar:before,
.ac-text-field .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #0068c4;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.ac-text-field.invalid .bar:before,
.ac-text-field.invalid .bar:after {
    background: #c40000;
}
.ac-text-field .bar:before {
    left: 50%;
}
.ac-text-field .bar:after {
    right: 50%;
}
.ac-text-field.focused .bar:before,
.ac-text-field.focused .bar:after,
.ac-text-field.invalid .bar:before,
.ac-text-field.invalid .bar:after {
    width: 50%;
}
.ac-notice {
	clear: both;
	margin: 1em 0 2em 0;
	font-size: 14px;
}
.ac-notice:first-child {
	margin-top: 0;
}
.ac-notice.ac-notice-contact-page {
	margin-bottom: 3.5em;
}
.ac-messages {
	display: none;
}
.ac-messages .ac-message {
	position: relative;
	padding: 15px 20px 15px 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
}
.ac-messages .ac-message:before {
	position: absolute;
	display: none;
	left: 20px;
	padding-right: 6px;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 900;
}
.ac-messages .ac-message.dismissible > .close {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	padding: 2px 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.4;
	transition: opacity 0.2s;
	cursor: pointer;
}
.ac-messages .ac-message.dismissible > .close:hover {
	opacity: 0.75;
}
.ac-messages .ac-message.dismissible > .close:before {
	content: '\00d7';
}
.ac-messages .ac-error {
	color: #a93411;
	border: 1px solid #efe0e0;
	background-color: #fff8f8;
}
.ac-messages .ac-error:before {
	content: '\0024D8';
	display: inline-block;
}
.ac-messages .ac-success {
	color: #228432;
	border: 1px solid #d0e6d4;
	background-color: #f8fff7;
}
.ac-messages .ac-success:before {
	content: '\02713';
	display: inline-block;
}
.ac-actions {
	clear: both;
	margin-top: 1em;
}
.ac-actions .submit-cell {
	vertical-align: bottom;
}

.article-content {
	margin: 20px 0 30px 0;
	font-size: 20px !important;
	font-weight: 300;
}
.article-content * {
	font-size: 20px !important;
	letter-spacing: 0.05em !important;
}
.article-content .nbsp {
	font-family: monospace;
}
.article-content ol {
	padding-left: 1em;
}
.article-content ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
.article-content ul > li {
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
.article-content ul > li:first-child {
	margin-top: 0;
}
.article-content ul > li:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: 0;
	top: 0.4em;
	background: url(../img/icon-rightarrow.svg) center center no-repeat;
	opacity: 0.3;
}
.article-content table,
.article-content table * {
	font-size: 18px !important;
}
.article-content table {
	width: 100% !important;
	height: auto !important;
	border: 1px solid #ccc;
}
.article-content table t4,
.article-content table td,
.article-content table th {
	height: auto !important;
}
.article-content table td,
.article-content table th {
	padding: 15px 10px;
	vertical-align: top;
}
.article-content thead,
.article-content th {
	background: #f2f5f9;
}
.article-content sup,
.article-content sup * {
	font-size: 10px !important;
	color: #00427c !important;
}
.article-content sup {
	vertical-align: baseline;
	position: relative;
	top: -8px;
}
.article-content img.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.article-content img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
/*.blog-article-masthead .cta .button{*/
/*    display: none;*/
/*}*/