@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.home-testim-slider .author {
  margin-bottom: 0;
  font: 600 15px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: left;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
  display: none;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
  background-color: #fff;
}

.row {
  max-width: 1360px;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  font: 600 16px/22px "Source Sans Pro", sans-serif;
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font: 600 16px/22px "Source Sans Pro", sans-serif;
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font: 600 16px/22px "Source Sans Pro", sans-serif;
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font: 600 16px/22px "Source Sans Pro", sans-serif;
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
  box-shadow: none;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #28374d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
}
button:hover, .button:hover, input[type='submit']:hover, input[type='reset']:hover {
  background-color: #171f2b;
}
button:focus, .button:focus, input[type='submit']:focus, input[type='reset']:focus {
  background-color: transparent;
}

.col-brd-btm {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}
.col-brd-btm.thumb-image {
  padding-left: 0;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #28374d;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #000;
  outline: none;
}

.page-title {
  font: 400 73px/75px "Times New Roman", serif;
  color: #17212c;
  letter-spacing: -3px;
}

.blog-name {
  font: 400 73px/75px "Times New Roman", serif;
  color: #c2c2c2;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  margin-bottom: 0;
  letter-spacing: -3px;
}

.title-small,
.title-small li a {
  letter-spacing: 1px;
  font: 700 13px/26px "Source Sans Pro", sans-serif;
  color: #999da3;
  text-transform: uppercase;
}

.bottom-section-h .title-small,
.bottom-section-h .title-small li a {
  letter-spacing: 0.7px;
}

.view-link {
  position: relative;
  font: 700 14px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  padding-left: 15px;
}
.view-link:before {
  position: absolute;
  display: inline-block;
  content: '\f0da';
  font-family: "FontAwesome";
  font-size: 15px;
  height: 21px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.next-nav {
  float: right;
}

.prev-nav {
  float: left;
}

.nav-btn {
  padding-bottom: 30px;
}
.nav-btn a {
  position: relative;
  font: 400 32px/37px "Times New Roman", serif;
  color: #28374d !important;
  text-decoration: none !important;
}
.nav-btn a:after {
  position: absolute;
  content: 'VIEW';
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  right: 0;
  bottom: -30px;
}
.nav-btn a:before {
  position: absolute;
  display: inline-block;
  content: '\f0da';
  font-family: "FontAwesome";
  font-size: 15px;
  height: 21px;
  color: #3b6fa8;
  right: 40px;
  bottom: -21px;
}
.nav-btn:hover a:after, .nav-btn:hover a:before {
  color: #28374d;
}

.prev-nav.nav-btn a:after {
  left: 0;
}

.ph-caption {
  font: 600 14px/40px "Source Sans Pro", sans-serif;
  color: #959595;
  margin-bottom: 30px;
}
.ph-caption span {
  color: #17212c;
}

.post-categories {
  margin: 0;
  list-style: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #28374d;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .top-section-h .top-img, .section-about-h .two-posts, .attorneys-list .member-list .member-item .person-photo, .attorneys-single-page .grid-iso .team .mem-wrapp .mem-photo, .top-page .top-banner, .blog-list-item:first-child .blog-img, .blog-list-item .blog-img, .sngl-post .blog-img, .right-col-sngl .img-rec-post, .author-blog .blog-list .blog-list-item:first-child .blog-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

/* .logo img{
	max-height: 150px;
} */
.logo a {
  font: 400 35px/66px "Playfair Display", serif;
  color: #28374d;
}

.sub-logo-menu {
  padding-bottom: 20px;
}
.sub-logo-menu .top-menu {
  margin: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sub-logo-menu .top-menu li {
  display: inline-block;
}
.sub-logo-menu .top-menu li span {
  font: 400 11px/1 "Questrial", sans-serif;
  color: #465e78;
  padding: 0 15px;
  border-right: 1px solid #d7d7d7;
  letter-spacing: 3px;
}

.sub-logo-menu .top-menu li:last-child span {
  border-right: none;
}

.breadcrumbs-holder {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.breadcrumbs-holder .breadcrumbs {
  font-family: monospace;
  text-transform: uppercase;
  color: #bbb;
}
.breadcrumbs-holder .breadcrumbs span, .breadcrumbs-holder .breadcrumbs a {
  color: #959595;
  font: 700 12px/30px "Source Sans Pro", sans-serif;
}
.breadcrumbs-holder .breadcrumbs span.current-page {
  color: #28374d;
}

.breadcrumbs-holder .breadcrumbs span:hover, .breadcrumbs-holder .breadcrumbs a:hover {
  color: #28374d;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #28374d;
}
.not-found .label:hover {
  background-color: #1a2432;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.top-section-h .top-img {
  padding-bottom: 400px;
}
.top-section-h .block-4-link .block-item {
  margin-top: 30px;
  position: relative;
  background-size: contain;
}
.top-section-h .block-4-link .block-item img {
  width: 100%;
}
.top-section-h .block-4-link .block-item .caption {
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.top-section-h .block-4-link .block-item .caption .title-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  border: 1px solid #ebebeb;
}
.top-section-h .block-4-link .block-item .caption .title-link:hover h3 {
  text-decoration: underline;
}
.top-section-h .block-4-link .block-item .caption .title-link h3 {
  font: 400 23px/25px "Times New Roman", serif;
  color: #28374d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-section-h .block-4-link .block-item .caption .title-link h3:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/icon-book.png") no-repeat 50% 50%;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.section-about-h {
  padding-top: 30px;
}
.section-about-h p {
  font: 400 23px/34px "Times New Roman", serif;
  color: #28374d;
  font-style: italic;
}
.section-about-h .two-posts {
  margin-top: 50px;
  max-width: 1330px;
  padding: 90px 40px;
}
.section-about-h .two-posts .left-block {
  padding-right: 55px;
}
.section-about-h .two-posts .right-block {
  padding-left: 55px;
}
.section-about-h .two-posts .block-wrap {
  padding: 70px 60px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.section-about-h .two-posts .block-wrap h3 {
  font: 400 25px/32px "Times New Roman", serif;
  color: #28374d;
}
.section-about-h .two-posts .block-wrap h3 a:hover {
  text-decoration: underline;
}

.bottom-section-h {
  padding: 55px 0 75px 0;
}
.bottom-section-h .btm-block-3-link .block-item {
  background-color: #fff;
  padding: 60px;
  border: 1px solid #ebebeb;
}
.bottom-section-h .btm-block-3-link .block-item h4 a {
  font: 600 17px/24px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  display: inline-block;
}
.bottom-section-h .btm-block-3-link .block-item h4 a:hover {
  text-decoration: underline;
}
.bottom-section-h .btm-block-3-link .block-item p {
  font: 600 16px/24px "Source Sans Pro", sans-serif;
}

/* ------------------------------------
    Attorney's page list
------------------------------------- */
.attorneys-list .page-title {
  padding: 70px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.attorneys-list .member-list .member-item {
  width: 33%;
  float: left;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.attorneys-list .member-list .member-item .person-photo {
  padding-top: 119%;
}
.attorneys-list .member-list .member-item .person-name {
  position: relative;
  margin: 20px 0 30px 0;
  padding: 16px 0 30px 0;
  border-bottom: 1px solid #d7d7d7;
}
.attorneys-list .member-list .member-item .person-name h3 {
  font: 400 32px/1 "Times New Roman", serif;
  letter-spacing: -0.8px;
}
.attorneys-list .member-list .member-item .person-name h3:hover {
  text-decoration: underline;
}
.attorneys-list .member-list .member-item .person-name:before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  left: 0;
  top: 0;
}
.attorneys-list .member_container:hover .view-link {
  color: #000;
  outline: none;
}
.attorneys-list .member_container:hover h3 {
  text-decoration: underline;
}

/* ------------------------------------
    Attorney's single page
------------------------------------- */
.attorneys-single-page .main-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
.attorneys-single-page .main-info:after {
  width: 100%;
  height: 1px;
  background: #bbb;
  position: relative;
  top: 30px;
}
.attorneys-single-page .main-info .contact-info {
  position: relative;
  padding-bottom: 36px;
}
.attorneys-single-page .main-info .contact-info:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #959595;
  left: 0;
  bottom: 0;
}
.attorneys-single-page .main-info .contact-info .fax {
  display: inline-block;
  font-weight: 600;
  color: #28374d;
  font-size: 16px;
  padding-right: 10px;
}
.attorneys-single-page .main-info .contact-info .prefax {
  margin-right: 10px;
  padding-right: 0;
}
.attorneys-single-page .main-info .contact-info span {
  font: 700 13px/24px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #959595;
}
.attorneys-single-page .main-info .contact-info span a {
  font-weight: 600;
  color: #28374d;
  font-size: 16px;
}
.attorneys-single-page .main-info .contact-info span a:hover {
  text-decoration: underline;
}
.attorneys-single-page .main-info .contact-info span:last-of-type {
  border-right: none;
}
.attorneys-single-page .main-info .person-date {
  padding-top: 30px;
}
.attorneys-single-page .main-info .person-date .date-link {
  position: relative;
  padding-left: 50px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.attorneys-single-page .main-info .person-date .date-link:before {
  position: absolute;
  display: block;
  content: '';
  width: 38px;
  height: 38px;
  background-color: #3b6fa8;
  left: 0;
}
.attorneys-single-page .main-info .person-date .date-link:hover a {
  color: #1b2029;
}
.attorneys-single-page .main-info .person-date .date-link:hover:before {
  background-color: #1b2029;
}
.attorneys-single-page .main-info .person-date .date-link a {
  font: 700 13px/38px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  letter-spacing: 0.65px;
}
.attorneys-single-page .main-info .person-date .vcf-link {
  position: relative;
}
.attorneys-single-page .main-info .person-date .vcf-link:after {
  position: absolute;
  display: inline-block;
  content: 'VCF';
  left: 10px;
  top: 5px;
  font: 700 10px/30px "Source Sans Pro", sans-serif;
  color: #fff;
}
.attorneys-single-page .main-info .person-date .pdf-link {
  position: relative;
}
.attorneys-single-page .main-info .person-date .pdf-link:after {
  position: absolute;
  display: inline-block;
  content: 'PDF';
  left: 10px;
  top: 5px;
  font: 700 10px/30px "Source Sans Pro", sans-serif;
  color: #fff;
}
.attorneys-single-page .main-info .person-date .www-link {
  position: relative;
}
.attorneys-single-page .main-info .person-date .www-link:after {
  position: absolute;
  display: inline-block;
  content: 'WWW';
  left: 6px;
  top: 5px;
  font: 700 10px/30px "Source Sans Pro", sans-serif;
  color: #fff;
}
.attorneys-single-page .sidebar-left-menu {
  padding: 20px;
}
.attorneys-single-page .sidebar-left-menu .name {
  font: 600 15px/28px "Source Sans Pro", sans-serif;
}
.attorneys-single-page .sidebar-left-menu .attorney-sidebar {
  list-style: none;
  margin: 6px 0 0 16px;
}
.attorneys-single-page .sidebar-left-menu .attorney-sidebar a {
  color: #1b2029;
  font: 600 15px/1.4 "Source Sans Pro", sans-serif;
  display: block;
  margin-bottom: 13px;
}
.attorneys-single-page .sidebar-left-menu .attorney-sidebar a:hover {
  text-decoration: underline;
}
.attorneys-single-page .grid-iso {
  height: auto !important;
	position:relative !important;
}

.attorneys-single-page .grid-iso .element-item {
  padding-bottom: 30px;
	 position: relative !important;
}
.attorneys-single-page .grid-iso .element-item .sub-title {
  font: 700 25px/28px "Times New Roman", serif;
  padding: 25px 0;
  margin-bottom: 0;
}
.attorneys-single-page .grid-iso .team .mem-wrapp {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
  margin-right: 35px;
}
.attorneys-single-page .grid-iso .team .mem-wrapp h4 {
  position: relative;
  font: 400 23px/1 "Times New Roman", serif;
  padding-top: 30px;
  letter-spacing: -0.2px;
}
.attorneys-single-page .grid-iso .team .mem-wrapp h4:before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  left: 0;
  top: 15px;
}
.attorneys-single-page .grid-iso .team .mem-wrapp .mem-photo {
  width: 100%;
  padding-bottom: 119%;
  background-position: 50% 10%;
}
.attorneys-single-page .grid-iso .team .gallery {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.attorneys-single-page .grid-iso .team .gallery .img-holder {
  position: relative;
  min-height: 180px;
}
.attorneys-single-page .grid-iso .team .gallery .img-holder img {
  position: absolute;
  max-height: 180px;
  line-height: 180px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.attorneys-single-page .grid-iso .video .column-side-pd:nth-child(odd) {
  padding-left: 50px;
}
.attorneys-single-page .grid-iso .video .column-side-pd:nth-child(even) {
  padding-right: 50px;
}
.attorneys-single-page .grid-iso .video .video-holder .img-holder-bg {
  padding-bottom: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.attorneys-single-page .grid-iso .video .video-holder img {
  width: 100%;
}
.attorneys-single-page .grid-iso .video .bottom-part {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.attorneys-single-page .grid-iso .video .bottom-part p {
  letter-spacing: -0.6px;
  padding-top: 8px;
  font-size: 15px;
}
.attorneys-single-page .grid-iso .video .gallery .column-side-pdng img {
  width: 100%;
}
.attorneys-single-page .grid-iso .video .gallery .column-side-pdng:nth-child(odd) {
  padding-right: 50px;
}
.attorneys-single-page .grid-iso .video .gallery .column-side-pdng:nth-child(even) {
  padding-left: 50px;
}
.attorneys-single-page .grid-iso .gallery .fancybox .img-holder-bg {
  padding-bottom: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.attorneys-single-page .grid-iso .gallery .fancybox p {
  font-size: 14px;
  padding-top: 5px;
  min-height: 50px;
}
.attorneys-single-page .grid-iso .gallery .bottom-part {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.attorneys-single-page .grid-iso .gallery .bottom-part p {
  letter-spacing: -0.6px;
  padding-top: 8px;
  font-size: 15px;
}
.attorneys-single-page .grid-iso .press ul {
  padding-top: 7px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  list-style: none;
}
.attorneys-single-page .grid-iso .press ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.attorneys-single-page .grid-iso .press ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 9px;
  left: 0;
}
.attorneys-single-page .grid-iso .press ul li p {
  font: 500 17px/28px "Droid Serif", serif;
  margin-bottom: 0;
}
.attorneys-single-page .grid-iso .press ul li .subtitle {
  font: 500 17px/28px "Droid Serif", serif;
  color: #3b6fa8;
}
.attorneys-single-page .grid-iso .5 ul li .data {
  font: 500 17px/28px "Droid Serif", serif;
  color: #959595;
}
.attorneys-single-page .grid-iso .upcoming ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  list-style: none;
}
.attorneys-single-page .grid-iso .upcoming ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  font: 500 17px/28px "Droid Serif", serif;
  color: #959595;
}
.attorneys-single-page .grid-iso .upcoming ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 9px;
  left: 0;
  color: #000;
}
.attorneys-single-page .grid-iso .upcoming ul li strong {
  color: #000;
}
.attorneys-single-page .grid-iso .past-seminars h4 {
  font: 500 17px/28px "Droid Serif", serif;
  color: #3b6fa8;
  margin-bottom: 30px;
}
.attorneys-single-page .grid-iso .past-seminars ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  list-style: none;
}
.attorneys-single-page .grid-iso .past-seminars ul li,
.attorneys-single-page .grid-iso .past-seminars ul .line {
  font: 500 17px/28px "Droid Serif", serif;
  color: #000;
}
.attorneys-single-page .grid-iso .past-seminars ul .line {
  padding: 0 10px;
  float: left;
}
.attorneys-single-page .grid-iso .past-seminars ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 25px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.attorneys-single-page .grid-iso .past-seminars ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 9px;
  left: 0;
  color: #000;
}
.attorneys-single-page .grid-iso .past-seminars ul li .data {
  float: left;
  font: 500 17px/28px "Droid Serif", serif;
  color: #3b6fa8;
}
.attorneys-single-page .grid-iso .past-seminars ul li p a {
  color: #3b6fa8;
  text-decoration: underline;
}
.attorneys-single-page .grid-iso .clients .clients-cases {
  font: 500 17px/28px "Droid Serif", serif;
  color: #3b6fa8;
}
.attorneys-single-page .grid-iso .clients ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  list-style: none;
  padding-bottom: 20px;
}
.attorneys-single-page .grid-iso .clients ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font: 500 17px/28px "Droid Serif", serif;
}
.attorneys-single-page .grid-iso .clients ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 9px;
  left: 0;
  color: #000;
}
.attorneys-single-page .grid-iso .clients .cases {
  font: 500 17px/28px "Droid Serif", serif;
  color: #333333;
}
.attorneys-single-page .grid-iso .clients .cases strong {
  color: #000;
}
.attorneys-single-page .grid-iso .practice-area p {
  font: 500 17px/28px "Droid Serif", serif;
}
.attorneys-single-page .grid-iso .biography p {
  font: 500 17px/28px "Droid Serif", serif;

  padding-right: 15px;
}
.attorneys-single-page .grid-iso .biography .brthday p {
  font: 500 17px/28px "Droid Serif", serif;
  margin-bottom: 0;
}
.attorneys-single-page .grid-iso .education p {
  font: 500 17px/28px "Droid Serif", serif;
}
.attorneys-single-page .grid-iso .membership h4 {
  font: 500 17px/28px "Droid Serif", serif;
  color: #3b6fa8;
}
.attorneys-single-page .grid-iso .membership ul {
  margin: 0;
  list-style: none;
  padding-bottom: 20px;
}
.attorneys-single-page .grid-iso .membership ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font: 500 17px/28px "Droid Serif", serif;
}
.attorneys-single-page .grid-iso .membership ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 9px;
  left: 0;
  color: #000;
}
.attorneys-single-page .grid-iso .probono ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 20px;
}
.attorneys-single-page .grid-iso .probono ul li {
  position: relative;
  padding-bottom: 23px;
  font: 500 17px/28px "Droid Serif", serif;
}
.attorneys-single-page .element-item.testimonials {
  position: relative !important;
  left: 0 !important;
}
.attorneys-single-page .element-item.testimonials .slick-slide {
  padding: 0px 0;
/*    padding: 110px 0; */
	font-size: 27px;
  line-height: 28px;
  font-family: "Times New Roman", serif;
}
.attorneys-single-page .element-item.testimonials .slick-slide .author {
  font: 500 17px/28px "Droid Serif", serif;
  color: #3b6fa8;
}
.attorneys-single-page .element-item.testimonials .slick-dots {
  visibility: hidden;
}
.attorneys-single-page .element-item.testimonials #testim-pag {
  text-align: center;
  width: 100%;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination {
  border-top: 1px solid #d7d7d7;
  display: inline-block;
  height: inherit !important;
  padding-top: 30px;
  margin: 0 0 50px 0 !important;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .disabled {
  background-color: #fff;
  padding: 0;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination ul {
  line-height: 48px !important;
  height: 48px !important;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.ellipsis {
  cursor: default;
  border: 1px solid #e1e1e1;
  height: 48px;
  width: 48px;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.ellipsis span {
  margin-top: 10px;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first:hover,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last:hover,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav:hover {
  background-color: #fff;
  color: #28374d;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first a.text,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last a.text,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav a.text {
  height: 48px;
  line-height: 48px;
  color: #28374d;
  font-size: 13px;
  font-weight: 600;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first a.text:hover,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last a.text:hover,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav a.text:hover {
  padding-top: 0;
  background-color: #fff;
  border: 2px solid #28374d;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first span,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last span,
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav span {
  height: 48px;
  line-height: 48px;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .current {
  padding: 0;
  background-color: #28374d;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 48px;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav.current {
  background-color: #28374d;
  cursor: default;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav.current a {
  color: #fff;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.nav.current span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first a i, .attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last a i {
  padding-top: 5px;
  font-size: 20px;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.next.last {
  margin-left: 150px;
}
.attorneys-single-page .element-item.testimonials #testim-pag .pagination .page.prev.first {
  margin-right: 150px;
}

.attorney-info-block {
  position: relative;
}
.attorney-info-block__slider {
  position: absolute;
  z-index: 1;
  max-width: 390px;
  width: 100%;
  right: 0;
  top: 0;
}
.attorney-info-block__slider-title {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  background: #3b6fa8;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 0;
}

.attorney-info-block__slider-title a {
  color: #fff;
}


.attorney-info-block__slider .content {
  margin-bottom: 15px;
}

.attorney-info-block #engagements-slider {
  width: 100%;
}

.attorney-info-block #engagements-slider .slick-track {
  background: #F7F7F7;
}

.attorney-info-block #engagements-slider .slick-slide {
  padding: 30px;
}
.attorney-info-block #engagements-slider .slick-slide .slide-title {
  color: #3b6fa8;
}
.attorney-info-block #engagements-slider .slick-slide h3 {
  font-size: 13px;
  margin-bottom: 5px;
}
.attorney-info-block #engagements-slider .slick-slide p {
  font-size: 13px;
  margin-bottom: 3px;
  line-height: 1.4;
}
.attorney-info-block #engagements-slider .slick-dots {
  margin-bottom: 0;
  bottom: -20px;
}
.attorney-info-block #engagements-slider .slick-dots li button:before {
  content: "";
  background: #e1e1e1;
  width: 5px;
  height: 5px;
}
.attorney-info-block #engagements-slider .slick-dots li.slick-active button:before {
  background: #3b6fa8;
}

/* ------------------------------------
    Inner page
------------------------------------- */
.top-page {
  padding-top: 70px;
}
.top-page .page-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 70px;
}
.top-page .page-title:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  left: 0;
  bottom: 25px;
}
.top-page .top-banner {
  min-height: 446px;
}

.flex-content ul li {
  list-style-type: none;
  position: relative;
}
.flex-content ul li:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.flex-content section {
  position: relative;
  padding: 30px 0;
}
.flex-content section:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  left: 15px;
  top: 0;
}
.flex-content a {
  color: #3b6fa8;
  text-decoration: underline;
}
.flex-content .first-info h2 {
  font: 700 25px/1 "Times New Roman", serif;
}
.flex-content .first-info .right-col h3 {
  font: 400 17px/28px "Droid Serif", serif;
}
.flex-content .first-info .right-col h3 a {
  font-weight: 700;
  text-decoration: underline;
  color: #3b6fa8;
}
.flex-content .first-info .right-col h3 a:hover {
  text-decoration: underline;
  color: #000;
}
.flex-content .first-info .right-col p {
  font: 400 17px/1.6 "Droid Serif", serif;
}
.flex-content .lists-large h4 {
  font: 500 17px/28px "Droid Serif", serif;
}
.flex-content .lists-large .right-col p {
  font: 500 17px/28px "Droid Serif", serif;
}
.flex-content .lists-large .right-col ul {
  list-style: none;
  margin: 0;
}
.flex-content .lists-large .right-col ul li {
  position: relative;
  font: 400 27px/42px "Times New Roman", serif;
  color: #3b6fa8;
  padding-left: 30px;
}
.flex-content .lists-large .right-col ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3b6fa8;
  color: #3b6fa8;
  font-size: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flex-content .lists-large .right-col ol {
  margin-left: 0;
  counter-reset: item;
  list-style-type: none;
}
.flex-content .lists-large .right-col ol li {
  font: 400 27px/42px "Droid Serif", serif;
  color: #3b6fa8;
  padding-left: 32px;
  display: block;
  position: relative;
}
.flex-content .lists-large .right-col ol li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: counter(item) "  ";
  counter-increment: item;
  font-size: 14px;
  font-weight: 600;
}
.flex-content .small-general h4 {
  font: 600 17px/22px "Source Sans Pro", sans-serif;
}
.flex-content .small-general .right-col p {
  font: 400 16px/1.6 "Source Sans Pro", sans-serif;
}
.flex-content .small-general .right-col h5 {
  font: 600 16px/24px "Source Sans Pro", sans-serif;
  margin-bottom: 22px;
}
.flex-content .small-general .right-col h5 a {
  font-weight: 600;
  text-decoration: underline;
  color: #3b6fa8;
}
.flex-content .small-general .right-col h5 a:hover {
  text-decoration: none;
  color: #000;
}
.flex-content .small-general .right-col blockquote {
  position: relative;
  padding: 0;
  border: none;
}
.flex-content .small-general .right-col blockquote p {
  font: 400 27px/35px "Times New Roman", serif;
  color: #28374d;
}
.flex-content .small-general .right-col blockquote p:before {
  position: absolute;
  content: '“';
  top: -2px;
  left: -41px;
  font-size: 46px;
  color: #8a8a8a;
  line-height: 1.35;
}
.flex-content .small-general .right-col span {
  font: 600 15px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
}
.flex-content .lists-small h4 {
  font: 600 17px/24px "Source Sans Pro", sans-serif;
}
.flex-content .lists-small .right-col ul {
  list-style: none;
  margin: 0;
}
.flex-content .lists-small .right-col ul li {
  position: relative;
  font: 600 15px/22px "Source Sans Pro", sans-serif;
  padding-left: 30px;
  margin-bottom: 22px;
}
.flex-content .lists-small .right-col ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3b6fa8;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 26px;
}
.flex-content .lists-small .right-col ol {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
}
.flex-content .lists-small .right-col ol li {
  font: 600 15px/22px "Source Sans Pro", sans-serif;
  padding-left: 30px;
  display: block;
  position: relative;
  margin-bottom: 22px;
}
.flex-content .lists-small .right-col ol li:before {
  position: absolute;
  content: counter(item) "  ";
  counter-increment: item;
  font-weight: 600;
  font-size: 15px;
  top: 0;
  left: 0;
}
.flex-content .h6-un-list h6 {
  font: 600 17px/24px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
}
.flex-content .h6-un-list .right-col ul {
  margin: 0;
  list-style: none;
}
.flex-content .h6-un-list .right-col ul li {
  position: relative;
  font: 600 15px/22px "Source Sans Pro", sans-serif;
  padding-left: 30px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.flex-content .h6-un-list .right-col ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3b6fa8;
  font-size: 26px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flex-content .dated-list h4 {
  font: 600 17px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
}
.flex-content .dated-list .right-col .list-item {
  padding-bottom: 20px;
}
.flex-content .dated-list .right-col .list-item span {
  font: 700 15px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #d7d7d7;
  float: left;
}
.flex-content .dated-list .right-col .list-item p {
  font: 700 15px/22px "Source Sans Pro", sans-serif;
  margin-bottom: 0;
}
.flex-content .accordion:before {
  display: none;
}
.flex-content .accordion__item {
  border-top: 1px solid #d7d7d7;
}
.flex-content .accordion__item:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}
.flex-content .accordion__title {
  position: relative;
  padding: 30px 0;
  font: 700 25px/28px "Times New Roman", serif;
  margin-bottom: 0;
}
.flex-content .accordion__title:after {
  position: absolute;
  content: "+";
  display: inline-block;
  right: 0;
  color: #3b6fa8;
  font-size: 35px;
}
.flex-content .accordion__title:hover {
  cursor: pointer;
}
.flex-content .accordion__title.active:after {
  content: 'CLOSE';
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  color: #707070;
}
.flex-content .accordion__body p {
  font: 600 16px/24px "Source Sans Pro", sans-serif;
  padding-bottom: 14px;
}
.flex-content .navigation {
  padding: 50px 0;
  float: left;
  width: 100%;
  border-top: 1px solid lightgray;
  margin-top: 25px;
}

.sidebar-left-menu {
  width: 100%;
  background-color: #eff7fc;
}

#left-menu .sidebar-left-menu {
  width: 100%;
}

#menu-sidebar-left-menu {
  list-style: none;
  margin: 0;
  padding: 30px 25px;
  padding-right: 0;
}
#menu-sidebar-left-menu li a {
  font: 600 15px/32px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
}
#menu-sidebar-left-menu li a:hover {
  color: #28374d;
}
#menu-sidebar-left-menu li.menu-item-has-children:hover > a {
  color: #28374d;
  text-decoration: underline;
}
#menu-sidebar-left-menu li.menu-item-has-children .sub-menu {
  display: none;
}
#menu-sidebar-left-menu li.menu-item-has-children:hover {
  color: #28374d;
}
#menu-sidebar-left-menu li.menu-item-has-children:hover .sub-menu {
  display: none;
}
#menu-sidebar-left-menu li.current-menu-parent:hover .sub-menu {
  display: block;
}
#menu-sidebar-left-menu li.current-menu-parent a {
  color: #28374d;
}
#menu-sidebar-left-menu li.current-menu-parent .sub-menu {
  display: block;
}
#menu-sidebar-left-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
#menu-sidebar-left-menu .sub-menu .current-menu-item {
  text-decoration: underline;
}
#menu-sidebar-left-menu .sub-menu li a {
  color: #28374d;
}
#menu-sidebar-left-menu .sub-menu li a:hover {
  text-decoration: underline;
}
#menu-sidebar-left-menu .sub-menu:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #c7d1d9;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  bottom: 10px;
  left: 0;
}

#menu-sidebar-left-menu li.current-menu-item.menu-item-has-children .sub-menu {
  display: block;
}

/* ------------------------------------
    Blog list page
------------------------------------- */
.posts-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.posts-list .sort-form {
  margin: 30px 0;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.posts-list .sort-form select {
  background-color: #f6f6f6;
  height: 50px;
  margin-bottom: 15px;
  font: 700 13px/1 "Source Sans Pro", sans-serif;
  padding-left: 15px;
}
.posts-list .sort-form select option {
  background-color: #f6f6f6;
  height: 50px;
  margin-bottom: 15px;
  font: 700 13px/1 "Source Sans Pro", sans-serif;
  padding-left: 15px;
  position: relative;
}
.posts-list .sort-form select option .opt-all {
  color: red !important;
}
.posts-list .sort-form select .def-val {
  position: relative;
}
.posts-list .sort-form select .def-val:after {
  position: absolute;
  display: inline-block;
  content: " - ALL";
}
.posts-list .sort-form .btn {
  outline: none;
  padding: 10px 0;
  margin-right: 20px;
  background-color: #fff;
  font: 600 17px/24px "Source Sans Pro", sans-serif;
}
.posts-list .sort-form .btn:hover {
  cursor: pointer;
  color: #333;
}
.posts-list .sort-form .btn-submit {
  color: #3b6fa8;
}
.posts-list .sort-form .btn-reset {
  color: #959595;
}

.blog-list-item:first-child {
  width: 100%;
}
.blog-list-item:first-child .wrapper {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.blog-list-item:first-child .blog-img {
  padding-bottom: 385px;
}
.blog-list-item:first-child .und-photo {
  background-color: #28374d;
  padding: 19px 30px 50px 30px;
}
.blog-list-item:first-child .und-photo .post-categories {
  padding-top: 0;
}
.blog-list-item:first-child .und-photo .post-categories a {
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  color: #959595;
  text-transform: uppercase;
}
.blog-list-item:first-child .und-photo h3 a {
  font: 400 55px/1 "Times New Roman", serif;
  color: #fff;
  padding-top: 17px;
  display: inline-block;
}

.top.blog-post .blog-list-item:first-child .view-link {
  color: #8db4f5;
}
.top.blog-post .blog-list-item:first-child .view-link:hover {
  color: #fff;
}

.blog-list-item .wrapper {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.blog-list-item .blog-img {
  padding-bottom: 180px;
}
.blog-list-item .und-photo .post-categories {
  padding-top: 8px;
}
.blog-list-item .und-photo .post-categories a {
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  color: #959595;
  text-transform: uppercase;
}
.blog-list-item .und-photo h3 {
  line-height: 1;
  margin-top: 2px;
}
.blog-list-item .und-photo h3 a {
  font: 400 35px/37px "Times New Roman", serif;
  color: #000;
}
.blog-list-item .und-photo h3 a:hover {
  text-decoration: underline;
}

/* ------------------------------------
    Single Post (Blog)
------------------------------------- */
.sngl-post .cat-and-blog {
  padding-top: 45px;
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  color: #959595;
}
.sngl-post .cat-and-blog .post-categories {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.sngl-post .cat-and-blog .post-categories a {
  color: #959595;
  text-transform: uppercase;
}
.sngl-post .cat-and-blog .link-blog {
  color: #3b6fa8;
  text-transform: uppercase;
  margin-left: 10px;
}
.sngl-post .page-title {
  position: relative;
  margin-top: 15px;
  padding: 15px 0;
}
.sngl-post .page-title:before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  top: 0;
  left: 0;
}
.sngl-post .page-title:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  bottom: 0;
  left: 0;
}
.sngl-post .entry-meta {
  font: 700 13px/20px "Source Sans Pro", sans-serif;
  color: #000;
}
.sngl-post .entry-meta a {
  font: 600 15px/20px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  text-decoration: none;
}
.sngl-post .blog-img {
  padding-bottom: 540px;
}
.sngl-post .ph-caption {
  position: relative;
}
.sngl-post .ph-caption:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  left: 0;
  bottom: 0;
}

.content-wrapper {
  padding-bottom: 50px;
}

.left-col-sngl .entry-meta {
  font: 700 16px/20px "Source Sans Pro", sans-serif;
  color: #959595;
}
.left-col-sngl .entry-meta span {
  font: 700 13px/20px "Source Sans Pro", sans-serif;
  color: #000;
}
.left-col-sngl .cat-left .tags {
  font: 700 13px/20px "Source Sans Pro", sans-serif;
  color: #000;
}
.left-col-sngl .cat-left a {
  font: 600 16px/22px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
  text-decoration: none;
}
.left-col-sngl .cat-left a:hover {
  text-decoration: underline;
}
.left-col-sngl .share {
  font: 700 13px/20px "Source Sans Pro", sans-serif;
}

.content-center p {
  font: 400 17px/28px "Droid Serif", serif;
}
.content-center p:first-child::first-letter {
  font: 400 90px/28px "Times New Roman", serif;
}
.content-center .about-author {
  padding: 45px;
  background-color: #eff7fc;
}
.content-center .about-author h3 {
  font: 700 25px/28px "Times New Roman", serif;
}
.content-center .about-author p, .content-center .about-author p a {
  font: 600 16px/24px "Source Sans Pro", sans-serif;
}
.content-center .about-author p a {
  color: #3b6fa8;
  text-decoration: underline;
}
.content-center .about-author p a:hover {
  text-decoration: underline;
  color: #28374d;
}

.right-col-sngl {
  padding-left: 60px;
}
.right-col-sngl .rec-wrap {
  margin-top: 0;
  margin-bottom: 11px;
  float: left;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 12px;
  width: 100%;
}
.right-col-sngl .rec-wrap li a {
  min-width: 104px;
}
.right-col-sngl .rec-wrap:last-child {
  border-bottom: 1px solid transparent;
}
.right-col-sngl .rec-block .recent-title {
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  letter-spacing: 0.8px;
}
.right-col-sngl .img-rec-post {
  padding-bottom: 44px;
}
.right-col-sngl li {
  list-style: none;
  font-size: 0;
  padding-left: 10px;
}
.right-col-sngl li a {
  font: 700 14px/16px "Source Sans Pro", sans-serif;
  display: block;
}
.right-col-sngl li a span {
  font: 700 11px/16px "Source Sans Pro", sans-serif;
  color: #3b6fa8;
}
.right-col-sngl li a:hover {
  text-decoration: underline;
}

/* ------------------------------------
    Author's blog
------------------------------------- */
.author-blog .posts-list .sort-form {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.author-blog .blog-list .blog-list-item .wrapper {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.author-blog .blog-list .blog-list-item:first-child {
  width: 50%;
}
.author-blog .blog-list .blog-list-item:first-child .blog-img {
  padding-bottom: 180px;
}
.author-blog .blog-list .blog-list-item:first-child .und-photo {
  background-color: #fff;
  padding: 0;
}
.author-blog .blog-list .blog-list-item:first-child .und-photo .post-categories a {
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  color: #959595;
  text-transform: uppercase;
}
.author-blog .blog-list .blog-list-item:first-child .und-photo h3 a {
  font: 400 35px/37px "Times New Roman", serif;
  color: #000;
}

.subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.subscribe-form span {
  font: 700 13px/22px "Source Sans Pro", sans-serif;
  letter-spacing: 0.75px;
  color: #959595;
}
.subscribe-form h3 {
  font: 700 35px/1 "Times New Roman", serif;
  letter-spacing: -0.3px;
  color: #3b6fa8;
  margin-top: 18px;
}
.subscribe-form h4 {
  font: 400 35px/1 "Times New Roman", serif;
  letter-spacing: -0.9px;
  color: #000;
  margin-bottom: 2px;
}
.subscribe-form form {
  padding-top: 30px;
}
.subscribe-form form #gform_fields_1 {
  width: 50% !important;
  float: left;
}
.subscribe-form form #gform_fields_1 #field_1_1 {
  width: 48%;
  float: left;
}
.subscribe-form form #gform_fields_1 #field_1_2 {
  width: 48%;
  float: right;
}
.subscribe-form form #gform_fields_1 #field_1_2 input {
  background-color: #fff;
}
.subscribe-form form input {
  height: 44px;
}
.subscribe-form form .gform_footer .button {
  margin-left: 15px;
  background-color: transparent;
  color: #3b6fa8;
  font: 600 17px/24px "Source Sans Pro", sans-serif;
  outline: none;
}
.subscribe-form form .gform_footer .button:hover {
  background-color: #3b6fa8;
  color: #fff;
}

.author-blog .page-title {
  margin-bottom: 0;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  padding-top: 110px;
  background-color: #000;
  color: #959595;
}
.footer .logo {
  padding-top: 30px;
}
.footer .logo a {
  letter-spacing: 10px;
  font: 400 41px/75px "Playfair Display", serif;
  color: #959595;
}
.footer h4 {
  font: 600 15px/27px "Source Sans Pro", sans-serif;
}
.footer address {
  font: 600 15px/35px "Source Sans Pro", sans-serif;
}
.footer address a {
  display: inline-block;
}
.footer address a p {
  color: #959595;
  margin-bottom: 0;
}
.footer address a p:hover {
  text-decoration: underline;
}
.footer .phone-foo {
  font: 600 15px/35px "Source Sans Pro", sans-serif;
  color: #959595;
}
.footer .phone-foo:hover {
  text-decoration: underline;
}
.footer .mid-col-pl {
  padding-left: 50px;
}
.footer .footer-menu,
.footer .foo-mid-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer .footer-menu li,
.footer .foo-mid-menu li {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.footer .footer-menu li a,
.footer .foo-mid-menu li a {
  display: inline-block;
  font: 400 15px/27px "Source Sans Pro", sans-serif;
  color: #959595;
  display: block;
  padding: 0;
}
.footer .footer-menu li a:hover,
.footer .foo-mid-menu li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 70px;
  border-top: 1px solid #464646;
  color: #464646;
}
.footer .copyright span {
  margin-right: 10px;
}
.footer .copyright span, .footer .copyright a {
  font: 600 13px/44px "Source Sans Pro", sans-serif;
}
.footer .copyright a {
  color: #464646;
  padding-left: 12px;
  border-left: 1px solid #464646;
}
.footer .copyright a:hover {
  text-decoration: underline;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.fancybox-arrow.fancybox-arrow--left,
.fancybox-arrow.fancybox-arrow--right:hover {
  background-color: transparent !important;
}

.fancybox-arrow {
  top: auto;
  bottom: 100px;
}

.fancybox-arrow.fancybox-arrow--left {
  left: 45%;
  right: auto;
}

.fancybox-arrow.fancybox-arrow--right {
  left: auto;
  right: 45%;
}

.fancybox-arrow::after {
  color: #fff;
  content: '\f0da';
  background-image: none;
  font-family: 'FontAwesome';
  padding-top: 13px;
  z-index: 100;
}

.fancybox-bg {
  opacity: 0.75;
}

.fancybox-caption-wrap {
  z-index: 1;
  padding: 60px 35px 150px 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: none;
}
.fancybox-caption-wrap .fancybox-caption {
  border-top: 1px solid transparent;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  height: 0;
  width: 0;
}

.fancybox-button--close::before {
  content: 'Close';
  top: auto;
  left: auto;
  width: auto;
  position: static;
  height: auto;
  background-color: transparent;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.fancybox-button--close::after {
  content: '';
  display: none;
}

.fancybox-button--thumbs, .fancybox-button--play {
  display: none;
}

.fancybox-button--fullscreen {
  display: none;
}

.fancybox-infobar__body, .fancybox-button {
  background-color: transparent;
  position: absolute;
  right: 10vw;
  top: 5vh;
}

@media screen and (max-height: 600px) {
  .fancybox-infobar__body, .fancybox-button {
    top: 4vh;
  }
}
.fancybox-button:hover:not([disabled]) {
  background-color: transparent;
}

.accordion__body {
  margin-bottom: 30px;
  display: none;
}

.share {
  position: relative;
}
.share h5 {
  font: 700 13px/22px "Source Sans Pro", sans-serif;
}
.share .addtoany_list {
  position: absolute;
  bottom: 8px;
  line-height: 22px !important;
  left: 45px;
}

.menu-open {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.menu-open:hover {
  cursor: pointer;
}
.menu-open span {
  font: 700 13px/1 "Source Sans Pro", sans-serif;
  position: absolute;
}
.menu-open .fa-bars {
  font-size: 20px;
}

.menu-dark-wrapp {
  position: absolute;
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 20;
}

.menu-dark-wrapp.active {
  display: block;
}

.desktop-menu.active {
  display: block;
  z-index: 111;
}
.desktop-menu.active .top-bar {
  display: block !important;
}

.desktop-menu {
  display: none;
  position: absolute;
  height: 100%;
  background-color: #fff;
  min-width: 376px;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 90px;
}
.desktop-menu .close-menu {
  position: absolute;
  left: 0;
  top: 45px;
  padding-left: 45px;
  color: #949494;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.desktop-menu .close-menu:after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #28374d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 15px;
  top: 10px;
}
.desktop-menu .close-menu:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #28374d;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px;
  top: 10px;
}
.desktop-menu .close-menu:hover {
  cursor: pointer;
}
.desktop-menu .desck-menu > li {
  position: relative;
  padding: 22px 0;
}
.desktop-menu .desck-menu > li a {
  font: 400 19px/1 "Times New Roman", serif;
  color: #28374d;
}
.desktop-menu .desck-menu > li a:hover {
  color: #3b6fa8;
  text-decoration: underline;
}
.desktop-menu .desck-menu > li:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
}
.desktop-menu .desck-menu > li .sub-menu li a {
  font: 400 15px/25px "Source Sans Pro", sans-serif;
  color: #707070;
}
.desktop-menu address p {
  font: 400 15px/25px "Source Sans Pro", sans-serif;
  color: #707070;
  font-style: normal;
}

.nav-holder {
  position: relative;
}
.nav-holder .search {
  position: absolute;
  right: 0;
  bottom: 0;
}
.nav-holder .search span {
  font: 700 13px/1 "Source Sans Pro", sans-serif;
  color: #28374d;
  padding-right: 15px;
  letter-spacing: 0.6px;
}
.nav-holder .pop_up_search {
  display: none;
  position: absolute;
  right: -8px;
  bottom: -7px;
}
.nav-holder .pop_up_search input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: none;
  background-color: #fff;
  color: #28374d;
  font: 600 15px/20px "Source Sans Pro", sans-serif;
}
.nav-holder .pop_up_search input:-moz-placeholder {
  font: 600 15px/20px "Source Sans Pro", sans-serif;
  color: #959595;
}
.nav-holder .pop_up_search input::-moz-placeholder {
  font: 600 15px/20px "Source Sans Pro", sans-serif;
  color: #959595;
}
.nav-holder .pop_up_search input:-ms-input-placeholder {
  font: 600 15px/20px "Source Sans Pro", sans-serif;
  color: #959595;
}
.nav-holder .pop_up_search input::-webkit-input-placeholder {
  font: 600 15px/20px "Source Sans Pro", sans-serif;
  color: #959595;
}
.nav-holder .pop_up_search button {
  background-color: #fff;
  background-color: transparent;
  outline: none;
}
.nav-holder .pop_up_search .fa {
  color: #28374d;
}
.nav-holder .pop_up_search .fa:hover {
  color: #3b6fa8;
}
.nav-holder .pop_up_search.active {
  display: block;
  position: absolute;
}
.nav-holder .menu-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  margin: 0;
}
.nav-holder .menu-icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #28374d;
  top: 50%;
  left: 0;
  margin-top: -9px;
  box-shadow: 0 7px 0 #28374d, 0 14px 0 #28374d;
}

.mobile-menu {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a {
  font-family: "Times New Roman", serif !important;
  font-size: 25px !important;
}

.js-drilldown-back > a::before {
  display: block;
  position: absolute;
  top: 5%;
  right: 17px;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.current-menu-item.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #000 !important;
}

.top-bar .js-drilldown-back > a {
  background-color: #121a24 !important;
  color: #fff !important;
}
.top-bar .js-drilldown-back > a:hover {
  background-color: #28374d !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #17212c;
  width: 270px;
  height: 50px;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  font: 700 13px/1 "Source Sans Pro", sans-serif;
  padding-left: 15px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
  padding: 16px 15px;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 4.8px solid transparent;
  border-color: #17212c transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 23px;
}
.select-styled:hover {
  background-color: #f1f1f1;
}
.select-styled:active, .select-styled.active {
  background-color: #e9e9e9;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #17212c transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e9e9e9;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #dddddd;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #f6f6f6;
  background: #17212c;
}
.select-options li[rel="hide"] {
  display: none;
}

.grey {
  color: #959595;
}

.top-bar {
  max-height: 1024px;
  overflow-x: hidden;
  overflow-y: auto;
}

.desktop-menu.active {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.probono {
  width: 100%;
}

/*# sourceMappingURL=custom.css.map */
