html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 14px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #000000;
    background: #FFFFFF;
	line-height: 19px;
	min-width: 986px;
	-webkit-text-size-adjust: none;
}
body.homepage {
	overflow-y:hidden;
}
img {
	border: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #447bbf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

h1 {
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	line-height: 37px;
	margin: 0 0 20px 0;
	letter-spacing: 0.04em;
}

h2 {
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #091f3f;
}

.text h2 {
	font-size: 22px!important;
	line-height: 26px!important;
}

h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 15px 0;
}

h4 {
	font-family: 'minion-pro-caption-n6', 'minion-pro-caption', 'Times', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 20px 0;
	letter-spacing: 0.03em;
}

h4 > a {
	color: #000000;
}

h4 > span {
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	padding: 5px 0;
	display: block;
}

h4 > span > a {
	color: #447bbf;
}
.allCAPS {
	text-transform: uppercase;
}
hr {
	height: 1px;
	border: none;
	color: #D2D1D6;
	background: #D2D1D6;
	margin: 30px 0;
}

p {
	margin: 0 0 19px 0;
}

article {
	width: 660px;
	float: right;
}

aside {
	width: 198px;
	float: left;
}

aside h4 {
	font-size: 15px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
aside .spotlight h4 {
	text-transform: none;
}

aside hr {
	margin: 22px 0;
}

aside .form  > fieldset {
	margin-bottom: 20px;
}

aside .form  > fieldset > label {
	font-size: 15px;
}

aside .form  .button-field {
	padding-top: 13px;
}

aside .form  .button-field > p {
	margin: 0 0 14px 0;
}

aside .form  .date-range > span {
	height: 38px;
	line-height: 38px;
	text-align: left;
}

aside .form  .datepicker.textfield {
	width: 168px;
}

aside .form .niceCheckLabel {
	font-family: 'minion-pro-caption-n6', 'minion-pro-caption', 'Times', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
}

aside .rel {
	margin: 0;
	padding: 0;
	border: 0 none;
}

aside .rel > h4 {
	margin: 0 0 20px 0;
}

aside .rel > ul {
	margin: 0;
	padding: 0;
}

aside .rel > ul > li {
	padding: 0;
	display: block;
	width: auto;
	margin: 27px 0 0 0;
}

aside .rel > ul > li:first-child {
	margin: 0;
}

aside .aside-i-box {
	font-size: 13px;
	padding-bottom: 15px;
}

aside .aside-i-box > span {
	display: block;
	margin-bottom: 4px;
}
aside ul.leftPhoneNums {
	list-style-type: none;
	padding:0;
	margin:0;
}
.alphabet {
	padding-bottom: 4px;
}

.alphabet > ul {
	margin: 0 0 14px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.alphabet > ul > li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: normal;
}

.alphabet > ul > li:before {
	content: '|';
	margin: 0 8px;
}

.alphabet > ul > li:first-child:before {
	display: none;
}

.alphabet > ul > li > a {
	color: #000000;
}

.alphabet > ul > li > a:hover{
	color: #447bbf;
	text-decoration: none;
}

.back {
	padding-top: 5px;
	line-height: 16px;
	font-size: 11px;
}

.back > a {
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #d2202f;
	position: relative;
}

.back > a:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid #d2202f;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 2px;
	left: -23px;
}

.bold {
	font-weight: bold;
}

.but {
	display: inline-block;
	height: 28px;
	border: 1px solid #447BBE;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	outline: 0;
	margin: 0;
    cursor: pointer;
    font-size: 11px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	color: #447bbf;
	line-height: 26px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	overflow: visible;
	white-space: nowrap;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.but:hover {
	color: #091f3f;
	border-color: #091f3f;
	text-decoration: none;
}

.button {
	display: inline-block;
	height: 28px;
	border: 0 none;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	outline: 0;
	margin: 0;
    cursor: pointer;
    font-size: 11px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	overflow: visible;
	white-space: nowrap;
	background: #081F3F;
}

.button:hover {
	background: #447bbf;
	text-decoration: none;
}

.button-box {
	margin: 24px 0;
}

.button-box .pull-left {
	margin-left: 20px;
}

.button-box .pull-left:first-child {
	margin: 0;
}

.c1 {
	color: #d2202f;
}

.calendar {
	width: 270px;
}

.callout-sidebar {
	width: 181px;
	float: right;
	margin-left: 45px;
}
.column .callout-sidebar {
	margin-bottom: 22px;
	position: relative;
	z-index: 1
}
.callout-sidebar .news-slider .bx-has-pager {
	width: 181px;
	background: #F3F3F3;
	padding-right: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.callout-sidebar .news-slider.two-rows .bx-has-pager {
	padding-bottom: 15px
}
.callout-sidebar .news-slider.three-rows .bx-has-pager {
	padding-bottom: 30px
}
.callout-sidebar .news-slider.four-rows .bx-has-pager {
	padding-bottom: 45px
}
.callout-sidebar .news-slider.five-rows .bx-has-pager {
	padding-bottom: 45px
}
.callout-sidebar .news-slider.six-rows .bx-has-pager {
	padding-bottom: 45px
}

.callout-sidebar .news-slider .bx-pager .bx-pager-item {
	margin:0 5px 4px 0;
}

.callout-sidebar .callout-box {
	margin-top: 33px;
}

.callout-sidebar .callout-box:first-child {
	margin: 0;
}

.callout-sidebar .callout-box .callout-box-content {
	padding: 18px 20px;
	background: #F3F3F3;
	line-height: 22px;
	font-size: 16px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

.callout-sidebar .callout-box .callout-box-content  > p {
	margin: 0 0 15px 0;
}

.callout-sidebar .callout-box .callout-box-content  .news-slider {
	padding: 0;
}

.callout-sidebar .callout-box .callout-box-content  .news-slider .bx-pager {
	position: relative;
	padding-top: 32px;
	height: 11px;
}

.callout-sidebar .callout-box .callout-box-content .read-more {
	padding: 0;
}

.callout-sidebar .callout-box .callout-box-header {
	padding: 10px 20px;
	background: #D22030;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

.carousel {
	border-top: 9px solid #D2202E;
	margin: 27px 0 25px 0;
	background: #F3F3F3;
	padding: 26px 17px 32px 17px;
}
.ipad .carousel {
	overflow: hidden;
	max-width:626px;
}

.carousel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 30000px !important;
}

.carousel ul > li {
	width: 572px!important;
	float: left;
	font-size: 13px;
	line-height: 18px;
}

.carousel.noSlide ul > li {
	padding-left: 27px;
	overflow: hidden
}

.carousel ul > li > h4 {
	margin: 0
}
.carousel ul > li > p {
	margin:15px 0 0 0;
}
.carousel ul > li > p + .read-more{
	margin-top:15px!important;
}

.carousel .carousel ul > li img {
	width: 572px;
	display: block;
	margin-bottom: 30px;
}

.carousel .bx-wrapper {
	position: relative;
}

.carousel .bx-wrapper .bx-next {
	background: url('../images/carousel-next.png') no-repeat;
	right: 0;
}

.carousel .bx-wrapper .bx-prev {
	background: url('../images/carousel-prev.png') no-repeat;
	left: 0;
}

.carousel .bx-wrapper .bx-next, .carousel .bx-wrapper .bx-prev {
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px
}

.carousel .bx-wrapper .bx-next:hover, .carousel .bx-wrapper .bx-prev:hover {
	background-position: left -16px;
}

.carousel .bx-wrapper .bx-viewport {
	width: 572px !important;
	margin: 0 auto;
}

.carousel .slider-video {
	margin-bottom: 30px;
}

.carousel .slider-video > iframe {
	width: 572px;
	display: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.column {
	overflow: hidden;
}

.container {
    width: 986px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	position: relative;
	z-index: 10;

	-webkit-overflow-scrolling: touch;
}

.content {
	position: relative;
    background: #D1D2D4 url('../images/figure-top.png') no-repeat center top;
	z-index: 15;
}

.content:before {
	width: 166px;
	height: 240px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -659px;
	content: '';
	background: url('../images/figure-bottom.png') no-repeat;
	z-index: 1;
}

.content .container {
	padding: 28px 38px 52px 26px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background: url('../images/bg-repeat.png') repeat-y center top;
}

.content .container:before,
.content .container:after {
	display: table;
	line-height: 0;
	content: '';
}

.content .container:after {
	clear: both;
}
aside .custom-select {
	max-width: 198px;
}
aside > hr:first-child {
	display: none;
}
.custom-select {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: left;
	width: 100%;
	height: 26px;
	border: 1px solid #000000;
	background: #FFFFFF;
	margin: 0;
	outline: 0;
    font-size: 12px;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 150;
}

.custom-select:after {
	width: 12px;
	height: 7px;
	content: '';
	position: absolute;
	top: 9px;
	right: 8px;
    background: url('../images/arrow-down.png') no-repeat;
    z-index: -1
}

.custom-select > ul {
	display: none;
	position: absolute; 
	width: 100%;
	left: -1px; 
	top: 25px;
	cursor: default;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	max-height: 190px;
	overflow: auto;
}

.custom-select > ul > li {
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 12px;
	padding: 1px 9px;
	word-break:break-word;
	word-wrap:break-word;
}
.custom-select > ul > li a {
	display: block
}
.custom-select > ul > li a:hover {
	text-decoration: none
}
.custom-select > ul > li:first-child {
	margin: 0;
}

.custom-select .custom-select-value {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
	padding: 3px 26px 3px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;

	/*max-width: 300px*/
}
.form.half-form .custom-select .custom-select-value {
	max-width:300px;
}

.d-list, .size13 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.d-list > li, .size13 ul > li {
	margin-bottom: 19px;
	padding-left: 36px;
	position: relative;
}
.size13 ul > li ul > li {
	margin-left: 40px
}

.d-list .news-slider li, .size13 .news-slider ul > li {
	margin-bottom: 0;
	padding-left:0;
}

.d-list.lite > li {
	margin: 0;
	padding-left: 10px;
}

.d-list > li:before, .size13 ul > li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\2022';
	font-size: 90%;
}
.d-list .news-slider li:before, .size13 .news-slider ul > li:before {
	display: none
}
ul#customDateData {
	display: none
}
.datepicker.textfield {
	float: left;
	width: 108px;
	margin-right: 7px;
}

.datepicker.textfield::-webkit-input-placeholder {
	color: #000000;
}

.datepicker.textfield::-moz-placeholder {
	color: #000000;
}

.datepicker.textfield .placeholder {
	color: #000000;
}

.datepicker-button {
	float: left;
	width: 108px;
	cursor: pointer;
	width: 22px;
	height: 22px;
    background: #081F3E url('../images/icon-date.png') no-repeat center center;
	position: relative;
	top: 2px;
}

.rel > ul > li > a:hover:before {
	background-color: #447bbf;
}

.event-box {
	position: relative;
}

.event-box:after {
	width: 1px;
	height: 100%;
	content: '';
	background: #D2D2D4;
	position: absolute;
	left: 528px;
	top: 0;
}

.event-box .event-main {
	width: 480px;
	float: left;
}

.event-box .event-main .event-header {
	padding-bottom: 28px;
	border-bottom: 1px solid #DDDDDF;
	margin-bottom: 28px;
}

.event-box .event-main .event-header h4 {
	font-size: 35px;
	line-height: 52px;
	margin: -12px 0 0 0;
}

.event-box .event-main .event-header .event-date {
	width: 61px;
	height: 72px;
	border: 1px solid #DDDDDF;
	line-height: 44px;
	text-align: center;
	font-size: 31px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	float: left;
	margin-right: 37px;
}

.event-box .event-main .event-header .event-date > span {
	line-height: 28px;
	height: 28px;
	display: block;
	font-size: 15px;
	background: #E0E0E2;
}

.event-box .event-main .event-info {
	margin-bottom: 42px;
}

.event-box .event-main .event-info img {
	width: 104px;
	float: left;
	border: 1px solid #8D8D8B;
	margin-right: 31px;
}

.event-box .event-main .event-info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.event-box .event-main .event-info ul > li {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	padding-left: 36px;
	margin-top: 20px;
	position: relative;
}
.event-box .event-main .event-info ul > li.event-location {
	min-height: 24px
}
.event-box .event-main .event-info ul > li:first-child {
	margin: 0;
}

.event-box .event-main .event-info .event-location:before {
	width: 17px;
	height: 24px;
	content: '';
	position: absolute;
	left: 2px;
	top: 0;
    background: url('../images/icon-location.png') no-repeat;
}

.event-box .event-main .event-info .event-person:before {
	width: 19px;
	height: 19px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    background: url('../images/icon-person.png') no-repeat;
}

.event-box .event-main .event-info .event-time:before {
	width: 19px;
	height: 19px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    background: url('../images/icon-time.png') no-repeat;
}

.event-box .event-main .event-text {
	line-height: 26px;
	font-size: 16px;
}

.event-box .event-sidebar {
	width: 270px;
	float: right;
}

.event-box .event-sidebar .calendar {
	margin-bottom: 50px;
}

.event-box .event-sidebar .event-list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.event-box .event-sidebar .event-list > li {
	margin-top: 24px;
	line-height: 24px;
	font-size: 15px;
}

.event-box .event-sidebar .event-list > li:first-child {
	margin: 0;
}

.faq {
	border-top: 1px solid #D2D1D6;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.faq > li {
	border-bottom: 1px solid #D2D1D6;
	padding: 24px 14px;
}

.faq .faq-box {
	padding-top: 15px;
	display: none;
}

.faq .faq-header {
	position: relative;
	padding-right: 40px;
}

.faq .faq-header > h4 {
	line-height: 22px;
	margin: 0;
}

.faq .faq-header > h4 > a {
	color: #447bbf;
}

.faq .faq-header .faq-arrow {
	position: absolute;
	right: 0;
	top: 8px;
	width: 11px;
	height: 6px;
    background: url('../images/faq-arrows.png') no-repeat;
}

.faq .faq-header .faq-arrow.opened {
    background-position: left -6px;
}

.file-link {
	width: 22px;
	height: 22px;
	display: inline-block;
    background: #081F3E url('../images/rel-file.png') no-repeat center center;
}

.file-link:hover {
    background-color: #447BBF;
}

.article_block.siteMap {
	padding-bottom:20px;
	border-bottom: 1px solid #D2D2D4;
	margin-bottom: 20px;
}
.article_block.siteMap h2 {
	margin-bottom: 0
}
.article_block.siteMap h2 + * {
	margin-top: 20px
}
.article_block.siteMap .col {
	float:left;
	width:50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.article_block.siteMap .col .sm-section {
	padding: 17px 0;
	border-top: 1px solid #D2D2D4;
	/*font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;*/
}
.article_block.siteMap .col .sm-section:first-child {
	border:0;
}
.sm-practice-areas ul.list > li {
	padding-left: 15px;
}
.sm-practice-areas h3 {
	text-transform: uppercase;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
}
.sm-practice-areas ul.list > li:first-child {
	margin-top: 0;
}
.sm-practice-areas {
	margin-bottom: 10px
}
.sm-practice-areas ul.list + h3 {
	margin-top: 20px
}
.sm-practice-areas ul {
	margin: auto;
}
.article_block.siteMap .col.left {
	padding-right: 34px;
}
.article_block.siteMap .col.right {
	padding-left: 34px;
}
.content-slider .slide{
	visibility: hidden;
}
footer {
	background: #FFFFFF;
	border-top: 1px solid #DBDBDB;
}

footer.over {
	position: relative;
	z-index: 20;
}

footer .footer-mobile {
	display: none;
	height: 48px;
	background: #447BBE;
	padding: 19px 22px 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .footer-mobile .desktop-site {
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	float: left;
}

footer .footer-mobile .tools {
	float: right;
}

footer .footer-mobile .tools .tools-share-list {
	left: auto;
	right: 0;
	top: auto;
	bottom: 26px;
}

footer .footer-mobile .tools .tools-share-list:after {
	display: none;
}

footer .footer-mobile .tools .tools-share-list:before {
	border-top: 5px solid #091F3F;
	border-bottom: 5px solid transparent;
	bottom: -10px;
	left: auto;
	top: auto;
	right: 8px;
	margin: 0;
}

footer nav {
	float: right;
	line-height: 17px;
	font-size: 12px;
	color: #000000;
	padding: 40px 0;
}

footer nav > a {
	color: #000000;
}

footer nav > span {
	margin: 0 9px;
}

footer .print-footer {
	display: none;
}

.form > h4.margin-top {
	margin: 28px 0;
	color: #d2202f;
}

.form fieldset {
	margin-bottom: 25px;
	position: relative;
}

.form fieldset > label {
	font-family: 'minion-pro-caption-n6', 'minion-pro-caption', 'Times', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 15px;
	display: block;
}

.form fieldset > label > span {
	color: #d11f2f;
}

.form fieldset small {
	font-size: 10px;
	line-height: 14px;
	padding: 7px 0;
	display: block;
}

.form .button-field {
	margin: 0;
	padding-top: 5px;
	min-height: 28px;
}

.form .column {
	padding-bottom: 5px;
}

.form .date-range {
	height: 26px;
}

.form .date-range > span{
	height: 26px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

.form .date-range .pull-left, .form .date-range .pull-right {
	padding: 0;
	width: 137px;
}

.form .form-down-box {
	padding-top: 84px;
	overflow: hidden;
}

.form .niceCheckLabel {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-weight: normal;
	display: inline;
}

.form .pull-left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 0 19px;
    width: 50%;
}

.form .pull-left > fieldset {
	float: none;
	padding: 0;
	width: 100%;
}

.form-compressed fieldset {
	margin-bottom: 10px;
}

.form-compressed fieldset > label {
	margin-bottom: 5px;
}

.form-expand {
	display: none;
}

.half-box {
	margin: 0 -45px;
	position: relative;
}

.half-box:after {
	width: 1px;
	height: 100%;
	content: '';
	background: #D2D2D4;
	position: absolute;
	left: 50%;
	top: 0;
}

.half-box .half {
	padding: 0 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.half-column-row + .half-column-row {
	border-top:1px solid #e1e1e1;
	padding-top: 27px;
}

.half-column-box {
	margin: 0 -22px;
	position: relative;
}

.half-column-box:before,
.half-column-box:after {
	display: table;
	line-height: 0;
	content: '';
}

.half-column-box:after {
	clear: both;
}

.half-column-box .half-column {
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.half-column-box .half-column-row .half-column {
	min-height: 0;
}

.half-form {
	margin: 0 -19px;
}

.half-form h4 {
	padding: 0 19px;
}

.half-form fieldset {
	padding: 0 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.half-form .button-field {
	width: auto;
	float: none;
}

.half-form .full-width {
	width: auto;
	float: none;
	padding: 0;
}

.half-form .pull-left h4 {
	padding: 0;
}

.half-middle {
	margin: 0 -34px;
}

.half-middle .half {
	padding: 0 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.half-simple:before,
.half-simple:after {
	display: table;
	line-height: 0;
	content: '';
}

.half-simple:after {
	clear: both;
}

.half-simple .half {
	width: 50%;
	float: left;
}

header {
	height: 110px;
	background: #FFFFFF;
	position: relative;
	z-index: 50;
}

header .logo {
    position: absolute;
    top: 60px;
    left: 0;
	z-index: 20;
}

header .nav {
	padding-top: 63px;
	position: relative;
	z-index: 10;
}

header .nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

header .nav > ul > li {
	height: 30px;
	float: left;
	margin-left: 26px;
	height: 47px;
}

header .nav > ul > li > a {
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

header .nav > ul > li:hover > a, header .nav > ul > li.active > a {
	color: #d11f2f;
	text-decoration: none;
}

header .nav .nav-box {
	border: 1px solid #818286;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 35px 30px;
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	display: none;
}
header .nav .nav-box.onlyTwoItems, header .nav .nav-box.noSpots {
	width:735px;
	right: 0;
	left:auto;
}
header .nav .nav-box.noSpots {
	width:350px;
}
header .nav .nav-box.newspubsNav.noSpots {
	margin-right: 100px
}

header .nav .nav-box h4 {
	margin: 0 0 12px 0;
}

header .nav .nav-box .nav-box-content {
	width: 253px;
	float: right;
	font-size: 12px;
	line-height: 16px;
}
header .nav .nav-box .nav-box-content-block {
	line-height: 16px
}
.twoItems .nav-box-content-block + .nav-box-content-block {
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #dadada;
}
header .nav .nav-box.twoItems {
	width:840px
}
header .nav .nav-box.twoItems .nav-box-content {
	width:558px;
}
header .nav .nav-box.twoItems .nav-box-content-block {
	width:253px;
	float:left;
}
header .nav .nav-box.twoItems .nav-box-content .nav-box-content-block {
	margin-top:0;
}

header .nav .nav-box .nav-box-content img {
	float: left;
	margin-right: 17px;
	max-width: 98px;
}

header .nav .nav-box .nav-box-content p {
	margin: 0 0 12px 0;

}

header .nav .nav-box .nav-box-content .nav-box-content-block {
	margin-top: 28px;
}

header .nav .nav-box .nav-box-content-block img {
	float:left;
	margin-right: 20px
}
header .nav .nav-box .nav-box-content-block p {
	font-size: 12px;
	margin:0 0 12px 0;
/*	padding-right:20px;*/
}

header .nav .nav-box .nav-box-content .nav-box-content-block:first-child {
	margin: 0;
}

header .nav .nav-box .nav-box-main {
	width: 620px;
	float: left;
}

header .nav .nav-box .search {
	width: 100%;
	position: relative;
	top: 0;
}

header .nav .nav-box .search > ul {
	border-color: #000000;
}

header .nav .nav-box .third .nav-box-content {
	width: auto;
	float: none;
}

header .nav .nav-box-line {
	position: relative;
}

header .nav .nav-box-line:before {
	width: 1px;
	height: 100%;
	content: '';
	background: #DADADA;
	position: absolute;
	left: 638px;
	top: 0;
}

header .nav .nav-box-lite {
	width: 530px;
	margin-left: 212px;
}
header .nav ul li:first-child .nav-box-lite {
	margin-left: 0
}
header .nav ul li:first-child .nav-box-lite.no-spotlights {
	margin-left: 220px
}
header .nav .nav-box-lite.no-spotlights {
	width:220px;
	
}
header .nav .nav-box-lite.no-spotlights:before {
	display: none;
}
header .nav > ul > li+li+li+li+li+li > .nav-box-lite {
	left: auto;
	right: 0;
}

header .nav .nav-box-lite .nav-box-lite-line {
	position: relative;
}

header .nav .nav-box-lite .nav-box-lite-line:before, .nav-box .third-box .third:before {
	width: 1px;
	height: 100%;
	content: '';
	background: #DADADA;
	position: absolute;
	left: 186px;
	top: 0;
}
header .headerCol {
	display: table-cell;
	vertical-align: top;
}
.lt-ie9 header .headerCol {
	display: block;
}
.nav-box .third-box .third {
	position: relative;
	display: table-cell;
	vertical-align: top;
	/*width:345px;*/
	float: none!important
}

.nav-box.onlyTwoItems .third-box .third {
	width:50%;
}
.nav-box .third-box .third:before {
	left:17px;
	display: none;
}
.nav-box .third-box .third:first-child:before {
	display:none;
}
header .nav .nav-box-lite.no-spotlights .nav-box-lite-line:before {
	display: none
}

header .nav .nav-box-lite .nav-box-lite-nav {
	width: 160px;
	float: left;
}

header .nav .nav-box-lite .nav-box-lite-nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .nav .nav-box-lite .nav-box-lite-nav > ul > li {
	margin-top: 10px;
}

header .nav .nav-box-lite .nav-box-lite-nav > ul > li:first-child {
	margin: 0;
}

header .nav .nav-box-lite .nav-box-lite-nav > ul > li > a {
	line-height: 18px;
	font-size: 15px;
	color: #000000;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

header .nav .nav-box-lite .nav-box-lite-nav > ul > li > a:hover {
	text-decoration: none;
	color: #447bbf;
}

header .nav .nav-box-middle {
	width: 735px;
	left: 188px;
}

header .nav .nav-box-middle .nav-box-middle-line {
	position: relative;
}

header .nav .nav-box-middle .nav-box-middle-line:before {
	width: 1px;
	height: 100%;
	content: '';
	background: #DADADA;
	position: absolute;
	left: 392px;
	top: 0;
}

header .nav .nav-box-people {
	width: 360px;
	float: left;
}

header .nav .nav-box-people .alphabet {
	padding-bottom: 4px;
}

header .nav .nav-box-people .custom-select {
	z-index: 10;
}

header .nav .nav-box-people .search {
	margin-bottom: 30px;
	z-index: 100;
}

header .nav-mobile {
	display: none;
}

header .nav-mobile .nav-mobile-box {
	position: absolute;
	left: 0;
	top: 48px;
	background: #D1D2D4;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 22px 2px 22px;
	display: none;
}

header .nav-mobile .nav-mobile-box > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .nav-mobile .nav-mobile-box > ul > li {
	border-top: 1px solid #E6E7E9;
}

header .nav-mobile .nav-mobile-box > ul > li > a {
	line-height: 25px;
	padding: 10px 15px 10px 0;
	display: block;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
    background: url('../images/sub-active.png') no-repeat right 17px;
}

header .nav-mobile .nav-mobile-box > ul > li > a:hover {
	text-decoration: none;
}

header .nav-mobile .nav-mobile-box .search {
	margin-bottom: 17px;
}

header .nav-mobile .nav-mobile-button {
	position: absolute;
	right: 18px;
	top: 7px;
	width: 37px;
	height: 37px;
	cursor: pointer;
    background: url('../images/nav-mobile-button.png') no-repeat;
}

header .nav-mobile .nav-mobile-button.opened {
	background-color: #D1D2D4;
    background-position: left -37px;
	height: 41px;
}

header > .container > .search {
	width: 300px;
	position: absolute;
	right: 0;
	top: 22px;
	z-index: 30;
}

header > .container > .search .textfield {
	border: 0 none;
	background: #D1D2D4;
	padding: 5px 26px 5px 10px;
}

header > .container > .search .textfield::-webkit-input-placeholder {
	color: #000000;
}

header > .container > .search .textfield::-moz-placeholder {
	color: #000000;
}

header > .container > .search .textfield .placeholder {
	color: #000000;
}

header .social-links {
	position: absolute;
	right: 326px;
	top: 24px;
	z-index: 20;
}

header .user-nav {
	line-height: 26px;
	position: absolute;
	right: 327px;
	top: 22px;
	font-size: 12px;
	z-index: 20;
}

header .user-nav > a {
	color: #000000;
}

header .user-nav > span {
	margin: 0 15px;
}

div.officeHeader {
	margin-bottom: 20px
}

div.officeHeader h4 {
	margin-bottom: 10px;
	padding:0;
}
.heading {
	line-height: 21px;
	background: #F2F2F2;
	padding: 16px 20px;
	overflow: hidden;
	margin-bottom: 34px;
	font-size: 13px;
}

.heading > h4 {
	margin: 0;
}

.homepage .content {
    background: #D1D2D4;
}

.homepage .content:before {
	display: none;
}

.homepage .content .container {
	padding: 0;
	border-top: 0 none;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0 none;
	background: #FFFFFF;
	width: 990px;
}

.homepage footer .mobile-footer-nav {
	line-height: 21px;
	display: none;
}

.homepage footer .mobile-footer-nav .social-links {
	margin-bottom: 17px;
}

.homepage footer .mobile-footer-nav .social-links > li:first-child {
	margin: 0;
}

.homepage header .user-nav {
	right: 434px;
}


.homepage-boxes {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homepage-boxes > li {
	height: 283px;
	width: 327px;
	float: left;
	margin-right: 2px;
	background: #D22030;
	text-align: center;
	color: #FFFFFF;
	line-height: 23px;
	font-size: 16px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.homepage-boxes > li+li {
	width: 328px;
	background: #447BBE;
}

.homepage-boxes > li+li+li {
	width: 327px;
	background: #011E40;
	margin: 0;
}
.homepage-boxes.bordered li {
	border-bottom: 2px solid #fff
}
.homepage-boxes > li.opened {
	border-bottom: 0
}
.homepage-boxes > li.opened:after {
	height: 12px;
	width: 327px;
	content: '';
	margin-right: 2px;
	background: #D22030;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.homepage-boxes > li+li.opened:after {
	height: 12px;
	width: 328px;
	content: '';
	margin-right: 2px;
	background: #447BBE;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.homepage-boxes > li+li+li.opened:after {
	height: 12px;
	width: 327px;
	content: '';
	margin-right: 2px;
	background: #011E40;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.homepage-boxes .homepage-boxes-header {
	padding-top: 29px;
	height: 58px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 36px;
}

.homepage-boxes .homepage-boxes-header:before {
	margin-right: 17px;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 22px;
	height: 22px;
    background: url('../images/rss.png') no-repeat;
	position: relative;
	top: -2px;
}

.homepage-boxes > li+li > .homepage-boxes-header:before {
	width: 21px;
	height: 22px;
    background: url('../images/events.png') no-repeat;
	top: -3px;
}

.homepage-boxes > li+li+li > .homepage-boxes-header:before {
	width: 23px;
	height: 18px;
    background: url('../images/publications.png') no-repeat;
	top: -2px;
}

.homepage-boxes .homepage-boxes-header> a {
	color: #FFFFFF;
}

.homepage-boxes .homepage-boxes-info {
	height: 138px;
	margin-bottom: 6px;
	overflow: hidden;
}

.homepage-boxes .homepage-boxes-info > a {
	color: #FFFFFF;
}

.homepage-boxes .read-more {
	padding: 0;
	line-height: 20px;
	font-size: 13px;
}

.homepage-boxes .read-more > a {
	color: #FFFFFF;
	padding-right: 30px;
}

.homepage-boxes .read-more > a:after {
	content: '';
	width: 17px;
	height: 11px;
	border: 0 none;
    background: url('../images/arrow-down-white.png') no-repeat;
	top: 1px;
	right: 0;
}
.nav-box-content-block .read-more {
	padding-top: 14px
}
p + .read-more {
	padding-top: 0!important;
}

.homepage-boxes .opened .read-more {
	display: none;
}

.homepage-i-box {
	padding: 23px 21px 21px 21px;
	/*border-top: 2px solid #FFFFFF;*/
	border-bottom: 2px solid #FFFFFF;
	display: none;
}

.homepage-i-box.events-box {
	background: #447BBE;
}

.homepage-i-box.news-box {
	background: #D22030;
}

.homepage-i-box.news-box .news-block .read-more,
.homepage-i-box.events-box .event-main .read-more,
.homepage-i-box.publications-box .page-slider .read-more
 {
	font-size: 14px
}

.homepage-i-box.publications-box {
	background: #011E40;
}

.homepage-i-box .homepage-i-box-content {
	padding: 48px;
	background: #FFFFFF;
}

.homepage-i-box .homepage-i-box-content:before,
.homepage-i-box .homepage-i-box-content:after {
	display: table;
	line-height: 0;
	content: '';
}

.homepage-i-box .homepage-i-box-content:after {
	clear: both;
}

.homepage-i-box .homepage-i-box-content hr {
	margin: 48px 0;
}

.i-box {
	border: 1px solid #BCBCBC;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px 30px 24px 30px;
	width: 325px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}
.i-box.hasSpinner {
	background:url(../images/spinner.gif) no-repeat center center #fff;
	min-height: 200px
}
.i-box.hasImg {
	width:450px;
}
.i-box.hasImg .i-box-info img {
	margin-right: 18px;
	width: 112px;
	float: left;
}
.i-box:after {
	width: 19px;
	height: 12px;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -9px;
    background: url('../images/i-box-pointer.png') no-repeat;
}

.i-box.i-box-right:after {
	width: 12px;
	height: 19px;
	left: -12px;
	bottom: 50%;
	margin: 0 0 -9px 0;
    background: url('../images/i-box-pointer-left.png') no-repeat;
}

.i-box:before {
	width: 100%;
	height: 14px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
}

.i-box.i-box-right:before {
	height: 100%;
	width: 14px;
	left: -14px;
	bottom: 0;
}

.i-box.no-photo {
	width: 288px;
}

.i-box .i-box-content {
	font-size: 13px;
	line-height: 18px;
}

.i-box .i-box-content > span {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	font-family: 'minion-pro-caption-n6', 'minion-pro-caption', 'Times', serif;
	font-weight: 600;
	font-style: normal;
}

.i-box .i-box-info {
	margin-bottom: 14px;
}
.imageContainer {
	position: relative;
	width:112px;
	height:142px;
	float:left;
	margin-right: 18px;
	overflow: hidden;
}
.imageContainer.newsLanding {
	width:85px;
	height:85px;
}
.imageContainer.office {
	width:93px;
	height:93px;
}
.imageContainer.topNav {
	width: 74px;
	height: 74px
}
img.img_practiceDetail {
	width:99px;
	height:auto;
}
img.carousel_img {
	margin-bottom: 25px
}
.imageContainer img {
	position: absolute;
	height:100%;
	width:auto;
}

.person .imageContainer {
	height:242px;
	width:190px;
	margin-right: 24px;
}

.news-block .imageContainer {
	width:272px;
	height: 272px;
	margin-right: 44px;
}
.person .imageContainer img {

}
.i-box .i-box-info .info-list {
	margin: 7px 0 0 0;
	padding: 10px 0 9px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.i-box .i-box-info .i-box-name {
	margin: -5px 0 3px 0;
	line-height: 22px;
	font-size: 18px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

.i-box .i-box-info .i-box-name > a {
	color: #d2202f;
	display: inline-block;
	vertical-align: top;
	padding-right: 21px;
	position: relative;
	text-transform: uppercase;
}

.i-box .i-box-info .i-box-name > a:after {
	width: 8px;
	height: 12px;
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
    background: url('../images/i-box-name-arrow.png') no-repeat;
}

.i-box .i-box-info .i-box-position {
	font-size: 16px;
	line-height: 18px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

.i-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.i-list > li {
	padding: 17px 0;
	border-top: 1px solid #D2D2D4;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.i-list > li:first-child {
	border: 0 none;
}

.i-list > li > a:hover {
	color: #000000;
	text-decoration: none;
}

.i-list > li > ul {
	margin: 0;
	padding: 10px 0 0 22px;
	list-style-type: none;
}

.i-list > li > ul > li {
	margin-top: 10px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	line-height: 19px;
	font-size: 13px;
	text-transform: none;
}

.i-list > li > ul > li:first-child {
	margin: 0;
}

.i-list > li > ul > li > a {
	position: relative;
}

.i-list > li > ul > li > a:hover {
	color: #000000;
	text-decoration: none;
}

.i-list > li > ul > li > a:hover:before {
	width: 6px;
	height: 9px;
	content: '';
    background: url('../images/sub-active.png') no-repeat;
	position: absolute;
	left: -20px;
	top: 2px;
}

.image-left {
	float: left;
	margin-right: 30px;
}

.image-right {
	float: right;
	padding-bottom: 15px;
	margin-left: 30px;
	width:280px;
}

.info-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.info-list > li {
	margin-top: 5px;
	min-height: 22px;
	padding-left: 35px;
}

.info-list > li:first-child {
	margin: 0;
}

.info-list > li > .print-icon {
	display: none;
	float: left;
}

.info-list .email {
    background: url('../images/icon-email.png') no-repeat;
}

.info-list .fax {
    background: url('../images/icon-fax.png') no-repeat;
}

.info-list .loc {
    background: url('../images/icon-loc.png') no-repeat;
}

.info-list .tel {
    background: url('../images/icon-tel.png') no-repeat;
}

.info-list .vcard {
    background: url('../images/icon-vcard.png') no-repeat;
}

.jump-box {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	display: table;
	width: 100%;
	height: 54px;
	background: #F3F3F3;
	font-size: 13px;
}

.jump-box > li {
	display: inline-block;
	padding: 20px 0 20px 15px;
	vertical-align: middle;
}

.jump-box > li > a {
	color: #000000;
}

.jump-box > li > a:hover {
	color: #447bbf;
	text-decoration: none;
}

.jump-box > li > span {
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

.link-block {
	padding: 32px 0;
	position: relative;
}

.link-block a {
	color: #000000;
	font-size: 20px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	display: block;
    background: url('../images/arrow-right.png') no-repeat right center;
}

.link-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.link-block ul > li {
	width: 100%;
	float: left;

	color: #000000;
	font-size: 20px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	padding-bottom: 2px
}

.link-block .container {
	min-height: 26px;
	line-height: 26px;
    background: url('../images/link-block.png') no-repeat;
	padding-left: 80px;
	overflow: hidden;
}

.link-link {
	width: 22px;
	height: 22px;
	display: inline-block;
    background: #081F3E url('../images/rel-link.png') no-repeat center center;
}

.link-link:hover {
    background-color: #447BBF;
}

.links-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.links-list > li {
	margin-top: 15px;
}

.links-list > li:first-child {
	margin: 0;
}

.links-list > li > a {
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
}

.links-list > li > a:hover {
	text-decoration: none;
	color: #447BBF;
}

.links-list .read-more {
	padding-top: 4px;
}

.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list > li {
	margin-top: 10px;
	line-height: 19px;
	font-size: 13px;
}
ul.list .tier2 {
	padding-left: 15px
}
ul.list .tier3 {
	padding-left: 30px;
}

.list:first-child {
	margin: 0;
}

.list > li > span {
	margin-top: 2px;
	display: block;
}

.location {
	margin-bottom: 30px;
}

.location img {
	float: left;
	margin-right: 42px;
	width: 300px;
}

.location .info-list > li {
	margin-top: 13px;
}

.location .info-list > li:first-child {
	margin: 0;
}

.location .location-info {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 21px;
}

.location-header {
	margin-bottom: 7px;
}

.location-header > span {
	margin-bottom: 2px;
	display: block;
	font-weight: bold;
}

.map {
	float: right;
	margin-left: 30px;
}

.map > iframe {
	display: block;
}

.menu {
	margin: -14px 0 33px 0;
}

.menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu > ul > li {
	padding: 17px 0;
	border-bottom: 1px solid #D2D2D4;
	position: relative;
}

.menu > ul > li  > a  {
	font-size: 14px;
	line-height: 19px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.menu > ul > li  > a:hover  {
	color: #000000;
	text-decoration: none;
}

.menu > ul > li  > .active {
	color: #000000;
}

.menu > ul > li > ul {
	margin: 0;
	padding: 8px 0 2px 19px;
	list-style-type: none;
	display: none;
}

.menu > ul > .opened > ul {
	display: block;
}

.menu > ul > li > ul > li {
	margin-top: 10px;
}

.menu > ul > li > ul > li:first-child {
	margin: 0;
}

.menu > ul > li > ul > li > a {
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

.menu > ul > li > ul > li > a:hover, .menu > ul > li > ul > li.active > a {
	color: #000000;
	text-decoration: none;
}

.menu > ul > li > ul > li.active > a:before   {
	width: 6px;
	height: 9px;
	content: '';
    background: url('../images/sub-active.png') no-repeat;
	position: absolute;
	left: -19px;
	top: 3px;
}

.menu .sub-open {
	width: 11px;
	height: 11px;
	cursor: pointer;
    background: url('../images/sub-open.png') no-repeat;
	position: absolute;
	right: 0;
	top: 21px;
}

.menu .sub-open:hover {
	background-position: left -22px;
}

.menu .opened .sub-open, .menu .opened .sub-open:hover  {
	background-position: left -11px;
}

.mobile-only {
	display: none !important;
}

.mobile-only-inline {
	display: none !important;
}

.news-article .news-article-authors {
	line-height: 18px;
	margin-bottom: 15px;
	font-size: 13px;
}

.news-article .news-article-info {
	line-height: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-size: 12px;
	color: #818285;
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.03em;
}

.news-article .news-article-info > span {
	margin: 0 8px;
}

.news-block {
	font-size: 16px;
	line-height: 26px;
}

.news-block h4 {
	font-size: 34px;
	line-height: 48px;
	margin: 0 0 20px 0;
}

.news-block img {
	margin-right: 44px;
	float: left;
}

.news-block .date {
	margin-bottom: 14px;
	display: block;
	line-height: 18px;
	font-size: 14px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 600;
	font-style: normal;
}

.news-block.lite {
	font-size: 15px;
	line-height: 24px;
}

.news-block.lite h4 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 28px 0;
}

.news-block h4, .event-box .event-main .event-header h4, h4.pub-header {
	font-weight: 500;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif
}
.news-block.lite img {
	margin-right: 20px;
}

.news-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.news-list.half-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 0 -24px -45px;
}

.news-list.more-margin {
	padding-top: 10px;
}

.news-list > li {
	font-size: 13px;
	margin-top: 21px;
}

.news-list.half-list > li {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: normal;
	padding-left: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	margin: 0 0 34px 0;
	vertical-align: top;
}

.news-list.half-list > li:first-child {
	margin: 0 0 34px 0;
}

.news-list.more-margin > li {
	margin-top: 36px;
}

.news-list > li:first-child, .news-list.more-margin > li:first-child {
	margin: 0;
}

.news-list > li > p {
	margin: 0 0 16px 0;
}

.news-list > li.location  {
	margin-bottom: 50px;
}

.news-list > li.locationi:first-child  {
	margin-bottom: 50px;
}

.news-list .column  {
	position: relative;
	/*top: -5px;*/
}

.news-list .location .image-left {
	width: auto;
	margin-right: 20px;
}
.thumb img {
    max-width: 93px;
}
.news-list .location .location-info {
	font-size: 14px;
}

.news-list .news-author {
	font-style: italic;
}

.news-list .news-date {
	margin: 3px 0 7px 0;
}

.news-list .news-date > span {
	margin: 0 12px;
	color: #e0e0e0;
}

.news-list .news-type {
	margin-bottom: 5px;
}

.news-list.half-list .news-type {
	margin: 10px 0 0 0;
}

.news-list .news-type > a, .news-file {
	margin-bottom: 6px;
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	text-transform: uppercase;
}

.news-list .news-type .news-file:before {
    background-image: url('../images/rel-file.png');
}

.news-list .news-type .news-link:before {
    background-image: url('../images/rel-link.png');
}

.news-list .news-type  .news-file:before,
.news-list .news-type .news-link:before {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	content: '';
	background-color: #081F3E;
	background-repeat: no-repeat;
	background-position: center center;
}

.news-list .news-type  .news-file:hover:before,
.news-list .news-type  .news-link:hover:before {
	background-color: #447bbf;
}

.news-list .news-type  .news-file > img,
.news-list .news-type  .news-link  > img {
	float: left;
	margin-right: 12px;
	display: none;
}

.news-block.lite .date {
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 18px;
}

/*.news-lite {
	font-size: 13px;
	margin-bottom: 20px;
}

.news-lite > h4 {
	margin: 0 0 17px 0;
}

.news-lite img {
	width: 100%;
	margin-bottom: 23px;
	display: block;
}*/

.news-search:before,
.news-search:after {
	display: table;
	line-height: 0;
	content: '';
}

.news-search.overrideBefore:before,
.news-search.overrideBefore:after {
	display: none
}

.news-search:after {
	clear: both;
}

.news-search .news-search-hidden {
	display: none;
}

.news-search .news-search-keywords {
	float: left;
	padding-left: 19px;
	margin-bottom: 25px;
}

.news-search .news-search-keywords .button {
	float: left;
}

.news-search .news-search-keywords .textfield {
	float: left;
	width: 311px;
	margin-right: 15px;
	position: relative;
	top: 1px;
}

.news-search .news-search-more {
	float: right;
	margin-right: 19px;
}

.news-slider, .carousel {
	position: relative;
}
.article_block.hasSpinner {
	position: relative;
}
.news-slider .spinner, .carousel .spinner, .link-block .spinner, .article_block .spinner {
	background:url(../images/spinner.gif) no-repeat center center transparent;
	width:64px;
	height: 64px;
	position: absolute;
	left:50%;
	margin-left: -32px

}
.link-block .spinner {
	top:50%;
	margin-top: -32px
}
aside .news-slider {
	padding-top: 33px
}
aside .news-slider.noPadding {
	padding-top: 0
}
.news-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news-slider > ul, .carousel > ul, .link-block > .container {
	visibility: hidden;
}
.news-slider ul > li {
	/*float: left;*/
}

.news-slider .news-box {
	margin: 0;
}
.news-slider ul > li img{
	max-width: 100%
}
aside .news-lite {
	font-size: 13px
}
aside .news-lite img {
	margin-bottom: 23px
}
.news-slider .bx-pager {
	position: relative;
	left:20px;
	bottom:30px;
	z-index: 99;
}
aside .news-slider .bx-pager {
	position: absolute;
	bottom: auto;
	left:0;
	top: 0;
}
.news-slider .bx-viewport {
	background: #f3f3f3;
	padding-bottom:30px;
}

.news-slider .bx-pager .bx-pager-item {
	float: left;
	margin: 0 4px 4px 0;
}

.news-slider .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 11px;
	height: 11px;
	background: #D1D2D4;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;
}

.news-slider .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #D2202E;
}

.niceCheck {
	width: 16px;
	height: 16px;
	float: left;
	border: 1px solid #000000;
	cursor: pointer;
    background: #FFFFFF url('../images/check.png') no-repeat center -16px;
	overflow: hidden;
}

.niceCheck.niceChecked {
    background-position: center center;
}

.niceCheck > input {
	margin-left: -100px;
}

.niceCheckLabel {
	line-height: 16px;
	padding-left: 7px;
	cursor: pointer;
}

.no-margin {
	margin: 0;
}

.nobr {
	white-space: nowrap;
}

.page-head {
	height: 90px;
	background: #447BBE;
	position: relative;
	z-index: 40;
}

.page-head h1 {
	color: #FFFFFF;
	margin: 0;
	display: table-cell;
	padding-left: 288px;
	max-width: 547px;
	height: 90px;
	vertical-align: middle;
	text-transform: uppercase;
}

.page-head h1 > span {
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-transform: none;
}

.page-head .tools {
	position: absolute;
	right: 0;
	top: 38px;
}

.page-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page-slider ul > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.page-slider .bx-pager {
	margin-top: 48px;
	height: 11px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.page-slider .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 2px;
	width: 11px;
	height: 11px;
}

.page-slider .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 11px;
	height: 11px;
	background: #CDCDCD;
	text-indent: -999px;
	overflow: hidden;
}

.page-slider .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #D2202E;
}

.pages-nav {
	padding: 0 23px;
}

.pages-nav .back, .pages-nav .read-more {
	padding: 0;
}

.person {
	margin-bottom: 30px;
}

/*.person img {
	float: left;
	margin-right: 24px;
	width: 190px;
}
*/
.person .info-list {
	margin-bottom: 22px;
}

.person .info-list > li {
	margin-top: 10px;
}

.person .info-list > li:first-child {
	margin: 0;
}

.person .person-social {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}

.person .person-social > li {
	float: left;
	margin-left: 17px;
}

.person .person-social > li:first-child {
	margin: 0;
}

.person .person-social > li > a {
	background: #091D40;
	padding-right: 10px;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
}

.person .person-social > li > a:hover {
	background-color: #447bbf;
	text-decoration: none;
}

.person .person-social > li > a:before {
	width: 25px;
	height: 16px;
	content: '';
	border-right: 1px solid #BEC5CD;
	margin: 3px 9px 0 0;
	float: left;
}

.person .person-social .fb > a:before {
    background: url('../images/icon-fb.png') no-repeat center center;
}

.person .person-social .in > a:before {
    background: url('../images/icon-in.png') no-repeat center center;
}

.person .person-social .tw > a:before {
    background: url('../images/icon-tw.png') no-repeat center center;
}

.print-only, .pdf-only {
	display: none !important;
}

.pub-author {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 600;
	font-style: normal;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.pub-header {
	font-size: 34px;
	line-height: 45px;
	text-align: center;
	padding: 28px 0;
	border-top: 1px solid #D2D2D4;
	border-bottom: 1px solid #D2D2D4;
	margin: 32px 0;
}

.pub-info {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

.pub-info > span {
	margin: 0 15px;
}

.pub-text {
	font-size: 16px;
	line-height: 26px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.read-more {
	padding-top: 7px;
	line-height: 16px;
	font-size: 11px;
}
.read-more.go-right {
	padding-left: 446px
}

.read-more > a {
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #d2202f;
	position: relative;
}

.read-more > a:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #d2202f;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 3px;
	right: -23px;
}
.homepage-i-box.news-box .news-block .read-more a:after,
.homepage-i-box.events-box .event-main .read-more a:after,
.homepage-i-box.publications-box .page-slider .read-more a:after {

	border-top: 5px solid transparent;
	border-left: 8px solid #d2202f;
	border-right: 7px solid transparent;
	border-bottom: 5px solid transparent;

}

.read-more.view-all {
	padding: 0;
	margin-top: -14px;
	float: right;
}

.rel {
	margin-top: 27px;
	padding-top: 28px;
	border-top: 1px solid #E0E0E0;
}

.rel > h4 {
	margin: 0 0 29px 0;
}

.rel > ul {
	margin: 0 0 -27px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.rel > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 70px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: normal;
	margin-bottom: 27px;
}

.rel > ul > li > a {
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: normal;
	color: #000000;
	text-transform: uppercase;
}

.rel > ul > li > a:before, 
.rel-slider-header a.rel-link:before, 
.rel-slider-header a.rel-file:before {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	content: '';
	background-color: #081F3E;
	background-repeat: no-repeat;
	background-position: center center;
}
.rel-slider-header a.rel-link, .rel-slider-header a.rel-file {
	display: block;
	margin-top: 3px
}
.rel-slider-header a.rel-link:before, 
.rel-slider-header a.rel-file:before {
	vertical-align: middle
}
.rel > ul > li > a:hover:before, 
.rel-slider-header a.rel-link:hover:before,
.rel-slider-header a.rel-file:hover:before {
	background-color: #447bbf;
}

.rel > ul > li > span {
	margin-top: 7px;
	display: block;
}

.rel .rel-file:before, .rel-slider-header a.rel-file:before {
    background-image: url('../images/rel-file.png');
}

.rel .rel-link:before, .rel-slider-header a.rel-link:before {
    background-image: url('../images/rel-link.png');
}

.rel-slider > h4 {
	margin: 0 0 27px 0;
}

.rel-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 30000px !important;
}

.rel-slider ul > li {
	width: 100%;
	float: left;
}

.rel-slider ul > li img{
	float: left;
	margin-right: 26px;
}

.rel-slider .bx-pager {
	padding-top: 15px;
	display: inline-block;
	/*height: 11px;*/
}

.rel-slider .bx-pager .bx-pager-item {
	display: inline-block;
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-size: 11px;
	font-weight: 700;
}
.rel-slider .bx-controls-direction {
	float: left;
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-size: 11px;
	padding-top: 16px;
	font-weight: 700;
	margin-right: 3px
}
.rel-slider .bx-controls-direction a {
	color:#D2202E;
}
.rel-slider .bx-controls-direction:after {
	content:":";
	color:#D2202E;
}
.rel-slider .bx-controls-direction .bx-prev {
	display: none
}

/*.rel-slider .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 11px;
	height: 11px;
	background: #D1D2D4;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;
}*/
.rel-slider .bx-pager .bx-pager-item .bx-pager-link {
	color:#aaaaaa;
	display: inline-block;
	width:13px;
	line-height: 1;
	text-align: center;
	border-left: 1px solid #ededed;
}
.rel-slider .bx-pager .bx-pager-item:first-child .bx-pager-link {
	border-left: 0
}

.rel-slider .bx-pager .bx-pager-item .bx-pager-link.active {
	color: #D2202E;
}

.rel-slider .half-column-box {
	overflow: hidden;
}

.rel-slider .rel-slider-header {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	margin: -3px 0 12px 0;
	/*min-height: 30px;*/
}

.rel-slider .rel-slider-header > a {
	color: #000000;
	margin-bottom: 15px;
	display: inline-block;
}
.rel-slider .rel-slider-header > a.rel-file, 
.rel-slider .rel-slider-header > a.rel-link
{
	line-height: 22px
}
.rel-slider .rel-slider-text {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 16px;
	min-height: 48px;
}

 .rel-slider .half-column-row .rel-slider-text {
	min-height: 0
}

.rel-slider .rel-slider-header + .rel-slider-text {
	margin-top: -15px
}

.no-content .rel-slider-text  {
	display: none
}

.no-content .rel-slider-header {
	margin-bottom: 0
}
.search {
	height: 26px;
	position: relative;
}

.search > input[type="submit"] {
	width: 22px;
	height: 22px;
	border: 0 none;
    background: #0A1F3E url('../images/search.png') no-repeat center center;
	position: absolute;
	right: 2px;
	top: 2px;
	margin: 0;
	outline: 0;
    cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search > input[type="submit"]:hover {
    background-color: #447BBF;
}

.search > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #D2D2D4;
	border-right: 1px solid #D2D2D4;
	border-bottom: 1px solid #D2D2D4;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 9px;
	display: none;

	max-height:300px;
	overflow-y:scroll;
}

.search > ul > li {
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 12px;
}
.search > ul > li a {
	color:#000;
}
.search > ul > li a span{
	color:#447bbf;
}

.search > ul > li:first-child {
	margin: 0;
}

.search > ul > li > span {
	color: #447bbf;
}

.search-result {
	font-family: 'minion-pro-caption-n6', 'minion-pro-caption', 'Times', serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 29px;
}

.search-table hr {
	margin: 22px;
}

hr.def-margin {
	margin: 30px 0;
}

.search-table table {
	width: 100%;
	border-collapse: collapse;
}

.search-table tr td {
	padding: 12px 15px;
	border-left: 1px solid #FFFFFF;
}

.search-table.news-search tr td {
	width: 25%;
}

.search-table.news-search tr td+td+td {
	width: auto;
}

.search-table tr td:first-child {
	border: 0 none;
}
.search-table .schoolTables tr th:first-child {
	width:460px;	
}

.search-table tr th {
	padding: 0 15px;
	border-left: 1px solid #FFFFFF;
	height: 33px;
	text-align: left;
	cursor: pointer;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
    background: #D1D2D4 url('../images/arrow-sort.png') no-repeat 90% 14px;
	background-position: -webkit-calc(100% - 15px) 14px;
	/*background-position: calc(100% - 15px) 14px;*/
	background-position: right 15px 14px; 
}

.search-table tr th:first-child {
	border: 0 none;
}
.search-table tr th.firstCol {
	width:210px
}

.search-table tr th.secondCol {
	width:158px;
}

.search-table tr td.vcard {
	width:20px;
}
.search-table.no-sort th {
    background: #D1D2D4 !important;
	cursor: default;
}

.search-table table .alum_name {
	width:217px;
}
.search-table table .alum_phone {
	width:140px;
}

.search-table table .alum_email a {
	display:block;
	width:210px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.search-table .headerSortDown {
	color: #FFFFFF;
    background-color: #D2202E;
    background-image: url('../images/arrow-sort-white-down.png');
}

.search-table .headerSortDown.date-cell {
    background-image: url('../images/arrow-sort-white-up.png');
}

.search-table .headerSortUp {
	color: #FFFFFF;
    background-color: #D2202E;
    background-image: url('../images/arrow-sort-white-up.png');
}

.search-table .headerSortUp.date-cell {
    background-image: url('../images/arrow-sort-white-down.png');
}

.events-search.search-table .headerSortUp.date-cell {
	width:130px;
}

.search-table .mobile-results {
	display: none;
	padding: 15px 22px;
}

.search-table .mobile-results > p {
	margin: 0 0 5px 0;
	line-height: 21px;
}

.search-table .mobile-results .mobile-results-date {
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
}

.search-table .no-border {
	border: 0 none;
	text-align: right;
}

.search-table .even td {
	background: #F7F7F7;
}


.set-mode {
	float: left;
}

.size13 {
	font-size: 13px;
	line-height: 16px;
}

.size13 > p {
	margin: 0 0 16px 0;
}

.slider {
	border-top: 1px solid #818286;
	border-bottom: 1px solid #818286;
	height: 277px;
	overflow: hidden;
}
.slider.autoHeight {
	height: auto;
	padding-bottom: 30px
}

.slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.slider ul > li {
	width: 100%;
	height: 277px;
	/*background: #011E40;*/
}
.slider.autoHeight ul > li {
	height: auto
}

/*.slider ul > li+li {background: #D2202F;}
.slider ul > li+li+li {background: #447BBF;}
.slider ul > li+li+li+li {background: #818285;}
.slider ul > li+li+li+li+li {background: #FFFFFF;}*/

.slider .bx-pager {
	position: absolute;
	left: 50%;
	top: 228px;
	width: 986px;
	margin-left: -493px;
	z-index: 2;
}

.slider .bx-pager .bx-pager-item {
	float: left;
	margin-right: 4px;
}

.slider .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 11px;
	height: 11px;
	background: #68788F;
	border:1px solid #68788F;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slider .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #FFFFFF;
}

.slider .bx-wrapper {
	height: 277px;
	position: relative;
}

.slider .bx-wrapper .bx-viewport {
	height: 277px;
	z-index: 1;
}

.slider .container {
	padding: 0 430px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slider .static .container {
	padding: 0;
}
.static .sub-text {
	color:#000;
	font-size: 16px;
	margin-top: 15px;
	line-height: 23px;

}

.slider .slider-button {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	margin-top: 30px;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	background: #FFFFFF;
	color: #808285;
	font-size: 13px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
}

.slider ul > li+li+li+li+li .slider-button {
	background: #808285;
	color: #FFFFFF;
}

.slider .slider-button:hover {
	text-decoration: none;
}

.slider .slider-image {
	position: absolute;
	left: 546px;
	top: 0;
}

.slider .slider-image .slide_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 693px;
	height: 277px;
	content: '';
}
.slider .slider-image > img {
	display: block;
	width: 693px;
	height: auto
}
.slider .slider-image > img.realz {
	position: absolute;
	top: 0;
	z-index: -1
}
.slider .slider-link {
	padding-top: 20px;
}

.slider .slider-link > a, .slider .slider-link > span {
	color: #FFFFFF;
	line-height: 44px;
	font-size: 40px;
	font-family: 'minion-pro-caption-n5', 'minion-pro-caption', 'Times', serif;
	font-weight: 500;
	font-style: normal;
	white-space: pre-wrap;
}

.slider ul > li+li+li+li+li .slider-link > a {
	color: #000000;
}

.social-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-links > li {
	float: left;
	margin-left: 12px;
}

.social-links > li:first {
	margin: 0;
}

.social-links > li > a {
	width: 22px;
	height: 22px;
	background-color: #447BBE;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.social-links > li > a:hover {
	background-color: #808285;
}

.social-links .in {
    background-image: url('../images/in.png');
}

.social-links .tw {
    background-image: url('../images/tw.png');
}

.social-links .youtube {
    background-image: url('../images/youtube.png');
}

.table-list {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
}

.table-list > li {
	margin-top: 6px;
}

.table-list > li:first-child{
	margin: 0;
}

.table-list > li > span {
	float: left;
	width: 120px;
	margin-right: 18px;
	font-family: 'jaf-bernina-sans-n7', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
}

.textarea {
	width: 100%;
	height: 150px;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 12px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 4px 25px 4px 9px;
	overflow: auto;
	resize: none;
}

.textarea.big-area {
	height: 274px;
}

.textarea.lite-area {
	height: 88px;
}

.textarea::-ms-clear {
    display: none;
}

.textarea::-webkit-input-placeholder {
	-khtml-opacity: 1;
	opacity: 1;
	color: #85878c;
}

.textarea::-moz-placeholder {
	-moz-opacity: 1;
	opacity: 1;
	color: #85878c;
}

.textarea .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #85878c;
}

.textfield {
	width: 100%;
	height: 26px;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 12px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 4px 25px 4px 9px;
}

.textfield::-ms-clear {
    display: none;
}

.textfield::-webkit-input-placeholder {
	-khtml-opacity: 1;
	opacity: 1;
	color: #85878c;
}

.textfield::-moz-placeholder {
	-moz-opacity: 1;
	opacity: 1;
	color: #85878c;
}

.textfield .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #85878c;
}

.text h3 {
	font-size: 16px
}

.third-box {
	margin-left: -60px;
}

.third-box .third {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	float: left;
	padding-left: 60px;
}

.tools {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tools > li {
	height: 15px;
	padding-left: 15px;
	margin-left: 14px;
	position: relative;
	float: left;
}

.tools > li:before {
	height: 13px;
	width: 1px;
	background: #7A9FCC;
	position: absolute;
	left: 0;
	top: 1px;
	content: '';
}

.tools > li:first-child:before {
	display: none;
}

.tools > li > a {
	display: block;
	height: 15px;
	position: relative;
}

.tools > li > a:hover, .tools > li > a.hover {
    background-position: left -15px;
}

.ipad .tools > li > a:hover, .ipad .tools > li > a.hover {
	background-position: 0 0
}

.tools > li > a > span {
	padding: 0 6px;
	height: 15px;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 9px;
	color: #FFFFFF;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	background: #091F3F;
	position: absolute;
	left: 0;
	top: 26px;
	display: none;
	white-space: nowrap;
}

.tools > li > a > span:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #091F3F;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}

.tools .tools-email {
	width: 15px;
    background: url('../images/tools-email.png') no-repeat;
}

.tools .tools-print {
	width: 16px;
    background: url('../images/tools-print.png') no-repeat;
}

.tools .tools-share {
	width: 13px;
    background: url('../images/tools-share.png') no-repeat;
}

.tools .tools-share-list {
	margin: 0;
	padding: 10px;
	width: 96px;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 9px;
	color: #FFFFFF;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
	background: #091F3F;
	position: absolute;
	left: 0;
	top: 26px;
	display: none;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tools .tools-share-list:after {
	content: '';
	width: 100%;
	height: 22px;
	position: absolute;
	top: -22px;
	left: 0;
}

.tools .tools-share-list:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #091F3F;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}

.tools .tools-share-list > li {
	margin-top: 10px;
}

.tools .tools-share-list > li:first-child {
	margin: 0;
}

.tools .tools-share-list > li > a {
	padding-left: 23px;
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 9px;
}

.tools .tools-share-list .fb:before {
	width: 6px;
	height: 14px;
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
    background: url('../images/icon-fb.png') no-repeat;
}

.tools .tools-share-list .gp:before {
	width: 17px;
	height: 14px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    background: url('../images/icon-gp.png') no-repeat;
}

.tools .tools-share-list .in:before {
	width: 14px;
	height: 13px;
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
    background: url('../images/icon-in.png') no-repeat;
}

.tools .tools-share-list .tw:before {
	width: 14px;
	height: 9px;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
    background: url('../images/icon-tw.png') no-repeat;
}

.tools .tools-textsize {
	width: 17px;
    background: url('../images/tools-textsize.png') no-repeat;
}

.type-file {
	position: relative;
	height: 26px;
	overflow: hidden;
	cursor: pointer;
}

.type-file:before {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 31px;
	height: 26px;
	content: '';
    background: #091F3F url('../images/icon-upload.png') no-repeat center center;
}

.type-file:hover:before {
    background-color: #447BBF;
}

.type-file .inputFile {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 26px;
}

.type-file .textfield {
	position: relative;
	z-index: 1;
	padding-right: 40px;
}

.vcard-link {
	width: 22px;
	height: 22px;
	display: inline-block;
    background: #081F3E url('../images/vcard.png') no-repeat center center;
}
.search-table .vcard-link + br {
	display: none
}

.vcard-link:hover {
    background-color: #447BBF;
}

.ui-datepicker {
	width: 270px;
	background: #FFFFFF;
	z-index: 1000 !important;
}

.ui-datepicker.ui-datepicker-inline {
	margin-bottom: 47px;
}

.ui-datepicker .ui-datepicker-calendar {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #E0E0E2;
}

.ui-datepicker .ui-datepicker-calendar td {
	border: 1px solid #E0E0E2;
	width: 37px;
	height: 37px;
	text-align: center;
	font-size: 17px;
	line-height: 37px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
}

.ui-datepicker .ui-datepicker-calendar td > a {
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: default;
}

.ui-datepicker .ui-datepicker-calendar td > a:hover {
	color: #000000;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-calendar td.highlight > a {
	display: block;
	color: #D11F2D;
	cursor: pointer
}
.ui-datepicker .ui-datepicker-calendar td.highlight > a:hover {
	color: #000000;
	text-decoration: underline;

}

.ui-datepicker .ui-datepicker-calendar th {
	border: 1px solid #E0E0E2;
	background: #E0E0E2;
	width: 37px;
	height: 37px;
	text-align: center;
	font-size: 13px;
	line-height: 37px;
	text-transform: uppercase;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
	background: #D2202E;
	
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
	color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day > a:hover {
	color: #FFFFFF!important;
}

.ui-datepicker .ui-datepicker-header {
	height: 31px;
	position: relative;
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #E0E0E2;
	border-left: 1px solid #E0E0E2;
	border-right: 1px solid #E0E0E2;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
	padding: 0;
	border: 0 none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background: url('../images/cal-next.png') no-repeat;
	right: 5px;
} 

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    background: url('../images/cal-prev.png') no-repeat;
	left: 5px;
} 

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	position: absolute;
	top: 16px;
	width: 8px;
	height: 13px;
	cursor: pointer;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
	right: 0;
} 

.ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
} 

.ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
	top: 1px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next > span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span {
	display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	line-height: 16px;
	text-transform: uppercase;
	color: #d2202f;
	font-size: 14px;
	font-family: 'jaf-bernina-sans-n6', 'jaf-bernina-sans', 'Arial';
	font-weight: 700;
	font-style: normal;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.footer-mobile .tools > li > a:hover, .footer-mobile .tools > li > a.hover {
		background-position: left top;
	}
	
	.info-list .email {
		background: url('../images/icon-email@2x.png') no-repeat;
		-o-background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
		-khtml-background-size: 22px 22px;
		-moz-background-size: 22px 22px;
		background-size: 22px 22px;
	}
	
	.info-list .loc {
		background: url('../images/icon-loc@2x.png') no-repeat;
		-o-background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
		-khtml-background-size: 22px 22px;
		-moz-background-size: 22px 22px;
		background-size: 22px 22px
	}

	.info-list .tel {
		background: url('../images/icon-tel@2x.png') no-repeat;
		-o-background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
		-khtml-background-size: 22px 22px;
		-moz-background-size: 22px 22px;
		background-size: 22px 22px
	}
	   
	.tools .tools-email {
		background: url('../images/tools-email@2x.png') no-repeat;
		-o-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		-khtml-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}

	.tools .tools-share {
		background: url('../images/tools-share@2x.png') no-repeat;
		-o-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		-khtml-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
}