/* test */
* {
	font-size: 100.01%;
}

html {
	/* font-size: 62.5%; */
	font-size: 10px;
}

body {
	margin: 0;
	color: #000;
	font: 1.2em/1.5em 'roboto', sans-serif;
	font-weight: 400;
	background: #fff;
	min-width: 990px;

	-webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home {
	background-color: #f6f6f6;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% 'roboto', sans-serif;
	vertical-align: middle;
	color: #000;
	box-shadow: none;
	border-radius: 0;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

q {
	quotes: none;
}

q:before {
	content: '';
}

q:after {
	content: '';
}

input:focus {
	outline: none;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	/* padding: 13px 0 0; */
	position: relative;
}

.skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

.header-wrapper {
	background-color: #002434;
	padding-top: 34px;
}

#header {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

.search-box {
	width: 930px;
	overflow: hidden;
	/* margin: 0 0 15px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 0;
}

/* .home .search-box{margin: 0 0 55px;} */
.search-form {
	/* width:215px; */
	/* float:right; */
	padding-right: 13px;
}

.search-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.search-form .row.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* highlights */

.highlights_list {
	min-width: 938px;
    margin-left: -7px;
}

.highlights_list .lists {
	margin: 24px 0;
	line-height: 1;
	color: #1889e3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.highlights_list .lists .lists-image {
	overflow: hidden;
	width: 140px;
	height: 169px;
}

.highlights_list .lists .lists-info {
	padding: 10px;
}

.highlights_list .lists .lists-info span {
	display: block;
}

.highlights_list .lists a.link-container {
	line-height: 1.4;
}

.highlights_list .lists a.img-container {
	display: block;
	float: left;
}

.highlights_list .lists img {
	width: 100px;
	height: auto;
	margin-right: 20px;
	vertical-align: top;
}

/* */
.search-form .text {
	/* background:url(..//images/bg-input.gif) no-repeat; */
	/* width: 169px; */
	/* padding:0 5px; */
	/* height: 31px; */
	float: left;
	padding-left: 2px;
	width: 368px;
	background: transparent;
	border-bottom: 1px solid #fff;
}

.search-form .text input {
	background: none;
	font-family: 'roboto', sans-serif;
	border: none;
	color: #fff;
	float: left;
	margin: 0;
	padding: 4px 67px 7px 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-style: normal;
	letter-spacing: 0.16px;
	line-height: normal;
}

.btn-search {
	/* background:url(..//images/btn-search.gif) no-repeat; */
	/* width: 29px; */
	/* height: 26px; */
	border: none;
	cursor: pointer;
	/* float:left;
	margin: 3px -1px 0 7px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0; */
	width: 62px;
	height: 25px;
	margin: 0;
	float: none;
	background: #0da4c2;
	color: #fff;
	font-size: 14px;
	line-height: 1.24;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 0 6px;
}

.btn-search:hover {
	background-color: #006c9d;
}

.nav-holder {
	float: right;
	font-size: 0.917em;
	line-height: 1.273em;
	text-transform: uppercase;
	color: #666;
}

.nav-holder span {
	float: right;
	padding: 9px 0 0;
}

.sub-nav {
	list-style: none;
	margin: 0 0 0 -6px;
	display: inline;
	padding: 0;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-nav li {
	float: left;
	/* background: url(..//images/separator-01.gif) no-repeat 0 1px; */
	padding: 0 7px;
}

.sub-nav li:first-child,
.sub-nav li.first-child {
	background: none;
}

.sub-nav li a {
	white-space: nowrap;
	color: #1889e3;
}

.sub-nav li a svg {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.sub-nav li a svg:hover {
	fill: #0da4c2;
}

.sub-nav li a .icon-print {
	width: 26px;
	height: 26px;
}

.sub-nav li a .icon-share {
	width: 18px;
	height: 20px;
}

.sub-nav li a .icon-email {
	width: 24px;
	height: 18px;
}

.nav-search-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	margin-right: 14px;
}

.nav-search-wrapper svg {
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.nav-search-wrapper svg:hover {
	fill: #0da4c2;
}

#header .holder {
	height: 1%;
}

#header .logo-box {
	width: 323px;
	float: left;
	padding: 0;
	margin: -16px 0 0 0;
}

.logo-page,
.logo-home {
	background: url(..//images/logo-home-white.svg) no-repeat;
	width: 323px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}

.logo {
	background: url(..//images/logo.gif) no-repeat;
	width: 272px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	margin: -2px 0 0;
}

.logo-page a,
.logo-home a,
.logo a {
	height: 100%;
	display: block;
}

#nav {
	/* width:502px; */
	float: right;
	/* font-size:1.167em; */
	/* line-height:1.786em; */
	/* color:#002f43; */
	/* margin: 0 -37px 0 0; */
	padding-right: 8px;
	padding-top: 20px;
}

#nav ul {
	padding: 5px 0 25px 0;
	float: left;
	/* background: url(..//images/bg-box.gif) no-repeat; */
	list-style: none;
	margin: 0;
	padding-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home #nav ul {
}

#nav ul li {
	margin: 0 14px;
	padding: 0;
}

#nav ul li:first-child {
	margin-left: 0;
}

#nav ul li:last-child {
	margin-right: 0;
}

#nav ul a {
	color: #ffffff;
	font-family: 'roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	font-style: normal;
	letter-spacing: 0.18px;
	text-decoration: none;
	position: relative;
}

#nav ul a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background-color: #0da4c2;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#nav ul a.is-active:after,
#nav ul a:hover:after {
	opacity: 1;
}

#nav ul .text-choose {
	background: url(..//images/bg-text.gif) no-repeat;
	width: 180px;
}

#nav ul .text-choose:hover {
	background-position: -180px 0;
}

#nav ul .text-choose.active {
	background-position: -360px 0;
}

#nav ul .text-groups {
	background: url(..//images/bg-text.gif) no-repeat 0 -13px;
	width: 125px;
}

#nav ul .text-groups:hover {
	background-position: -180px -13px;
}

#nav ul .text-groups.active {
	background-position: -360px -13px;
}

#nav ul .text-people {
	background: url(..//images/bg-text.gif) no-repeat 0 -26px;
	width: 70px;
}

#nav ul .text-people:hover {
	background-position: -180px -26px;
}

#nav ul .text-people.active {
	background-position: -360px -26px;
}

#nav ul .text-clients {
	background: url(..//images/bg-text.gif) no-repeat 0 -39px;
	width: 67px;
}

#nav ul .text-clients:hover {
	background-position: -180px -39px;
}

#nav ul .text-clients.active {
	background-position: -360px -39px;
}

#nav ul .text-news {
	background: url(..//images/bg-text.gif) no-repeat 0 -52px;
	width: 137px;
}

#nav ul .text-news:hover {
	background-position: -180px -52px;
}

#nav ul .text-news.active {
	background-position: -360px -52px;
}

#nav ul .text-visit {
	background: url(..//images/bg-text.gif) no-repeat 0 -65px;
	width: 100px;
}

#nav ul .text-visit:hover {
	background-position: -180px -65px;
}

#nav ul .text-visit.active {
	background-position: -360px -65px;
}

.home .visual {
	height: 211px;
	margin: 0 0 17px;
	position: relative;
	background-color: black;
}

.home .visual__video-fixed {
	z-index: 2;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 1px;
	position: absolute;
}

.home .visual .visual-bg {
	z-index: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	background: url('/images/bg-hero-homevideo.jpg') no-repeat center center;
	background-size: cover;
}

.home.hide-video .visual .visual-bg {
	display: block;
}

.home .visual video {
	width: 100vw;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.home.hide-video .visual video {
	display: none;
}

.home .visual__video-fixed video,
.home .visual__video-fixed .bg-vimeo {
	left: -1000px;
	width: 2000px;
	height: auto;
	position: absolute;
}

.home .visual__video-fixed .bg-vimeo:before,
.home .visual__video-fixed .bg-vimeo:after {
	width: 100vw;
	top: 0;
	bottom: 0;
	background-color: black;
	content: '\A';
	position: absolute;
}

.home .visual__video-fixed .bg-vimeo:before {
	right: 100%;
}

.home .visual__video-fixed .bg-vimeo:after {
	left: 100%;
}

.home .visual__video-fixed .bg-vimeo iframe {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 1200px) {
	.home .visual .visual-bg {
		/*display: block;*/
	}
	.home .visual video {
		/*display: none;*/
	}
}

.visual {
	width: 100%;
	overflow: hidden;
	/* background: url(..//images/img-03.jpg) no-repeat 50% 0; */
	background-color: #002434;
	height: 119px;
	margin: 0 0 4px;
	margin-top: -1px;
}

.visual .holder {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 0;
}

.home .visual .holder {
	z-index: 5;
	position: relative;
	padding: 61px 0 0;
}

.visual h2 {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.36px;
	color: #fff;
	margin: 0;
}

.visual .text-holder {
	width: 435px;
	float: right;
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #fff;
}

.visual .text-holder p {
	margin: 0;
}

.visual .text-holder p em {
	font-family: 'Lato', 'Arial', sans-serif;
	display: block;
	font-style: normal;
	margin-bottom: -10px;
}

* html .visual .text-holder p em {
	margin-bottom: -2px;
}

* + html .visual .text-holder p em {
	margin-bottom: -2px;
}

#main {
	width: 930px;
	margin: 0 auto 26px;
}

.home #main {
	margin-bottom: 0;
}

#main:after,
.columns ul:after {
	clear: both;
	content: '';
	display: block;
}

#aside {
	width: 377px;
	float: left;
}

#main h2:not(.highlights-info__item h2) {
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #909090;
	margin: 0 0 17px;
}

#main .highlights_list h2.display-1 {
	color: #c1c8ce;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-size: 90px;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 40px;
	height: auto;
}

* html #main h2 {
	margin: 0 0 20px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html #main h2 {
	margin: 0 0 20px;
	font-family: 'Lato', 'Arial', sans-serif;
}

.post {
	width: 377px;
	overflow: hidden;
	margin: 0 0 25px;
	padding: 0 0 13px;
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
}

.post .date {
	font-style: normal;
	display: block;
	color: #787878;
}

.post p {
	margin: 0 0 10px;
}

.more {
	font-size: 1.1em;
	line-height: 1.125em;
	color: #002f43;
	background: url(..//images/bullet-02.gif) no-repeat 100% 5px;
	padding: 0 12px 0 0;
	font-weight: 400;
	font-family: 'Lato', 'Arial', sans-serif;
}

#content {
	width: 433px;
	float: right;
	padding: 5px 0 0;
}

#content:after {
	content: '';
	display: block;
	clear: both;
}

#content p {
	margin: 0 0 40px;
}

.aside-holder {
	height: 1%;
}

.aside-holder:after {
	content: '';
	display: block;
	clear: both;
}

#content .box {
	background: #ecf1f6 url(..//images/bg-aside-box.gif) no-repeat;
	width: 421px;
	float: right;
	position: relative;
}

#content .box:after {
	content: '';
	display: block;
	clear: both;
}

#content .box .holder {
	height: 1%;
	background: url(..//images/bg-aside-box.gif) no-repeat -421px 100%;
	padding: 10px 0 8px;
}

#content .box .holder:after {
	content: '';
	display: block;
	clear: both;
}

#content .video-holder {
	width: 158px;
	float: left;
	margin: -24px 0 0 -14px;
	position: relative;
}

#content .video-holder img {
	vertical-align: top;
}

.btn-play {
	background: url(..//images/btn-play.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	position: absolute;
	right: 9px;
	top: 21px;
}

#content .list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 259px;
	float: right;
}

#content .list li {
	width: 245px;
	padding: 0 0 1px 0;
	float: left;
}

#content .list a {
	background: url(..//images/bullet-01.gif) no-repeat 0 7px;
	padding-left: 12px;
	display: block;
	color: #000;
}

.content {
	width: 734px;
	float: right;
	margin: -35px -6px 0 0;
	position: relative;
	overflow: hidden;
}

.content .t {
	background: url(..//images/bg-content-t.png) no-repeat;
	height: 11px;
	overflow: hidden;
}

.content .c {
	background: url(..//images/bg-content.png) repeat-y;
	height: 1%;
	padding: 0 7px 33px;
}

.content .c:after {
	clear: both;
	content: '';
	display: block;
}

.content .b {
	background: url(..//images/bg-content-b.png) no-repeat;
	height: 11px;
	font-size: 0;
	line-height: 0;
}

.content .b:after {
	clear: both;
	content: '';
	display: block;
}

.content .holder {
	margin: 16px 0 0;
	float: left;
	position: relative;
}

.content .choose-holder {
	margin-top: -4px;
}

.content .gallery {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.content .gallery img {
	display: block;
}

.gallery .frame {
	float: left;
}

/**********************************************************************[ BEGIN PLAYLIST ]*/
.gallery .switcher {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.gallery .switcher li {
	width: 226px;
	height: 88px;
	vertical-align: top;
}

.gallery .switcher a {
	background: url(..//images/bg-switcher.gif) no-repeat;
	width: 143px;
	height: 88px;
	display: table;
	padding: 0 63px 0 20px;
	color: #000;
	cursor: pointer;
}

.safari3 .gallery .switcher a {
	width: 226px;
}

.safari4 .gallery .switcher a {
	width: 226px;
}

.safari5 .gallery .switcher a {
	width: 226px;
}

.chrome .gallery .switcher a {
	width: 226px;
}

.gallery .switcher a:hover,
.gallery .switcher li.active a {
	background: url(..//images/bg-switcher-hov.gif) no-repeat;
	text-decoration: none;
}

.gallery .switcher .text {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
}

.gallery .switcher .title {
	font-size: 14px;
	line-height: 19px;
}

.gallery .switcher a:hover .title {
	text-decoration: underline;
}

.gallery .switcher li.active a:hover .title {
	text-decoration: none;
}

.gallery .switcher .now,
.gallery .switcher .launch {
	display: block;
	font-size: 10px;
	line-height: 14px;
}

.gallery .switcher .now {
	color: #e7a300;
}

.gallery .switcher .launch {
	color: #1889e3;
}

.gallery .switcher a:hover .launch {
	color: #e7a300;
}

/**********************************************************************[ END PLAYLIST ]*/
.content .text-holder {
	margin: 0 30px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'roboto', sans-serif;
	font-weight: 400;
}

.content .text-frame {
	overflow: hidden;
	height: 1%;
	margin: 0 0 -24px;
	padding: 22px 0 0;
}

.content .heading {
	background: url(..//images/divider01.gif) repeat-x 0 100%;
	padding: 0 0 10px;
	width: 100%;
	margin: 0 0 21px;
	overflow: hidden;
}

#main .content h2,
#main .container h2 {
	color: #002f43 !important;
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

#main .content .text-frame h2 {
	margin: 0 0 15px;
	font-family: 'Lato', 'Arial', sans-serif;
}

#main .content .text-frame a {
	color: #0099CC;
}

#main .content .text-frame .heading a {
	color: #336278;
}

* html #main .content h2 {
	margin: 0 0 6px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html #main .content h2 {
	margin: 0 0 6px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* html #main .content .text-frame h2 {
	margin: 0 0 21px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html #main .content .text-frame h2 {
	margin: 0 0 21px;
	font-family: 'Lato', 'Arial', sans-serif;
}

.content .text-holder h3 {
	margin: 0 0 28px;
	font-size: 19px;
	line-height: 29px;
	font-weight: 400;
	color: #224a5c;
	font-family: 'roboto', sans-serif;
}

* html .content .text-holder h3 {
	margin: 0 0 19px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html .content .text-holder h3 {
	margin: 0 0 19px;
	font-family: 'Lato', 'Arial', sans-serif;
}

#main .content h4 {
	margin: 0;
	font-size: 15px;
	color: #002f43;
	font-weight: normal;
}

/* #main .content h4.heading-professional {
	width: 136px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(..//images/bg-heading-professional.gif) no-repeat;
}

#main .content h4.heading-recognition {
	width: 73px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(..//images/bg-heading-recognition.gif) no-repeat;
} */

#main .content .heading-holder h4 {
	font-size: 18px;
	line-height: 25px;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
}

#main .content .heading-holder.files-column h4 {
	margin: 0 0 24px;
}

#main .content h5 {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#main .content .text-holder .content-list {
	padding: 0 0 0 15px;
	margin: 0 0 17px;
	list-style: none;
}

#main .content .text-holder .content-list.padding {
	margin: 0;
}

#main .content .text-holder .default-list {
	margin: 0 0 31px;
	padding: 0;
	list-style: none;
}

#main .content .heading-holder {
	overflow: hidden;
	margin: 0 0 15px;
	width: 100%;
	padding: 0 0 6px;
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
}

#main .content p {
	margin: 0 0 28px;
}

.content .contact {
	width: 100%;
	padding: 0 0 30px;
}

#main .content .contact h2 {
	margin: 0 0 7px;
	font-size: 21px;
	line-height: 24px;
}

* html #main .content .contact h2 {
	margin: 0 0 7px;
}

* + html #main .content .contact h2 {
	margin: 0 0 7px;
}

.content .contact .holder {
	width: 100%;
	background: url(..//images/separator-paging.gif) repeat-y 271px 0;
}

.content .contact .salary {
	color: #787878;
	font-size: 15px;
	line-height: 18px;
}

.content .contact .frame {
	width: 271px;
	float: left;
	margin: 0 28px 0 0;
	box-sizing: border-box;
	padding-right: 25px;
}

.content .contact .holder--bio-detail-intro h2 {
	font-family: 'Mulish', sans-serif !important;
	font-weight: 600 !important;
	margin-bottom: 6px !important;
}

* html .content .contact .frame {
	margin-right: 25px;
}

.content .contact .card {
	float: right;
	font-size: 11px;
	margin: 5px 0 0 0;
	display: block;
	position: relative;
	padding: 0 0 0 28px;
	background: url(..//images/vcard-icon.svg) no-repeat 0 50%;
}

.content .contact .social-networks {
	margin: 0 -1px 0 0;
	position: relative;
	display: inline;
	padding: 0;
	list-style: none;
	float: right;
	clear: right;
}

.content .contact .social-networks li {
	float: left;
	margin: 0 0 0 4px;
	display: inline;
}

.content .contact .social-networks img {
	vertical-align: top;
}

.content .contact dl {
	display: block;
	vertical-align: top;
	overflow: hidden;
	width: 275px;
	margin: 0;
	color: #787878;
	font-size: 11px;
}

.content .contact dd {
	margin: 0 0 2px;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

.content .contact dd strong {
	font-weight: 700;
}

.content .contact dd a {
	color: #0099CC;
}

.content .contact dt {
	float: left;
	font-weight: bold;
	margin: 0 3px 0 0;
}

* html .content .contact dt {
	margin: 0;
}

#main .content .text-holder .nav {
	display: block;
	margin: 0;
	padding: 1px 0 27px;
	height: 38px;
	list-style: none;
	overflow: hidden;
	width: 660px;
	background: url(..//images/bg-bio-nav.gif) repeat-x;
}

#bio-nav ~ .search-results {
	padding-top: 0;
}

#bio-nav ~ .clText {
	padding-top: 22px !important;
}

.content .nav li {
	float: left;
	padding: 0 0 0 1px;
	background: url(..//images/separator-bio-nav.gif) no-repeat 0 10px;
}

.content .nav li.first-child {
	background: none;
	padding: 0;
}

.content .nav a {
	cursor: pointer;
	position: relative;
	display: block;
	text-align: center;
	padding: 5px 0 18px;
	color: #0099CC;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

#main .content .nav li.active a {
	color: #fff;
	background: url(..//images/bg-bio-nav-active.gif) no-repeat 50% 0;
}

.content .nav a:hover {
	text-decoration: none;
	background: url(..//images/bg-bio-nav-hover.gif) no-repeat 50% 0;
}

#sidebar {
	width: 185px;
	float: left;
}

#sidebar.padMe {
}

#sidebar .img-holder {
	position: relative;
	margin: -4px -24px 0 0;
	width: 209px;
	z-index: -1;
}

#sidebar .img-holder img {
	vertical-align: top;
}

#sidebar .box {
	overflow: hidden;
	padding: 0 0 29px;
	margin: 0 0 26px;
	line-height: 14px;
	font-size: 11px;
	background: url(..//images/bg-sidebar-box.gif) repeat-x 0 100%;
}

#sidebar .box:first-child {
	margin-top: 24px;
}

#sidebar .box:last-child {
	background: none;
}

#sidebar .education-box {
	margin: 0 0 20px;
	padding: 0 0 17px;
}

#sidebar .admissions-box {
	margin: 0 0 21px;
	padding: 0 0 18px;
}

#sidebar .practice-box {
	padding: 0 0 22px;
	margin: 0 0 21px;
}

#sidebar .box ul {
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	color: #000;
}

#sidebar .box ul li {
	margin-bottom: 5px;
	font-weight: 700;
}

#sidebar .box ul li:last-child {
	margin-bottom: 0;
}

#sidebar .box ul li.sub-item {
	padding-left: 7px;
	font-weight: 400;
}

#sidebar .box ul a {
	color: #0099CC;
	font-size: 12px;
	line-height: 16px;
}

#sidebar .box ul address {
	display: block;
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

#sidebar ul .print a,
#sidebar ul .pdf a,
#sidebar ul .email a {
	color: #000;
}

#sidebar ul li.pdf {
	margin: 0 0 12px;
	padding: 1px 0 0 27px;
	background: url(..//images/pdf-icon.svg) no-repeat 2px 50%;
	font-weight: 400;
	background-size: 11px;
}

#sidebar ul li.email {
	padding: 2px 0 0 27px;
	background: url(..//images/icons/email-black.svg) no-repeat 1px 6px;
	font-weight: 400;
	background-size: 14px;
}

#sidebar ul li.print {
	margin: 0 0 7px;
	padding: 0 0 1px 27px;
	background: url(..//images/icons/print-black.svg) no-repeat;
	font-weight: 400;
}

#sidebar .heading {
	display: block;
	margin: 0 0 15px;
	font-size: 16px;
	color: #002f43;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
}

.sidenav {
	margin: 0 -4px 22px 0;
	padding: 2px 0 0 3px;
	list-style: none;
	overflow: hidden;
	width: 186px;
	position: relative;
}

.sidenav li {
	background: url(..//images/divider01.gif) repeat-x 0 100%;
	padding: 7px 0 9px;
	vertical-align: top;
	height: 1%;
}

.sidenav-list li {
	background: url(..//images/divider01.gif) repeat-x;
}

.sidenav-list li:first-child {
	background: none;
}

.sidenav li.padding {
	padding: 7px 0 35px;
}

.sidenav a {
	padding: 0 20px 0 0;
	width: 165px;
	display: block;
	font-family: roboto, sans-serif;
	color: #0099CC;
}

.sidenav a:hover,
.sidenav li.active a {
	background: url(..//images/arrow01.gif) no-repeat 100% 5px;
	color: #000f19;
	text-decoration: none;
}

.sidenav li.active a.opener {
	background: url(..//images/bg-side-nav-active.gif) no-repeat 100% 8px;
}

.sidenav.sidenav--big-font a {
	font-size: 14px;
}

#sidebar .sidenav ul {
	font-size: 11px;
	margin: 8px 0 -8px;
	padding: 4px 0 0;
	background: url(..//images/divider01.gif) repeat-x;
}

.sidenav ul li {
	background: none;
	padding: 0 13px 2px;
}

.sidenav li.active ul a,
.sidenav ul a {
	display: inline;
	background: none;
	padding: 0;
	color: #0099CC;
}

#sidebar .sidenav ul li.active a {
	text-decoration: none;
	color: #000;
	background: none;
}

#sidebar .sidenav ul a:hover {
	text-decoration: underline;
	background: none;
	color: #0099CC;
}

.container {
	position: relative;
	width: 943px;
	margin: -36px -17px 0 -6px;
}

.container-b,
.container-t {
	height: 12px;
	overflow: hidden;
}

.container-t {
	background: url(..//images/bg-container-t.png) no-repeat;
}

.container-b {
	background: url(..//images/bg-container-b.png) no-repeat;
}

.container-c {
	width: 929px;
	padding: 0 7px;
	background: url(..//images/bg-container-c.png) repeat-y;
}

.container-c:after,
.content .contact .holder:after,
.content .contact:after {
	clear: both;
	display: block;
	content: '';
}

.main .block-holder {
	overflow: hidden;
	height: 1%;
	padding: 0 0 1px;
	margin: 0 0 13px;
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
}

.block-holder .block {
	color: #787878;
	font-size: 0.916em;
	line-height: 1.636em;
	padding: 1px 0 0;
	background: url(..//images/separator-02.gif) repeat-x;
}

.block-holder .block .holder {
	overflow: hidden;
	height: 1%;
	padding: 15px 9px 15px 11px;
}

.block-holder .block:hover .holder,
.block-holder .block.hover .holder {
	background: #fcfcfc url(..//images/bg-block-hover.gif) repeat-x 0 100%;
}

.block-holder .block img {
	float: left;
	margin: 4px 14px 0 0;
}

.block-holder .block .text-holder {
	overflow: hidden;
	height: 1%;
	padding: 0;
	float: none;
	width: auto;
}

.block dl {
	display: block;
	overflow: hidden;
	padding: 0 0 4px;
}

.block dl,
.block dd {
	margin: 0;
}

.block dt {
	float: left;
	font-weight: bold;
	margin: 0 3px 0 0;
}

* html .block dt {
	margin: 0;
}

.block dl a {
	color: #0099CC;
}

.block .heading {
	display: block;
	padding: 0 0 1px;
	font-size: 15px;
	line-height: normal;
}

.block .heading a {
	color: #336278;
}

.block .card {
	padding: 0 0 0 28px;
	background: url(..//images/bg-card.gif) no-repeat 0 50%;
}

.container .main {
	height: 1%;
	width: 879px;
	padding: 15px 25px;
	position: relative;
}

.container .main:after {
	clear: both;
	display: block;
	content: '';
}

.main .slide-holder {
	width: 100%;
	padding: 0 0 26px;
	color: #787878;
	line-height: 16px;
}

.main .your-search {
	padding-bottom: 21px;
}

.main .slide-holder h3 {
	float: left;
	margin: 0;
}

.main .your-search h3 {
	padding: 0;
	margin: 4px 0 0;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
}

* html .main .your-search h3 {
	margin-bottom: 4px;
}

* + html .main .your-search h3 {
	margin-bottom: 4px;
}

.container .your-search p {
	padding: 0 0 0 3px;
}

.main .slide-holder p {
	clear: left;
	margin: 0;
	color: #000;
}

.slide-holder .slide-block {
	position: relative;
	float: right;
	display: inline;
	width: 465px;
	margin: -20px -25px 0 0;
}

.slide-block .slide-frame {
	position: absolute;
	top: 55px;
	left: 3px;
	width: 462px;
	padding: 0 0 15px;
	background: url(..//images/bg-search-frame.jpg) no-repeat;
}

.slide-holder .slide-block .btn-opener {
	display: block;
	/* text-indent: -9999px; */
	overflow: hidden;
	background: url(..//images/bg-search-opener.gif) no-repeat;
	background: linear-gradient(
		to bottom,
		rgba(254, 254, 254, 1) 0%,
		rgba(233, 233, 233, 1) 100%
	);
	color: #002f43;
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding: 20px 29px;
	box-shadow: inset 3px 1px 3px rgba(0, 0, 0, 0.1);
}
.slide-holder .slide-block.active .btn-opener {
	background: #fdfdfd;
}

.slide-holder .slide-block .btn-opener:hover {
	text-decoration: none;
}

.slide-holder .slide-block .btn-opener:after {
	position: absolute;
	top: 25px;
	right: 32px;
	width: 14px;
	height: 10px;
	content: '';
	background: url(..//images/icons/angle-down.svg) no-repeat 100% 0;
}

.slide-holder .active .btn-opener:after {
	transform: rotate(180deg);
	margin-top: -3px;
}

.main .column-holder {
	overflow: hidden;
	height: 1%;
	margin: 7px 0 0;
}

.main .column-holder .column {
	width: 421px;
	float: left;
	margin: 0 35px 0 0;
}

.main .column-holder .column.padding {
	margin: 0;
}

.expand-all,
.collapse-all {
	position: relative;
	z-index: 999;
	font-size: 12px;
	font-family: 'Mulish', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #0099CC;
}

.expand-all .text-collapse,
.expanded .text-expand {
	display: none;
}

.expanded .text-collapse {
	display: inline;
}

.main .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
	width: 100%;
}

.main .accordion li {
	vertical-align: top;
	padding: 1px 0 0;
	width: 100%;
	background: url(..//images/separator-02.gif) repeat-x;
}

.main .accordion .opener {
	position: relative;
	cursor: pointer;
	display: block;
	line-height: 14px;
	overflow: hidden;
	width: 404px;
	padding: 9px 7px 10px 10px;
	font-weight: bold;
	color: #336278;
}

.main .accordion .opener:hover {
	text-decoration: none;
}

.main .accordion .selected .opener {
	background: url(..//images/bg-opener-selected.gif) repeat-x;
}

.main .accordion .opener span {
	display: block;
	height: 1%;
	background: url(..//images/icons/angle-down.svg) no-repeat 100% 50%;
	background-size: 14px;
}

.main .accordion .selected .opener span {
	background: url(..//images/icons/angle-up.svg) no-repeat 100% 50%;
	background-size: 14px;
}

.main .accordion .slide {
	display: none;
	overflow: hidden;
	position: relative;
	width: 401px;
	padding: 8px 10px;
	background: #f5f5f5 url(..//images/separator-02.gif) repeat-x;
}

.main .accordion .slide.active {
	display: block;
}

.main .accordion .slide ul {
	position: relative;
	margin: 0 0 -4px;
	padding: 0;
	list-style: none;
}

.main .accordion .slide ul li {
	vertical-align: top;
	padding: 0 0 4px;
	background: none;
}

.main .accordion .slide ul a {
	color: #0099CC;
}

.container .container-holder {
	float: left;
	position: relative;
	width: 929px;
	margin: -5px 0;
	background: url(..//images/bg-container-holder.jpg) repeat-y -929px 0;
}

.container .container-frame {
	padding: 0 0 15px;
	overflow: hidden;
	height: 1%;
	background: url(..//images/bg-container-holder.jpg) no-repeat;
}

.container .text-holder {
	padding: 25px 25px 0;
	width: 414px;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-family: 'roboto', sans-serif;
	font-weight: 400;
}

.container .search-block {
	width: 413px;
	padding: 27px 24px 0 28px;
	float: right;
}

/*
2011-10-28 - fix for h3 in 1 column page
.container h3{
	font-size:18px !important;
	color:#224a5c;
	margin:0;
	padding:0 0 14px;
	font-weight:normal;
}*/
.container p {
	margin: 0;
	padding: 0 0 28px;
	font-size: 16px;
	line-height: 26px;
}

.container h4 {
	padding: 0 0 11px;
	margin: 0;
	color: #888;
	font-size: 1.5em;
}

/* .container h4.heading-search {
	width: 137px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(..//images/heading-search.gif) no-repeat;
	margin: 0 0 2px;
} */

.search-block fieldset {
	padding: 0 31px 0 0;
}

.search-block .paging-holder {
	padding: 0 0 18px;
	background: url(..//images/separator-04.gif) repeat-x;
}

.search-block .paging-holder .holder {
	overflow: hidden;
	height: 1%;
	padding: 13px 15px 5px 30px;
	background: url(..//images/separator-04.gif) repeat-x 0 100%;
}

.search-block .paging-holder .frame {
	overflow: hidden;
	height: 1%;
	padding: 1px 0 0;
}

.search-block .paging-holder .paging {
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	line-height: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.search-block .paging-holder .paging li {
	float: left;
	padding: 0 7px 1px 8px;
	margin: 0 0 0 -1px;
	display: inline;
	background: url(..//images/separator-paging.gif) repeat-y;
}

.search-block .paging-holder .paging a {
	color: #2394c8;
}

.search-block .paging-holder .txt-a-z {
	float: left;
	overflow: hidden;
	margin: 12px 14px 0 0;
	width: 30px;
	font-size: 14px;
	color: #000;
	/* height: 10px;
	text-indent: -9999px;
	background: url(..//images/txt-a-z.png) no-repeat; */
}

* html .search-block .paging-holder .txt-a-z {
	margin-right: 11px;
}

.container .search-block .row {
	overflow: hidden;
	height: 1%;
	padding: 0 0 17px;
}

.search-block select {
	width: 272px;
}

.search-block .text {
	/* float: left;
	width: 261px;
	padding: 0 10px;
	height: 31px;
	overflow: hidden;
	background: url(..//images/bg-input-text.gif) no-repeat; */
}

.search-block span.parent-focus {
	background: url(..//images/bg-input-text.gif) no-repeat 0 -31px;
}

.search-block .text input {
	width: 100%;
	padding: 5px 0;
	margin: 0;
	float: left;
	height: 21px;
	line-height: 21px;
	border: 0;
	color: #888;
	background: none;
}

.publications-search .text input,
.general-form .row input,
.general-form .row .selectArea {
	color: #000;
	float: left;
	/* margin-left: -9px; */
	padding-left: 9px;
	border: 1px solid #9da1a7;
	background-color: #ffffff;
	box-sizing: border-box;
	height: 29px;
	width: 230px !important;
}

.general-form .row input,
.general-form .row .selectArea {
	width: 274px !important;
	height: 31px;
}

.general-form .row .selectArea {
	width: 274px !important;
	padding-left: 0;
}

.general-form .row .selectArea .center {
	margin-left: 10px;
	line-height: 29px;
	height: 27px;
}

.search-block label {
	float: left;
	width: 82px;
	padding: 10px 18px 0 0;
}

.search-block label span {
	float: right;
}

/* .search-block label.txt-search-term span {
	width: 71px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(..//images/txt-search-term.png) no-repeat;
}

.search-block label.txt-last-name span {
	width: 51px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(..//images/txt-last-name.png) no-repeat;
}

.search-block label.txt-first-name span {
	width: 52px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(..//images/txt-first-name.png) no-repeat;
}

.search-block label.txt-practice span {
	width: 38px;
	overflow: hidden;
	height: 10px;
	text-indent: -9999px;
	background: url(..//images/txt-practice.png) no-repeat;
} */

.search-block .btn-search {
	float: right;
	margin: 0 1px 0 0;
	display: inline;
	padding: 0;
	width: 90px;
	height: 26px;
	/* background: url(..//images/btn-search1.gif) no-repeat; */
	background-color: #006c9d;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-weight: 500;
	text-transform: uppercase;
}

.search-block .btn-search:hover {
	background-color: #000000;
}

.slide-frame .search-block .btn-search {
	float: left;
	margin: 0 0 0 108px;
	display: inline;
}

.footercredit {
	color: inherit;
	position: relative;
	text-decoration: none !important;
}
.footercredit:after {
	content: '';
	position: absolute;
	bottom: -3px;
	height: 1px;
	background: #fff;
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.footercredit:hover:after {
	opacity: 1;
}

#footer {
	width: 100%;
	overflow: hidden;
	background: #040404 url(..//images/icons/hexagon-footer.svg) no-repeat;
	border: none;
	color: #fff;
	background-position: center center;
}

#footer .holder {
	width: 934px;
	margin: 0 auto;
	overflow: hidden;
	padding: 43px 0 41px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .holder .right {
	max-width: 270px;
	padding-top: 6px;
}

#footer .box {
	/* width:100%; */
	/* overflow: hidden; */
	margin: 0 0 39px;
}

#footer address {
	margin: 0;
	font-style: normal;
	display: inline;
	float: left;
	/* max-width: 146px; */
	font-size: 14px;
	font-family: roboto, sans-serif;
	line-height: 24px;
}

#footer .frame span {
	padding: 0;
}

/* #wrapper #footer address span{padding:0 3px 0 14px;} */
#footer .frame {
	/* height:1%; */
	overflow: hidden;
	padding: 27px 0 0 2px;
}

#footer .nav {
	list-style: none;
	margin: 0 0 0 -5px;
	padding: 0;
	float: left;
}

#footer .nav li {
	display: inline;
	padding: 0 5px 0 7px;
	background: url(..//images/separator-03.gif) no-repeat 0 2px;
}

#footer .nav li:first-child,
#footer .nav li.first-child {
	background: none;
}

#footer .nav li a {
	font-family: roboto, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	position: relative;
}

#footer .nav li a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	height: 1px;
	background: #fff;
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#footer .nav li a:hover:after {
	opacity: 1;
}

#footer .login {
	float: right;
	color: #ad7201;
	padding: 0 1px 0 0;
}

#footer .copyright {
	text-align: right;
	display: block;
	padding-top: 85px;
	color: #ffffff;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: right;
}

#footer .footer-social {
	margin-left: auto;
	display: table;
}

#footer .footer-social svg {
	fill: #fff;
	width: 23px;
	height: 23px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#footer .footer-social:hover svg {
	fill: #0da4c2;
}

.sIFR-Flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-Flash + div[adblocktab='true'] {
	display: none !important;
}

/* custom form */
.outtaHere {
	position: absolute;
	left: -3000px;
}

/* Selects */
.selectArea {
	position: relative;
	height: 31px;
	float: left;
	color: #000;
	font-size: 12px;
	line-height: 31px;
}

.search-block .selectArea {
	width: 281px !important;
}

.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	/* background: url(..//images/select-left.gif) no-repeat; */
	display: block;
}

.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* background: url(..//images/select-button.gif) no-repeat 100% 0; */
	background: url(..//images/icons/angle-down.svg) no-repeat 100% 0;
	background-size: 14px 8px;
	background-position: calc(100% - 11px) center;
}

.selectArea.selectAreaActive .selectButton {
	transform: scaleY(-1);
}

* html .selectArea a.selectButton {
	right: -1px;
}

* html .publications-search .selectArea a.selectButton {
	right: 0;
}

.selectArea .center {
	height: 31px;
	line-height: 31px;
	display: block;
	margin: 0 27px 0 11px;
	overflow: hidden;
	/* background: url(..//images/select-center.gif) repeat-x; */
}

.selectArea .center img {
	float: left;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #9da1a7;
	display: block;
	z-index: 30;
	font-size: 12px;
	max-height: 243px;
    overflow: auto;
}

.optionsDivInvisible {
	display: none;
}

.optionsDivVisible ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.optionsDivVisible ul li {
	float: left;
	width: 100%;
}

.optionsDivVisible a {
	color: #000;
	overflow: hidden;
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 3px 9px;
	font-size: 12px;
	line-height: 1.2;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.optionsDivVisible a:empty {
	display: none;
}

.optionsDivVisible a img {
	border: none;
	float: left;
}

.optionsDivVisible a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}

.professional-activities {
	height: 1%;
	padding: 14px 0 2px;
}

.publications-block {
	height: 1%;
	padding: 17px 28px 0 30px;
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
	margin: 0 0 17px;
	position: relative;
}

.publications-block .inner {
	height: 1%;
}
.publications-block .inner.inner--top-space {
	margin-top: 49px;
}

h3 {
	font-weight: 400;

	margin: 0 0 14px;
}

.publications-block h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	line-height: 29px;
	color: #224a5c;
}

.publications-block p {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px !important;
}

#main .search-results .headline h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	line-height: 29px;
	font-family: 'roboto', sans-serif;
	color: #224a5c !important;
	margin: 0 0 14px !important;
}

* html .publications-block h3 {
	margin-bottom: 19px;
}

* + html .publications-block h3 {
	margin-bottom: 19px;
}

.publications-block .row {
	height: 1%;
	padding-top: 6px;
}

.publications-block .row:first-child {
	padding: 0;
}

.publications-block .headline {
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
	height: 1%;
	overflow: hidden;
	margin: 0 0 25px;
	padding: 0 0 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

* html .publications-block .headline {
	padding-bottom: 14px;
}

* + html .publications-block .headline {
	padding-bottom: 14px;
}

.publications-block .headline h3 {
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	color: #002f43;
	float: left;
	margin: 0;
	font-size: 18px;
}

.more {
	/* float: right; */
	/* margin: 11px 0 0 20px; */
	/* background: url(..//images/ico-more.png) no-repeat 100% 0; */
	/* font-size: 0.8em; */
	/* line-height: 16px; */
	background: none;
	color: #0099CC;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration: none !important;
}

.more svg {
	width: 16px;
	height: 8px;
	fill: #0099CC;
	margin-left: 9px;
	margin-top: -1px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.win .more svg {
}

.more:hover {
	color: #040404;
}
.more:hover svg {
	fill: #040404;
}

.more.more--left svg {
	margin-left: 0;
	margin-right: 9px;
}

.more.more--right {
	margin-left: auto;
	display: table;
}

.publications-block .frame {
	width: 729px;
	overflow: hidden;
	margin: 0 -67px 0 0;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666;
	padding: 0 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.publications-block .column {
	float: left;
	width: 300px;
	min-height: 85px;
	margin: 0 64px 6px 0;
}

.publications-block .date {
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	font-style: normal;
}

#main .publications-block h4 {
	color: #1780b0;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 5px;
}

#main .publications-block .inner p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
}

#main .publications-block .inner p {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
}

#main .publications-block h4 a {
	color: #0099CC;
	font-size: inherit;
}

.publications-search {
	height: 1%;
	padding: 20px 28px 49px 30px;
	background: url(..//images/bg-publications-search.png) no-repeat 0 100%;
	margin: 0 0 -37px;
	position: relative;
}

* html .publications-search {
	padding-bottom: 37px;
}

* + html .publications-search {
	padding-bottom: 32px;
}

.publications-search h3,
h4.heading-search {
	color: #002f43;
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

* html .publications-search h3 {
	margin: 0 0 18px;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
}

* + html .publications-search h3 {
	margin: 0 0 18px;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
}

.publications-search .frame {
	width: 670px;
	overflow: hidden;
	margin: 0 -5px -3px -3px;
	position: relative;
	padding: 5px 0 0;
}

* html .publications-search .frame {
	margin-bottom: -8px;
}

.publications-search .column {
	float: left;
	width: 330px;
	margin: 0 5px 0 0;
}

.publications-search .column--left .row {
	margin-right: -7px;
}

.publications-search fieldset {
	padding: 0;
}

.publications-search .text {
	float: right;
	width: 230px;
	height: 29px;
}

.publications-search span.parent-focus {
	background-position: 0 -66px;
}

.publications-search .row {
	height: 1%;
	overflow: hidden;
	padding: 0 0 19px;
}

.publications-search label,
.general-form .row label {
	float: left;
	width: 92px;
	text-align: right;
	font-size: 13px;
	line-height: 30px;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}

.general-form .row label {
	width: 98px;
	margin-right: 10px;
}

.publications-search .selectArea {
	width: 230px !important;
	float: right;
	border: 1px solid #9da1a7;
	box-sizing: border-box;
	background-color: #fff;
}

.publications-search .btn-search,
.search-block .btn-search {
	display: block;
	margin: 3px 0 0 auto;
	position: relative;
}

.drop-select {
	width: 227px !important;
}

.search-results {
	height: 1%;
	padding: 17px 30px 0 31px;
	color: #787878;
}

.search-results .headline {
	height: 1%;
	position: relative;
	padding: 0 0 30px;
}

.search-results .headline .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-results .headline .more.more--left {
	position: absolute;
	bottom: 29px;
	right: 1px;
}

.search-results .headline h2 {
	margin-bottom: 0 !important;
}

.search-results h3 {
	font-size: 18px;
	line-height: 21px;
	font-family: 'Lato', 'Arial', sans-serif;
	margin: 0 0 -1px;
}

* html .search-results h3 {
	margin-bottom: 3px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html .search-results h3 {
	margin-bottom: 3px;
	font-family: 'Lato', 'Arial', sans-serif;
}

#main .search-results p {
	font-size: 14px !important;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px !important;
	margin-bottom: 0;
}

#main .search-results p.is-top {
	width: 100%;
	display: block;
	position: relative;
	color: black;
	font-size: 16px !important;
}

#main .search-results .btnBack {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
}

#main .search-results .btnBack .more svg {
	margin-left: 0;
    margin-right: 6px;
}

.search-results .again {
	position: absolute;
	bottom: 19px;
	right: 1px;
	background: url(..//images/ico-more.png) no-repeat 0 -86px;
	padding: 0 0 0 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: #5faeef;
	line-height: 16px;
}

.search-results .frame {
	height: 1%;
	margin: 0 0 -25px;
	position: relative;
}

.search-results .row {
	background: url(..//images/separator-02.gif) repeat-x;
	line-height: 1.335em;
	height: 1%;
	color: #666;
	padding-top: 1px;
}

/*Color changed in the entry below at client request to be black, not gray*/
.search-results .inner {
	padding: 12px 116px 14px 8px;
	height: 1%;
	overflow: hidden;
	position: relative;
	color: #000000;
}

.search-results .inner:hover,
.search-results .inner-hover {
	background: url(..//images/bg-row.png) repeat-x 0 100%;
}

.search-results .inner ul li {
	line-height: inherit !important;
}

.search-results img {
	position: absolute;
	top: 14px;
	right: 18px;
}

.search-results .date {
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	font-style: normal;
}

.search-results .news {
	font-style: italic;
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

#main .search-results h4 a,
#main .search-results h4 {
	color: #0099CC;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 7px;
}

.news-block {
	height: 1%;
	overflow: hidden;
	padding: 21px 29px 5px;
	color: #000;
}

* html .news-block {
	padding-top: 19px;
}

* + html .news-block {
	padding-top: 19px;
}

.news-block .date {
	font-size: 0.9em;
	line-height: 1.335em;
	color: #666;
	font-weight: bold;
	font-style: normal;
	vertical-align: top;
}

.news-block .news {
	color: #666;
	vertical-align: top;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.335em;
}

.news-block h3 {
	color: #224a5c;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 12px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* html .news-block h3 {
	margin: 2px 0 17px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html .news-block h3 {
	margin: 2px 0 17px;
	font-family: 'Lato', 'Arial', sans-serif;
}

.news-block .source {
	color: #787878;
}

#main .news-block p {
	margin: 0;
	padding: 0 0 18px;
}

.news-block img {
	float: right;
	margin: 4px 2px 35px 25px;
}

.columns {
	height: 1%;
	padding: 0 29px;
	line-height: 1.17em;
	margin: 0 0 -15px;
	position: relative;
}

.columns .frame {
	background: url(..//images/separator-02.gif) repeat-x 0 26px;
	height: 1%;
	overflow: hidden;
	padding-bottom: 5px;
}

#main .columns h4 {
	margin: 0 0 16px 0;
    color: #002f43;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.columns .column {
	float: left;
	width: 50%;
	padding-right: 16px;
	box-sizing: border-box;
}

.columns .column:last-child {
	padding-right: 0;
}

.columns .files-column {
	margin: 0 56px 0 0;
	background: none !important;
}

.columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
}

.columns li {
	float: left;
	width: 100%;
}

.columns .pdf-link {
	margin: -8px 0 9px;
	position: relative;
}

.columns .pdf-link a {
	float: left;
	background: url(..//images/ico-pdf01.gif) no-repeat 3px 0;
	padding: 8px 0 14px 45px;
}

.columns .web-link a {
	float: left;
	background: url(..//images/ico-web.png) no-repeat 8px 0;
	padding: 6px 0 15px 45px;
}

#sidebar .icons-box {
	padding-top: 77px;
}

#sidebar .icons-box ul {
	background: url(..//images/separator-02.gif) repeat-x;
	padding-top: 23px;
}

.offices-block {
	float: left;
	width: 720px;
	overflow: hidden;
	position: relative;
	margin: -4px 0 -14px;
}

.offices-block img {
	vertical-align: top;
}

.offices-block .frame {
	height: 1%;
	padding: 22px 30px 0;
}

.offices-block .frame p {
	font-size: 16px;
	line-height: 26px;
}

.offices-block .frame p:empty {
	display: none;
}

.offices-block h3 {
	margin: 0 0 28px;
	font-size: 19px;
	line-height: 29px;
	font-weight: 400;
	color: #224a5c;
}

* html .offices-block h3 {
	margin-bottom: 9px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html .offices-block h3 {
	margin-bottom: 9px;
	font-family: 'Lato', 'Arial', sans-serif;
}

.offices-block .info-text {
	background: url(..//images/separator-02.gif) repeat-x 0 100%;
	margin: 0 0 24px;
	height: 1%;
	padding: 0 0 5px;
}

.offices-block .address-holder {
	height: 1%;
	overflow: hidden;
}

.offices-block .column {
	float: left;
	width: 200px;
	margin-right: 130px;
	font-size: 16px;
	line-height: 26px;
}

.offices-block .title {
	display: block;
	font-weight: bold;
}

.offices-block address {
	font-style: normal;
}

.offices-block dl {
	height: 1%;
	overflow: hidden;
	margin: 0;
}

.offices-block dt {
	float: left;
	clear: left;
	margin: 0 3px 0 0;
}

* html .offices-block dt {
	margin: 0;
}

.offices-block dd {
	height: 1%;
	overflow: hidden;
	margin: 0;
}

.offices-block a {
	vertical-align: top;
	color: #0099CC;
}

.place-box {
	height: 1%;
	padding: 0 0 5px;
}

.place-box .row {
	background: url(..//images/separator-02.gif) repeat-x;
	padding: 21px 0 23px;
}

.place-box .row:first-child {
	background: none;
	padding-top: 0;
}

.place-box h3 {
	font-size: 19px;
	line-height: 29px;
	color: #224a5c;
	margin: 0 0 28px;
}

* html .place-box h3 {
	margin-bottom: 16px;
	font-family: 'Lato', 'Arial', sans-serif;
}

* + html .place-box h3 {
	margin-bottom: 16px;
	font-family: 'Lato', 'Arial', sans-serif;
}

#main .place-box p {
	margin: 0;
}

.offices-block .map {
	height: 1%;
	position: relative;
}

.offices-block .map div {
	width: 720px;
	overflow: hidden;
	position: relative;
}

.offices-block .map div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
	overflow: hidden;
}

.offices-block .map div li {
	float: left;
	width: 720px;
	display: inline;
}

.offices-block .switcher {
	margin: 0;
	padding: 5px 6px 4px 1px;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00364b;
	color: #fff;
	line-height: 23px;
}

* html .offices-block .map .switcher {
	bottom: -1px;
}

.offices-block .switcher li {
	float: left;
	background: url(..//images/ico-more.png) no-repeat 0 -127px;
	padding: 0 0 0 10px;
	margin: 0 0 0 13px;
}

.offices-block .switcher li:first-child {
	background: none;
	margin-left: 0;
}

.offices-block .switcher a {
	cursor: pointer;
	position: relative;
	display: block;
	text-align: center;
	color: #0099CC;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.offices-block .switcher a:hover {
	text-decoration: none;
	color: #fff;
}

.offices-block .switcher a.active {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#main .our-client h3 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #224a5c;
    font-family: 'roboto', sans-serif;
}

* html #main .our-client h3 {
	margin-bottom: 4px;
}

* + html #main .our-client h3 {
	margin-bottom: 4px;
}

.alphabet-box {
	height: 1%;
}

.alphabet-row {
	height: 1%;
	overflow: hidden;
	margin: 0 0 16px;
	line-height: 18px;
	font-size: 13px;
}

.alphabet-row .label {
	float: left;
	color: black;
	font-weight: 400;
	letter-spacing: 1px;
}

.alphabet-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
	font-weight: 400;
}

.alphabet-row li {
	float: left;
	background: url(..//images/ico-more.png) no-repeat 0 -185px;
	padding: 0 9px;
	margin: 0 1px 0 -1px;
}
.alphabet-row li a {
	color: #0099CC;
}

.alphabet-box .frame {
	height: 1%;
}

.alphabet-box .row {
	height: 1%;
	color: black;
}

#main .alphabet-box h4 {
	font-size: 1em;
	line-height: 34px;
	padding: 0 9px;
	font-weight: 400;
	margin: 0;
	background: url(..//images/ico-more.png) repeat-x 0 -266px;
	color: #2394C8;
}

.alphabet-box .inner {
	width: 892px;
	overflow: hidden;
	margin: 0 -39px 0 22px;
	padding: 17px 0 26px;
}

.alphabet-box .row ul {
	margin: 0 86px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 210px;
}

.alphabet-box .row a {
	color: #666;
}

#main .our-client {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
	padding: 15px 25px 0 26px;
	width: 875px;
}

legend {
	position: absolute;
	top: -9999px;
}

.offices-gallery {
	height: 1%;
	position: relative;
}

.offices-gallery div {
	width: 720px;
	overflow: hidden;
	position: relative;
}

.offices-gallery div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
	overflow: hidden;
}

.offices-gallery div li {
	float: left;
	width: 720px;
}

.offices-gallery .link-prev,
.offices-gallery .link-next {
	position: absolute;
	top: 152px;
	left: 0;
	background: url(..//images/bg-buttons.png) no-repeat;
	width: 49px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 5;
}

.offices-gallery .link-next {
	left: auto;
	right: 0;
	background-position: 100% 0;
}

.offices-gallery .frame p {
	font-size: 16px;
	line-height: 26px;
}

.o-section {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.pp-easing {
	-webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	-o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

.pp-section {
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*highlights-info home page*/
.highlights-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.highlights-info__item {
	position: relative;
	color: #ffffff;
	font-family: 'roboto', sans-serif;
	padding: 50px 0 53px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.highlights-info__item:first-child {
	padding-right: 43px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.highlights-info__item:last-child {
	padding-left: 30px;
}

.highlights-info__item-inner {
	width: 422px;
}

.highlights-info__item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	z-index: -1;
}

.highlights-info__item h2 {
	font-size: 26px;
	line-height: 28px;
	color: #ffffff;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	margin: 0 0 22px;
}

.highlights-info__item-date {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1px;
}

.highlights-info__item p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
}

.highlights-info__item p:last-child {
	margin-bottom: 0;
}

.highlights-info__item p:empty {
	display: none;
}

.highlights-info__item-read-more {
	display: block;
	margin-top: 22px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
}

.slider-wrapper {
	padding-bottom: 54px;
	padding-left: 52px;
}

.slider-wrapper .swiper-container {
	overflow: visible;
}

.slider-wrapper .separator {
	color: #495057;
	display: block;
	padding: 0 13px;
}

.slider-wrapper .slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}

.slider-wrapper .slide-content-image {
	min-width: 140px;
	height: 169px;
}

.slider-wrapper .slide-content-info {
	/* padding: 25px 43px 25px 25px; */
	padding: 25px;
	height: 169px;
	box-sizing: border-box;
}

.slider-wrapper .slide-content-info .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .slide-content-info .row span.date {
	color: #666666;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18px;
	text-transform: uppercase;
}

.slider-wrapper .slide-content-info .row span.category {
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18px;
	text-transform: uppercase;
}

.slider-wrapper .slide-content-info .row .separator {
	padding: 0 7px;
	font-size: 11px;
	line-height: 17px;
}

.slider-wrapper .slide-content-info .link-container {
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	max-height: 92px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.slider-wrapper .slide-content-info .link-container:hover {
	text-decoration: underline;
}

.slider-wrapper .slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 23px;
}

.slider-wrapper .slider-controls .button-all {
	color: #0099CC;
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.slider-wrapper .slider-controls .button-all:hover {
	color: #040404;
}

.slider-wrapper .button-next,
.slider-wrapper .button-prev {
	cursor: pointer;
}

.slider-wrapper .button-next.swiper-button-disabled svg,
.slider-wrapper .button-prev.swiper-button-disabled svg {
	fill: rgba(1, 72, 104, 0.15) !important;
}

.slider-wrapper .button-next:hover svg,
.slider-wrapper .button-prev:hover svg {
	fill: #040404;
}

.slider-wrapper .button-next svg,
.slider-wrapper .button-prev svg {
	width: 22px;
	height: 12px;
	fill: #0099CC;
	transition: all 0.25s ease;
}

.slider-wrapper .button-prev {
	margin-right: 14px;
}

.attorneys-info {
	line-height: normal !important;
}

.attorneys-info .salary {
	color: #000;
	font-size: 12px;
	margin-bottom: 3px;
	display: block;
}

.attorneys-info dl {
	font-size: 12px;
	color: #000000;
	padding-bottom: 0;
	margin-bottom: -2px;
}

.attorneys-info dl dt,
.attorneys-info dl dd {
	line-height: normal;
	margin-bottom: 2px;
}

.attorneys-info .card {
	font-size: 11px;
	color: #0099CC;
	background: url(..//images/vcard-icon.svg) no-repeat 0 50%;
	margin-top: 5px;
	display: block;
}

.intro-text h3 {
	font-size: 19px !important;
	color: #224a5c;
	margin: 0;
	padding: 0 0 30px;
	font-weight: normal;
	line-height: 29px;
}

.intro-text p {
	margin: 0 !important;
	padding: 0 0 28px;
	font-size: 16px;
	line-height: 26px;
}

.publications-block .intro-text p {
	padding: 0 0 18px;
}

.news-detail {
	width: 100%;
    padding: 21px 29px 5px 29px;
	box-sizing: border-box;
	display: block;
}

.news-detail__date {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    font-style: normal;
    display: block;
}

.news-detail__title {
    font-size: 19px;
    color: #224a5c;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 29px;
}

.news-detail__source {
	display: block;
	margin: 0;
	padding: 0;
	color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.news-detail__text {
	display: block;
	padding: 18px 0 0 0;
	margin: 0;
	font-size: 16px;
    line-height: 26px;
    color: black;
}

.news-detail__text p {
    margin: 0;
    padding: 0 0 18px;
}

#main .content .news-detail__text p {
	margin: 0;
}

.text-black {
	color: black;
}