/*
Theme Name: JDX Base Theme - Parent
Description: A Useable, Scalable, Extendable Premium Wordpress Theme
Author: Ryan Gass - Juris Digital
Author URI:https://jurisdigital.com/
*/

/*** Globals ***/

/** {
  -webkit-transition: all .5s;
  transition: all .5s;
}*/

 /*body #wrapper.internal main#main {
    display: none;
 }*/

 html {
    -webkit-text-size-adjust: 100%;
}


.display-none {
    display: none;
}

.clear {
    clear: both;
}

.f-200 {
    font-weight: 200;
}

.f-300 {
    font-weight: 300;
}

.f-400 {
    font-weight: 400;
}

.f-500 {
    font-weight: 500;
}

.f-600 {
    font-weight: 600;
}

.f-700 {
    font-weight: 700;
}

.f-800 {
    font-weight: 800;
}

.f-900 {
    font-weight: 900;
}

/*** Grid ***/

/*** Grid Globals ***/

.grid-container-12 {
    -ms-grid-columns: 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr .5vw 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: -ms-grid;
    display: grid;
    grid-gap: .5vw;
}

/*** Flex Globals ***/

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*.flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}*/

/*** Psuedo Clear ***/

.container:after, 
.gform_wrapper .gform_body .gform_fields:after, 
#breadcrumbs:after, #main ul.social:after,  
.gform_body ul:after,  ul.nolist:after,   
.gform_wrapper .gform_footer:after,
#main #share ul:after, 
#header #nav:after {
  clear:both;
  content:" ";
  display:block;
  font-size:0;
  height:0;
  overflow:hidden;
  visibility:hidden
}

/*** Navigtation ***/

nav .slicknav_menu {
    display: none;
}

.main-menu ul#nav>li {
    font-size: calc(8px + .5vw);
    text-transform: uppercase;
    font-weight: 900;
    padding: 26px 0;
}

nav.main-menu.mobile-menu {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5 / 12;
    -webkit-transition: all .5s;
}

ul#nav.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: inline-block;
}

/* Default Drop Down */

.main-menu ul#nav>li.dropbtn {
    position: relative;
}

.dropbtn .dropdown-content {
  display: block;
  max-height: 0;
  position: absolute;
  width: 240px;
  z-index: -1;
  -webkit-transition: background-color .8s;
  transition: background-color .8s;
  left: -9999px;
}

.dropbtn:hover .dropdown-content {
  left: 0;
  z-index: 1;
  max-height: 1000px;
}

 /* Mega Menu SlideIn */

/*.mega-menu-1.dropbtn .dropdown-content {
  display: block;
  max-height: 0;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  width: 90vw;
  color: #fff;
  padding: 25px;
  list-style: none;
  margin: auto;
  -webkit-transition: all .8s;
  transition: all .8s;
}

/*.mega-menu-1.dropbtn:hover .dropdown-content {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-height: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

/* End Mega Menu SlideIn */

/* Mega Menu FadeIn */

.main-menu ul#nav>li.mega-menu.dropbtn {
  position: static;
}


.mega-menu-2.dropbtn .dropdown-content {
  max-height: 1000px;
  position: absolute;
  min-width: 160px;
  left:-9999px;
  padding-top:0;
  margin: auto;
  z-index: 1;
  color: #fff;
  padding: 25px;
  list-style: none;
}

.mega-menu-2.dropbtn:hover .dropdown-content {
  max-height: 1000px;
  position: absolute;
  min-width: 160px;
  width: 90vw;
  right: 0;
  left: 0;
  padding-top:0;
  margin: auto;
  z-index: 1;
  color: #fff;
  padding: 25px;
  list-style: none;
}
 /* End Mega Menu FadeIn */

/* Links inside the dropdown */
/*.mega-menu-1.dropbtn .dropdown-content a, 
.mega-menu-2.dropbtn .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  -webkit-transition: all .8s;
  transition: all .8s;
}*/

/*.mega-menu-1.dropbtn .dropdown-content a:hover, .mega-menu-2.dropbtn .dropdown-content a:hover {
    color: #0072bb!important;
}*/


/* Show the dropdown menu on hover */
li:not(.mega-menu) ul.dropdown-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

li:not(.mega-menu) ul.dropdown-content li a {
    padding: 10px 15px;
    list-style: none;
    display: block;
    -webkit-transition: all .8s;
    transition: all .8s;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: transparent;}
*/

.mm-grid-item {
  background-color: rgba(60,124,224,.8);
  padding: 5vw;
  color: #fff;
}

.mm-wrapper h4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    -ms-grid-row: 1;
    grid-row: 1
}

.mm-wrapper .mm-grid-item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
}

.mm-wrapper .mm-grid-item-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / 9;
    -ms-grid-row: 2;
    grid-row: 2;
}

.mm-wrapper .mm-grid-item-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / 13;
    -ms-grid-row: 2;
    grid-row: 2;
}

.mm-wrapper .mm-grid-item-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 3;
    grid-row: 3;
}

.mm-wrapper .mm-grid-item-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / 9;
    -ms-grid-row: 3;
    grid-row: 3;
}

.mm-wrapper .mm-grid-item-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / 13;
    -ms-grid-row: 3;
    grid-row: 3;
}

@media (max-width: 1200px) {
    nav.main-menu.mobile-menu {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6 / 13;
    }
}

/* @media (max-width: 1024px) { */
    ul#nav {
        display:none!important;
    }

    nav .slicknav_menu {
        display: block;
    }

    nav .slicknav_menu .slicknav_menutxt {
        float: right;
        font-size: 36px;
        padding: 23px;
        top: 0px;
        position: relative;
    }

    nav .slicknav_menu .slicknav_collapsed .fa-times {
        display:none;
    }

    nav .slicknav_menu .slicknav_open .fa-bars {
        display:none;
    }

    ul.slicknav_nav.nolist {
        margin-top:0;
    }

    .slicknav_nav {
        position: absolute;
        right: calc(0.5%);
        width: 360px;
        top: 90px!important;
        margin: 0;
        z-index: 9999;
        list-style: none;
    }

    .slicknav_nav ul, .slicknav_nav li, .slicknav_nav .slicknav_row, .slicknav_nav a {
        display: block;
        background-color: rgba(0,0,0,.8)!important;
        padding: 0;
        color: #fff;
    }

    .slicknav_nav a:link,
    .slicknav_nav a:visited,
    .slicknav_nav a:hover,
    .slicknav_nav a:active {
        padding: 10px;
        color: #fff;
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
        border-bottom: none;
        display: inline;
    }

    .slicknav_nav .slicknav_row {
        padding: 10px;
        color: #fff;
    }

    li:not(.mega-menu) ul.dropdown-content li a {
        padding: 10px 15px;
    }

    .dropbtn .dropdown-content {
        background: rgba(255,255,255,.1)!important;
        background: -webkit-linear-gradient(top, #333 1000%, #333 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
        background: -o-linear-gradient(top, #333 1000%, #333 100%);
        background: rgba(255,255,255,.1)!important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#333',GradientType=0 );
        padding: 20px 0!important;
    }

    nav.main-menu.nav-below ul#nav > li:hover, nav.main-menu.nav-inside ul#nav > li:hover {
        background: transparent!important;
    }

    nav.main-menu.nav-below ul#nav > li, nav.main-menu.nav-inside ul#nav > li, .dropbtn .dropdown-content {
        padding: 0px!important;
    }

        #header nav .sub-menu li a {
        font-size: 14px;
        padding: 10px;
    }

    /*** Mega Menu ***/
    .mm-wrapper {
        padding: 10px 10px;
        background: rgba(255,255,255,.2);
    }

    .mm-wrapper h4 {
        padding: 3px 0 5px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .mm-grid-item {
        background-color: rgba(60,124,224,.8)!important;
    }
/* } */

/*** End Navigation ***/

/*** Header ***/

#header {
    padding: 0 .5vw;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 127px;
}

#wrapper.nav-inside-header #header {
    height: 85px;
}

@media (max-width: 1024px) {
    #header {
      height: 85px;
  }
}

#header .logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    
}

#header .logo img {
  min-width: 215px;
  padding: 22px 0 29px;
}

#header .main-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
}

#header.nav-inside .main-menu {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / 13;
}



/*** Fixed Header Styles ***/

#wrapper.fixed-header #header, #wrapper.fixed-header #top-bar {
    position: fixed;
    width: 100%;
    z-index: 998;
}

#wrapper.fixed-header #top-bar {
    top: 0;
}

#wrapper.fixed-header #top-bar.has-top-bar-scroll {
    -webkit-transition: all .5s;
    -webkit-transition-timing-function: linear;
    transition: all .5s;
    transition-timing-function: linear;
}

#wrapper.fixed-header #header,
#wrapper.has-top-bar-scroll #header,
#wrapper.has-top-bar-scroll #top-bar {
    -webkit-transition: all .5s;
    -webkit-transition-timing-function: linear;
    transition: all .5s;
    transition-timing-function: linear;
}

#wrapper.not-fixed-header.scroll-top-bar div#top-bar {
    position: fixed;
    z-index: 1;
    width: 100%;
    -webkit-transition: all .5s;
    -webkit-transition-timing-function: linear;
    transition: all .5s;
    transition-timing-function: linear;
}

/*** Nav Below Header (inside is default) ***/

#header.nav-below {
    grid-row-gap: 0;
    padding: 0;
}

#header.nav-below .logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 25px 0;
}

#header.nav-below .header-cta {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10 / 12;
}

#header.nav-below nav a {
    padding: 10px 0;
}

#header.nav-below nav ul li ul li a {
    padding: 10px!important;
}

#header.nav-below div.nav-wrapper {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    z-index: 1;
}

div.nav-wrapper nav.nav-below  {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / 13;
}

#header.nav-inside .logo {
    -ms-grid-row: 1;
    grid-row: 1;
}

/*div.nav-wrapper {
    grid-row: 1;
    grid-column: 6 /13;
    background: transparent!important;
}
*/
#header.nav-inside .nav-wrapper {
    background: none;
    -ms-grid-row: 1;
    grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5 / 13;
}

nav.nav-below .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 .8em;
}

nav.main-menu.nav-below ul#nav>li,
nav.main-menu.nav-inside ul#nav>li {
    padding: 28px 0;
}

nav.main-menu.nav-below ul#nav a {
    color: white;
}

nav.nav-below ul li a {
    padding: 10px 0;
}

div.fixed-header nav.nav-below {
    width: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -webkit-transition-timing-function: linear;
    transition: all .5s;
    transition-timing-function: linear;
}

#wrapper.below-nav main#main {
    position: relative;
}

#header.nav-below .header-cta a {
    width: 100%;
}

header .header-cta .fas.fa-phone {
    top: 0px;
}

.hvr-underline-from-center:after {
    background-color: transparent;
}

/*@media (min-width: 1920px) {
    header .header-cta span {
        font-size: 28px;
    }

    header .header-cta span:last-child {
        font-size: 40px;
    }

    header .header-cta .fas.fa-phone {
        font-size: 31px;
    }
}
*/

@media (max-width: 1200px) {
    #header {
        padding-left: 1.5vw;
    }
  #header .logo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }
}

/* @media (max-width: 1024px) { */
    #header.nav-below .header-cta {
        display: none;
    }

    #header .main-menu {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
    }

    #header.nav-below .logo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    #header.nav-inside div.nav-wrapper {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1 / 13;
        z-index: 999;
        display: -ms-grid;
        display: grid;
    }

    nav.main-menu.nav-below ul#nav>li,
    nav.main-menu.nav-inside ul#nav>li {
        padding: 0;
    }
/* } */


/***.End Header ***/

/*** Forms ***/

/*** Global Contact Forms ***/

#top-bar .gform_wrapper .top_label .gfield_label,
footer#footer .gform_wrapper .top_label .gfield_label,
div.internal aside.sidebar .gform_wrapper .top_label .gfield_label,
div#inline .gform_wrapper .top_label .gfield_label, 
main.contact-page .gform_wrapper .top_label .gfield_label{
    display: none;
}

#top-bar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
footer#footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
div.internal aside.sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
div#inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#top-bar .gform_wrapper textarea,
footer#footer .gform_wrapper textarea,
div.internal aside.sidebar .gform_wrapper textarea,
div#inline .gform_wrapper textarea,
main.contact-page .gform_wrapper textarea {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: calc(9px + .5vw);
}

button#gform_submit_button_1, 
button#gform_submit_button_2, 
button#gform_submit_button_3, 
button#gform_submit_button_4 {
    padding: 11px 0;
    border-radius: 3px;
    font-size: calc(9px + .5vw);
    cursor: pointer;
    width: calc(-8px + 12.5vw);
    margin: 0;
}

#top-bar .gform_wrapper .gform_footer,
footer#footer .gform_wrapper .gform_footer,
div.internal aside.sidebar .gform_wrapper .gform_footer,
main.contact-form .gform_wrapper .gform_footer {
    padding: 0;
}

#top-bar button {
    margin: 0;
}

@media (max-width: 1024px) {
    footer#footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    div.internal aside.sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    div#inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    main.contact-page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    .gform_wrapper textarea,
    button#gform_submit_button_2, 
    button#gform_submit_button_3, 
    button#gform_submit_button_4 {
        font-size: calc(13px + .5vw)!important;
    }

    body .gform_wrapper ul li.gfield {
      padding: 0!important;
  }

  button#gform_submit_button_1, 
  button#gform_submit_button_2, 
  button#gform_submit_button_3, 
  button#gform_submit_button_4 {
      padding: 11px 0;
      border-radius: 3px;
      font-size: calc(12px + .5vw);
      cursor: pointer;
      width: 100%!important;
      margin: 0;
  }
}

/*** Footer Styles ***/

footer#footer {
  position: relative;
}

/*** Footer Legal ***/

footer#footer .footer-legal {
    padding: 2.5vw 0;
}

footer#footer .footer-legal, footer#footer .footer-legal a, footer#footer .footer-legal p {
    color: #fff;
    font-size: 12px;
}

footer#footer .footer-legal .details {
    grid-column: 2 / 12;
    grid-row: 1;
}

footer#footer .footer-legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer#footer .footer-legal .details ul li {
    display: inline-block;
}

footer#footer .footer-legal .details span:first-child {
    margin-right: 5px;
}

footer#footer .footer-legal .details span {
    float: left;
}

footer#footer .footer-legal .disclaimer {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    -ms-grid-row: 2;
    grid-row: 2;
}

footer#footer .footer-legal ul {
  float: left;
}

footer#footer .juris-digital {
    float: right;
}

footer#footer .footer-nav-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

footer#footer .footer-nav-row ul li a {
    font-weight: 600;
}

@media (max-width: 1024px) {

  footer#footer .footer-legal .details, footer#footer .footer-legal .disclaimer {
      -ms-grid-column: 1!important;
      -ms-grid-column-span: 12!important;
      grid-column: 1 / 13!important;
  }

  footer#footer .footer-legal {
      padding: 4vw 4vw 2.5vw!important;
  }
}

@media (max-width: 768px) {
  footer#footer .footer-legal .details {
    text-align: center!important;
  }

  footer#footer .footer-legal ul, footer#footer .juris-digital {
    float: none!important;
  }

  footer#footer .juris-digital {
      margin-top: 10px!important;
  }

  footer#footer .footer-legal .details span:first-child {
      position: relative!important;
      bottom: 12px!important;
      display: inline-block!important;
  }

  footer#footer .footer-legal .details span {
      float: none!important;
      display: inline-block!important;
  }
}

/*** 404 ***/

main.fourofour .title {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / 11;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: center;
}

main.fourofour ul#fourofour h2 {
  display:none;
}

main.fourofour .sitemap ul, 
main.fourofour .sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;;
}

main.fourofour p.tageline {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / 11;
    -ms-grid-row: 2;
    grid-row: 2;
}

main.fourofour ul#fourofour {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / 11;
    -ms-grid-row: 3;
    grid-row: 3;
}

main.fourofour li:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / 7;
    -ms-grid-row: 1;
    grid-row: 1;
}

main.fourofour li:nth-child(2) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / 12;
    -ms-grid-row: 1;
    grid-row: 1;
}

main.fourofour li:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / 12;
    -ms-grid-row: 2;
    grid-row: 2;
}
@media (max-width: 768px) {
  main.fourofour .title,
  main.fourofour p.tageline,
  main.fourofour ul#fourofour {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
  }

  main.fourofour li:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      -ms-grid-row: 1;
      grid-row: 1;
  }

  main.fourofour li:nth-child(2) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      -ms-grid-row: 2;
      grid-row: 2;
  }

  main.fourofour li:nth-child(3) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      -ms-grid-row: 3;
      grid-row: 3;
  }
}


/*** Top Bar ***/

#wrapper div#top-bar {
    align-items: center;
    position: relative;
}

#wrapper #top-bar a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
}

#wrapper div#top-bar #mobile-button {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1 / 10;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 10px 0;
}

#wrapper div#top-bar span.phone-display {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / 13;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 5vw;
    font-size: calc(18px + .5vw);
}

@media (max-width: 1200px) {

    #wrapper div#top-bar span.phone-display {
        grid-column: 10 / 13;
    }
}

@media (max-width: 1024px) {
    #wrapper div#top-bar #mobile-button {
        display: block;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / 6;
        padding: 5px 10px;
        border-radius: 0;
    }

    #wrapper div#top-bar span.phone-display {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6 / 13;
        text-align: right;
    }

    #wrapper div#top-bar span.phone-display a:link {
        color: #fff;
    }

    #wrapper div#top-bar  .gform_wrapper {
        display: none;
    }
}

/*** Home Main ***/

main#main {
    position: relative;
}

/*** Home Banner ***/

#wrapper #banner {
    position: relative;
}

#wrapper .banner-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    position: relative;
}

/*** Internal Banner ***/

body div#wrapper.internal section#banner {
    background-size: cover!important;
    background-position: center center!important;
    padding: 0;
}

/*** Video Banner ***/
body #banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; 
    z-index: -1;
}

body #banner.video-banner {
    overflow: hidden;
}

#wrapper.internal #banner h1 {
    letter-spacing: 0;
}

span.bt-bottom {
    font-size: calc(12px + .5vw);
    position: relative;
    padding-left: 20px;
}

span.bt-bottom:nth-child(2) {
    margin: 0 60px;
}

span.bt-bottom:before {
    content: '\f067';
    color: #5BB531;
    position: absolute;
    left: 0;
    font-size: calc(8px + .5vw);
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    top: 1px;
}

#banner .description {
    width: 90%;
    margin: 0;
}

#wrapper .banner-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
    -ms-grid-rows: (auto)[4];
    -ms-grid-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}#wrapper .banner-area > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}#wrapper .banner-area > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}#wrapper .banner-area > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}#wrapper .banner-area > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

body #wrapper .banner-area h3 {
    font-size: calc(25px + .5vw);
    margin-bottom: 0;
}

body #wrapper .banner-area h2 {
    font-size: calc(33px + 3.5vw);
}

body #wrapper .banner-area h4 {
    line-height: 1.2em;
    padding: 20px 0;
    margin-bottom: 0;
    position: relative;
    font-size: calc(19px + 1vw);
}

body #wrapper .banner-area h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.5);
}

body #wrapper .banner-area h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.5);
}

body #wrapper #banner a:not(.button) {
    color: #fff;
    margin: 50px 0;
}

div#video-wrapper {
    height: fit-content;
}

#video-wrapper img {
    position: ;
}

@media (max-width: 1024px) {

    #wrapper #banner {
        padding: 0 4vw;
    }

    body #banner.video-banner {
        padding-bottom: 100px!important;
    }

    span.bt-bottom:nth-child(2) {
        margin: 0 30px;
    }

}

@media (max-width: 768px) {

  #wrapper .banner-area {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      padding-bottom: 0;
  }

  #banner h4 {
      display: block;
  }

  span.bt-bottom {
      font-size: calc(12px + .5vw);
      position: relative;
      padding-left: 20px;
      display: block;
      width: fit-content;
      margin: 0 auto;
  }

  span.bt-bottom:before {
      left: 1px;
  }
}

/*** Banner Play Button ***/

.home-form {
    display: flex;
    align-items: center;
    width: fit-content;
}

#play-button .col-md-12, #play-button .col-lg-4 {
    float: right;
    display: table;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: table-cell;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
  width: 120px;
  height: 120px;
  border: 3px solid transparent;
  border-left-color: rgba(255,255,255,.5);
  border-top-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.ih-item.circle.effect1 .spinner-inner {
  width: 100px;
  height: 100px;
  border: 3px solid transparent;
  border-right-color: rgba(255,255,255,.5);
  border-bottom-color: rgba(255,255,255,.5);
  border-left-color: rgba(255,255,255,.5);
  border-radius: 50%;
  position: relative;
  top: 7px;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.info-back {
    width: fit-content;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

span.video-text {
    display: block;
    vertical-align: middle;
    color: rgba(255,255,255,.5);
    position: relative;
    font-size: 25px;
}

.ih-item.circle.effect1 a .arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid rgba(255,255,255,.5);
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 a:hover .arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid rgba(255,255,255,.2);
    position: relative;
    margin: 0 auto;
}

.ih-item.circle.effect1 a:hover .spinner {
  border-right-color: rgba(255,255,255,.2);
  border-bottom-color: rgba(255,255,255,.2);
  border-left-color: rgba(255,255,255,.2);
  border-top-color: rgba(255,255,255,.2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .spinner-inner {
  border-right-color: rgba(255,255,255,.2);
  border-bottom-color: rgba(255,255,255,.2);
  border-left-color: rgba(255,255,255,.2);
  border-top-color: rgba(255,255,255,.2);
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}



.ih-item.circle.effect1 .spinner {
      width: 80px;
      height: 80px;
      border: 2px solid transparent;
      border-left-color: rgba(255,255,255,.5);
      border-top-color: rgba(255,255,255,.5);
      border-right-color: rgba(255,255,255,.5);
      right: -29px;
      position: relative;
      top: 7px;
  }

    .ih-item.circle.effect1 .spinner-inner {
      width: 65px;
      height: 65px;
      border: 2px solid transparent;
      border-right-color: rgba(255,255,255,.5);
      border-bottom-color: rgba(255,255,255,.5);
      border-left-color: rgba(255,255,255,.5);
      top: 6px;
      left: 5px;
  }

  .ih-item.circle.effect1 a .arrow-right {
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 20px solid rgba(255,255,255,.5);
  }

  .ih-item.circle.effect1 a:hover .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid rgba(255,255,255,.2);
}

  .ih-item.circle.effect1 .info {
    width: 75%;
    height: 60%;
}

.ih-item.circle {
    vertical-align: middle;
}

.ih-item.circle.effect1 .info {
    top: 19px;
    right: -2px;
    position: absolute;
    left: unset;
}

/*** Internal Main ***/

/*** Page No Sidebar ***/

main.default {
}

section.blogroll.content {
    padding-right: 25px;
}

aside.sidebar {
    padding-left: 25px;
}

body div#wrapper.internal article.content, body div#wrapper.internal section.content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
}

/*** Page Sidebar ***/

/*main.default,
main.sidebar-page,
main.contact-page,
main.no-contact,
main.archive, 
main.category, 
main.single, 
main.blog, 
main.tag,
main.search-results,
main.fourofour {
  padding: 5vw 0;
}*/

body.page-template-page-sidebar div#wrapper.internal article.content, 
body.archive div#wrapper.internal section.content,
body.tag div#wrapper.internal section.content,
body.category div#wrapper.internal section.content,
body.search div#wrapper.internal section.content,
body.single div#wrapper.internal article.content,
body.blog div#wrapper.internal article.content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / 9;
}

body.page-template-page-faq div#wrapper.internal aside.sidebar,
body.page-template-page-sidebar div#wrapper.internal aside.sidebar, 
body.archive div#wrapper.internal aside.sidebar,
body.tag div#wrapper.internal aside.sidebar,
body.category div#wrapper.internal aside.sidebar,
body.search div#wrapper.internal aside.sidebar,
body.single div#wrapper.internal aside.sidebar,
body.blog div#wrapper.internal aside.sidebar {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9 / 12;
}



@media (max-width: 1024px) {

  body div#wrapper.internal article.content, body div#wrapper.internal section.content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
  }

  body.page-template-page-sidebar div#wrapper.internal article.content, 
  body.archive div#wrapper.internal section.content, 
  body.tag div#wrapper.internal section.content, 
  body.category div#wrapper.internal section.content, 
  body.search div#wrapper.internal section.content, 
  body.single div#wrapper.internal article.content,
  body.blog div#wrapper.internal article.content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 8;
      grid-column: 1 / 9;
  }
  body.page-template-page-faq div#wrapper.internal aside.sidebar,
  body.page-template-page-sidebar div#wrapper.internal aside.sidebar, 
  body.archive div#wrapper.internal aside.sidebar, 
  body.tag div#wrapper.internal aside.sidebar, 
  body.category div#wrapper.internal aside.sidebar, 
  body.search div#wrapper.internal aside.sidebar, 
  body.single div#wrapper.internal aside.sidebar,
  body.blog div#wrapper.internal aside.sidebar {
      -ms-grid-column: 9;
      -ms-grid-column-span: 4;
      grid-column: 9 / 13;
  }
}

@media (max-width: 768px) {
  main.sidebar-page aside,
  main.archive aside,
  main.category aside,
  main.single aside,
  main.blog aside,
  main.tag aside,
  main.search-results aside {
    padding: 0 4vw!important;;
  }

  main.single aside.sidebar, main.sidebar-page aside.sidebar {
      padding: 0!important;
  }

  body.page-template-page-sidebar div#wrapper.internal article.content, 
  body.archive div#wrapper.internal section.content, 
  body.tag div#wrapper.internal section.content, 
  body.category div#wrapper.internal section.content, 
  body.blog div#wrapper.internal section.content, 
  body.search div#wrapper.internal section.content, 
  body.single div#wrapper.internal article.content,
  body.page-template-page-faq div#wrapper.internal aside.sidebar,
  body.page-template-page-sidebar div#wrapper.internal aside.sidebar, 
  body.archive div#wrapper.internal aside.sidebar, 
  body.tag div#wrapper.internal aside.sidebar, 
  body.category div#wrapper.internal aside.sidebar, 
  body.search div#wrapper.internal aside.sidebar, 
  body.single div#wrapper.internal aside.sidebar,
  body.blog div#wrapper.internal aside.sidebar {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
  }
}




/*** Internal Sidebar ***/

/* Internal Sidebar */

#main ul#sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main #sidebar>li {
    margin-bottom:20px;
}

body div#wrapper.internal #sidebar>li {
    margin-bottom: 50px;
    background: #efefef;
    padding: 25px;
}

#main aside.sidebar {overflow:hidden;}
#main #sidebar {
    list-style-type: none;
}
#main #sidebar h3 {
    font-size:18px;
}
#main #sidebar .widget ul {
    list-style-type: none;
    padding-left:0px;
}
#main #sidebar .widget li {
    font-weight:400;
    margin-bottom:0;
    position: relative;
    cursor: pointer;
    padding-right: 0;
}
#main #sidebar .widget li>a {
    text-decoration: underline;
    position: relative;
    font-weight: 600;
}
#main #sidebar>li {
    margin-bottom:20px;
}
#main #sidebar li h3 {
    font-size: calc(23px + .5vw);
    line-height: calc(36px + .5vw);
    padding-bottom: 10px;
    margin: 0;
    position: relative;
    display: inline-block;
}
#main #sidebar li h3:after {content: '';display: block;width:50%;height:2px;left:0;bottom:0;position: absolute;background: transparent;}



/*** Internal Contact ***/

/*main.contact-page {
  padding: 5vw 0 10vw;
}*/

main.contact-page .title {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / 11;
    -ms-grid-row: 1;
    grid-row: 1;
}

main.contact-page .contact-form {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7 / 11;
    -ms-grid-row: 2;
    grid-row: 2;
}

main.contact-page .office-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3 / 7;
    -ms-grid-row: 2;
    grid-row: 2;
}

main.contact-page .office-wrapper h5 {
    font-size: calc(20px + .5vw);
    margin-bottom: 0;
}

main.contact-page .office-wrapper .flex-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0 .8em 0 0;
}

main.contact-page .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 35%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 1024px) {
  main.contact-page .office-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      -ms-grid-row: 2;
      grid-row: 2;
  }

  main.contact-page .contact-form {
      -ms-grid-column: 5;
      -ms-grid-column-span: 8;
      grid-column: 5 / 13;
      -ms-grid-row: 2;
      grid-row: 2;
  }
}

@media (max-width: 768px) {
  main.contact-page .office-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      -ms-grid-row: 2;
      grid-row: 2;
  }

  main.contact-page .contact-form {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
      -ms-grid-row: 3;
      grid-row: 3;
  }

  main.contact-page section {
    padding: 0 4vw 15vw!important;
}
}

/*** Blog Main ***/

/*** Blogroll Styles ***/

/* Blogroll */

div.post-right.no-thumbnail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    padding-left: 0;
}

.blogroll article.post {
    margin-bottom: 50px;
}

.blogroll ul.meta {
    padding: 15px 0;
    grid-gap: 0;
    margin: 0 0 25px;
}

.blogroll li.date {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
    padding-left: 15px;
    font-size: 14px;
}

.blogroll li.category {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6 / 13;
    text-align: right;
    padding-right: 15px;
    font-size: 14px;
}

div.post-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

div.post-right {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4 / 13;
    padding-left: 25px;
}

.blogroll h2 {
    font-size: calc(24px + .5vw);
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: .7em;
}

@media (max-width: 768px) {
    div.post-left {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1 / 13;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    div.post-right {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1 / 13;
        padding-left: 0;
        padding-top: 6vw;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

/*** Single Post Styles ***/

.single h1.primary {
    text-transform: uppercase;
    font-size: calc(26px + .5vw);
}

 .single ul.meta {
    padding: 15px 0;
    grid-gap: 0;
    margin: 0 0 25px;
}

.single li.date {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    padding-left: 15px;
    font-size: 14px;
}

.single li.category {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/13;
    text-align: right;
    padding-right: 15px;
    font-size: 14px;
}

@media (max-width: 768px) {
    body.single div#wrapper.internal aside.sidebar {
        margin-top: 50px;
    }
}



/*** Shortcodes ***/

/*** Juris Shortcodes ***/
.one_half {width:48%}
.one_third {width:30.66%}
.two_third {width:65.33%}
.one_fourth {width:22%}
.three_fourth {width:74%}
.one_fifth {width:16.8%}
.two_fifth {width:37.6%}
.three_fifth {width:58.4%}
.four_fifth {width:79.2%}
.one_sixth {width:13.33%}
.five_sixth {width:82.67%}

.one_half, 
.one_third, 
.two_third, 
.three_fourth, 
.one_fourth, 
.one_fifth, 
.two_fifth, 
.three_fifth, 
.four_fifth, 
.one_sixth, 
.five_sixth {
    float:left;
    margin-right:4%;
    min-height:1px;
    margin-bottom:0
    ;position:relative;
}

.last {margin-right:0!important; clear:right}

@media (max-width: 768px) {
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float:none;
        margin:0 0 1em 0;
        width:100%;
    }
}

/*** End Juris Shortcodes ***/

/*** In Content CTA ***/

.juris-cta {
    margin: 45px 0;
    padding: 25px 50px;
}

.juris-cta h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 27px;
}

.juris-cta p {
    text-align: center;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 0;
}

/*** Internal Mid CTA ***/

.internal #gethelp {
    padding: 40px 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAD1BMV…SOgcyhY25eblx+0ldfffXVV1999dVXX3311VdfffXVV/8Btlgq5Eo+mtMAAAAASUVORK5CYII=);
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 50px;
    left: 50%;
    margin-bottom: 50px;
    display: flex;
}

.internal .cta-text-wrapper {
    width: 100%;
}

.internal #gethelp .cta-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2 / 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cta-button {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cta-button a.button-style-1 {
    margin: 0;
}

.internal #gethelp h3 {
    margin-bottom: 0;
    font-size: calc(31px + .5vw);
    flex: 1 100%;
}
.internal #gethelp p {
    margin-top:0;
    font-size:24px;
    margin-bottom: 0;
    flex: 2 100%;
}


.internal #gethelp .button {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .internal #gethelp .cta-text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2 / 12;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .internal #gethelp .cta-button {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2 / 12;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

/*** End Mid CTA ***/


/*** Globals ***/

/** Set Common Elements **/

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .heading {
    line-height: 1em;
    margin: 0 0 20px;
}

h1 {
  font-size: calc(35px + 1.5vw);
}

h2 {
  font-size: calc(30px + 1.5vw);
}

h3 {
  font-size: calc(25px + 1.5vw);
}

h4 {
  font-size: calc(20px + 1.5vw);
}

figure.wp-block-pullquote {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

figure.wp-block-pullquote.left-border {
    border-top-width: unset;
    border-top-style: unset;
    border-bottom-width: unset;
    border-bottom-style: unset;
    border-left-width: 3px;
    border-left-style: solid;
}

img, svg {
    display:block;
    height:auto;
    max-width:100%;
}

/*u {
    text-decoration: none;
}*/

p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
}

ul, li {
    font-weight: 400;
}

main ul, main li {
    font-size: 18px;
    line-height: 1.5em;
    color: #4d4d4d;
}

ul.nolist {
    padding-left:0 !important;
    margin-left:0 !important;
    list-style: none;
}

a:link, a:visited, a:hover, a:active {
    text-decoration:none;
}

a.button {
    font-size: calc(8px + .5vw);
    width: fit-content;
    display: block;
    text-decoration: none;
    padding: calc(15px + .5vw) calc(30px + .5vw);
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    float: none;
    letter-spacing: .2em;
    text-transform: uppercase;
}

a.button.see-all {
    padding: 0;
    font-size: 23px;
    letter-spacing: unset;
    text-transform: capitalize;
    font-style: italic;
}

#internal #main article.content a:link, #internal #main article.content a:visited {
    border-bottom: 1px dashed ;
}

#internal #main article.content a:hover, #internal #main article.content a:active {
    border-bottom: none;
}

#internal #main.contact-page article.content a:link, #internal #main.contact-page article.content a:visited {
    border-bottom: none;
}


::-webkit-scrollbar {
    
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #fb0;
    height: 25px;
}

/*** Formatting Classes ***/

.italic {
  font-style: italic;
}

.block {
  display: block;
}

.break {
  display:block;
}

.hidden {
  display:none;
}

.mobile-hide {
    display: inline;
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

.center {
  text-align: center;
}

.fixed {
    position: fixed;
}

.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}

.heading-300 {
    font-weight: 300;
}

.heading-400 {
    font-weight: 400;
}

.heading-500 {
    font-weight: 500;
}

.heading-600 {
    font-weight: 600;
}

/** Font Awesome ***/

.fas.fa-phone, .fal.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 10px;
    position: relative;
    font-size: 15px;
    top: 0px;
    left: 3px;
}

.fas.fa-map-marker-alt,
.fas.fa-envelope, 
.fas.fa-fax {
    margin-right: 10px;
    font-size: 15px;
}

i.fas.fa-map-marker-alt {
    display: flex;
    align-items: start;
    position: relative;
    top: -13px;
}
.fas.fa-angle-right, .far.fa-angle-right {
    margin-left: 20px;
    width: 8px;
}

.fas.fa-angle-down {
    position: static;
    right: -16px;
    margin-left: 5px;
}

.fa-angle-double-right {
    margin-left: 10px;
}

section#practice i.fa-angle-double-right {
    position: relative;
    top: 7px;
}

.fas.fa-plus {
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}

/*** Avvo Data URI ***/

.avvo {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

i.avvo img {
    width: 64px!important;
    max-width: 64px;
    margin: 0 auto;
    position: relative;
    top: 1px;

}

li.avvo-icon {
    width: fit-content;
}

/* Global Arrow Styles */

.the-arrow {
  width: 64px;
  transition: all 0.2s;
}

.the-arrow.-right {
  top: -3px;
}
.the-arrow.-right > .shaft {
  width: 20px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  display: inline-block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
  top: -4px;
  left: 20px;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

/*** Gutenberg Styles ***/


table.wp-block-table {
    width: 100%;
}

table.wp-block-table tr:nth-child(even) {background: #CCC}
table.wp-block-table tr:nth-child(odd) {background: #FFF}



@media (max-width: 781px) {
    .wp-block-column {
        flex-basis: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

@media (max-width: 1024px) {
  main section {
      padding: 0 4vw!important;
  }
  
}

#wrapper.not-fixed-header.has-top-bar-scroll #top-bar {
  position: fixed;
}

/*** End Globals ***/

/*** Features ***/

/* Admin Toggle Button */

#wpadminbar { display:block; }

#toggle-admin {
  
  position: fixed;
  z-index: 9;
  text-align: center;
  top: 89%;
  left: 25px;
  cursor: pointer;
}

#toggle-admin-header {
  padding: 10px 20px;
  border-radius: 5px;
  cursor: move;
  z-index: 10;
}

/*** Return to Top Button ***/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
    background: rgba(6, 108, 205, .6);
}
#return-to-top i {
    margin: 0;
    position: relative;
    left: 19px;
    top: 15px;
    font-size: 19px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*** End Return to Top Button ***/

/*** Hover Styles ***/

/* Sweep to Right */


.hvr-sweep-to-right, .button-style-1, .button-style-2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before, .button-style-1:before, .button-style-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.hvr-sweep-to-right:hover:before, 
.hvr-sweep-to-right:focus:before, 
.hvr-sweep-to-right:active:before,
.button-style-1:hover:before, .button-style-2:hover:before,
.button-style-1:focus:before, .button-style-2:focus:before,
.button-style-1:active:before, .button-style-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Underline From Center */

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 4px;
  background-color: transparent;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:after, .hvr-underline-from-center:focus:after, .hvr-underline-from-center:active:after {
  left: 0;
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  height: 4px;
  background-color: transparent;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center:after, .hvr-underline-from-center:before {
    background-color: transparent!important;
}



/*** End Hover Styles ***/

/*** Button Hover Styles - For Text/Background Colors See inc/theme-settings/css/theme-css.php ***/

/* Button Style 1 */

a.button.button-style-1, 
button.button.button-style-1 {
    padding: calc(15px + .5vw) calc(63px + .5vw);
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* Button Style 2 */

a.button.button-style-2, 
button.button.button-style-2 {
    padding: calc(15px + .5vw) calc(63px + .5vw);
    border: 1px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width:768px) {
    a.button.button-style-2, button.button.button-style-2 {
      margin: 35px 0;
  }
}

/* Transparent Button Style */

a.button.transparent-button, 
button.button.transparent-button {
    background-color: transparent;
    padding: calc(15px + .5vw) calc(63px + .5vw);
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.button.transparent-button:hover, 
button.button.transparent-button:hover {
    border: 1px solid transparent;
    background-color: #fff;
}

/* Text Link Style Hover- Underline */

a.hvr-underline-from-center {
    padding: 10px 0;
}

a.hvr-underline-from-center:before {
    background-color: transparent;
}

.menu-item-has-children a.hvr-underline-from-center:before {
    background-color: transparent;
}


/*** Search Form Popover ***/

span#form-field form#search-form {
    z-index: 999999;
    width: fit-content;
    position: absolute;
    top: -17vw;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

span#form-field.active form#search-form {
    position: relative;
    top: 23vw;
    opacity: 1;
}

form#search-form input.search-field {
    width: 20vw;
    padding: 21px 20px 24px;
    font-size: 20px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
} 

div#search-hvr-top {
    display: table;
    width: 100vw;
    height: 50.1vh;
    top: -100vh;
    background: rgba(0,0,0,.9);
    position: fixed;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
}

div#search-hvr-bottom {
    display: table;
    width: 100vw;
    height: 50vh;
    bottom: -100vh;
    background: rgba(0,0,0,.9);
    position: fixed;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
}

div#search-hvr-top.active {
    top: 0;
}

div#search-hvr-bottom.active {
    bottom: 0;
}

div#search-hvr-bottom p {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: calc(15px + 1vw);
    padding: 25px 20%;
    font-weight: 300;
    font-style: italic;
}

input.search-submit {
    border-radius: 0;
    background: rgba(19,115,211,0.2);
    padding: 27px;
    top: 0;
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
    left: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

div#search-hvr-top #close-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
}


/*** Breadcrumbs ***/

main section#breadcrumbs {
    padding: .5vw!important;
    background: #f6f6f6;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
}

nav.breadcrumb-nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1 / 12;
    text-align: right;
    font-size: 12px;
}

/*** Post Rating Styles ***/

.post-rating-wrapper {
    padding: 10px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7;
    background-color: #fafafa;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.post-rating-wrapper.full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
}

.post-ratings {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    bottom: -1px;
}

.post-ratings img, 
.post-ratings-loading img, 
.post-ratings-image img {
    display: inline-block;
    margin-right: 5px;
}

.post-rating-wrapper h4, #share h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600!important;
    font-family: 'open-sans', sans-serif;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 600px) {
  .post-rating-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13;
  }

  #main #share {
      -ms-grid-column: 1!important;
      -ms-grid-column-span: 12!important;
      grid-column: 1 / 13!important;
      margin-top: 7px;
  }
}


/** Sharing **/

#main .details .social li:last {
  margin-right: 0 !important;
}

#main ul.social {
    list-style:none;
    margin: 10px 0;
    padding-left:0 !important;
    clear:right;
}

#main #share {
    padding: 10px!important;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / 13;
    background-color: #fafafa;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#main #share.full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
}

#main #share ul {
    padding-left:0;
    list-style:none;
    margin:0;
    display: inline-block;
}

#main #share li {
    float:left;
    margin-left:15px;
    margin-bottom:0;
    line-height: normal;
    }
#main #share li:first-child {
    margin-left:0;
  }

#main #share a {
  text-decoration: none;
  border-bottom: none!important;
}

/** End Sharing **/

/*** Author/Attorney Box ***/

aside#author-box {
    border: 1px solid #eee;
    padding: 0;
    margin-bottom: 8px;
    background-color: #fafafa;
}

aside#author-box h3 {
    margin-bottom: 0;
    line-height: 0.7em;
}

aside#author-box h3 a {
  text-decoration: none;
  font-size: 18px;
}

aside#author-box .author-image {
    width: 125px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

aside#author-box .box-wrapper.row {
    border-bottom: 1px solid #eee;
    padding: 25px;
    display: table;
}

aside#author-box .link-box a {
    width: 100%;
    display: inline-block;
    background: transparent;
    padding: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

aside#author-box .link-box a:hover {
    background: #62c9e1;
    color: #fff;
}

@media (max-width: 1024px) {
    a.button.blue-button.hvr-shutter-in-vertical, 
    button.button.blue-button.hvr-shutter-in-vertical {
      padding: calc(15px + .5vw);
  }
}

@media (max-width: 768px) {
  .author-image, .box-wrapper.row, .text-box {
      display: block;
  }
}

#author-box {
    border: 1px solid #eee;
}

.author-image {
    width: 125px;
    float: left;
}

.box-wrapper.row {
    border-bottom: 1px solid #eee;
    padding: 25px;
}

/*** End Author/Attorney Box ***/


/*** Home Section ***/

div#section-header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    -ms-grid-row: 1;
    grid-row: 1;
}

div#section-left-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / 7;
    -ms-grid-row: 2;
    grid-row: 2;
}

div#section-right-content {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / 12;
    -ms-grid-row: 2;
    grid-row: 2;
}

div.section-block.grid-item.grid-item {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    -ms-grid-row: 3;
    grid-row: 3;
}

div.more-link.grid-item {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12;
    -ms-grid-row: 4;
    grid-row: 4;
}

/*** Hamburger Menu ***/
/* 
#header a.m-toggle {
    display: none;
}
      
   */

/* @media (max-width: 1024px) { */
  #header.nav-below .logo {
      padding: 25px 20px;
  }

  .fix-pos {
      position: fixed;
      width: 100%;
  }

  #header .main-menu {
      flex: 1 auto;
      overflow: scroll;
  }

    ul#nav {
      display: block!important;
  }

  #header a.m-toggle {
      grid-column: 6 /13;
      padding: 20px;
      display: block;
      text-align: right;
      cursor: pointer;
  }

  #header i.far.fa-bars {
      font-size: 25px;
  }

  #header i.far.fa-times {
      color: #fff;
      font-size: 30px;
  }

  div.nav-wrapper.closed {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000!important;
    top: 0;
    right: -200vw;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  div.nav-wrapper:not(.closed) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000!important;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1;
  }

  div.nav-wrapper nav {
      -ms-grid-column: 1!important;
      -ms-grid-column-span: 12!important;
      grid-column: 1 / 13!important;
      -ms-grid-row: 2!important;
      grid-row: 2!important;
  }

  #header div.nav-wrapper nav a.mobile-drop {
      padding: 0;
      width: 100%;
      display: block;
  }

  #header div.nav-wrapper nav .dropbtn .dropdown-content {
      left: 0;
      right: 0;
      margin: auto;
      min-height: inherit;
      max-height: inherit;
      width: 100%;
      height: auto;
      position: static;
  }

  #header div.nav-wrapper nav li.menu-item-has-children ul {
      background-color: #aaa;
      overflow: hidden;
  }

  #header div.nav-wrapper nav a.mobile-drop,
  #header.nav-below nav ul li ul li a {
      border: none;
      color: #fff;
  }

  #header.nav-below nav ul li ul li a {
      padding: 5px 0!important;
  }

    #header nav a {
      font-size: 20px;
  }

/* } */
/*  */

/* Related Posts */
.internal li.related-post {
    margin-bottom: 10px;
}

.internal li.related-post a {
    line-height: 1.3em;
}











