/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
GLOBAL STYLES
*********************/
:root {
  --grape: #4F1C58;
  --boulder: #767676;
  --eminence: #772D84;
}

body {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  /*font-size: 12px;*/
  line-height: 1.4em;
  color: #020402;
  -webkit-font-smoothing: inherit;
}
a:focus {
  outline: none !important;
}
a:focus-visible {
  outline: auto!important;
}
p {
  line-height: inherit;
}

.skip-to-main {
  position: absolute;
  left: 45%;
  top: -50rem;
  padding: 1rem;
  background-color: var(--grape);
  color: #fff!important;
  border: 2px solid #fff;
  z-index: -99999;
}
.skip-to-main:focus-visible {
  top: 3rem;
  display: block;
  z-index: 99999;
}
/*CD - hidden since each template needs a different min height 
 * .content {
  min-height: 650px;
}*/

.grid-container {
  max-width: 1175px;
  width: 100%;
}

#main {
  margin-top: 5.5rem;
}

@media (min-width: 768px) {
  #main {
    margin-top: 6rem;
  }
}

.main {
  font-size: 12px;
  line-height: 1.3em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  margin: 0;
  line-height: 1.1em;
}
h1, .h1 {
  font-size: 45px;
  margin: 0 0 15px;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 2.0rem;
  }
}
@media (max-width: 720px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
}
h2, .h2 {
  font-size: 24px;
  margin: 0 0 10px;/*0 0 15px;*/
  color: #767676;
  line-height:1.0;
  letter-spacing:0;
}
h3, .h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
h4, .h4 {
  font-size: 19px;
  margin: 0 0 10px;
}
a, a:visited {
  color: #772D84;
}
a:hover, a:visited:hover {
  color: #a78dab;
}
h6 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 17px;
}
h6 a, h6 a:visited {
  color: #000;
}
h6 a:hover, h6 a:visited:hover {
  color: #767676;
}
.grid-x .has-left-border {
  border-left: 1px solid #767676;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  .grid-x .large-pad-right {
    padding-right: 10%;
  }
}
@media (max-width: 640px) {
  .grid-x .has-left-border {
    padding-left: 10px;
    border-left: none;
  }
}
.button, .button:focus {
  background: #4f1c58;
  color: #fff !important;
  border-radius: 2px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 10px;
  text-transform: lowercase;
}
.home .button, .home .button:focus {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 10px;
}
.home .blog-section .thumbnail-wrapper ul {
  margin-bottom: 0;
}
.button:hover {
  background: #767676;
}
.button i {
  font-size: 1.6em;
  position: relative;
  top: .19em;
  line-height: 0;
}
.excerpt-read-more a {
  display: none;
}
hr {
  border-color: #231F20;
  margin-right: 0;
  margin-left: 0;
}
button.aicon_link {
  width: 35px;
  height: 35px;
}
a.payment-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 137px;
  text-align: center;
}
.aicon_link {
  left: -35px;
}
.mobile-menu {
  display: none;
}
@media (max-width: 1028px) {
  .content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  a.payment-btn {
    margin-bottom: 20px !important;
  }
  a.payment-btn:last-child {
    margin-bottom: 0 !important;
  }
}

/*********************
HEADER STYLES
*********************/
.header {
  padding-top: 25px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, .7);
  position: relative;
  padding-bottom: 0;
  box-shadow: 0 5px 3px -1px rgba(102, 102, 102, .2);
}
.header .grid-container {
  position: relative;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: rgba(255,255,255,.95);
}
.header .social-menu {
  margin-top: -5px;
  position: relative;
}
.header .more-options {
  padding-top: 10px;
  width: 270px;
  position: relative;
  float: right;
}
.header .more-options a {
  color: #000;
  text-transform: uppercase;
  font-size:  .9em;
  float: left;
}
.header .more-options form {
  display: inline-block;
}
.header .more-options input[type=text] {
    max-width: 150px;
    margin-right: 1rem;
    padding: 2px;
    line-height: 1em;
    font-size: 14px;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #A1D210;
}
.header .more-options .searchandfilter ul li {
  padding: 0;
  margin: 0;
}
.document-menu {
  position: absolute;
  background: #767676;
  right: 0;
  top: 100%;
  margin-top: 0;
}
.document-menu {
  color: #fff;
}
.document-menu .icons-wrapper {
  padding: 2px 12px 2px;
}
.document-menu img {
  height: 30px;
  padding: 5px;
}
.document-menu .icon-email {
  height: 25px;
  margin-top: 5px;
}
.logo {
  max-width: 250px;
}
.top-bar, .top-bar ul {
  background: transparent;
  padding:  0;
}
.header .menu a {
  padding: 10px 8px 20px 0;
  color: #000;
  text-transform: uppercase;
}
.menu .active>a {
  background: transparent;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding-top: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  padding: 10px 15px 10px 0;
  line-height: 1em;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
  display: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 30px -1px rgba(102, 102, 102, .4);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  text-transform: none;
}
#mega-menu-wrap-main-nav, #mega-menu-wrap-main-nav #mega-menu-main-nav, #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-row, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-column, #mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link {
  position: static;
}
#menu-industries-dropdown-1  {
  column-count: 3;
  display: block !important;
}
#menu-industries-dropdown-1 li {
  display: block;
  float: none;
}
#menu-industries-dropdown-1 a {
  text-transform: none;
  padding: 0 0 5px 10px;
  border-left: 1px solid #767676;
}
/*Practices Dropdown*/
#mega-menu-item-1952 ul li {
  display: block;
  float: none;
  width: 100%;
}

#mega-menu-item-1952 ul ul li:first-child a {
  display: block;
  float: none;
  width: 100%;
  color: #767676;
  font-size: 22px;
  padding-top: 0;
}
#mega-menu-item-1952 ul ul li:first-child a:hover {
  color: #add22f;
}
#mega-menu-item-1952 a {
  text-transform: none;
  padding: 5px 0;
}
#mega-menu-item-1952 .mega-menu-item  {
  border-left: 1px solid #767676 !important;
}
.mega-sub-menu h4 a {
  color: #767676;
  padding-bottom: 10px;
  display: inline-block;
}
.mega-sub-menu h4 a:hover {
  color: #add22f;
}
.mega-sub-menu .button {
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  text-transform: lowercase;
}
.mega-sub-menu .button i {
  position: relative;
}
.mega-sub-menu .button:hover {
  background: #666;
  color: #fff;
}
.mega-sub-menu .big-list {
  font-size: 20px;
  list-style: none;
  margin: 0;
}
.mega-sub-menu a {
  color: #767676;
}
.mega-sub-menu a:hover {
  color: #A1D210;
}
.mega-sub-menu h4 {
  font-size: 22px;
  color: #767676;
  margin: 0;
}
.mega-sub-menu .searchandfilter ul li {
  padding-top: 0;
}
.mega-sub-menu .mega-block-title {
  color: #767676;
  padding-top: 10px;
}
.social-share {
  background: #767676;
  text-align: center;
  display: inline-block;
  float: right;
  width: 100%;
  max-height: 0;
  transition: .25s max-height ease;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.social-share.expanded {
  max-height: 50px;
}
.social-share i {
  color: #fff;
  background: #7f7f7f;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 6px;
  margin: 5px 1px;
  transition: .25s background ease;
  font-size: 13px;
}
.social-share .fa-twitter {
  background: #25a7df;
}
.social-share .fa-facebook-f {
  background: #4d68a6;
}
.social-share .fa-linkedin-in {
  background: #0e78b7;
}
.social-share a:hover i {
  background: #45709E;
}
@media (max-width: 1190px) {
  .header {
    padding-top: 10px;
  }
  .grid-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding-right: 10px;
  }
  .header .social-menu {
    margin-left: 0;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
    margin-right: 40px;
    margin-top: -35px;
  }
  .top-bar {
    position: relative;
  }
  .mobile-menu i {
    font-size: 30px;
  }
  .mega-sub-menu {
    display: none !important;
  }
  .position-right.is-transition-push {
    background: #767676;
    padding-top: 10px;
  }
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
    width: 100%;
  }
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
  }
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 10px;
  }
}
@media (max-width: 1028px) {
  .header .social-menu {
    text-align: left;
    margin-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .header .social-icons {
    float: left;
  }
  .header .more-options {
    float: left;
    padding-top: 0;
    padding-left: 10px;
  }
  .mobile-menu {
    position: absolute;
    right: 12px;
    margin-top: -7px;
    top: 0;
  }
}
@media (max-width: 720px) {
  .header .social-menu {
    padding-left: 10px;
  }
  .header .social-icons {
    width: 100%;
    padding-bottom: 10px;
  }
  .header .more-options {
    width: 100%;
    padding-left: 0;
  }
  .header input[type=search] {
    position: static;
    margin-left: 15px;
  }
  .grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 400px) {
  .logo {
    max-width: 200px;
  }
  .mobile-menu i {
      font-size: 25px;
      margin-top: 5px;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #767676; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*Section Styles*/
.section-banner {
  background: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
}
.header + .content > .section-banner{
  padding-top: 225px;
  margin-top: -200px;
}
.section-banner .flag {
  font-size: 57px;
  color: #767676;
  background: rgba(255, 255, 255, .7);
  display: inline-block;
  float: left;
  padding: 17px 50px 22px;
  position: relative;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  width: 55%;
  text-align: right;
  text-shadow: 0 0 0 #767676;
  transition: .25s all ease;
  /*text-shadow: 1px 1px 5px transparent;*/
}
.section-banner .flag:hover {
  color: #fff;
  text-shadow: 0 0 10px #767676;
}
.section-banner .flag:nth-child(even) {
  float: right; 
  text-align: left;
}
.section-banner .flag i {
  font-size: 80px;
  position: relative;
  top: 14px;
  line-height: 0;
}
.section-banner .flag:before {
  content: " ";
  position: absolute;
  width: 800px;
  top: 0;
  bottom: 0;
  background: inherit;
}
.section-banner .flag:nth-child(odd):before {
  left: -800px;
}

.section-banner .flag:nth-child(even):before {
  right: -800px;
}
@media (max-height: 800px) {
  .section-banner .flag {
    font-size: 38px;
    padding: 12px 50px 17px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-banner .flag i {
    font-size: 60px;
  }

}
@media (max-width: 720px) {
  .section-banner .flag {
    font-size: 32px;
    padding: 15px;
    width: 85%;
  }
  .section-banner .flag i {
    font-size: 40px;
    top: 6px;
  }
}
@media (max-width: 400px) {
  .section-banner .flag {
    font-size: 28px;
    width: 100%;
  }
  .section-banner .flag i {
    font-size: 30px;
    top: 6px;
  }
}
.two-column-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.two-column-section .cell h3 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 17px;
  color: #000;
}
.two-column-section .cell h3 a {
  color: #000;
}
.two-column-section .cell h3 a:hover {
  color: #767676;
}
h2.title-header {
  color: #4F1C58;
  border-bottom: 1px solid #767676;
  margin: 0;
  padding: 0;
  padding-bottom: 5px; 
  margin-bottom: 20px;
  font-size: 45px;
}
@media (max-height: 800px) {
  h2.title-header {
    font-size: 38px;
  }
}
.custom-search input[type=text] {
  border: 1px solid #ACD410;
  border-radius: 2px;
  width: 100%;
  float: left;
  height: 36px;
}
.custom-search .sf-field-search {
  width: 80%;
  float: left;
}
.custom-search .button {
  width: 100%;
  float: left;
  margin-left: 1%;
}
.custom-search .sf-field-submit {
  width: 29%;
}
.custom-search input[type=submit] {
    width: 100%;
    font-size: 16px;
    padding: 10px !important;
    box-shadow: none;
    border: 0;
}
@media (max-width: 640px) {
  .custom-search {
      margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
}
.blog-section {
  padding-bottom: 40px;
}
.blog-section .cell {
  padding-bottom: 10px;
}
.blog-section h3 {
  font-weight: bold;
  font-size: 16px;
}
.blog-section h3 a {
  color: #000;
}
.blog-section h3 a:hover {
  color: #ACD410;
  color: #767676;
}
.blog-section img {
  margin-bottom: 15px;
}
.blog-section .grid-x > .cell:hover .overlay {
  max-height: 100%;
}
.cat-label {
  color: #767676;
  text-transform: uppercase;
  font-size: 13px;
}
.thumbnail-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.thumbnail-wrapper img {
  width: 100%;
  margin: 0;
}
.thumbnail-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  background: rgba(161, 210, 16, .8);
  transition: .25s max-height ease;
  overflow: hidden;
  text-align: center;

  font-weight: bold;
  color: #000;
  background: rgba(79, 28, 88, .8);
  background: rgba(120, 120, 120, .9);
  color: #fff;

}

.thumbnail-wrapper .pad-excerpt {
    padding: 15% 25px 25px;
}
.thumbnail-wrapper a {
  font-weight: bold;
  color: #000;
}

.morelink {
  color: #767676;
  text-align: right;
  font-size: 15px;
  text-transform: lowercase;
  float: right;
  padding-top: 15px;
}
.morelink i {
  position: relative;
  top: 1px;
}
.morelink:hover {
  color: #767676 !important;
}
.two-column-section .menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block !important;
}
.two-column-section .menu a {
  background: #ACD410;
  color: #000;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 5px 14px 8px;
  text-transform: lowercase;
  font-size: 16px;
  transition: .25s all ease;
  background: #4f1c58;
  color: #fff;
}
.two-column-section .menu a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  font-weight: 300;
  position: relative;
  top: 5px;
  margin-left: 5px;
  font-size: 27px;
  line-height: .4em;
}
.two-column-section .menu a:hover {
  background: #767676;
  color: #fff;
}
@media (max-height: 800px) { 
  .two-column-section {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
/*Slider*/
.slider-section {
  padding-bottom: 35px;
  padding-top: 35px;
}
.slider {
  margin: 0;
}
.slider .slide {
  background: #ebebec;
  
}

.slider .slide-content {
  padding: 25px;
}
.slider img {
  float: right;
}
.slider h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-template-default .slide .button {
    background: #ACD410;
    color: #000 !important;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px 14px 8px;
    text-transform: lowercase;
    font-size: 16px;
    transition: .25s all ease;
    background: #4f1c58;
    color: #fff !important;
}
.page-template-default .slide .button:hover {
    background: #767676;
    color: #fff !important;
}
.bx-wrapper {
  position: relative;
  border: 1px solid #767676;
  z-index: 9999999999;
}
.bx-controls-direction {   
    position: absolute;
    top: 40%;
    z-index: 9;
    width: 100%;
}
.bx-controls-direction a {
  color: #666;
  font-size: 75px;
}
.bx-prev {
  left: -50px;
  position: relative;
}
.bx-next {
  float: right;
  right: -50px;
  position: relative;
}
@media (max-width: 1028px) {
  .slider .slide {
    background: #fff;
  }
}
/*Staff Template*/
.sidebar.has-border,
.archive .sidebar {
  border-right: 1px solid #222;
  padding-right: 3%;
  margin-bottom: 25px;
  min-height: 145px;
}
@media (max-width: 640px) {
  .sidebar.has-border,
  .archive .sidebar {
    border-right: none;
    padding-right: 10px;
    min-height: 50px;
  }
}
h1.sidebar-title,
h2.sidebar-title {
  text-transform: lowercase;
  font-size: 82px;
  margin-bottom: 10px;
  line-height: 1em;
  margin-top: -10px;
  color: #020402;
}
@media (max-width: 1024px) {
  h1.sidebar-title,
  h2.sidebar-title {
    font-size: 70px;
  }
  .page-id-5117 h1.sidebar-title,
  .page-id-35 h1.sidebar-title,
  .page-id-35 h2.sidebar-title,
  .page-id-34 h1.sidebar-title,
  .page-id-34 h2.sidebar-title {
    font-size: 52px;
  }
}
.page-id-35 h1.sidebar-title,
.page-id-35 h2.sidebar-title,
 .page-id-34 h1.sidebar-title,
 .page-id-34 h2.sidebar-title {
    max-width: 100px;
    margin-bottom: -75px;
}
.page-id-34 .sidebar.has-border {
  width: 35%;
}
.page-id-34 .main {
  width: 55%;
}
.breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #6D6E70;
  max-width: 800px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #6D6E70;
}
.breadcrumb strong {
  color: #000;
}
.page-menu {
  margin: 0 0 25px;
}
.page-menu a {
  color: #792A84;
}
.page-menu a:hover {
  color: #000;
}
.page-menu .current_page_item > a {
  font-weight: bold;
  color: #000;
}
.staff-grid {
  line-height: 1.1em;
}
.staff-grid .attorney {
  position: relative;
  padding-bottom: 20px;
}
.thumbnail {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
  border: 0;
}
.thumbnail img {
  display: block;
}
.staff-grid .thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  width: 28%;
}
.staff-grid .thumbnail img {
  width: 100%;
}
.staff-grid .details {
  float: right;
  width: 68%;
  padding-top: 10px;
}
.staff-grid .modal .details {
  padding-top: 0;
}
.staff-grid .modal {
  padding-bottom: 25px;
}
.staff-grid h2,
.tabs-panel .staff-grid h2 {
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.staff-grid .modal h2 {
  font-size: 30px;
}
.staff-grid .modal hr {
  margin-top: 0;
  padding-top: 0;
}
.staff-grid p {
  margin: 0;
  padding: 0;
  max-width: 95%;
}
.staff-grid .title,
.staff-grid .email,
.staff-grid .phone {
  margin-bottom: 0;
}
.staff-grid .phone {
  color: #666;
}
.staff-grid .phone strong {
  color: #000;
}
.staff-grid .more {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.staff-grid .related-links {
  padding-bottom: 15px;
}
.staff-grid .related-links span:last-child:after {
  content: "";
}
.staff-grid .trigger-wrapper {
  display: inline-block;
}
.modal {
    width: 700px;
    line-height: 1.1em;
    padding: 25px 25px 15px;
    border-radius: 0;
    background-color: #fff;
    font-size: 95%;
    color: #333;
    border-radius: 5px;
    border: 1px solid #666;
    box-shadow: 0 0 3px #ccc;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
	opacity: 0;
    font-size: 13px;
	transition: all 1s ease;
}
.modal .title {
  margin-bottom: 15px;
  font-size: 18px;
}

/*.staff-grid .attorney:nth-child(even) .modal {
  left: auto;
  right: 0;
}*/
.staff-grid .attorney .trigger-wrapper:hover > .modal {
    visibility: visible;
	opacity: 1;
    z-index: 9999;
	transition-delay: 0.3s;
}
@media (max-width: 720px) {
  .staff-grid .details {
    padding-top: 0;
  }
}
/*Default Page Template*/
.page-template-default .inner-content h2 {
  color: #767676;
  margin: 0 0 10px;
  font-size: 28px;
}
.page-template-default .button {
  background: #4f1b58;
  color: #fff;
  text-transform: none;
}
.page-template-default .button a {
  color: #fff;
  text-transform: none;
}
.page-template-default .button:hover {
  background: #767676;
}
/*People Template*/
form ul {
  margin: 0;
  padding: 0;
}
form ul li {
  margin: 0;
  padding: 0;
}
.searchandfilter label {
  width: 100%;
}
.searchandfilter li li {
  margin-bottom: 0;
}
.searchandfilter .sf-field-taxonomy-search_section {
  margin-top: -40px;
}
.searchandfilter input,
.searchandfilter select {
  margin-bottom: 0;
}
.searchandfilter input[type="submit"],
.searchandfilter .sf-field-reset a {
  background: #4f1c58;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 8px;
  text-transform: lowercase;
  float: right;
  margin: 0;
  box-shadow: none;
  border: 0;
  color: #fff !important;
}
.searchandfilter input[type="submit"]:hover, .searchandfilter .sf-field-reset a:hover {
  background: #767676;
  cursor: pointer;
}
.searchandfilter .sf-field-reset, .searchandfilter .sf-field-submit {
  width: auto;
  float: right;
}
.searchandfilter .sf-field-reset a {
  height: 24px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 15px;
  color: #000;
}
.sf-field-submit {
  width: 50%;
  float: right;
}
.sf-field-reset {
  width: 50%;
  float: left;
  text-transform: lowercase;
}
.searchandfilter .sf-item-0 {
  opacity: .8;
}
.searchandfilter select option:first-child {
    color: #ccc;
}
.alpha-filters, .hash-filters {
  margin: 0 0 15px !important;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.hash-filters li {
  height: auto !important;
  text-align: center;
  padding: 0 !important;
}
.hash-filters li {
  width: 7%;
  white-space: nowrap;
  text-align: left;
}
.hash-filters a {
  padding: 5px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  z-index: 9999;
}
.hash-filters {
  font-size: 15px;
  position: relative;
  z-index: 99;
}
.search-results-quantity {
  padding-bottom: 25px;
}
.pagination {
  padding-bottom: 25px;
}
.pagination a, .pagination button {
  display: inline-block;
}
.sidebar .alpha-filters {
  color: #772D84;
  margin-left: -5px !important;
}
.alpha-filters li,
.hash-filters li {
  display: inline-block;
  float: left;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
.alpha-filters {
  width: 101%;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 0;
}
.alpha-filters li {
  width: 9%;
  padding: 0px 0 25px;
  font-size: 13px;
}
.alpha-filters li:hover {
  color: #a78dab;
}
.alpha-filters li:last-child {
  width: auto;
  text-transform: uppercase;
  padding-left: 15px;
}
/*People Menu*/
#mega-menu-item-custom_html-2 {
  padding: 3.25% 25px 0 !important;
}
#mega-menu-item-search_filter_register_widget-2 {
  border-right: 1px solid #ccc !important;
  padding-right: 25px !important;
}
.mega-sub-menu .menu-practices-dropdown-container ul ul {
  list-style: none;
  margin: 0;
}

/*Accessibility Helper*/
#access_container button.close_container {
  background: #ACD410
}
/*Attorney Bio*/
.tabs, .tabs-content {
  border: 0;
}
.tabs-content .has-border-right {
  border-right: 1px solid #231F20;
  padding-right: 25px;
}
.tabs-content h3 {
  color: #767676;
  font-size: 24px;
}
.tabs-content .button {
  font-size: 13px;
}
.tabs-content ul li {
  padding-left: 15px;
  position: relative;
}
.tabs-content ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 5px;
}
.tab-content-wrap:not(:last-child) {
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.tabs-panel {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.tabs-title>a {
    border: 1px solid #000;
    color: #000;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    border-radius: 2px;
}
.tabs-title {
  margin-bottom: 3px;
}
  .tabs-title>a {
    width: 128px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

.tabs-title>a:focus, .tabs-title>a[aria-selected=true],
.tabs-title>a:hover {
  color: #fff;
  background: #4f1c58;
}
.tabs-panel h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.button.load-more {
  display: none;
}
.single-attorneys .breadcrumb {
  margin-bottom: 20px;
}
.single-attorneys h1 {
  margin-bottom: 3px;
}
.single-attorneys h2.title {
  font-size: 24px;
  margin-bottom: 25px;
}
.single-attorneys h3 {
  color: #767676;
}
.single-attorneys .email {
  margin-bottom: 0;
}
.single-attorneys h4 {
  font-size: 15px;
  font-weight: bold;
}
.single-attorneys .sidebar p {
  line-height: 1.3em;
}
.single-attorneys .thumbnail {
  margin-bottom: 2px;
}
.single-attorneys .contact-icons {
  display: flex;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  gap: 5px;
}
.single-attorneys .contact-icons i {
  background: #4f1c58;
  color: #fff;
  padding: 4px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 3px;
  transition: .25s all ease;
  font-size: 12px;
}
.single-attorneys .contact-icons i:hover {
  background: #c2c2c2;
  color: #4f1c58;
}
.single-attorneys .related-links {
  margin-bottom: 1rem;
  line-height: 1.3em;
}
.single-attorneys .related-links span {
  display: inline-block;
  width: 100%;
}
.single-attorneys .sidebar {
  margin-bottom: 25px;
  padding-right: 30px;
  border-right: 1px solid #767676;
}
.tabs-panel ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.tabs-panel ul li {
  padding-bottom: 10px;
  line-height: 1.1em;
  margin-left: 0 !important;
}
.button.load-more {
  padding: 8px;
  margin-top: -10px;
}
/*Related Practice/Industries Template*/
h1 + .tabs {
  margin-top: 25px;
}
.archive .tabs-content .tabs-panel:first-child > p:first-of-type,
.single-attorneys .tabs-content .tabs-panel:first-child > p:first-of-type,
.single-attorneys .tabs-content #altbio > p:first-of-type, .page-template-page-section-overview .page-intro p  {
  font-size: 24px;
  color: #4f1c58;
  line-height: 1.2em;
}


@media (max-width: 720px) {
  .archive .tabs-content .tabs-panel:first-child p:first-of-type,
  .single-attorneys .tabs-content .tabs-panel:first-child p:first-of-type {
      font-size: 20px;
      line-height: 1.4em;
  }
}
.sidebar h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar ul {
  margin: 0 0 1rem;
}
.sidebar ul .children {
  margin: 0 0 0 10px;
}
.job {
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
}
@media (max-width: 640px) {
  .sidebar ul {
    margin-bottom: 0;
  }
}
/*Section Overview Template*/
.page-intro {
  font-size: 24px;
  color: #4f1c58;
  line-height: 1.4em;
}
.page-intro p {
  line-height: 1.4em;
}
.related-professionals {
  border-top: 1px solid #767676;
  padding-top: 25px;
}
.related-professionals h2 {
  color: #767676;
  font-size: 13px;
}
/*Careers*/
.page-template-page-careers-landing .sidebar {
  padding-bottom: 35px;
}
.page-template-page-careers-sub .sidebar-content img {
  margin-bottom: 15px;
}
.page-template-page-careers-landing .button-nav a {
    width: 180px;
    height: 150px;
    padding: 50px 35px;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
}
.page-template-page-careers-landing .button-nav {
  max-width: 600px;
}
/*.sidebar #menu-careers-menu a,*/
.sidebar #menu-careers-menu .current-menu-item a,
.sidebar #menu-offices-menu .current-menu-item a, #menu-item-3298, #menu-item-3296, #menu-item-3303, .sidebar #menu-careers-menu ul.sub-menu .current-menu-item a {
  padding: 3px 0;
  color: #000;
  font-weight: bold;
}

.sidebar #menu-careers-menu ul.sub-menu a{
	font-weight:normal;
	color: #4f1c58;
}

.sidebar #menu-careers-menu ul a,
.sidebar .menu a {
    font-weight: normal;
    color: #4f1c58;
    padding: 2px 0;
}
.sidebar #menu-careers-menu ul  {
  margin: 0 !important;
}
.sidebar #menu-careers-menu .sub-menu {
  display: none;
}
.sidebar #menu-careers-menu .current-page-parent .sub-menu,
.sidebar #menu-careers-menu .current-menu-item .sub-menu {
  display: block;
}
.sidebar #menu-careers-menu ul  {
  margin-left: 10px !important;
}
.sidebar #menu-careers-menu li,
.sidebar .menu li {
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
.button-nav {
  list-style: none;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  float: right;
}
.button-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 32%;
  float: left;
  margin-left: 1%;
}
.page-id-29 .button-nav li {
  width: 23%;
  margin-bottom: 15px;
  font-size: 15px;
}
.page-id-29 .button-nav li {
  margin-right: 1%;
}
.page-id-29 .button-nav .location-name {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 17px;
}
.button-nav .location-details {
  font-size: .7em;
}
.button-nav a {
  padding: 80px 10px;
  border: 1px solid #4f1c58;
  border-radius: 2px;
  display: inline-block;
  line-height: 1em;
  transition: .25s background ease;
  width: 100%;
}
.grid-nav .cell {
  height: 170px;
  margin-bottom: 10px;
}
.grid-nav a {
  padding: 15px;
  border: 1px solid #4f1c58;
  border-radius: 2px;
  width: 96%;
  height: 100%;
  display: inline-block;
  float: right;
  text-align: center;
  padding-top: 20%;
  color: #000;

}
.grid-nav .location-name {
  font-size: 17px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid-nav a:hover {
  background: #4f1c58;
  color: #fff;
}
.page-id-29 .button-nav a {
  padding: 15px 10px;
}
.page-id-29 .button-nav li a {
  padding: 40px 25px;
}
.map {
  display: none;
}
.map.active {
  display: block;
}
@media (max-width: 640px) {
  .grid-nav a {
    padding: 15px;
    width: 100%;
  }
  .grid-nav .cell {
    height: auto;
  }
}
.button-nav a:hover {
  background: #4f1c58;
  color: #fff;
}
.page-template-page-careers .sidebar-title {
  margin-bottom: 15px;
}
.quotes-wrapper {
  width: 100%;
  margin-bottom: 25px;
}
.quotes-wrapper img {
  width: 100%;
}
.quote-item {
  position: relative;
  width: 100%;
}
.quote-item a {
  color: #000;
}
.quote-wrapper {
  position: absolute;
  top: 20%;
  left: 25px;
  width: 50%;
  font-size: 25px;
  line-height: 1.2em;
}
.quote-wrapper span {
  font-size: 50px;
  position: relative;
  top: 15px;
  line-height: 0;
}
.quote-wrapper .tagline {
  font-size: .8em;
  text-align: right;
}
/*Resources Section*/
.page-template-page-resources-sub .page-title {
  font-size: 45px;
  margin-bottom: 15px;
}
.page-template-page-resources-sub .sidebar h4,
.page-template-page-resources-overview .sidebar h4 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.page-template-page-resources-sub .sidebar .searchandfilter  h4,
.page-template-page-resources-overview .sidebar .searchandfilter  h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
#search-filter-form-2080 .sf-field-post_type ul > .sf-level-0 {
  border: 1px solid #a78dab;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.latest-alert.featured {
  display: inline-block;
  width: 100%;
  padding: 25px 25px 15px;
  background: #C2C2C2;
}
.latest-alert.featured h2 {
  color: #fff;
}
.latest-alert.featured .button {
  float: right;
}
.latest-posts:first-child,
.latest-posts:nth-child(2) {
  border-top: 0;
}

.section-label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.item-label {
  font-weight: bold;
}
.latest-posts {
  border-top: 1px solid #767676;
  padding-top: 25px;
  margin-bottom: 25px;
}
.latest-posts h3 {
  font-size: 22px;
  color: #767676;
  margin: 0 0 15px;
}
.term-label {
  color: #767676;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.term-label a {
  color: #767676;
}
.blog-item {
  padding-bottom: 15px;
}
.latest-posts .button {
  font-size: 13px;
}
.searchandfilter [type=text], 
.searchandfilter [type=search],
.searchandfilter select  {
    background-color: #FFF;
    border: 1px solid #a78dab;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    clear: both;
    font-family: Arial,Helvetica,Garuda,sans-serif !important;
    margin-bottom: 6px;
    padding-left: 9px;
    padding-right: 26px;
    position: relative;
    font-size: 13px;
    box-shadow: none;
}
.searchandfilter .chosen-container-single .chosen-single {
    background: #FFF;
    border: 1px solid #a78dab;
    border-radius: 2px;
    clear: both;
    font-family: Arial,Helvetica,Garuda,sans-serif !important;
    margin-bottom: 6px;
    padding-left: 9px;
    padding-right: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    font-size: 13px;
}
.searchandfilter ul li {
  padding: 0;
}
.searchandfilter .sf-input-date {
  margin: -4px 0 3px;
}
.searchandfilter ul .sf-field-post_date {
      padding-bottom: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
    margin-top: 0;
    padding-top: 0;
}
.chosen-container-single .chosen-single div b {
  background-image: url(../images/angle-down-light.svg) !important;
      background-position: center center;
    background-color: #4f1c58;
    padding: 2px;
    color: #fff;
    height: 20px;
    margin: 10px 5px 0 0;
    border-radius: 3px;
    background-size: 12px auto !important;
    width: 20px;
}
.searchandfilter select {
  background-image: none;
}
.searchandfilter li[data-sf-field-input-type=select] label {
  position: relative;
  display: inline-block;
  width: 100%;
}
.searchandfilter li[data-sf-field-input-type=select] label:after {
    content: "";
    background-image: url(../images/angle-down-light.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #4f1c58;
    padding: 2px;
    color: #fff;
    height: 20px;
    margin: 10px 5px 0 0;
    border-radius: 3px;
    background-size: 12px auto !important;
    width: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.searchandfilter li[data-sf-combobox="1"] label:after {
  display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url(../images/angle-up-light.svg) !important;
  background-position: center center;
}
.chosen-container-single .chosen-single div {
  right: 8px;
}
.sf-datepicker {
  background: url(../images/icon-calendar.png) no-repeat 95% 6px;
}
.sf_date_field li {
  width: 49%;
  float: left;
}
.sf_date_field li:first-child {
  margin-right: 1%;
}
.sf_date_field li:last-child {
  float: right;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 10px;
    display: inline;
    position: relative;
    top: 0;
}
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header {
  background: #767676;
}
.searchandfilter-date-picker .ui-datepicker td a, .searchandfilter-date-picker .ui-datepicker td span {
  color: #000;
}
.page-template-page-search .search-filter-results {
  //opacity: 0;
}
.optin-box, .search-links {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.search-links {
  padding-bottom: 0;
}
.optin-box .box-title {
  color: #767676;
  display: block;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.0;
  padding-bottom: 5px;
}
.optin-box .fa-envelope {
  color: #fff;
  background: #767676;
  font-size: 35px;
  float: left;
  margin-bottom: 80px;
  margin-right: 15px;
  padding: 10px;
}
/*Resources Search Results*/
.search-result {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
/*Our Work*/
.featured-work h2 {
  font-size: 22px;
  padding: 10px 0 0;
  margin: 0 0 5px;
}
.featured-work p {
  font-size: 14px;
}
.sidebar .team {
  padding-bottom: 15px;
  line-height: 1.1em;
}
.sidebar .team p {
  margin: 0 0 15px;
}
.sidebar .team-member {
  padding-bottom: 10px;
}
.media.content-section .cell {
    padding: 45px 10px;
    border: 1px solid #4f1c58;
    border-radius: 5px;
    text-align: center;
    line-height: 1.1em;
    position: relative;
    overflow: hidden;
    height: 150px;
}
.media.content-section .cell a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
}
.media.content-section .cell:hover .pub-title {
  max-height: 9999px;
  top: 0;
}
.media.content-section .publication {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.media.content-section .pub-title {
  background: #4f1c58;
  max-height: 0;
  position: absolute;
  transition: .25s all ease;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 5px 15px;
  top: 100%;
  font-size: .9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-title {
  padding-top: 25px;
}
/*show more functionality*/
.wpsm-show a, .wpsm-show:active, .wpsm-show:visited {
   cursor: pointer;
   text-decoration: none;
   font-size: 100%;
}
.wpsm-show:hover {
   cursor: pointer;
   text-decoration: underline;
}
.wpsm-hide a, .wpsm-hide:active, .wpsm-hide:visited {
   cursor: pointer;
   text-decoration: none;
}
.wpsm-hide:hover {
   cursor: pointer;
   text-decoration: underline;
}
.wpsm-content-hide {
  display: none;
}
/*Post Type Single*/
.single .date + .subtitle {
  margin-top: -10px;
}
.single-resources .main  {
  border-left: 1px solid #767676;
  padding-left: 3%;
}
.single-resources .main h1:first-child {
  margin-top: -5px;
  font-weight: normal;
  letter-spacing: -2.0px;
  line-height: 1.0;
}
/*Practices Landing*/
.main .menu {
  margin-bottom: 25px;
}
.main .menu a {
  padding: 0;
  padding: 5px 0;
}
.main .menu li {
  width: 100%;
}
.main .menu > li:first-child a {
  color: #767676;
  font-size: 22px;
  padding-bottom: 10px;
}
.page-template-page-photo-grid .sidebar {
  min-height: 50px;
  padding-bottom: 25px;
}
.photo-grid .photo-wrapper {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.photo-grid .photo-label {
  background: #000;
  color: #000;
  width: 50px;
  height: 100%;
  float: right;
  font-size: 18px;
  transition: .25s background ease;
}
.photo-grid .photo-label span { 
  color: #fff;
  display: block;
  transform: rotate(90deg);
  white-space: nowrap;
  margin-top: 35px;
}
.photo-grid .photo-wrapper:hover .photo-label {
  background: #4F1C58;
}
body .gform_wrapper ul li.gfield,
.gform_wrapper {
  margin-top: 0;
}
.name_first input[type=text],
.name_last input[type=text] {
  margin-bottom: 0;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel] {
  border: 1px solid #a78dab;
  border-radius: 2px;
  background: none;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  padding-left: 10px !important;
}
#input_1_1_3_container label,
#input_1_1_6_container label {
  display: none !important;
}
/*Subscribe Form Specific Customizations*/
#field_1_1 .gfield_label,
#field_1_2 .gfield_label,
#field_1_3 .gfield_label,
#field_1_4 .gfield_label,
#field_1_5 .gfield_label,
#field_1_7 .gfield_label {
  display: none;
}
#field_1_7 {
  font-size: 15px;
  padding-bottom: 10px;
}
#field_1_1 {
  margin-bottom: 15px;
}
#gform_1 {
  max-width: 600px;
  float: left;
  padding-bottom: 25px;
}
#gform_wrapper_1 .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    text-align: right;
}
body .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
  font-size: 13px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0;
}
.gform_wrapper .top_label .gfield_label {
  font-size: 13px;
  margin: 0;
}
.gform_wrapper .gfield_required {
  display: none;
} 

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

.pagination .current {
    padding: .1875rem .625rem;
    background: #4f1c58;
    color: #fefefe;
    cursor: default;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #767676;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  font-size: 13px;
  line-height: 1.3em;
}
.sidebar .work p  {
  margin: 0 0 5px;
}
.sidebar .work img {
  margin-bottom: 5px;
}
.sidebar .button {
  font-size: 13px;
  padding: 5px 10px;
  margin-top: 5px;
}
.sidebar ul {
  color: #767676;
}
.sidebar li {
  list-style: none; 
  line-height: 1.3em;
  /*padding-bottom: 5px;*/}

.widget ul {
  margin: 0; }

.sidebar .block {
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.sidebar .block.department-head {
  line-height: 1.3em;
}
.sidebar .term-list {
  margin: 0;
}
.sidebar iframe {
  max-width: 100%;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
  background: #000000;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px; }

.inner-footer {
  background: #767676;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.footer .logo {
  margin: auto;
  display: block;
  max-width: 350px;
  margin-bottom: 5px;
}
.footer .tagline {
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-bottom: 35px;
}
.footer .tagline span {
  color: #ACD410;
}
.footer .office-locations {
  color: #000;
  line-height: 1.1em;
  font-size: .9em;
  margin-bottom: 35px;
}
.footer .office-locations h2 {
  text-transform: lowercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 17px;
}
.footer .office-locations h2 a {
  color: #fff;
}

.footer .office-locations h2 a:hover {
  color: #ACD410;
}
.footer .office-locations p {
  margin: 0;
  line-height: 1.1em;
}
.footer .has-left-border {
  border-color: #000;
  padding-left: 15px;
}
.footer .copyright {
  font-size: 12px;
}
.footer .menu {
  text-align: center;
  display: block;
  width: 100%;
}
.footer .menu li {
  display: inline-block !important;
  width: auto;
}
.footer a {
  color: #000;
}
/*.footer .menu li.clear:before {
  clear: left;
  content: "";
}
.footer .menu li.clear:after {
  content: " | ";
}*/
.footer .menu a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.footer .menu a:hover {
  color: #ACD410;
}
.footer #menu-secondary-footer-menu a {
  text-transform: lowercase;
  font-size: .8em;
  display: inline-block;
}
.footer #menu-secondary-footer-menu li:before {
  content: " | ";
  display: inline-block;
}
.footer #menu-secondary-footer-menu li:first-child:before {
  content: "";
}
@media (max-width: 640px) {
  .footer .social-icons,
  .footer .copyright  {
    text-align: center;
    width: 100%;
  }
}
/*Social/Blogs/etc buttons*/
.social-menu {
  text-align: right;
  white-space: nowrap;
}
.social-menu .button {
  background: #767676;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  text-transform: uppercase;
  margin: -2px 0 0;
}
.social-menu .button i {
  font-size: 1.3em;
  transition: .25s all ease;
}
.social-menu .button:hover, .social-menu .button:hover i {
  background: #ACD410;
}
.social-icons {
  display: inline-block;
  margin-left: -15px;
}
.social-icons .fas,
.social-icons .fab {
  background: #767676;
  color: #fff;
  border-radius: 2px;
  padding: 3px 5px 4px;
}
.social-icons .fas:hover,
.social-icons .fab:hover {
  background: #A2C03E;
}
.screen-reader-text {
   position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
/*********************
PLUGIN STYLES
*********************/
@media print {
  a[href]:after {
    content: none !important;
  }
  .logo {
    width: 250px;
  }
  .desktop-menu, .social-menu {
    display: none;
  }
  .sidebar ul {
    margin-bottom: 25px;
  }
  .mobile-menu,
  button.aicon_link {
    display: none;
  }
}

/*PDF STYLES*/
.pdfprnt-buttons {
  display: inline-block;
}

.bumpup {margin-top: -30px !important;}
