/* page tools */
.pagetools {
	padding-bottom:15px;
	vertical-align:middle;
}
@media only screen and (min-width: 768px) {
 .pagetools {
 padding-bottom:30px;
}
}
@media only screen and (min-width: 1200px) {
 .pagetools {
 padding-bottom:60px;
}
}
.pagetools .icon {
	margin-right:6px;
	margin-bottom:12px;
	display: inline-block;
	vertical-align:middle;
}
.pagetools .icon span {
	background-color:#00A8E2;
	border-radius:50%;
	width:40px;
	height:40px;
	padding:6px;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagetools .icon:hover span {
	background-color:#FF8300;
}
.pagetools .icon img {
	width:21px;
	max-width:21px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.pagetools .icon img.tall {
	width:auto;
	max-height:24px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (min-width: 400px) {
 .pagetools .icon span {
 width:50px;
 height:50px;
}
 .pagetools .icon img {
 width:28px;
 max-width:28px;
 height:auto;
}
 .pagetools .icon img.tall {
 width:auto;
 max-height:32px;
 height:auto;
}
}
@media only screen and (min-width: 768px) {
 .pagetools .icon {
 margin-right:4px;
}
 .pagetools .icon span {
 width:28px;
 height:28px;
}
 .pagetools .icon img {
 width:90%;
 max-width:90%;
 height:auto;
}
 .pagetools .icon img.tall {
 width:auto;
 max-width: none;
 max-height:100%;
 height:100%;
}
}
@media only screen and (min-width: 1200px) {
 .pagetools .icon span {
 width:32px;
 height:32px;
}
 .pagetools .icon img {
 width:85%;
 max-width:85%;
 height:auto;
}
 .pagetools .icon img.tall {
 width:auto;
 max-width: none;
 max-height:95%;
 height:95%;
}
}
@media only screen and (min-width: 1600px) {
 .pagetools .icon {
 margin-right:6px;
}
 .pagetools .icon span {
 width:40px;
 height:40px;
}
 .pagetools .icon img {
 width:70%;
 max-width:70%;
 height:auto;
}
 .pagetools .icon img.tall {
 width:auto;
 max-width: none;
 max-height:80%;
 height:80%;
}
}
@media only screen and (min-width: 1800px) {
 .pagetools .icon {
 margin-right:8px;
}
 .pagetools .icon span {
 width:50px;
 height:50px;
}
}
/* ------------- accordion ------------ */
.accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
}
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
a.accordion-toggle, a.accordion-toggle:visited {
	font-size:30px;
	font-weight:700;
	line-height:115%;
	color:#FF8300;
	text-transform: none;
	display: block;
	position:relative;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/* sub-accordions */
.toggle-title {
	padding-right:1rem;
}
@media only screen and (min-width: 480px) {
 a.accordion-toggle, a.accordion-toggle:visited {
 font-size:32px;
}
}
a.accordion-toggle.open {
	color:#FF8300;
}
a.accordion-toggle:hover {
	color:#FF8300;
}
a.accordion-toggle:focus {
/*outline: none;*/
}
.toggle-title {
 padding-right:.35rem;
	display: inline;
}
.toggle-title br {
	display: none;
}
@media only screen and (min-width: 768px) {
 .toggle-title br {
 display: block;
}
}
/* mobile accordion toggle icon */
.accordion-toggle.smallscreen span.toggle-icon {
 margin-left:.5rem;
}
.accordion-toggle span.toggle-icon img {
	width: auto;
	height:20px;
	cursor:pointer;
}
.accordion-toggle.smallscreen.open .toggle-icon img {
}
@media only screen and (min-width: 400px) {
 .accordion-toggle span.toggle-icon img {
 height:30px;
}
}
/* mobile accordion toggle icon */
.accordion-toggle.plusminus span.toggle-icon img {
	width: 20px;
	height: auto;
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-toggle:hover {
	text-decoration: none;
}
a.accordion-toggle span.toggle-icon, a.accordion-toggle span.toggle-icon:visited, a.accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
}
/* plus minus practice list */
.practicelist {
	padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
 .practicelist {
 padding-bottom: 60px;
}
}
.practicelist .accordion-container {
	position:relative;
	padding-top: 12px;
	padding-bottom: 12px;
	margin:0px;
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(8, 148, 208, 0.5);
}
.practicelist a, .practicelist a:visited, .practicelist a:hover {
	text-decoration: none;
}
.practicelist .toggle-title {
	font-size:24px;
	font-weight:700;
	line-height:115%;
	color:#2E4E7F;
	text-transform: none;
	position:relative;
	max-width:85%;
	margin:0px;
	margin-right:25px;
	padding:0px;
	display:  inline-block;
	text-decoration:none;
	border: none;
}
.practicelist .toggle-icon {
	position: absolute;
	top:12px;
	right:0;
}
/* expand all collapse all */
p.expand {
	font-size:15px;
	text-align: right;
	font-weight:700;
	color:#2E4E7F;
	text-transform:uppercase;
	letter-spacing:.02em;
	margin-top:24px;
	margin-bottom:24px;
}
@media only screen and (min-width: 768px) {
 p.expand {
 margin-top:0;
}
}
.expand_all {
 margin-right:.25rem;
}
.closeall {
 margin-left:.25rem;
}
/* accordion content */
.accordion-content {
	display: none;
	padding-top:10px;
	padding-bottom:10px;
}
/* subnav tabbed content - large screens */
.subnav .nav {
	display:block;
}
.subnav .nav-tabs {
	border-bottom: none;
}
.subnav .nav-tabs .nav-item {
	margin-bottom: 0;/*outline:none;*/
}
.subnav .nav-tabs .nav-link {
	color: #999999;
	font-weight:700;
	text-decoration:none;
	/*outline:none;*/
	background-color: transparent;
	padding:0;
	padding-left:10px;
	border:none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: transparent;
	margin:0;
	margin-bottom:10px;
}
.subnav .nav-tabs li:before {
	display:none;
}
.subnav .nav-tabs .nav-item.show .nav-link, .subnav .nav-tabs .nav-link.active {
	font-weight:700;
	text-decoration:none;
	background-color: transparent;
	padding:0;
	padding-left:10px;
	border:none;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #FF8300;
}
@media only screen and (min-width: 1200px) {
 .subnav .nav-tabs .nav-link {
 border-left-width: 12px;
}
 .subnav .nav-tabs .nav-item.show .nav-link, .subnav .nav-tabs .nav-link.active {
 border-left-width: 12px;
}
}
@media only screen and (min-width: 1800px) {
 .subnav .nav-tabs .nav-link {
 border-left-width: 15px;
}
 .subnav .nav-tabs .nav-item.show .nav-link, .subnav .nav-tabs .nav-link.active {
 border-left-width: 15px;
}
}
.subnav .nav-tabs .nav-link.active {
	color: #333333;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #333333;
}
.nav-tabs .nav-link:focus {
	outline: thin dotted;
}
/* personal icons - for bio pages */
.personal-icons {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
	text-align:center;
}
.personal-icons h2 {
	text-align: left;
	margin-bottom:30px;
}
@media(max-width:575px) {
 .personal-icons .row {
 padding-right:-7px;
 padding-left:-7px;
}
 .personal-icons .row > [class*='col-'] {
 padding-right:7px;
 padding-left:7px;
}
 .personal-icons h3 {
 font-size:14px;
}
}
.personal-icons .card {
	text-align:center;
}
.personal-icons .card img {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
/*========================================*/
/* subnav for sub-pages - non-tabbed sub-page navigation on desktop views */
.subnav .subpages {
	display:block;
}
.subnav .subpages li {
	border-bottom: none;
}
.content ul.subpages li:before {
	display:none;
}
.subnav .subpages li a {
	margin-bottom: 0;
	display:inline-block;
}
.subnav .subpages li a {
	color: #999999;
	font-weight:700;
	text-decoration:none;
	background-color: transparent;
	padding:0;
	padding-left:10px;
	border:none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: transparent;
	margin:0;
	margin-bottom:10px;
}
.subnav .subpages li li:before {
	display:none;
}
.subnav .subpages li a:hover, .subnav .subpages li a:focus {
	color: #333333;
}
.subnav .subpages li a.active {
	color: #333333;
	font-weight:700;
	border-left-color: #FF8300;
}
@media only screen and (min-width: 1200px) {
 .subnav .subpages li a {
 border-left-width: 12px;
}
}
@media only screen and (min-width: 1800px) {
 .subnav .subpages li a {
 border-left-width: 15px;
}
}
/* subnav sub-sub pages (drop downs) */
.subnav .subpages li ul li {
	padding-bottom:0;
}
.subnav .subpages li ul li a {
	font-size:88%;
	text-decoration:none;
}
.subnav .subpages li ul li a.active {
	color: #333333;
	border-left-color: #FF8300;
}
/* ------------- subnav non-accordions for sub-page navigation on mobile ------------ */
.subnav-mobile {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
	padding-top:30px;
}
.content .subnav-mobile ul {
	margin-left:0;
}
.content .subnav-mobile ul li:before {
	display:none;
}
.content .subnav-mobile ul li {
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	margin-bottom:12px;
}
.subnav-mobile li {
	width: 100%;
	clear: both;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A8E2;
}
a.subnav-toggle, a.subnav-toggle:visited {
	font-size:30px;
	font-weight:700;
	line-height:120%;
	color:#FF8300;
	text-transform: none;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:40px;
}
a.subnav-toggle .toggle-title {
	font-size:30px;
	padding-right:40px;
	width:90%;
	display:inline-block;
}
@media only screen and (min-width: 480px) {
 a.subnav-toggle, a.subnav-toggle:visited {
 font-size:32px;
}
}
a.subnav-toggle:visited {
	color:#FF8300;
}
a.subnav-toggle.active {
	color:#00A8E2;
}
a.subnav-toggle:hover {
	color:#00A8E2;
}
a.subnav-toggle:focus {
/*outline: none;*/
}
.subnav-toggle span.toggle-icon {
	position:absolute;
	top:0;
	right:0;/*top: 50%;
	transform: translateY(-50%);*/
}
.subnav-toggle span.toggle-icon img {
	width: auto;
	height:20px;
	vertical-align:text-top;
}
.subnav-toggle.open span.toggle-icon img {
	width: 20px;
	height:auto;
}
@media only screen and (min-width: 400px) {
 .subnav-toggle span.toggle-icon img {
 height:30px;
}
 .subnav-toggle.open span.toggle-icon img {
 width: 30px;
 height:auto;
}
}
a.subnav-toggle, a.subnav-toggle:visited, a.subnav-toggle:hover {
	text-decoration: none;
}
a.subnav-toggle span.toggle-icon, a.subnav-toggle span.toggle-icon:visited, a.subnav-toggle span.toggle-icon:hover {
	text-decoration: none;
}
/* mobile sub-sub pages */
.subnav-mobile li li {
	border:none;
}
.content .subnav-mobile ul li ul {
	margin-top: 12px;
	margin-left:12px;
}
.content .subnav-mobile ul li li {
	font-weight:700;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.subnav-mobile li li a, .subnav-mobile li li a:visited {
	font-size:24px;
	color:#888888;
	text-decoration:none;
	transition: none;
}
.subnav-mobile li li a:hover, .subnav-mobile li li a:focus {
	color:#00A8E2;
}
.subnav-mobile ul button.btn {
	position: relative;
	padding:0;
	padding:6px;
	margin-left:1rem;
}
/* ========================= */
/* ----  thumbs ----- */
.attorney-listing {
	padding-top:30px;
}
.attorney-listing h2 {
	margin-bottom:20px;
}
.attorney-thumb.card {
	margin-bottom:30px;
}
.attorney-thumb.card .attorneythumb-wrapper {
	position:relative;
	width:90%;
	margin-bottom:15px;
}
.thumb-wrapper {
	position:relative;
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
 .attorney-thumb.card .attorneythumb-wrapper {
 width:60%;
}
}
@media only screen and (min-width: 992px) {
 .thumb-wrapper {
 margin-bottom:0;
}
}
.attorney-thumb.card .attorneythumb {
	position: absolute;
	bottom:0;
	left:0;
	max-width:100%;
	height:auto;
}
.attorney-thumb.card .card-body {
	padding:0;/*padding-top:15px;*/
}
.attorney-thumb.card h3, .attorney-thumb.card p {
	padding:0;
	margin:0;
}
.attorney-thumb.card h3, .attorney-thumb.card p {
	padding:0;
	margin:0;
}
@media only screen and (min-width: 768px) {
 .attorney-thumb.card h3 {
 font-size:14px;
}
 .attorney-thumb.card p {
 font-size:13px;
}
}
@media only screen and (min-width: 1200px) {
 .attorney-thumb.card {
 margin-bottom:50px;
}
 .attorney-thumb.card h3 {
 font-size:19px;
}
 .attorney-thumb.card p {
 font-size:18px;
}
}
.attorney-thumb.card a h3, .attorney-thumb.card a:visited h3 {
	color:#333333;
	text-decoration:underline;
}
.attorney-thumb.card a:hover h3, .attorney-thumb.card a:focus h3 {
	color:#00A8E2;
	text-decoration:underline;
}
/* ============ Attorney Listing page ============ */
/* note - form styles also used for News & Insights search */
.detailed-search {
	padding-bottom:30px;
}
@media only screen and (min-width: 1800px) {
 .detailed-search {
 padding-bottom:60px;
}
}
.alphabet {
	clear:both;
	line-height:180%;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
.alphabet a {
	font-size:18px;
	color:#FFF;
	font-weight:700;
	background-color:#2E4E7F;
	display:inline-block;
	text-decoration: none;
	padding:9px;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	margin-right:8px;
	margin-bottom:15px;
}
@media only screen and (min-width: 768px) {
 .alphabet a {
 font-size:16px;
}
}
@media only screen and (min-width: 992px) {
 .alphabet a {
 font-size:16px;
}
}
@media only screen and (min-width: 1200px) {
 .alphabet {
 position: relative;
 padding-bottom:30px;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
 .alphabet a {
 font-size:19px;
 width:3%;
 padding:11px;
 margin-right:0;
 text-align:center;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}
 .alphabet a span {
 width:100%;
 text-align:center;
}
}
@media only screen and (min-width: 1800px) {
 .alphabet a {
 font-size:31px;
 padding:13px;
}
}
.alphabet a.linked {
	color:#FFF;
	background-color:#2E4E7F;
	text-decoration: none;
}
.alphabet a.linked:hover, .alphabet a.linked:focus, .alphabet a.linked:focus-visible {
 color:#FFF;
 background-color:#FF8300;
 text-decoration: none;
}
.alphabet a:focus {
	outline: #00A8E2 solid 2px;
	outline-offset: 1px;
}
/* attorney and insights blog search form */
.attorney-searchform {
	padding-top:15px;
	padding-bottom:10px;
}
.attorney-searchform input[type=text], .attorney-searchform select {
	width:100%;
	height:38px;
	font-size:18px;
	font-weight:700;
	display: inline-block;
	border: 1px solid #333333;
	border-radius: 0px;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom:15px;
}
.attorney-searchform select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333333;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/arrow-down-blue.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 21px 14px;
}
.attorney-searchform .btn {
	width:100%;
	height:38px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:15px;
	text-align:left;
}
.attorney-searchform p {
	font-size:25px;
	font-weight:700;
	color:#333333;
	position:relative;
}
@media only screen and (min-width: 768px) {
 .attorney-searchform input[type=text], .attorney-searchform select {
 font-size:14px;
}
 .attorney-searchform select {
 background-size: 17px 11px;
}
}
@media only screen and (min-width: 1200px) {
 .attorney-searchform input[type=text], .attorney-searchform select {
 height:38px;
 font-size:18px;
}
 .attorney-searchform select {
 background-size: 21px 14px;
}
}
@media only screen and (min-width: 1800px) {
 .attorney-searchform input[type=text], .attorney-searchform select {
 height:55px;
 font-size:23px;
}
 .attorney-searchform select {
 background-size: 34px 21px;
}
 .attorney-searchform .btn {
 height:55px;
}
}
.attorney-searchform input::-webkit-input-placeholder {
 color: #999999;
 opacity:1;
}
.attorney-searchform input:-moz-placeholder {
 color: #999999;
 opacity:1;
}
.attorney-searchform input::-moz-placeholder {
 color: #999999;
 opacity:1;
}
.attorney-searchform input:-ms-input-placeholder {
 color: #999999;
 opacity:1;
}
/* advanced search button */
.advanced_search_wrapper {
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.attorney-searchform .btn.advanced_search_btn {
	width:auto;
	padding-right:30px;
	text-align:center;
}
.advanced_search_btn, .advanced_search_btn:visited {
	color: #FF8300;
	background-color: #FFF;
	text-align:left;
	background-image: url(../images/arrow-right-blue.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 14px 21px;
}
.advanced_search_btn:hover {
	color: #00A8E2;
	background-color: #FFF;
}
@media only screen and (min-width: 768px) {
 .attorney-searchform .btn.advanced_search_btn {
 font-size:12px;
 padding-left:12px;
 padding-right:25px;
}
}
@media only screen and (min-width: 992px) {
 .attorney-searchform .btn.advanced_search_btn {
 font-size:1rem;
 padding-left:12px;
 padding-right:30px;
}
}
/* jquery datepicker override */
 .ui-datepicker {
	z-index:100 !important;
}
.ui-datepicker td {
	display:table-cell;
	width:auto;
}
.attorney-searchform input.datepicker[type=text] {
	width: calc(100% - 50px);
}
.inline-datepicker.form-field br {
	display:none;
}
.inline-datepicker.form-field label {
	width:100%;
	display:block;
}
#datepicker {
	margin: 0;
	padding: 0;
	height: 25px;
	vertical-align: bottom;
}
.ui-datepicker-trigger {
	margin: 2px;
	padding: 0;
	vertical-align: bottom;
	float:right;
}
.ui-datepicker-trigger img {
	width: 38px;
	height: 38px;
}
.offscreen {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	margin: 0;
	padding: 0;
}
button.ui-datepicker-trigger {
	background-color:transparent !important;
	border:none !important;
	margin:auto !important;
}
button.ui-datepicker-trigger:focus, button.ui-datepicker-trigger:hover, button.ui-datepicker-trigger:active {
	border:none !important;
	margin:auto !important;
	outline:2px solid #8cc63f !important;
	background-color:#fdf6e7 !important;
}
/* ========================= */
/* 		Focus On block        */
.news-focus {
	padding-bottom:30px;
}
@media only screen and (max-width: 767px) {
 .news-focus .container {
 width:100%;
 padding:0;
 margin:0;
}
 .news-focus .row {
 width:100%;
 padding:0;
 margin:0;
}
}
 @media only screen and (min-width: 768px) {
 .news-focus {
 width:96%;
}
}
@media only screen and (min-width: 992px) {
 .news-focus {
 padding-bottom:20px;
}
}
@media only screen and (min-width: 1200px) {
 .news-focus {
 padding-bottom:25px;
}
}
@media only screen and (min-width: 1800px) {
 .news-focus {
 padding-bottom:40px;
}
}
.news-focus h2 {
	margin-bottom:30px;
}
@media only screen and (max-width: 767px) {
 .news-focus h2 {
 margin-left:2.5%;
 padding-left:15px;
}
}
@media only screen and (min-width: 1200px) {
 .news-focus h2 {
 margin-bottom:35px;
}
}
@media only screen and (min-width: 1800px) {
 .news-focus h2 {
 margin-bottom:45px;
}
}
/* each box */
.news-focus .card {
	background-color: #00A8E2;
	background-image: url(../images/blue-pattern-bkg.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: cover;
	border-radius: 0;
	border: none;
	border-left-width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF8300;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
 .news-focus .card {
 margin-bottom:20px;
}
 .news-focus .container {
 max-width:96%;
}
}
@media only screen and (max-width: 576px) {
 .news-focus .container {
 max-width:100%;
}
}
@media only screen and (min-width: 768px) {
 .news-focus .card {
 border-left-width: 10px;
}
}
@media only screen and (min-width: 992px) {
 .news-focus .card {
}
}
@media only screen and (min-width: 1200px) {
 .news-focus .card {
 border-left-width: 14px;
}
}
@media only screen and (min-width: 1600px) {
 .news-focus .card {
 border-left-width: 18px;
}
}
.news-focus .card-body {
	padding:11%;
	padding-top:40px;
	padding-bottom:40px;
}
@media only screen and (min-width: 768px) {
 .news-focus .card-body {
 padding:3.5%;
 padding-top:40px;
 padding-bottom:40px;
}
}
@media only screen and (min-width: 992px) {
 .news-focus .card-body {
 padding:3.5%;
 padding-top:60px;
 padding-bottom:60px;
}
}
@media only screen and (min-width: 1200px) {
 .news-focus .card-body {
 padding:40px;
 padding-top:60px;
 padding-bottom:60px;
}
}
@media only screen and (min-width: 1800px) {
 .news-focus .card-body {
 padding:40px;
 padding-top:70px;
 padding-bottom:70px;
}
}
@media only screen and (min-width: 1800px) {
 .news-focus .h3 {
 font-size:36px;
}
}
.news-focus .card-body p, .news-focus .card-body h3, .news-focus .card-body .h3 {
	font-weight:700;
	color:  #FFF;
	text-decoration:none;
	margin:0;
	padding:0;
}
.news-focus .card-body p a, .news-focus .card-body p a:visited {
	font-weight:700;
	color:  #FFF;
	text-decoration:none;
	margin:0;
	padding:0;
}
.news-focus .card-body p a:hover {
	color:  #FFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8300;
}
.news-focus .arrow {
	position:absolute;
	right:15px;
	bottom:15px;
}
.news-focus .arrow, .focus-on-slider.owl-carousel .owl-item img.arrow {
	height:34px;
	width:21px;
}
@media only screen and (min-width: 576px) {
.news-focus .arrow, .focus-on-slider.owl-carousel .owl-item img.arrow {
 right:25px;
 bottom:25px;
}
}
@media only screen and (min-width: 768px) {
.news-focus .arrow, .focus-on-slider.owl-carousel .owl-item img.arrow {
 height:14px;
 width:9px;
 right:15px;
 bottom:15px;
}
}
@media only screen and (min-width: 992px) {
.news-focus .arrow, .focus-on-slider.owl-carousel .owl-item img.arrow {
 height:18px;
 width:11px;
 right:20px;
 bottom:20px
}
}
@media only screen and (min-width: 1200px) {
.news-focus .arrow, .focus-on-slider.owl-carousel .owl-item img.arrow {
 height:34px;
 width:21px;
 right:25px;
 bottom:25px
}
}
@media only screen and (min-width: 1800px) {
.news-focus .arrow, .focus-on-slider.owl-carousel .owl-item img.arrow {
 height:34px;
 width:21px;
}
}
/* for slider */
/* note: remove card div and change arrow */

 .focus-on-slider {
	background-color: #00A8E2;
	background-image: url(../images/blue-pattern-bkg.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: cover;
	border-radius: 0;
	border: none;
	border-left-width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF8300;
	margin-bottom:20px;
}
.news-focus .focus-on-slider .card {
	background-color:  transparent;
	background-image: none;
	border: none;
	margin-bottom:0;
}
.news-focus .focus-on-slider p {
	display:inline-block;
}
.focus-on-slider.owl-carousel .owl-item img.arrow {
	position: relative;
	right: auto;
	bottom: auto;
	display:inline;
	margin-left:10px;
}
.owl-theme .owl-dots {
	position:absolute;
	bottom:20px;
	right:20px;
}
.owl-theme .owl-dots .owl-dot {
	background-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #FFF;
	display: block;
	border-radius: 30px;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #FF8300;
}
/* ========================= */
/* 		News blocks        */
.news-blocks {
	padding-bottom:30px;
}
@media only screen and (max-width: 767px) {
 .news-blocks .container {
 width:100%;
 padding:0;
 margin:0;
}
 .news-blocks .row {
 width:100%;
 padding:0;
 margin:0;
}
}
@media only screen and (min-width: 992px) {
 .news-blocks {
 padding-bottom:40px;
}
}
@media only screen and (min-width: 1200px) {
 .news-blocks {
 padding-bottom:50px;
}
}
@media only screen and (min-width: 1800px) {
 .news-blocks {
 padding-bottom:80px;
}
}
.news-blocks h2 {
	margin-bottom:30px;
}
@media only screen and (min-width: 1200px) {
 .news-blocks h2 {
 margin-bottom:35px;
}
}
@media only screen and (min-width: 1800px) {
 .news-blocks h2 {
 margin-bottom:45px;
}
}
/* each box */
.news-blocks .card {
	background-color:#ECEDEE;
	border-radius: 0;
	border: none;
	border-left-width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF8300;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
 .news-blocks .card {
 flex: 1 0 100%;
 margin-bottom:15px;
 min-height:250px;
}
 .news-blocks .container {
 max-width:96%;
}
}
@media only screen and (max-width: 576px) {
 .news-blocks .container {
 max-width:100%;
}
}
@media only screen and (min-width: 768px) {
 .news-blocks .card {
 -ms-flex:0 0 30%;
flex:0 0 30%;
max-width:30%;
 min-height:160px;
 border-left-width: 10px;
}
}
@media only screen and (min-width: 992px) {
 .news-blocks .card {
 min-height:200px;
}
}
@media only screen and (min-width: 1200px) {
 .news-blocks .card {
 min-height:300px;
 border-left-width: 14px;
 margin-bottom:30px;
}
}
@media only screen and (min-width: 1600px) {
 .news-blocks .card {
 min-height:300px;
 border-left-width: 18px;
 margin-bottom:50px;
}
}
.news-blocks .card-body {
	padding:11%;
}
.news-blocks .card h3 span {
	color: #FF8300;
}
.news-blocks .card p a, .news-blocks .card p a:visited {
	color:  inherit;
	text-decoration:none;
}
.news-blocks .card p a:hover {
	color:  #FF8300;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8300;
}
.news-blocks .arrow {
	position:absolute;
	right:15px;
	bottom:15px;
	height:34px;
	width:21px;
}
@media only screen and (min-width: 576px) {
 .news-blocks .arrow {
 right:25px;
}
}
@media only screen and (min-width: 768px) {
 .news-blocks .arrow {
 height:14px;
 width:9px;
 right:15px;
}
}
@media only screen and (min-width: 992px) {
 .news-blocks .arrow {
 height:18px;
 width:11px;
}
}
@media only screen and (min-width: 1200px) {
 .news-blocks .arrow {
 height:34px;
 width:21px;
}
}
@media only screen and (min-width: 1800px) {
 .news-blocks .arrow {
 height:34px;
 width:21px;
}
}
@media only screen and (max-width: 767px) {
 .news-blocks h2 {
 margin-left:2.5%;
 padding-left:15px;
}
}
/* view all / view less */
.view-all {
	text-transform:uppercase;
	font-weight:700;
	color: #00A8E2 !important;
	font-size: 20px;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
 .view-all {
 margin-left:2.5%;
 padding-left:15px;
}
}
/* ========================= */
/* 		Results blocks        */
.results-blocks .container {
	padding:0;
	padding-top:15px;
	padding-bottom:30px;
	margin-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
}
@media only screen and (max-width: 767px) {
 .results-blocks {
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #b8b8b8;
}
 .results-blocks .container {
 width:100%;
 padding:0;
 padding-bottom:30px;
 margin:0;
 border:none;
}
}
.results-blocks h2 {
	margin-bottom:30px;
}
@media only screen and (min-width: 1200px) {
 .results-blocks h2 {
 margin-bottom:35px;
}
}
@media only screen and (min-width: 1800px) {
 .results-blocks h2 {
 margin-bottom:45px;
}
}
/* each box */
.results-blocks .card-img {
	background-color:#ECEDEE;
	border-radius: 0;
	border: none;
	border-left-width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF8300;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
 .results-blocks .card {
 flex: 1 0 100%;
 margin-bottom:15px;
 min-height:250px;
}
 .results-blocks .container {
 max-width:96%;
}
}
@media only screen and (max-width: 576px) {
 .results-blocks .container {
 max-width:100%;
}
}
@media only screen and (min-width: 768px) {
 .results-blocks .card-deck {
 justify-content: space-between;
}
 .results-blocks .card {
 width:29%;
 max-width:29%;
}
 .results-blocks .card-img {
 border-left-width: 10px;
}
}
@media only screen and (min-width: 992px) {
 .results-blocks .card {
 min-height:200px;
}
}
@media only screen and (min-width: 1200px) {
 .results-blocks .card {
 min-height:300px;
 border-left-width: 14px;
 margin-bottom:30px;
}
}
@media only screen and (min-width: 1600px) {
 .results-blocks .card {
 min-height:300px;
 border-left-width: 18px;
 margin-bottom:50px;
}
}
.results-blocks .card-body {
	padding:0;
}
.results-blocks .card a h3, .results-blocks .card a:visited h3 {
	color:  #333;
	text-decoration:none;
}
.results-blocks .card a:hover h3 {
	color:  #FF8300;
}
.results-blocks .card a, .results-blocks .card a p, .results-blocks .card a:visited p {
	color:  #333;
	text-decoration:none;
}
.results-blocks .card a:hover, .results-blocks .card a:hover p {
	color:  #FF8300;
}
@media only screen and (max-width: 767px) {
 .results-blocks h2 {
 margin-left:2.5%;
 margin-right:2.5%;
 padding-left:15px;
 padding-right:15px;
}
 .results-blocks .card-body {
 margin-left:2.5%;
 margin-right:2.5%;
 padding-left:15px;
 padding-right:15px;
}
}
/* ========================= */
/* 		awards blocks        */
.awards-blocks .container {
	padding:0;
	padding-top:15px;
	padding-bottom:30px;
	margin-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
}
@media only screen and (max-width: 767px) {
 .awards-blocks {
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #b8b8b8;
}
 .awards-blocks .container {
 width:100%;
 margin-left:auto;
 margin-right:auto;
 padding-left:15px;
 padding-right:15px;
 border:none;
}
}
@media only screen and (min-width: 992px) {
 .awards-blocks {
 padding-bottom:40px;
}
}
@media only screen and (min-width: 1200px) {
 .awards-blocks {
 padding-bottom:50px;
}
}
@media only screen and (min-width: 1800px) {
 .awards-blocks {
 padding-bottom:80px;
}
}
.awards-blocks h2 {
	margin-bottom:30px;
}
@media only screen and (min-width: 1200px) {
 .awards-blocks h2 {
 margin-bottom:35px;
}
}
@media only screen and (min-width: 1800px) {
 .awards-blocks h2 {
 margin-bottom:45px;
}
}
/* each box */
.awards-blocks .card-img {
	background-position: left center;
	background-size: contain;
	margin-bottom:30px;
}
.awards-blocks .card-img.notwide {
	background-size:75%;
}
@media only screen and (max-width: 767px) {
 .awards-blocks .card {
 flex: 1 0 90%;
 margin-bottom:15px;
 padding:15px;
}
}
@media only screen and (min-width: 768px) {
 .awards-blocks .card {
 width:29%;
 max-width:29%;
}
}
@media only screen and (min-width: 1200px) {
 .awards-blocks .card {
 margin-bottom:30px;
}
}
@media only screen and (min-width: 1600px) {
 .awards-blocks .card {
 margin-bottom:50px;
}
}
.awards-blocks .card-body {
	padding:0;
}
.awards-blocks .card h3 {
	color: #FF8300;
	text-transform:uppercase;
	margin-bottom:9px;
}
.awards-blocks .card h3 a, .awards-blocks .card h3 a:visited {
	color: #FF8300;
	text-decoration:none;
}
.awards-blocks .card h3 a:hover {
	color:  #00A8E2;
	text-decoration:none;
}
.awards-blocks .card p.source {
	font-style:italic;
}
/* ========================= */
/* 		stats       */
.stats {
	padding-top:15px;
}
@media only screen and (min-width: 992px) {
 .stats {
 padding-top:30px;
}
}
.stat {
	margin-bottom:15px;
}
.stat-number {
	position: relative;
	color:#FFF;
	margin-bottom:5px;
}
@media only screen and (min-width: 992px) {
 .stat-number {
 margin-bottom:15px;
}
}
.stat-number .stat-circle {
	width:100%;
	border-radius:50% 50%;
}
.stat.large .stat-number {
	position: relative;
	border-radius:0;
	color:#00A8E2;
	margin-bottom:0;
}
.stat.large {
	width:90%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.stat.large img {
	width:100%;
	max-width:250px;
	height:auto;
}
@media only screen and (min-width: 992px) {
 .stat.large {
 width:67%;
 margin-top:40px;
 margin-left:auto;
 margin-right:auto;
}
 .stat.large img {
 max-width:100%;
 height:auto;
}
}
@media only screen and (min-width: 1200px) {
 .stat.large {
 margin-top:60px;
 margin-left:auto;
 margin-right:auto;
}
}
.stat-number span {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	color:#FFF;
	font-weight:700;
	letter-spacing:-.02em;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16vw;
}
.stat.large .stat-number span {
	position: relative;
	width: auto;
	height: auto;
	color:#00A8E2;
	font-weight:700;
	letter-spacing:-.02em;
	line-height:1;
	display:block;
	font-size:17vw;
}
@media only screen and (min-width: 576px) {
 .stat-number span {
 font-size:7vw;
}
 .stat.large .stat-number span {
 font-size:10vw;
}
}
@media only screen and (min-width: 768px) {
 .stat-number span {
 font-size:9vw;
}
 .stat.large .stat-number span {
 font-size:9vw;
}
}
@media only screen and (min-width: 992px) {
 .stat-number span {
 font-size:5vw;
}
 .stat.large .stat-number span {
 font-size:7vw;
}
}
.stat-number sup {
	top: -.25em;
	font-size: 65%;
}
.stat-text {
	text-align:center;
	font-size:28px;
	font-weight:700;
	line-height:110%;
}
@media only screen and (min-width: 768px) {
 .stat-text {
 font-size:24px;
}
}
@media only screen and (min-width: 992px) {
 .stat-text {
 font-size:28px;
}
}
@media only screen and (min-width: 1200px) {
 .stat-text {
 font-size:35px;
}
}
@media only screen and (min-width: 1800px) {
 .stat-text {
 font-size:52px;
}
}
.stat.large .stat-text {
	text-align: left;
}
.stat.orange .stat-circle {
	background-color:#FF8300;
}
.stat.orange .stat-text {
	color:#FF8300;
}
.stat.purple .stat-circle {
	background-color:#8A3872;
}
.stat.purple .stat-text {
	color:#8A3872;
}
.stat.blue .stat-circle {
	background-color:#2E4E7F;
}
.stat.blue .stat-text {
	color:#2E4E7F;
}
.stat.green .stat-circle {
	background-color:#346A4A;
}
.stat.green .stat-text {
	color:#346A4A;
}
.stat.large .stat-text {
	color:#00A8E2;
}
/* ========================= */
/* 		News listing page        */
.news-listing {
	padding-top:15px;
}
.news-listing article {
	padding-bottom:15px;
}
p.entry-meta {
	color: #FF8300;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:6px;
}
.news-listing h3 {
	color: #333333;
	font-weight:500;
}
.news-listing h3 a, .news-listing h3 a:visited {
	color: #333333;
	text-decoration:none;
}
.news-listing h3 a:hover, .news-listing h3 a:focus {
	color: #00A8E2;/*border-bottom-color: transparent;*/
}
.small-arrow {
	width:11px;
	height: auto;
 margin-left:.75rem;
}
@media only screen and (min-width: 1200px) {
 .small-arrow {
 width:14px;
}
}
@media only screen and (min-width: 1800px) {
 .small-arrow {
 width:21px;
}
}
/* -------- pagination --------- */
.pagination {
	font-weight:700;
	text-align:center;
	justify-content: center;
	padding-top:35px;
	padding-bottom:25px;
}
@media only screen and (min-width: 1200px) {
 .pagination {
 padding-top:55px;
}
}
.content ul li.page-item {
 padding: .25rem .5rem;
	border-radius:0;
}
.content ul li.page-item:before {
	display:none;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-link {
	color: #333333;
	background-color: #fff;
	text-decoration:none;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	border:none;
}
a.page-link:hover {
	color: #FF8300;
	text-decoration:none;
	background-color: transparent;
}
.page-item.active .page-link {
	background-color: #00A8E2;
	color: #FFF;
	border:none;
}
.page-item.disabled .page-link {
	color: #6c757d;
	border:none;
}
/* office pages */
.office-listings {
	padding-top:30px;
}
.map_iframe {
	border:0;
	margin-top:15px;
	display:block;
}
@media only screen and (min-width: 1200px) {
 .map_iframe {
 margin-top:30px;
}
}
.office-info {
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
}
.office-info p span {
	font-size:115%;
}
@media only screen and (min-width: 1200px) {
 .office-info p span {
 font-size:105%;
}
}
/* Alumni Spotlight block */


.spotlight-block {
	position:relative;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding:0;
	margin-top:25px;
	margin-bottom:25px;
}
.spotlight-block .inner {
	width:100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF8300;
}
.spotlight-block .article {
	padding-bottom:30px;
	padding-left:6%;
	padding-right:6%;
}
.spotlight-block .spotlight-photo {
	width:100%;
	max-width:207px;
	height:auto;
}
.spotlight-block .spotlight-photo {
	width:100%;
	max-width:268px;
	height:auto;
}
 @media only screen and (min-width: 768px) {
 .spotlight-block {
 border-bottom-width: 4px;
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}
 .spotlight-block .inner {
 border-left-width: 10px;
 padding-left:4%;
}
 .spotlight-block .article {
 padding:0;
 padding-right:30px;
}
 .col-spphoto {
 position: relative;
 width: 100%;
 -ms-flex: 0 0 29.5%;
 flex:0 0 29.5%;
 max-width: 207px;
}
}
 @media only screen and (min-width: 992px) {
.col-spphoto {
 position: relative;
 width: 100%;
 -ms-flex: 0 0 20.007%;
 flex:0 0 20.007%;
 max-width: 207px;
}
}
 @media only screen and (min-width: 1200px) {
 .spotlight-block {
 border-bottom-width: 5px;
}
 .spotlight-block .inner {
 border-left-width: 12px;
}
 .col-spphoto {
 position: relative;
 width: 100%;
 -ms-flex: 0 0 19.75%;
 flex:0 0 19.75%;
 max-width: 207px;
}
}
@media only screen and (min-width: 1400px) {
 .spotlight-block .inner {
 border-left-width: 16px;
}
 .col-spphoto {
 position: relative;
 width: 100%;
 -ms-flex: 0 0 20.007%;
 flex:0 0 20.007%;
 max-width: 207px;
}
}
@media only screen and (min-width: 1800px) {
 .spotlight-block {
 border-bottom-width: 6px;
}
 .spotlight-block .inner {
 border-left-width: 18px;
}
}
.spotlight-block a.ctalink, .spotlight-block a.ctalink:visited {
	font-weight:700;
	color:#00A8E2;
	text-decoration:none;
}
.spotlight-block h3 span {
	color:#FF8300;
	display:block;
}
.spotlight-block a.ctalink:hover, .spotlight-block a.ctalink:focus {
	color:#00A8E2;
	text-decoration: underline;
}
/* ================================================= */
/* ====================== footer ================= */
/* ================================================= */
footer {
	color: #FFF;
	background-color: #2E4E7F;
	padding-top:30px;
	padding-bottom:30px;
}
@media only screen and (max-width: 767px) {
 footer {
 text-align:center;
}
}
@media only screen and (min-width: 1200px) {
 footer {
 padding-top:60px;
 padding-bottom:80px;
}
}
footer p {
	font-size:16px;
	margin:0;
	padding:0;
	padding-bottom:6px;
}
@media only screen and (min-width: 768px) {
 footer p {
 font-size:14px;
}
}
@media only screen and (min-width: 1200px) {
 footer p {
 font-size:16px;
}
}
@media only screen and (min-width: 1800px) {
 footer p {
 font-size:21px;
}
}
footer p.copyright span {
	display:block;
	margin-top:8px;
}
@media only screen and (min-width: 768px) {
 footer p.copyright span, footer p.copyright br {
 display: inline;
 margin-top:0;
}
}
footer a, footer a:visited {
	color:#FFF;
	text-decoration:none;
}
footer a:hover {
	color: #FF8300;
	text-decoration:none;
}
.footer-menu {
	margin: 0px;
	padding: 0px;
	padding-bottom:30px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
 .footer-menu {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
}
}
@media only screen and (min-width: 1200px) {
 .footer-menu {
 padding-bottom:80px;
}
}
.footer-menu li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
@media only screen and (min-width: 768px) {
 .footer-menu li {
 text-align: left;
}
}
.footer-menu li a {
	display:block;
	font-size: 22px;
	line-height:120%;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
	text-decoration:none;
	margin:0;
	padding-bottom:6px;
}
@media only screen and (min-width: 768px) {
 .footer-menu li a {
 font-size: 20px;
}
}
@media only screen and (min-width: 992px) {
 .footer-menu li a {
 font-size: 24px;
}
}
@media only screen and (min-width: 1200px) {
 .footer-menu li a {
 font-size: 30px;
}
}
@media only screen and (min-width: 1800px) {
 .footer-menu li a {
 font-size: 32px;
}
}
.footer-menu li a:visited {
	color: #FFF;
}
.footer-menu li a:hover {
	color: #FF8300;
}
.footer-menu li a.active {
	color: #FF8300;
}
.footer-menu li a.active:hover {
	color: #FF8300;
}
/* footer connect */
.connect {
	text-align:center;
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
 .connect {
 text-align:  right;
 margin-bottom:0;
}
}
.connect p {
	font-size: 20px;
	font-weight:800;
}
@media only screen and (min-width: 768px) {
 .connect p {
 font-size: 20px;
}
}
@media only screen and (min-width: 992px) {
 .connect p {
 font-size: 24px;
}
}
@media only screen and (min-width: 1200px) {
 .connect p {
 font-size: 30px;
}
}
@media only screen and (min-width: 1800px) {
 .connect p {
 font-size: 32px;
}
}
.social {
	text-align:center;
	padding-top:20px;
}
@media only screen and (min-width: 768px) {
 .social {
 text-align:right;
}
}
.social a {
 margin-right:.5rem;
 margin-left:.5rem;
}
.social .fa {
	font-size: 40px;
}
@media only screen and (min-width: 414px) {
 .social .fa {
 font-size: 50px;
}
}
@media only screen and (min-width: 768px) {
 .social a {
 margin:0;
 margin-left:.75rem;
}
 .social .fa {
 font-size: 40px;
}
}
@media only screen and (min-width: 992px) {
 .social .fa {
 font-size: 44px;
 margin-left:.5rem;
}
}
@media only screen and (min-width: 1200px) {
 .social .fa {
 font-size: 50px;
}
}
@media only screen and (min-width: 1800px) {
 .social .fa {
 font-size: 62px;
}
}
.secondary-menu {
	margin: 0px;
	padding: 0px;
	padding-top:30px;
	padding-bottom:8px;
}
@media only screen and (min-width: 768px) {
 .secondary-menu {
 padding-top:0px;
}
}
.secondary-menu li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	margin-bottom:8px;
	vertical-align: middle;
	line-height:100%;
}
@media only screen and (min-width: 768px) {
 .secondary-menu li {
 display:  inline;
 text-align: left;
 margin-bottom:0;
}
}
.secondary-menu li a {
	display:inline;
	font-size:  18px;
	line-height:120%;
	font-weight: 400;
	font-style: normal;
	text-transform:uppercase;
	color: #FFF;
	text-decoration:none;
}
@media only screen and (min-width: 768px) {
 .secondary-menu li a {
 font-size: 14px;
 margin-right:.5rem;
}
 .secondary-menu li a:after {
 content: '/';
 padding-left:.5rem;
}
 .secondary-menu li:last-child a:after {
 content: '';
 padding-left:.5rem;
}
}
@media only screen and (min-width: 1200px) {
 .secondary-menu li a {
 font-size: 16px;
}
}
@media only screen and (min-width: 1800px) {
 .secondary-menu li a {
 font-size: 21px;
}
}
.secondary-menu li a:visited {
	color: #FFF;
}
.secondary-menu li a:hover {
	color: #FF8300;
}
.secondary-menu li.active a {
	color: #FF8300;
}
.secondary-menu li.active a:hover {
	color: #FF8300;
}
.secondary-menu li a:hover:after {
	color: #FFF;
}
/* Jeff Added 4-20-2020 For File attachments in News & Insights */
.practice-files {
	border-left:0;
	border-right:0;
	border-bottom:0;
	padding:0px;
	position:relative;
	margin-bottom:10px
}
.practice-files h4 {
	font-weight:700;
	margin-top:17px;
	margin-bottom:35px
}
.practice-files ul>li {
	margin-top:0
}
.practice-files ul li:before {
	content: none;
}
.practice-files .slider-related-files {
	margin:0;
	padding:0;
	list-style:none
}
.practice-files .slider-related-files li {
	margin-bottom:3rem
}
.practice-files .slider-related-files li:first-child {
	padding-left:0
}
.practice-files a.img-bg {
	width:130px;
	height:182px;
	margin-bottom:10px;
	display:inline-block;
	background-size:cover;
	background-position:50%;
	background-repeat:no-repeat
}
.practice-files .content-title {
	overflow:hidden
}
.practice-files .rel-slider-header {
	margin-bottom:0
}
.practice-files .rel-slider-header a {
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	display:inline-block
}
.practice-files .rel-slider-header a:hover {
	text-decoration:underline
}
.practice-files .font-bembo-bold {
	font-size:18px;
	font-weight:400;
	font-style:normal;
}
.practice-files .downloadable-button {
	height:47px;
	color:#fff;
	line-height:1;
	border:0 none;
	display:block;
	font-size:16px;
	cursor:pointer;
	font-weight:600;
	overflow:visible;
	padding:15px 18px;
	text-align:center;
	white-space:nowrap;
	vertical-align:top;
	text-decoration:none;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	text-transform:uppercase;
	background:#ff8300;
	width: 40%;
}
.practice-files .downloadable-button:hover, .practice-files .downloadable-button:focus {
	background:#8e8279
}
.practice-files .downloadable-button:focus {
	outline: #00A8E2 solid 2px;
	outline-offset: 1px;
}
.practice-files.single-text {
	height:auto
}
.practice-files.single-text li {
	margin-bottom:1rem
}
/******************* Search Auto Complete ****************************/
#desk_search_results .ui-autocomplete {
	position: absolute;
	top: 56px;
	height: 400px;
	overflow: scroll;
}
#search_results .ui-autocomplete {
	position: absolute;
	top: 56px;
	height: 300px;
	overflow: scroll;
}
#search_results .ui-widget-content {
	line-height: 30px;
	padding: 15px 16px;
	z-index: 99999;
	font-size: 17px;
	font-weight: bold;
}
#search_results .ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item:hover {
	background: #2e4e7f;
	color: #fff;
	border: none;
	border-bottom: 1px solid #efefef;
}
#search_results .ui-autocomplete-category {
	color:#2e4e7f;
}
#search_results .ui-menu .ui-menu-item {
	padding: 5px;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
}
#search_results .ui-menu .ui-menu-item.view_all {
	color: #FF8300;
}
#desk_search_results .ui-widget-content {
	line-height: 30px;
	padding: 15px 16px;
	z-index: 99999;
	font-size: 17px;
	font-weight: bold;
}
#desk_search_results .ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item:hover {
	background: #2e4e7f;
	color: #fff;
	border: none;
	border-bottom: 1px solid #efefef;
}
#desk_search_results .ui-autocomplete-category {
	color:#2e4e7f;
}
#desk_search_results .ui-menu .ui-menu-item {
	padding: 5px;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
}
#desk_search_results .ui-menu .ui-menu-item.view_all {
	color: #FF8300;
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
 #desk_search_results .ui-autocomplete {
 top: 45px;
}
}
@media (max-width: 767px) {
 #search_results .ui-autocomplete {
 height: 200px;
 overflow: scroll;
}
}
@media (max-width: 480px) {
 #search_results .ui-widget-content {
 padding: 10px;
 font-size: 15px;
}
}
/******************* Wordpress styles pulled from previous site ****************************/
img.alignright {
	float:right;
	margin:0 0 1rem 1rem
}
img.alignleft {
	float:left;
	margin:0 1rem 1rem 0
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.alignright {
	float:right
}
.alignleft {
	float:left
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
/******************* News and Insights right column ****************************/
.insights-contact-info {
	margin-top: 50px;
}
/******************* Videos ****************************/
video {
	width: 100% !important;
	height: auto !important;
}
/* for YouTube, Vimeo */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-twitter-icon {
	margin-top:15px;
}
@media only screen and (max-width: 1200px) {
 .service-twitter-icon img {
 width: 80%;
}
}
/* for Podcasts */

.podplayer {
	/*border:1px solid #E6E5E5;*/
	border:1px solid #9f8e8e;
	width: 100%;
	height: 90px;
}
/******************* Share ****************************/

.pagetools {
	position: relative;
}
ul.smenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	right: -40px;
	top: inherit!important;
	margin: 0;
	height:90px;
	padding-bottom: 0;
	background-color: #fff;
	transition: all 700ms ease;
	border: 1px solid #ddd;
}
 @media only screen and (min-width: 414px) {
 ul.smenu {
 right: -26px;
}
}
@media only screen and (min-width: 768px) {
 ul.smenu {
 right: -38px;
}
}
@media only screen and (min-width: 992px) {
 ul.smenu {
 right: -46px;
}
}
@media only screen and (min-width: 1200px) {
 ul.smenu {
 right: -34px;
}
}
@media only screen and (min-width: 1800px) {
 ul.smenu {
 right: -26px;
}
}
ul.smenu.share {
	opacity: 1;
	visibility: visible;
}
ul.smenu li {
	padding: 4px 25px;
	width:100%;
	text-align:center;
	font-size: 15px;
}
ul.smenu li:before {
	display:none;
}
.smenu li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	margin: 0;
	padding: 7px;
	width: 100px;
}
.smenu li:hover {
	background-color: #fafafa;
}
.smenu .facebook:hover {
	background-color: #4C66A4;
	color: #FFF !important;
}
.smenu .twitter:hover {
	background-color: #019AD2;
	color: #FFF !important;
}
.smenu .linkedin:hover {
	background-color: #0e76a8;
	color: #FFF !important;
}
.smenu li:last-child {
	border-bottom: none;
}
.smenu li a {
	color: #E04006;
	text-decoration: none;
}
.smenu li:hover a {
	color:#fff !important;
}
.smenu.share {
	opacity: 1;
	top: 45px;
}
.page-banner {
	z-index: 10;
	position: relative;
}
@media (max-width:767px) {
 .page-banner {
 z-index: 10;
 position: relative;
}
}
.smenu:before {
	content:'';
	position:absolute;
	/* 
    background-image: url(../images/tri.png);
    height: 17px;
    width: 17px;
    top: -13px;
    left: 50%;
*/
    z-index: 64;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%);
}
/* table overrides */

.table {
	border: 2px solid #333;
}
.table thead th {
	font-weight:700;
	border-bottom: 2px solid #333;
}
.table td, .table th {
	border-top: 1px solid #333;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #333;
}
