/*
Theme Name: Stroock Custom Theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com/
*/

/* incorporate reset styles for production site */

/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 

body,
html {
 margin: 0px;
 padding: 0px;
 font-family: 'Ubuntu', sans-serif;
 color:#333333;
 background-color:#FFF;
 font-size: 16px;
 font-size: 100%;
 font-size-adjust: none;
 -webkit-text-size-adjust: none;
 position: relative;
 height: 100%;
 width: 100%;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/
ul,
menu,
dir {
 display: block;
 margin:0;
 padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-bottom: .5rem;
 font-weight: 700;
 line-height: 1.2;
 color: #333333;
 letter-spacing:-.035em;
}
h1 {
 font-size:29px;
 color:#FF8300;
}
h1.longtitle {
 font-size:20px;
}
h2,
.h2 {
 font-size:23px;
 margin-top: 15px;
 margin-bottom: 10px;
}
h3,
.h3 {
 font-size:20px;
}
p {
 font-size: 18px;
 line-height: 125%;
 letter-spacing:-.015em;
 margin: 0px;
 padding-bottom: 10px;
}
.content ul,
.content ol {
 margin-left:2rem;
 padding-bottom: 10px;
}
.content ul li,
.content ol li {
 font-size: 18px;
 line-height: 125%;
 letter-spacing:-.015em;
 padding-bottom: 5px;
 list-style:none;
 position:relative;
}
.content ul li:before {
 font-family: 'FontAwesome';
 color: #FF8300;
 font-size:100%;
 line-height:1;
 content: '\25A0';
 position:absolute;
 top:0;
 left:0;
 margin-left: -1.25rem;
}
p.lead {
 font-size: 24px;
}
@media only screen and (min-width: 414px) {
 h1 {
  font-size:36px;
 }
 h1.longtitle {
  font-size:25px;
 }
 h2,
 .h2 {
  font-size:26px;
 }
 h3,
 .h3 {
  font-size:22px;
 }
 p {
  font-size: 20px;
  line-height: 129%;
  margin: 0px;
  padding-bottom: 10px;
 }
 .content ul li,
 .content ol li {
  font-size: 20px;
  line-height: 133%;
  padding-bottom: 5px;
 }
 p.lead {
  font-size: 24px;
 }
}
@media only screen and (min-width: 576px) {
 h1.longtitle {
  font-size:33px;
 }
}
@media only screen and (min-width: 768px) {
 h1 {
  font-size:28px;
 }
 h1.longtitle {
  font-size:24px;
 }
 h2,
 .h2 {
  font-size:21px;
 }
 h3,
 .h3 {
  font-size:16px;
 }
 p {
  font-size: 14px;
 }
 .content ul li,
 .content ol li {
  font-size: 14px;
 }
 .content ul li:before {
  font-size: 120%;
 }
 p.lead {
  font-size: 16px;
 }
}
@media only screen and (min-width: 992px) {
 h1 {
  font-size:36px;
 }
 h1.longtitle {
  font-size:30px;
 }
 h3,
 .h3 {
  font-size:19px;
 }
 h3 {
  font-size:17px;
  margin-bottom:15px;
 }
 p {
  font-size: 15px;
 }
 .content ul li,
 .content ol li {
  font-size: 15px;
 }
 p.lead {
  font-size: 17px;
 }
}
@media only screen and (min-width: 1200px) {
 h1 {
  font-size:43px;
 }
 h1.longtitle {
  font-size:36px;
 }
 h2,
 .h2 {
  font-size:27px;
 }
 h3,
 .h3 {
  font-size:21px;
 }
 p {
  font-size: 20px;
  padding-bottom: 15px;
 }
 .content ul,
 .content ol {
  padding-bottom: 15px;
 }
 .content ul li,
 .content ol li {
  font-size: 20px;
  padding-bottom: 8px;
 }
 p.lead {
  font-size: 25px;
 }
}
@media only screen and (min-width: 1500px) {
 h2,
 .h2 {
  font-size:27px;
 }
 h3,
 .h3 {
  font-size:21px;
 }
 p {
  font-size: 20px;
 }
 .content ul li,
 .content ol li {
  font-size: 20px;
  padding-bottom: 8px;
 }
 p.lead {
  font-size: 25px;
 }
}
@media only screen and (min-width: 1800px) {
 h1 {
  font-size:70px;
 }
 h1.longtitle {
  font-size:55px;
 }
 h2,
 .h2 {
  font-size:40px;
 }
 h3,
 .h3 {
  font-size:30px;
 }
 p {
/*font-size: 32px;*/
  font-size: 24px;
 }
 .content ul li,
 .content ol li {
  font-size: 32px;
  padding-bottom: 10px;
 }
 .content ul li:before {
  top:6px;
  left:0;
  margin-left: -1.5rem;
  font-size: 90%;
 }
 p.lead {
  font-size: 28px;
 }
}
/* --------- other helpers and overrides ---------*/
a,
a:visited {
 color:#2E4E7F; /* STK blue*/
 text-decoration:  underline;
 transition: all 0.12s ease-in-out 0s

}
a:hover,
a:focus {
 color: #00A8E2; /* Blue*/
}
a:focus {
 outline: thin dotted;
}

/* telephone links */
a[href^="tel:"],
a[href^="tel:"]:visited {
 color: inherit;
 font-weight:inherit;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: transparent;
}
a[href^="tel:"]:hover {
 color: inherit;
 font-weight:inherit;
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #8e8f8e;
}
img {
 max-width: 100%;
 height: auto

}
img.fullwidth-photo {
 width: 100%;
 height: auto

}
@media only screen and (min-width: 768px) {
 img.size50 {
  width: 50%;
  max-width:50%;
  height: auto;
 }
 img.size75 {
  width: 75%;
  max-width:75%;
  height: auto;
  margin-top:20px;
  margin-bottom:20px;
 }
}
img.center {
 display:block;
 margin-left:auto;
 margin-right:auto;
}
figure {
 padding: 0px;
 margin: 0px

}
.marginabove {
 padding-top: 30px

}
.spaceabove {
 padding-top: 30px

}
.spacebelow {
 padding-bottom: 30px

}
@media only screen and (min-width: 768px) {
 .spaceabove {
  padding-top: 40px

 }
 .spacebelow {
  padding-bottom: 40px

 }
}
@media only screen and (min-width: 992px) {
 .spaceabove {
  padding-top: 50px

 }
 .spacebelow {
  padding-bottom: 50px

 }
}
@media only screen and (min-width: 1200px) {
 .spaceabove {
  padding-top: 60px

 }
 .spacebelow {
  padding-bottom: 60px

 }
}
.padding {
 padding-top: 30px;
 padding-bottom: 30px

}
.no-brk {
 display:inline;
 white-space: nowrap;
}
.overflow {
 overflow:hidden;
}
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
 white-space: nowrap;
 height: 1px;
 width: 1px;
 overflow: hidden

}
.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: bold;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000

}
a#skiptocontent {
 padding: 6px;
 position: absolute;
 top: -60px;
 left: 0px;
 color:#FFF;
 background: #00A8E2;
 border-right: 1px solid white;
 border-bottom: 1px solid white;
 border-bottom-right-radius: 8px;
 background: transparent;
 -webkit-transition: top 1s ease-out, background 1s linear;
 transition: top 1s ease-out, background 1s linear;
 z-index: 100

}
a#skiptocontent:focus {
 position: absolute;
 left: 0px;
 top: 0;
 color:#FFF;
 background: #FF8300;
 outline: 0;
 -webkit-transition: top .1s ease-in, background .5s linear;
 transition: top .1s ease-in, background .5s linear;
 margin-bottom:200px;
}
.video-responsive {
 overflow: hidden;
 padding-bottom: 56.25%;
 position: relative;
 height: 0;
 margin-bottom:20px;
}
.video-responsive iframe {
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
 position: absolute

}
.video-border,
.photo-border {
 border: 3px solid #FFF;
 margin-bottom: 30px

}
@media only screen and (min-width: 768px) {
 .video-wrapper {
  margin-bottom: 0px

 }
}
@media only screen and (min-width: 1200px) {
 .iframe-responsive.map {
  margin-top:30px;
 }
}
.iframe-container {
 overflow: hidden;
 padding-top: 56.25%;
 position: relative;
}
.iframe-container iframe {
 border: 0;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.error-message {
 color:#cc0000;
 font-weight:bold;
}
.fadeIn {
 opacity:0;
 animation:fadeIn ease-in 1;
 animation-fill-mode:forwards;
 animation-duration:200ms;
 animation-delay: .15s

}
/* =========== CONTAINERS ================= */
.container {
 width:95%;
 max-width:95%;
 margin-left:auto;
 margin-right:auto;
}
@media only screen and (min-width: 360px) {
 .container {
 }
}
@media only screen and (min-width: 768px) {
 .container {
  width:90%;
  max-width:1670px;
 }
}
@media only screen and (min-width: 1800px) {
 .container {
  width:88%;
 }
}
.card {
 border-radius: 0;
 border: none;
}
blockquote {
 border-bottom-width: 4px;
 border-bottom-style: solid;
 border-bottom-color: #333;
 padding:0;
 margin-top:15px;
 margin-bottom:15px;
}
blockquote .inner {
 border-left-width: 10px;
 border-left-style: solid;
 border-left-color: #FF8300;
 padding:30px;
 padding-left:6%;
 padding-right:6%;
}
@media only screen and (min-width: 768px) {
 blockquote {
  border-bottom-width: 4px;
 }
 blockquote .inner {
  border-left-width: 10px;
  padding:30px;
  padding-left:4%;
  padding-right:6%;
 }
}
@media only screen and (min-width: 992px) {
 blockquote .inner {
  border-left-width: 12px;
  padding:40px;
  padding-left:4%;
  padding-right:6%;
 }
}
@media only screen and (min-width: 1200px) {
 blockquote {
  border-bottom-width: 5px;
 }
 blockquote .inner {
  border-left-width: 16px;
  padding:60px;
  padding-left:4%;
  padding-right:6%;
 }
}
@media only screen and (min-width: 1800px) {
 blockquote {
  border-bottom-width: 6px;
 }
 blockquote .inner {
  border-left-width: 18px;
  padding:80px;
  padding-left:4%;
  padding-right:6%;
 }
}
blockquote,
blockquote p {
 font-size: 24px;
 font-weight:700;
 font-style:italic;
}
@media only screen and (min-width: 768px) {
 blockquote,
 blockquote p {
  font-size: 16px;
 }
}
@media only screen and (min-width: 992px) {
 blockquote,
 blockquote p {
  font-size: 17px;
 }
}
@media only screen and (min-width: 1200px) {
 blockquote,
 blockquote p {
  font-size: 25px;
 }
}
@media only screen and (min-width: 1800px) {
 blockquote,
 blockquote p {
  font-size: 38px;
 }
}
blockquote footer {
 font-weight:400;
 font-style:normal;
 font-size:75%;
 color:#333;
 text-align:left;
 background-color:transparent;
 padding:0;
 margin:0;
 padding-top:6px;
}
@media only screen and (min-width: 1200px) {
 blockquote footer {
  font-size:65%;
 }
}
blockquote footer a:link,
blockquote footer a:visited {
 color:#FF8300;
 font-weight:700;
}
@media only screen and (min-width: 1200px) {
 blockquote {
  border-left-width: 16px;
 }
}
/* =========== buttons and colors ================= */
.btn {
 font-weight: 600;
 font-style: normal;
 font-size: 1rem;
 line-height: 1.42857143;
 text-align: center;
 white-space:  normal;
 vertical-align: middle;
 display: inline-block;
 text-decoration: none;
 -ms-touch-action: manipulation;
 touch-action: manipulation;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-image: none;
 border: 3px solid transparent;
 border-radius: 0;
 margin-bottom: 0;
 padding-top: 6px;
 padding-right: 1rem;
 padding-bottom: 6px;
 padding-left: 1rem;
}
.btn:visited {
 color: #FFF

}
/* orange button */
.btn-orange {
 color: #FFF;
 background-color: #FF8300;
}
.btn-orange:visited {
 color: #FFF;
 background-color: #FF8300;
}
.btn-orange:hover {
 color: #FFF;
 background-color: #00A8E2;
}
/* ================================================= */
/* ====================== header ================= */
/* ================================================= */
header {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1500;
 width: 100%;
 padding-top: 32px;
 background-color: transparent;
}
@media only screen and (min-width: 768px) {
 header {
  padding-top: 30px;
 }
}
@media only screen and (min-width: 992px) {
 header {
  padding-top: 36px;
 }
}
@media only screen and (min-width: 1200px) {
 header {
  padding-top: 43px;
 }
}
@media only screen and (min-width: 1800px) {
 header {
  padding-top: 70px;
 }
}
header .container {
 position:  relative;
 width:92%;
}
/* =================================================== */
/* =============== NAVIGATION MENU OVERLAY ============= */
/* =================================================== */
.overlay {
 width: 100%;
 height: 0;
 position: fixed;
 z-index: 1;
 z-index: 9999;
 top: 0;
 left: 0;
 color: #FFF;
 background-color: #2E4E7F;
 overflow-y: hidden;
 transition: 0.5s;
 animation-duration: 2s;
 background-image: url(../images/menu_background.png);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: cover;
}
.overlay {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: center;
}
.overlay-content {
 position: relative;
 text-align: center;
 width:100%;
 max-width:100%;
}
.overlay nav {
 color: #FFF;
 padding:20px;
 display:block;
 width:100%;
}
.overlay nav ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 line-height: 1;
 vertical-align: middle;
 letter-spacing: normal;
 text-align: center;
}
.overlay nav ul li {
 display: block;
 text-align: center;
 padding:0;
 margin:0;
 vertical-align: middle;
 line-height:100%;
}
.overlay nav li a {
 display:block;
 font-size: 18px;
 line-height:150%;
 font-weight: 700;
 font-style: normal;
 color: #FFF;
 text-decoration:none;
 margin:0;
 padding-bottom:15px;
}
@media only screen and (min-width: 375px) {
 .overlay nav li a {
  font-size: 28px;
 }
}
@media only screen and (min-width: 768px) {
 .overlay nav li a {
  font-size: 24px;
  padding:3px;
 }
}
@media only screen and (min-width: 992px) {
 .overlay nav li a {
  font-size: 28px;
  padding:3px;
 }
}
@media only screen and (min-width: 1200px) {
 .overlay nav li a {
  font-size: 30px;
  padding:3px;
 }
}
@media only screen and (min-width: 1800px) {
 .overlay nav li a {
  font-size: 36px;
  padding:3px;
 }
}
.overlay nav li a:visited {
 color: #FFF;
}
.overlay nav li a:hover {
 color: #FF8300;
}
.overlay nav li a.active {
 color: #FF8300;
}
.overlay nav li a.active:hover {
 color: #FF8300;
}
/* ================= header tools  ================= */
.header-tools {
 text-align:right;
 color:#FFF;
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.header-tools button,
.header-tools .btn,
.search-close {
 background-color:  transparent;
 border:none;
 padding:0;
 color:#FFF;
 font-weight:400;
 font-size:32px;
 line-height:1;
 cursor:pointer;
 color:#FFF;
 margin-left:15px;
}
@media only screen and (min-width: 375px) {
 .header-tools button,
 .header-tools .btn,
 .search-close {
  font-size:36px;
 }
}
@media only screen and (min-width: 768px) {
 .header-tools button,
 .header-tools .btn,
 .search-close {
  font-size:30px;
 }
}
@media only screen and (min-width: 992px) {
 .header-tools button,
 .header-tools .btn,
 .search-close {
  font-size:40px;
  margin-left:20px;
 }
}
@media only screen and (min-width: 1200px) {
 .header-tools button,
 .header-tools .btn,
 .search-close {
  font-size:50px;
  margin-left:30px;
 }
}
@media only screen and (min-width: 1800px) {
 .header-tools button,
 .header-tools .btn,
 .search-close {
  font-size:60px;
  margin-left:40px;
 }
}
/* navigation overlay close button */
.overlay .closebtn {
 position: absolute;
 top: 0;
 right: 5%;
 font-size: 60px;
 z-index:9998;
 font-weight:300;
 color:#FFF;
 text-decoration:none;
}
@media only screen and (min-width: 768px) {
 .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  margin-right:60px;
 }
}
/* search overlay close button */
.search-close,
.search-close:hover {
 background-color:  transparent;
 border:none;
 padding:0;
 color:#FFF;
 font-weight:400;
 font-size:60px;
 cursor:pointer;
 color:#FFF;
 margin-left:24px;
}
/* takeover search */
.close-btn {
 font-size: 60px;
 position: relative;
 z-index: 9999;
 margin-right: 5%;
}
@media only screen and (min-width: 768px) {
 .close-btn {
  font-size: 40px;
 }
}
.search-area {
 position:  fixed;
 z-index:8888;
 display: none;
 content: '';
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-color: #672A56;
 background-image: url(../images/purple-pattern-bkg.png);
 background-repeat: repeat-y;
 background-position: center top;
 background-size: cover;
}
@media only screen and (max-width: 767px) {
 .search-area {
  z-index:12000;
  padding-left:0;
 }
 .search-area .container {
  padding-left: 15px;
  padding-right: 15px;
 }
}
.form-btn {
 margin-top: 120px;
}
@media only screen and (min-width: 768px) {
 .form-btn {
  margin-top: 40%;
 }
}
.form-btn input {
 height:60px;
 background: #FFF;
 color:#232323;
 font-size: 28px;
 padding-left:24px;
}
.form-btn input:focus {
 background: transparent;
 background: #FFF;
 outline: none;
 box-shadow: none;
 border-color:#ced4da;
}
.brd-left-none {
 border-left: none !important;
}
.form-btn .form-control {
 border-right:none !important;
}
/*.border-bottom {
border: none;
border-bottom: solid 1px #ced4da;
border-radius: 0px;
}*/
.form-btn input::placeholder {
/*color: #fff;*/
 font-weight: normal;
}
.search-area input::-webkit-input-placeholder {
 color: #232323;
 font-weight:500;
 opacity:1;
}
.search-area input::-webkit-input-placeholder {
 color: #232323;
 font-weight:500;
 opacity:1;
}
.search-area input:-moz-placeholder {
 color: #232323;
 font-weight:500;
 opacity:1;
}
.search-area input:-moz-placeholder {
 color: #232323;
 font-weight:500;
 opacity:1;
}
.btn-search,
.search-area .btn-search {
 background: #FF8300;
 color:#FFF;
 width:60px;
 text-align:center;
 font-size:30px;
}
/* ================================================= */
/* ====================== home page ========== */
/* ================================================= */


/* small screen slider */
.home-slider {
 position:relative;
}
.home-slider .card {
 background-color:transparent;
}
.home-slider .owl-dots {
 background-color: transparent;
 margin:0;
 position:absolute;
 bottom:0;
 width:100%;
 height:80px;
 text-align:center;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: center;
}
.owl-dots button {
 background: none;
}
.owl-theme .owl-dots .owl-dot span {
 width: 21px;
 height: 21px;
 margin: 5px 7px;
 background: #FFF;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity 200ms ease;
 border-radius: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
 background: #00A8E2;
}
.owl-theme .owl-dots .owl-dot.active span {
 background: #FF8300;
}
/* large screen slider */
.home-carouseltabs {
 position:relative;
}
.home-carouseltabs {
 position:relative;
}
.home-carouseltabs .navtab-wrapper {
 position:absolute;
 bottom:0;
 right:0;
 width:23%;
 height:100%;
 background-color:rgba(0, 0, 0, 0.7);
 z-index:1000;
}
.home-carouseltabs ul.nav-tabs {
 position:absolute;
 bottom:0;
 right:0;
 width:23%;
 background-color:rgba(0, 0, 0, 0.7);
 z-index:1000;
}
@media only screen and (min-width: 768px) {
 .home-carouseltabs .navtab-wrapper {
  width:18%;
 }
 .home-carouseltabs ul.nav-tabs {
  width:18%;
 }
}
@media only screen and (min-width: 1600px) {
 .home-carouseltabs .navtab-wrapper {
  width:15.875%;
 }
 .home-carouseltabs ul.nav-tabs {
  width:15.875%;
 }
}
.home-carouseltabs ul.nav-tabs {
 margin:0;
 padding:0;
 border:0;
}
.home-carouseltabs .nav-item {
 width:100%;
}
.home-carouseltabs .nav-tabs .nav-link {
 font-size:14px;
 line-height:1;
 color: #B5B6B7;
 text-decoration:none;
 font-weight:700;
 border-top-left-radius:0;
 border-top-right-radius:0;
 border:none;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #FFF;
 width:100%;
 height:100%;
 min-height:80px;
 padding:20px;
 padding-left:10%;
 padding-right:10%;
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}
@media only screen and (min-width: 992px) {
 .home-carouseltabs .nav-tabs .nav-link {
  font-size:15px;
 }
}
@media only screen and (min-width: 1200px) {
 .home-carouseltabs .nav-tabs .nav-link {
  font-size:20px;
  min-height:100px;
 }
}
@media only screen and (min-width: 1500px) {
 .home-carouseltabs .nav-tabs .nav-link {
  font-size:24px;
  min-height:150px;
 }
}
@media only screen and (min-width: 1800px) {
 .home-carouseltabs .nav-tabs .nav-link {
  font-size:28px;
 }
}
.home-carouseltabs .nav-tabs .nav-link span.category {
 text-transform:uppercase;
 font-size:78%;
 display:block;
 margin-bottom:6px;
}
.home-carouseltabs .nav-tabs .nav-link:focus,
.home-carouseltabs .nav-tabs .nav-link:hover {
 border-color:#FFF;
 color: #FFF;
 background-color: #00A8E2;
 outline: none;
}
.home-carouseltabs .nav-tabs .nav-item.show .nav-link,
.home-carouseltabs .nav-tabs .nav-link.active {
 border-color:#FFF;
 color: #FFF;
 outline: none;
}
.home-carouseltabs .nav-tabs .nav-item.show .nav-link,
.home-carouseltabs .nav-tabs .nav-link.ui-tabs-selected {
 color: #FFF;
 background-color: #FF8300;
 border-color:#FFF;
}
/* HOME SLIDER / TABS CONTENT */
.tab-content {
 height:auto !important;
}
.home-slides .card {
 transition: all 0.12s ease-in-out 0s;
}
/* For laptop and wider viewports */
@media only screen and (min-width: 1200px) {
 .home-slides .card,
 .home-slides .navtab-wrapper,
 .home-slides .tab-container {
  height:100vh;
 }
}
.home-slides .card-img-overlay {
 position: absolute;
 top: auto;
 right: 0;
 bottom: 80px;
 left: 2.5%;
 width:95%;
 padding: 0;
 padding-left:15px;
 padding-right:15px;
}
@media only screen and (min-width: 768px) {
 .home-slides .card-img-overlay {
  bottom: 6%;
  padding: 0;
  width:59%;
  left: 5%;
 }
}
.home-slides .card-img {
 width:100%;
 height:100%;
}
.home-slides .card-body {
 background-color:rgba(255, 255, 255, 0.88);
 border-left-width: 16px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: solid;
 border-left-color: #FF8300;
 padding:3%;
 padding-left:6%;
 padding-right:8%;
 position:relative;
}
.home-slides .active .card-body {
 border-left-color: #FF8300;
}
@media only screen and (min-width: 374px) {
 .home-slides .card-body {
  padding:5%;
  padding-left:11%;
  padding-right:9%;
 }
}
@media only screen and (min-width: 768px) {
 .home-slides .card-body {
  padding:5%;
  padding-left:4%;
  padding-right:8%;
  position:relative;
 }
}
/*home carousel typography */
.home-slides .card h2 {
 font-size:40px;
 line-height:1;
 letter-spacing:-.035em;
 color:#FFF;
 margin-bottom:15px;
}
@media only screen and (min-width: 375px) {
 .home-slides .card h2 {
  font-size:50px;
 }
}
.home-slides .card h3 {
 font-size:22px;
 line-height:1;
 letter-spacing:-.035em;
 color:#FF8300;
}
.home-slides .card a,
.home-slides .card a:visited {
 text-decoration:none;
 border:none;
 background-color:#FCF;
}
.home-slides .card a h3,
.home-slides .card a:visited h3 {
 color:#FF8300;
 text-decoration:none;
 border:none;
}
.home-slides .card a:hover h3,
.home-slides .card a:focus h3 {
 color:#00A8E2;
 text-decoration:none;
 border:none;
}
.home-slides .card p {
 font-size:16px;
 line-height:122%;
 letter-spacing:-.035em;
 font-weight:500;
}
@media only screen and (min-width: 375px) {
 .home-slides .card p {
  font-size:18px;
 }
}
.home-slides .card a p,
.home-slides .card a:visited p {
 color:#333333;
 text-decoration:none;
 border:none;
}
@media only screen and (min-width: 768px) {
 .home-slides .card h2 {
  font-size:50px;
  margin-bottom:20px;
 }
 .home-slides .card h3 {
  font-size:14px;
 }
 .home-slides .card p {
  font-size:13px;
 }
}
@media only screen and (min-width: 992px) {
 .home-slides .card h2 {
  font-size:78px;
  margin-bottom:20px;
 }
 .home-slides .card h3 {
  font-size:20px;
 }
 .home-slides .card p {
  font-size:19px;
 }
}
@media only screen and (min-width: 1200px) {
 .home-slides .card h2 {
  font-size:78px;
  margin-bottom:30px;
 }
 .home-slides .card h3 {
  font-size:20px;
 }
 .home-slides .card p {
  font-size:19px;
 }
}
@media only screen and (min-width: 1800px) {
 .home-slides .card h2 {
  font-size:125px;
  margin-bottom:30px;
 }
 .home-slides .card h3 {
  font-size:32px;
 }
 .home-slides .card p {
  font-size:31px;
 }
}
.home-slides .arrow {
 position:absolute;
 right:15px;
 bottom:15px;
 height:18px;
 width: auto;
}
.home-slides.owl-carousel .owl-item img.arrow {
 display: block;
 width: auto;
}
@media only screen and (min-width: 768px) {
 .home-slides .arrow {
  height:14px;
  right:20px;
  bottom:20px

 }
}
@media only screen and (min-width: 992px) {
 .home-slides .arrow {
  height:15px;
 }
}
@media only screen and (min-width: 1200px) {
 .home-slides .arrow {
  height:20px;
 }
}
@media only screen and (min-width: 1800px) {
 .home-slides .arrow {
  height:32px;
 }
}
/* home sections - for consistency */
.home-section {
 padding-top:46px;
 padding-bottom:46px;
}
.home-section h2 {
 text-align:center;
 color:#FF8300;
 font-weight:500;
 margin:0;
 padding:0;
 margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
 .home-section {
  padding-top:28px;
  padding-bottom:28px;
 }
 .home-section h2 {
 }
}
@media only screen and (min-width: 992px) {
 .home-section {
  padding-top:36px;
  padding-bottom:36px;
 }
 .home-section h2 {
 }
}
@media only screen and (min-width: 1200px) {
 .home-section {
  padding-top:46px;
  padding-bottom:66px;
 }
 .home-section h2 {
  font-size:45px;
 }
}
@media only screen and (min-width: 1500px) {
 .home-section {
  padding-top:46px;
  padding-bottom:66px;
 }
 .home-section h2 {
  font-size:56px;
 }
}
@media only screen and (min-width: 1800px) {
 .home-section {
  padding-top:66px;
  padding-bottom:126px;
 }
 .home-section h2 {
  font-size:72px;
 }
}
/* large search */
.large-search {
 background-image: url(../images/med-gray-pattern.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 background-size:300%;
 background-color: #edeff1;
}
@media only screen and (min-width: 768px) {
 .large-search {
  background-size: cover;
 }
}
@media only screen and (max-width: 575px) {
 .large-search .search-header {
  width:100%;
  max-width:100%;
 }
}
@media only screen and (min-width: 768px) {
 .large-search .container {
  width:80%;
  max-width:620px;
 }
}
@media only screen and (min-width: 992px) {
 .large-search .container {
  max-width:1265px;
 }
 .large-search form {
  width:80%;
  margin-left:auto;
  margin-right:auto;
 }
}
.large-search p {
 text-align:center;
 font-weight:500;
}
@media only screen and (min-width: 1200px) {
 .large-search p {
  font-size:30px;
 }
}
.large-search .form-control {
 padding-left: 2.375rem;
 height: auto;
}
.large-search .form-control-feedback {
 position: absolute;
 z-index: 2;
 display: block;
 width: 2.375rem;
 height: 2.375rem;
 line-height: 2.375rem;
 text-align: center;
 pointer-events: none;
 color: #aaa;
}
.large-search .input-group {
 background-color:#FFF;
 background-clip: border-box;
 font-weight:500;
 border:none;
 border-bottom-width: 6px;
 border-bottom-style: solid;
 border-bottom-color: #333;
}
.large-search input {
 background-color:#FFF;
 background-clip: border-box;
 font-weight:500;
 border:none;
 border-left-width: 16px;
 border-left-style: solid;
 border-left-color: #FF8300;
 text-align:center;
}
@media only screen and (min-width: 992px) {
 .large-search .form-control {
  padding: .65rem;
  padding-left:1rem;
  height:auto;
  font-size:22px;
 }
}
.large-search input::-webkit-input-placeholder {
 color: #000;
 font-weight:500;
 opacity:1;
}
.large-search input::-webkit-input-placeholder {
 color: #000;
 font-weight:500;
 opacity:1;
}
.large-search input:-moz-placeholder {
 color: #000;
 font-weight:500;
 opacity:1;
}
.large-search input:-moz-placeholder {
 color: #000;
 font-weight:500;
 opacity:1;
}
.form-control {
 font-weight: 500;
 color: #000;
 border-radius:0;
}
.input-group-prepend .btn,
.input-group-append .btn {
 position: relative;
 z-index: 0;
}
.btn-searchsubmit,
.btn-searchsubmit:visited {
 padding-top: 0.375rem;
 padding-right: 0.75rem;
 padding-bottom: 0.375rem;
 padding-left: 0.75rem;
 color: #00A8E2;
 background-color: #FFF;
}
.btn-searchsubmit:hover {
 color: #FF8300;
}
.btn-searchsubmit:focus {
 color: #FFF;
 background-color: #FF8300;
 text-decoration: none;
}
.btn-searchsubmit .fa {
 font-size:18px;
}
@media only screen and (min-width: 992px) {
 .btn-searchsubmit {
  padding-top: .6rem;
  padding-right: 1.25rem;
  padding-bottom: .6rem;
  padding-left: 1.25rem;
  font-size:22px

 }
 .btn-searchsubmit .fa {
  font-size:24px;
 }
}
/* home news */
.home-news {
 background-image: url(../images/lt-gray-pattern-top.jpg);
 background-repeat: no-repeat;
 background-position: center top;
	/*background-size:300%;*/
 background-color: #FFF;
 position:relative;
}
@media only screen and (min-width: 768px) {
 .home-news {
  background-size: contain;
 }
}
.home-news .btm-pattern {
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
}
/* each box */
.home-news .card {
 background-color:#FFF;
 border-radius: 0;
 border: none;
 border:none;
 border-bottom-width: 6px;
 border-bottom-style: solid;
 border-bottom-color: #333;
 margin-bottom:20px;
}
@media only screen and (min-width: 1200px) {
 .home-news .card {
  margin-bottom:30px;
 }
}
.home-news .card-body {
 width:100%;
 min-height:242px;
 padding-left:11%;
 padding-right:15%;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 border:none;
 border-left-width: 10px;
 border-left-style: solid;
 border-left-color: #FF8300;
}
@media only screen and (min-width: 768px) {
 .home-news .card-body {
  position:absolute;
  height:100%;
  min-height:100%;
  width:50%;
  padding-left:4%;
  padding-right:6%;
  border-left-width: 16px;
  border-left-style: solid;
  border-left-color: #FF8300;
 }
 .home-news .card-photo {
  width:50%;
  margin-left:50%;
 }
}
.home-news .card h3 {
 margin-top:0;
}
@media only screen and (max-width: 575px) {
 .home-news .card h3 {
  font-size:20px;
 }
 .home-news .card p {
  font-size:16px;
 }
 .home-news .card p.news-category {
  font-size:18px;
 }
}
.home-news .card h3 a,
.home-news .card h3 a:visited {
 color:inherit;
 text-decoration:none;
}
.home-news .card h3 a:hover {
 color:#00A8E2;
}
.home-news .card p span {
 color: #FF8300;
 font-weight:700;
}
.home-news .arrow {
 position:absolute;
 right:15px;
 bottom:15px;
 height:34px;
 width:21px;
}
@media only screen and (min-width: 576px) {
 .home-news .arrow {
  right:25px;
 }
}
@media only screen and (min-width: 768px) {
 .home-news .arrow {
  height:14px;
  width:9px;
  right:4%;
  bottom:8%;
 }
}
@media only screen and (min-width: 992px) {
 .home-news .arrow {
  height:18px;
  width:11px;
 }
}
@media only screen and (min-width: 1200px) {
 .home-news .arrow {
  height:34px;
  width:21px;
 }
}
@media only screen and (min-width: 1800px) {
 .home-news .arrow {
  height:34px;
  width:21px;
 }
}
/* quotes */


/* ================================================= */
/* ====================== main - interior ========== */
/* ================================================= */
#maincontent {
 min-height:250px;
}
main.graypattern {
 background-image: url(../images/lt-gray-pattern.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 250%;
}
@media only screen and (min-width: 768px) {
 main.graypattern {
  background-size: contain;
 }
}
.content {
 min-height:250px;
 padding-top:10px;
 padding-bottom:24px;
}
@media only screen and (min-width: 768px) {
 .content {
  padding-top:30px;
  padding-bottom:30px;
 }
}
@media only screen and (min-width: 992px) {
 .content {
  padding-top:40px;
  padding-bottom:40px;
 }
}
@media only screen and (min-width: 1200px) {
 .content {
  padding-top:60px;
  padding-bottom:60px;
 }
}
/* page header */
.imagewrap {
 position:relative;
}
/*@media only screen and (min-width: 576px) and (max-width: 767px) {
.bannerimg {
max-height:250px;
}
}*/
@media only screen and (min-width: 768px) {
 .page-banner {
  position:relative;
 }
 .bannerimg {
  width:100%;
  height:auto;
 }
}
.bio-photo {
 position: absolute;
 width:100%;
 bottom:0;
 right:0;
}
@media only screen and (max-width: 767px) {
 .bio-photo .container {
  width:100%;
/*padding:0;*/
 }
}
.bio-photo {
 text-align:right;
}
.bio-photo img {
 max-width:95%;
}
@media only screen and (min-width: 600px) {
 .bio-photo img {
  max-width:100%;
 }
}
@media only screen and (min-width: 768px) {
 .bio-photo {
  text-align: left;
 }
 .bio-photo img {
  max-width:95%;
 }
}
@media only screen and (min-width: 1200px) {
 .bio-photo img {
  max-width:90%;
 }
}
.page-header {
 color:#333;
 background-color:#FFF;
 padding-top:24px;
 padding-bottom:15px;
}
@media only screen and (min-width: 768px) {
 .page-header {
  padding-top:30px;
  padding-bottom:30px;
 }
}
.bio .page-header {
 color:#333;
 background-color:#eceded;
 background-image: url(../images/gray-pattern.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: contain;
}
@media only screen and (min-width: 768px) {
 .page-header,
 .bio .page-header {
  position: absolute;
  width:100%;
  bottom:0;
  left:0;
  padding:0;
  padding-bottom:4%;
  color:#FFF;
  background-color: transparent;
  background-image: none;
 }
}
.page-banner h1,
.page-header h1,
.page-header h2,
.page-header p {
 margin:0;
 padding:0;
}
.page-banner h1.heading_smallscreen {
 position: absolute;
 bottom:30px;
 left:2.5%;
 width:95%;
 padding-left:15px;
 color:#FFF;
}
@media only screen and (min-width: 768px) {
 .page-header h1,
 .page-header h2,
 .page-header p {
  color:#FFF;
 }
 .page-banner h1.heading_smallscreen {
  display:none;
 }
}
.page-header h2 {
 padding-top:20px;
 font-size:20px;
}
@media only screen and (min-width: 768px) {
 .page-header h2 {
  padding-top:0;
 }
}
@media only screen and (min-width: 1200px) {
 .page-header h2 {
  font-size:22px;
 }
}
@media only screen and (min-width: 1800px) {
 .page-header h2 {
  font-size:32px;
 }
}
.page-header .contactinfo {
 padding-bottom:30px;
}
@media only screen and (min-width: 768px) {
 .page-header .contactinfo {
  padding-top:20px;
  padding-bottom:0;
 }
}
@media only screen and (min-width: 1200px) {
 .page-header .contactinfo {
  padding-top:30px;
  padding-bottom:0;
 }
}
.page-header .address {
 display: block;
 width:100%;
 padding-left:15px;
 margin-bottom:15px;
}
@media only screen and (min-width: 768px) {
 .page-header .address {
  width:auto;
  display: inline-block;
  padding-left:25px;
  margin-bottom:0;
 }
 .page-header .address:first-child {
  padding-left:15px;
 }
 .page-header a:link,
 .page-header a:visited {
  color:#FFF;
  text-decoration:none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFF;
 }
 .page-header a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
 }
}
/* 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;
 outline:none;
}
/*========================================*/
/* 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;
 outline:none;
 display:inline-block;
}
.subnav .subpages li a {
 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 .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%;
}
.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;
}
@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 h3 a,
.attorney-thumb.card h3 a:visited {
 color:#333333;
 text-decoration:none;
}
.attorney-thumb.card h3 a:hover,
.attorney-thumb.card h3 a:focus {
 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 {
 color:#FFF;
 background-color:#FF8300;
 text-decoration: none;
}
/* 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;
 }
}
/* ========================= */
/* 		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: 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: center 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 p,
.news-focus .card h3,
.news-focus .card .h3 {
 font-weight:700;
 color:  #FFF;
 text-decoration:none;
 margin:0;
 padding:0;
}
.news-focus .card p a,
.news-focus .card p a:visited {
 font-weight:700;
 color:  #FFF;
 text-decoration:none;
 margin:0;
 padding:0;
}
.news-focus .card 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;
 height:34px;
 width:21px;
}
@media only screen and (min-width: 576px) {
 .news-focus .arrow {
  right:25px;
  bottom:25px;
 }
}
@media only screen and (min-width: 768px) {
 .news-focus .arrow {
  height:14px;
  width:9px;
  right:15px;
  bottom:15px;
 }
}
@media only screen and (min-width: 992px) {
 .news-focus .arrow {
  height:18px;
  width:11px;
  right:20px;
  bottom:20px

 }
}
@media only screen and (min-width: 1200px) {
 .news-focus .arrow {
  height:34px;
  width:21px;
  right:25px;
  bottom:25px

 }
}
@media only screen and (min-width: 1800px) {
 .news-focus .arrow {
  height:34px;
  width:21px;
 }
}
/* ========================= */
/* 		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 {
  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;
}
.view-all a {
 color: #00A8E2;
}
@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 {
 border-left-width: 10px;
 border-left-style: solid;
 border-left-color: #FF8300;
 padding:30px;
 padding-left:6%;
 padding-right:6%;
}
.spotlight-block .spotlight-photo {
 border-left-width: 10px;
 border-left-style: solid;
 border-left-color: #FF8300;
}
@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:30px;
  padding-left:4%;
  padding-right:6%;
 }
 .spotlight-block .spotlight-photo {
  position:absolute;
  right:0;
  width:36%;
  border:none;
  bottom: 25%;
 }
}
@media only screen and (min-width: 992px) {
 .spotlight-block .spotlight-photo {
  width:25%;
  bottom: 15%;
 }
}
@media only screen and (min-width: 1200px) {
 .spotlight-block {
  border-bottom-width: 5px;
 }
 .spotlight-block .inner {
  border-left-width: 12px;
  padding:40px;
  padding-left:4%;
  padding-right:6%;
  min-height:380px;
 }
 .spotlight-block .spotlight-photo {
  position:absolute;
  right:0;
  bottom:0;
  top:auto;
  width:40%;
  height:100%;
  border:none;
 }
}
@media only screen and (min-width: 1400px) {
 .spotlight-block .inner {
  border-left-width: 16px;
  padding:60px;
  padding-left:4%;
  padding-right:6%;
  min-height:400px;
 }
 .spotlight-block .spotlight-photo {
  height:100%;
  width:36%;
 }
}
@media only screen and (min-width: 1800px) {
 .spotlight-block {
  border-bottom-width: 6px;
 }
 .spotlight-block .inner {
  border-left-width: 18px;
  padding:80px;
  padding-left:4%;
  padding-right:6%;
 }
}
.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 {
 outline:0;
 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 {
 background:#8e8279

}
.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%;
 }
}
