/* Import Separate Style Sheets While Building Displays */

@import url("rotator.css");

/*=============================================================================================
GLOBAL
=============================================================================================*/
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hvr-sweep-to-right:before{
    background: #009de6;
}
a {
    color: #3e7bcf;
}
a:hover {
    color: #7ba5de;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #7ba5de;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #3e7bcf;
}
/*=============================================================================================
BODY & VIEWPORT
=============================================================================================*/

.body-bg {
    background-color: #fff;
}
a {
    transition: 0.2s ease-in-out;
}
.border-secondary {
    border-color: #ededed;
}
h1, .h1{
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #7ba5de;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
h2, .h2{
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #002d5d;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
/*=============================================================================================
HOVER CSS GLOBAL STYLES
=============================================================================================*/
/*------------------
Hover Effects Used:
1.hvr-shutter-out-horizontal
2.bob
-------------------*/
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009de6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 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-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*=============================================================================================
MAIN NAVIGATION
=============================================================================================*/
.main-nav-hero-wpr{
    background-color: #76777b;
}
.main-nav-wpr{
    padding-left: 0;
}
#main-navigation .navbar-collapse {
    padding: 0;
}
/*adjust the transition speed for the main nav only*/
#main-navigation a {
    transition: 0.1s ease-in-out;
}
/*bar properties*/
#main-navigation{
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
    border-radius:0;
}
/*top level links properties*/
#main-navigation .navbar-nav > li > a {
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .09em;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 5px solid #76777b;
    border-bottom: 5px solid #76777b;
}
/*top level links hover properties*/
#main-navigation .navbar-nav > li > a:hover, #main-navigation .navbar-nav > li > a:focus, #main-navigation .navbar-nav > li.open > a {
    background-color: transparent;
    border-top: 5px solid #7ba5de;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-top: 5px solid #7ba5de;
}
/*control sub-menu arrow indicator visibility*/
#main-navigation .navbar-nav .sub-arrow, #main-navigation .navbar-nav .collapsible .sub-arrow{
    display: none;
}
#main-navigation .navbar-nav li > .dropdown-menu .sub-arrow, #main-navigation .navbar-nav li > .dropdown .collapsible .sub-arrow{
    display: inline;
}
/*dropdown menu background properties*/
#main-navigation .dropdown-menu {
    background-color: #76777b;
    margin-top: 0;
    border-radius: 0;
    border: solid 1px #545456;
}
/*dropdown menu link properties*/
#main-navigation .navbar-nav > li > .dropdown-menu li a {
    color: #fff;
    margin-top: 0;
    border-radius: 0;
}
/*dropdown menu link hover properties*/
#main-navigation .navbar-nav li > .dropdown-menu > li > a:hover, #main-navigation .navbar-nav > li > .dropdown-menu > li > a:focus, #main-navigation .navbar-nav > li > .dropdown-menu li.open > a{
    background-color: #7ba5de;
}
/*dropdown menu link active properties*/
#main-navigation .navbar-nav li > .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    color: #fff;
}
@media (max-width: 1199px){
    #main-navigation .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    }
}

/*=============================================================================================
	HOMEPAGE MEDIA OVERLAY
=============================================================================================*/

#slippry .playOverlay { font-size:10em; position:absolute; top:36%; left:46.5%; opacity:.75;}
.bxslider .playOverlay { font-size:10em; position:absolute; top:20%; left:44.5%; opacity:.75;}

@media (max-width: 1199px) {
	#slippry .playOverlay { top:30%; left:45.5%; font-size:8em;  }
	.bxslider .playOverlay { top:24%; left:45.5%; font-size:8em;  }     
}

@media (max-width: 992px) {
	#slippry .playOverlay {  top:33%; left:45.5%; font-size:6em; } 
	.bxslider .playOverlay {  top:26%; left:45.5%; font-size:6em; }   
}

@media (max-width: 767px) {
	#slippry .playOverlay {  top:27%; left:45.5%; font-size:6em; }
	.bxslider .playOverlay {  top:32%; left:46.5%; font-size:4em; }
}
@media (max-width: 480px) {
	#slippry .playOverlay {  top:29%; left:45.5%; font-size:4em; }
	.bxslider .playOverlay { top:15%; left:46.5%; font-size:3em; }
}

/*=============================================================================================
HEADER
=============================================================================================*/

#header {
    margin-top: -45px;
    margin-bottom: 25px;
}
#header .logo {
    margin-left: 0;
}
.top-bar-strip {
    background-color: #333;
}
#aux-menu{
    background-color: #fff;
    text-align: center;
}
.top-border-wpr{
    background-color: #f5f7f6;
    height: 50px;
}
.social-media-wpr{
   background-color: #76777b;
   padding: 5px 15px;
   margin-top: -50px;
}
.social-media-wpr ul{
    margin: 0 0;
    padding-top:10px;
    padding-bottom: 10px;
}
.social-media-wpr ul li{
    padding-left: 8px;
    padding-right: 8px;
}
#aux-menu .facebook a {
    padding: 5px 13px;
    border: 1px solid #ccc;
    color: #ccc;
}
    #aux-menu .facebook a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
#aux-menu .linkedin a {
    padding: 5px 12px;
    border: 1px solid #ccc;
    color: #ccc;
}
    #aux-menu .linkedin a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
#aux-menu .twitter a {
    padding: 5px 11px;
    border: 1px solid #ccc;
    color: #ccc;
}
    #aux-menu .twitter a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
.consulation-wpr{
    background-color: #7ba5de;
    padding: 10px 5px;
}
.consulation-wpr ul{
    margin: 0 0;
}
.consulation-wpr ul li{
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.consulation-wpr .phone-wpr{
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.consulation-wpr ul img{
    margin-right: 7px;
}
/* ---- HEADER BREAKPOINTS ---- */

@media (max-width: 1199px) {
    .headline-wpr {
        padding: 0 200px 40px 200px;
    }
}

@media (max-width: 991px) {
    #header {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}   

@media (max-width: 767px) {
    #header .logo {
        padding-left: 30px;
        padding-right: 30px; 
    }
}
@media (max-width: 479px) {
    #header .logo {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-content-wpr {
        display: none;
    }
}
@media (max-width: 320px) {

}

/*=============================================================================================
HOMEPAGE CONTENT
=============================================================================================*/
.home-content-wpr{
    height: 60px;
    background-color: #002d5d;
    margin-top: -1px;
}
.home-content{
    padding-top: 100px;
    padding-bottom: 100px;
}
.headline-wpr{
    text-align: center;
    padding: 0 300px 40px 300px;
}
.headline-wpr p{
    color: #76777b;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0 0;
}
.quote-wpr img{
    width: 10%;
}
.quote-wpr p{
    color: #002d5d;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-style: italic;
    width: 90%;
    float: right;
    margin: 0 0;
    padding: 0 40px 0 40px;
}
.about-wpr p{
    color: #76777b;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0;
}
.attorney-content-wpr{
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 0px;
}
.headline2-wpr{
    text-align: center;
    margin-bottom: 40px;
}
.headline2-wpr .head1-wpr{
    color: #7ba5de;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0;
}
.headline2-wpr .head2-wpr{
    color: #76777b;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0;
}
    .attorney-content-wpr a:hover{
        opacity: 0.7;
    }
.attorney-inner-wpr{
    background-color: #f5f7f6;
    padding-left: 0;
    margin-right: 20px;
    margin-left: -20px;
}
.attorney-inner-wpr2{
    background-color: #f5f7f6;
    padding-left: 0;
}
.attorney-wpr{
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
.title-wpr{
    position: absolute;
    bottom: 0;
    background-color: rgba(123, 165, 222, 0.8);
    padding: 10px 10px;
    width: 100%;
}
.attorney-wpr .title-wpr p{
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0;
}
.attorney-wpr .title-wpr p:last-of-type{
    text-transform: none;
}
.attorney-wpr .title-wpr i{
    float: right;
    margin-top: -26px;
    color: #fff;
}
.caption-wpr{  
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
}
.caption-wpr h3{
    color: #21145f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0;
}
.caption-wpr p{
    color: #7ba5de;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0;
}
.caption-wpr i{
    margin-left: 5px;
}
.mobile-attorney-content-wpr{
        margin-bottom: 100px;
}
.mobile-attorney-content-wpr a:hover{
        opacity: 0.7;
    }
.mobile-attorney-wpr{
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
.mobile-attorney-wpr img{
    width: 100%;
}
.mobile-title-wpr{
    position: absolute;
    bottom: 0;
    background-color: rgba(123, 165, 222, 0.8);
    padding: 10px 10px;
    width: 100%;
}
.mobile-attorney-content-wpr .mobile-title-wpr p{
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0;
}
.mobile-attorney-content-wpr .mobile-title-wpr p:last-of-type{
    text-transform: none;
}
.mobile-attorney-content-wpr .mobile-title-wpr i{
    float: right;
    margin-top: -26px;
    color: #fff;
}
.mobile-attorney-content-wpr .mobile-caption-wpr{  
    padding-top: 30px;
    padding-right: 155px;
    padding-left: 155px;
    text-align: center;
}
.mobile-attorney-content-wpr .mobile-caption-wpr h3{
    color: #21145f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0;
}
.mobile-attorney-content-wpr .mobile-caption-wpr p{
    color: #7ba5de;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin: 20px 0 0 0;
}
.mobile-attorney-content-wpr .mobile-caption-wpr i{
    margin-left: 5px;
}
.background2-hero-wpr {
    background: #e0e7e6 url(../images/background2.png) no-repeat 50% 63%;
}
.contact-info-wpr{
    padding: 33px 0;
}
.schedule-wpr{
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0;
}
.phone-wpr{
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0;
}
.phone-wpr a{
    color: #fff;
    font-style: italic;
}
    .phone-wpr a:hover{
        color: #fff;
        text-decoration: none;
    }
.contact-link-wpr{
    padding: 90px 0 0 123px;
}
.contact-link-wpr a{
    color: #002d5d;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0;
}
.contact-link-wpr a i{
    margin-left: 5px;
}
    .contact-link-wpr a:hover{
        text-decoration: none;
    }
    .contact-link-wpr a:hover{
        color: #7ba5de;
    }
.cta-hero-wpr{
    background-color: #e0e7e6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cta-hero-wpr h2{
    color: #76777b;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px 15px;
}
.ctas2{
    margin-top: 40px;
    margin-bottom: 40px;
}
.cta a h3{
    color: #21145f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;

}
.cta a p{
    color: #76777b;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;  
}
    .cta a:hover{
        text-decoration: none; 
    }
    .cta a:hover h3{
        text-decoration: none;
        opacity: 0.7;
    }
    .cta a:hover img{
        opacity: 0.7;
    }
.cta-link-wpr a{
    color: #7ba5de;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0;
}
.cta-link-wpr a i{
    margin-left: 5px;
}
    .cta-link-wpr a:hover{
        color: #3e7bcf;
    }
.statistics-hero-wpr{
    background: #19406b url(../images/background.png) no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.statistics-headline-wpr{
    text-align: center;
}
.statistics-headline-wpr .statistics-head1{
    color: #fefefe;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0;
}
.statistics-headline-wpr .statistics-head2{
    color: #fefefe;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0;
}
.statistics-outer-wpr{
    border-top: 1px solid #53708f;
    margin-top: 40px;
}
.statistics-wpr{
    border-right: 1px solid #53708f;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}
.statistics-wpr:last-of-type{
    border-right: none; 
}
.statistics-wpr h2{
    color: #fefefe;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.statistics-wpr h3{
    text-transform: uppercase;
    color: #fdfcfc;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.statistics-wpr a{
    text-transform: uppercase;
    color: #cdcdcd;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    background-color: #53565b;
    padding: 10px 15px;
}
    .statistics-wpr a:hover{
       color: #53565b;
       background-color: #cdcdcd;
       text-decoration: none;
    }
.results-wpr{
    text-align: center;
    margin-top: 60px;
}
.results-wpr a{
    color: #fefefe;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0;
}
    .results-wpr a:hover{
        opacity: 0.7;
    }
.results-wpr a i{
    margin-left:5px;
}
.news-outer-wpr{
    margin-top: 100px;
    margin-bottom: 40px;
}
.news-wpr{
    text-align: center;
}
.news-wpr .news-head1{
    color: #7ba5de;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0;
}
.news-wpr .news-head2{
    color: #76777b;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0;
}
.home-tab-wrapper {
    margin-bottom: 60px;
}
.home-tab-wrapper .view-all-btn-wpr {
    text-align: center;
    position: absolute;
    bottom: -60px;
    right: 0px;
    width: 100%;
}
.news-button-wpr{
    text-align: center;
}
.news-button-wpr a{
    color: #7ba5de;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0;
}
    .news-button-wpr a:hover{
        color: #3e7bcf;
    }
.news-button-wpr i{
    margin-left: 5px;
}
.news-item-inner-container{
    height: 301px;
}
.news-item-container{
    background-color: #f5f7f6;
    padding-left: 0;
    margin-right: 20px;
    margin-left: -20px;
}
.news-item-container:last-of-type{
    padding-left: 0;
    margin-right: 0;
    margin-left: 0px;
}
.news-date-outer-wpr{
    float: left;
}
.news-date-inner-wpr{
    text-align: center;
    background-color: #053160;
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 48%;
    padding: 7px 15px;
}
.news-summary-outer-wpr{
    padding-top: 70px;
    padding-left: 272px;
}
.news-summary-outer-wpr .tabh4 a{
    color: #053160;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
    .news-summary-outer-wpr .tabh4 a:hover{
        text-decoration: none;
        opacity: .7;
    }
.news-summary-outer-wpr .read-more-wpr{
    color: #7ba5de;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    bottom: 15px;
}
.news-summary-outer-wpr .read-more-wpr a {
    color: #7ba5de;
}
.news-summary-outer-wpr .read-more-wpr a:hover {
    color: #3e7bcf;
}
    
/* ---- HOMEPAGE CONTENT BREAKPOINTS ---- */

@media (max-width: 1199px) {
    .headline-wpr {
        padding: 0 200px 40px 200px;
    }
    .caption-wpr {
        padding-top: 15px;
        padding-right: 0;
        padding-left: 25px;
    }
    .title-wpr {
        width: 100%;
    }
    .background2-hero-wpr {
        background: #e0e7e6 url(../images/background2.png) no-repeat 60% 63%;
    }
    .contact-info-wpr {
        padding: 49px 0;
    }
    .contact-link-wpr {
        padding: 120px 0 0 80px;
    }
    .contact-link-wpr a {
        font-size: 20px;
    }
    .statistics-wpr {
        padding-right: 15px;
        padding-left: 15px;
    }
    .news-summary-outer-wpr .tabh4 a {
        font-size: 15px;
    }
    .news-date-inner-wpr {
        left: 58%;
    }
}
@media (max-width: 991px) {
    .headline-wpr {
        padding: 0 80px 40px 80px;
    }
    .quote-wpr {
        margin-bottom: 40px
    }
    .quote-wpr img {
        width: 8%;
    }
    .quote-wpr p {
        width: 92%;
    }
    .attorney-wpr .title-wpr p {
        font-size: 14px;
    }
    .caption-wpr h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .background2-hero-wpr {
        background: #e0e7e6 url(../images/background2.png) no-repeat 69% 63%;
    }
    .schedule-wpr {
        font-size: 21px;
    }
    .contact-link-wpr {
        padding: 137px 0 0 53px;
    }
    .statistics-wpr h2 {
        font-size: 24px;
    }
    .statistics-wpr h3 {
        font-size: 15px;
        margin-top:15px;
        margin-bottom: 15px;
    }
    .home-tab-wrapper {
        margin-bottom: 30px;
    }
    .news-item-container {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .news-date-inner-wpr {
        left: 38%;
    }
    .news-summary-outer-wpr .tabh4 a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .headline-wpr {
        padding: 0 40px 40px 40px;
    }
    .quote-wpr {
        margin-bottom: 90px;
        padding-right: 50px;
        padding-left: 50px;
    }
    .attorney-inner-wpr {
        margin-right: 20px;
        margin-left: 20px;
    }
    .background2-hero-wpr {
        background: #e0e7e6 url(../images/background2-2.png) no-repeat 0% 52%;
        height: 156px;
    }
    .contact-info-wpr {
        padding: 20px 0;
        text-align: center;
    }
    .about-wpr{
        padding-right: 50px;
        padding-left: 50px;
    }
    .schedule-wpr {
        font-size: 24px;
    }
    .contact-link-wpr{
        text-align: center;
        padding: 0 0;
    }
    .contact-link-wpr a {
        color: #fff;
    }
        .contact-link-wpr a:hover {
            opacity: 0.7;
        }
    .ctas2 {
        margin-top: 0;
    }
    .cta{
        margin-bottom: 30px;
    }
    .statistics-hero-wpr{
        background: #19406b url(../images/background-2.png) no-repeat;
    }
    .statistics-outer-wpr {
        border-top: none;
    }
    .statistics-wpr {
        border-right: none;
        margin-bottom: 40px;
    }
    .statistics-wpr h2 {
        font-size: 28px;
    }
    .statistics-wpr h3 {
        font-size: 18px;
    }
    .results-wpr {
        margin-top: 20px;
    }
    .statistics-wpr {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (max-width: 700px){
    .news-date-inner-wpr {
        left: 42%;
    }
}
@media (max-width: 650px){
    .news-date-inner-wpr {
        left: 46%;
    }
}
@media (max-width: 600px){
    .news-date-inner-wpr {
        left: 49%;
    }
}
@media (max-width: 575px){
    .news-item-inner-container img {
        display: none;
    }
    .news-item-inner-container {
        height: 230px;
    }
    .news-date-inner-wpr {
        left: 22px;
    }
    .news-summary-outer-wpr {
        padding-top: 72px;
        padding-left: 20px;
    }
    .home-tab-wrapper {
        margin-bottom: 60px;
    }
}
@media (max-width: 560px) {
    .mobile-attorney-content-wpr .mobile-caption-wpr {
        padding-right: 100px;
        padding-left: 100px;
    }
    .quote-wpr p {
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .quote-wpr {
        padding-right: 30px;
        padding-left: 30px;
    }
    .quote-wpr p {
        padding: 0 0 0 10px;
        font-size: 18px;
    }
    .about-wpr{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 479px) {
    .home-content {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .headline-wpr {
        padding: 0 20px 40px 20px;
    }
    .quote-wpr {
        padding-right: 20px;
        padding-left: 20px;
    }
    .quote-wpr p {
        padding: 0 0 0 10px;
    }
    .mobile-attorney-content-wpr {
        margin-bottom: 60px;
    }
    .mobile-attorney-content-wpr .mobile-caption-wpr {
        padding-right: 50px;
        padding-left: 50px;
    }
    .mobile-attorney-content-wpr .mobile-title-wpr p {
        font-size: 13px;
    }
    .background2-hero-wpr {
        background: #e0e7e6 url(../images/background2-2.png) no-repeat 0% 72%;
        height: 200px;
    }
    .contact-info-wpr {
        padding: 30px 0;
    }
    .schedule-wpr {
        font-size: 20px;
    } 
    .cta-hero-wpr {
        padding-top: 60px;
        padding-bottom: 60px;  
    }
    .statistics-hero-wpr {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .statistics-wpr {
        padding-right: 10px;
        padding-left: 10px;
    }
    .statistics-wpr h2 {
        font-size: 21px;
    }
    .statistics-wpr h3 {
        font-size: 16px;
    }
    .news-outer-wpr {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media (max-width: 420px){
    .quote-wpr {
        margin-bottom: 110px;
    }
    .about-wpr p {
        font-size: 16px;
    }
}
@media (max-width: 390px){
    .home-content {
        padding-top: 50px;
    }
    .quote-wpr {
        margin-bottom: 120px;
    }
    .contact-info-wpr {
        padding: 20px 0;
    }
    .news-summary-outer-wpr .tabh4 a {
        font-size: 16px;
    }   
}
@media (max-width: 330px) {
    .quote-wpr {
        margin-bottom: 170px;
    }
}

/*=============================================================================================
FOOTER
=============================================================================================*/
.extended-footer {
    width: 100%;
    background-color: #252525;
    margin-top: 100px;
}
.footer-logo-wpr{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-wpr1{
    background-color: #373737;
    height: 200px;
    text-align: center;
    padding: 30px 50px;

}
.footer-wpr2{
    background-color: #474747;
    height: 200px;
    text-align: center;
    padding: 30px 50px;

}
.footer-wpr3{
    background-color: #373737;
    height: 200px;
    text-align: center;
    padding: 30px 50px;

}
.footer-outer-wpr h2{
    color: #7ba5de;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.footer-outer-wpr p{
    color: #9facab;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 30px 0;
}
.footer-outer-wpr a{
    color: #9facab;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 0;
}
    .footer-outer-wpr a:hover{
        color: #fff;
        text-decoration: none;
    }
.footer-wpr3 ul{
    margin-top: 30px;
    margin-bottom: 44px;
}
.footer-wpr3 p{
    font-style: italic;
}
.footer-wpr3 .facebook a {
    padding: 8px 15px;
    border: 1px solid #ccc;
    color: #ccc;
}
    .footer-wpr3 .facebook a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
.footer-wpr3 .linkedin a {
    padding: 8px 13px;
    border: 1px solid #ccc;
    color: #ccc;
}
    .footer-wpr3 .linkedin a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
.footer-wpr3 .twitter a {
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #ccc;
}
    .footer-wpr3 .twitter a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
.subfooter-outer-wpr{
    background-color: #252525;
}
.subfooter-wpr{
    text-align: center;
    padding: 40px 0 60px 0;
}
.subfooter-wpr ul{
    padding: 0 0;
    margin: 0 0;
}
.subfooter-wpr ul li{
    display: block;
    float: left;
    padding-right: 38px;
}
.subfooter-wpr a{
    color: #7ba5de;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
    .subfooter-wpr a:hover{
        color: #617fa7;
        text-decoration: none;
    }
#footer li.social-icon a {
    padding: 4px 6px;
    font-size: 16px;
}
#footer li.twitter {
    background-color: #78cdf0;
    margin: 0;
}
    #footer li.twitter:hover {
        background-color: #04add2;
        transition: 0.2s ease-in-out;
    }
#footer li.facebook {
    background-color: #537bbd;
}
    #footer li.facebook:hover {
        background-color: #01527a;
        transition: 0.2s ease-in-out;
    }
.bottom-details {
    background-color: #1e1e1e;
    padding: 20px 0 10px 0;
}
.copyright {
    color: #9facab;
    font: 12px Arial, sans-serif;
    margin: 12px 0;
}
.copyright a {
    color: #9facab;
}
#tplogo{
    float:right;
    height:50px;
    width:165px;
    overflow:hidden;
}
#tplogo img{
    position: relative;
    right: 10px;
    top: -23px;
}

/* ---- FOOTER BREAKPOINTS ---- */

@media (max-width: 1199px) {
    .subfooter-wpr ul li {
        padding-right: 50px;
    }
    .footer-wpr1 {
        height: 226px;
    }
    .footer-wpr2 {
        height: 226px;
    }
    .footer-wpr3 {
        height: 226px;
    }
}
@media (max-width: 991px) {
    .footer-wpr1 {
        padding: 30px 20px;
    }
    .footer-wpr2 {
        padding: 30px 20px;
    }
    .footer-wpr3 {
        padding: 30px 20px;
    }
    .subfooter-wpr ul {
        margin: 0 0 0 66px;
    }
}

@media (max-width: 767px) {
    .footer-outer-wpr{
        padding-right: 50px;
        padding-left: 50px;
    }
    .footer-wpr1 {
        padding: 30px 20px;
        height: 200px;
    }
    .footer-wpr2 {
        padding: 30px 20px;
        height: 200px;
    }
    .footer-wpr3 {
        padding: 30px 20px;
        height: 200px;
    }
    .footer-outer-wpr p {
        margin: 0 0 50px 0;
    }
    .subfooter-wpr ul {
        margin: 0 0 0 104px;
    }
    .subfooter-wpr ul li {
        padding-right: 24px;
    }
    .copyright-wpr{
        text-align: center;
    }
    #tplogo {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 675px){
    .subfooter-wpr ul {
        margin: 0 0 0 70px;
    }
}
@media (max-width: 590px) {
    .subfooter-wpr ul {
        margin: 0 0;
    }
    .subfooter-wpr ul li {
        float: none;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .extended-footer {
        margin-top: 60px;
    }
    .footer-outer-wpr {
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-logo-wpr img{
        width: 80%;
    }
    .footer-outer-wpr p {
        margin: 0 0 27px 0;
    }
    .subfooter-wpr {
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 340px) {
    .footer-wpr1 {
        padding: 30px 10px;
    }
}
 @media (max-width: 360px) {

}
/*=============================================================================================
INTERIORS
=============================================================================================*/

.interior-bg {
    background-size: cover;
    height: 658px;
}
.interior-shell-outer-wpr {
    background: #FFF;
    padding-top: 35px;
}
.interior-content-wpr{
    padding: 18px 30px;
    background: #fff;
    min-height: 500px;
}
.interior-shell-inner-wpr {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;   
}
.interior-shell-inner-wpr .side-menu-wpr{
    background-color: transparent;
    padding-bottom: 15px;
    min-height: 300px;
}
.pageBody.wysiwyg h1 {
    margin-top: 0;
}
.side-menu, .content {
	margin-top: 25px;
	margin-bottom: 30px;	
}
.heading-samples td {
	border: none!important;
}
.interior-bg .displayName {
    line-height: 1100px;
}
.interior-bg .displayName span {
    
}
.interior-bg-empty {
}
.interior-bg-display-name {
    background-color: #009DDE;
    height: 121px;
    line-height: 121px;
}
.interior-hdr-img-viewport span {
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .interior-content-wpr{
        padding: 20px 0;
    }
}
/* ======== Side Menu ======== */

/*side menu title and link*/
.side-menu-wpr h3 { 
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 48px;
    text-transform: uppercase;
    color: #7ba5de;
    font-size: 21px;
    font-weight: 700;
}
.side-menu-wpr h3 a { 
    color: #7ba5de; 
}
.side-menu-wpr h3 a:hover { 
    text-decoration: none;
}
/*side menu main properties*/
ul.side-nav {
    list-style-type: none;
    list-style-position: inside;
   -webkit-padding-start: 0;
   padding: 0;
}
.side-nav li {
    padding: 0;
    margin: 0;
    color: #555;
}
.side-nav li:last-of-type {
    border-bottom: none; 
}
.side-nav li a {
    padding: 8px 0 8px 0;
    display: block;
    font-family: 'Poppins', Arial, sans-serif;
    text-transform: uppercase;
    color: #76777b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.side-nav li a:hover {
    text-decoration:none;
    color: #002d5d;
}
.side-nav li a.active {
    color: #002d5d;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
}
/*side menu sub properties*/
ul.side-nav-sub {
    -webkit-padding-start: 20px;
    padding-left: 20px;
}
.side-nav .has-sub .side-nav-sub li, ul.side-nav-sub ul.side-nav-sub {
    border-bottom: none;
}
.side-nav-sub li {
    list-style:none;   
}
.side-nav-sub li a {
    font-size: 13px;
}
.side-nav-sub li a.active {
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0 6px 0;
}
.side-nav-sub li .side-nav-sub li a.active {
    background-color: transparent;
    box-shadow: none;
    color: #002d5d;
    text-decoration: none;
}

/* ---- INTERIOR BREAKPOINTS ---- */

@media (max-width: 1199px) {

}

@media (max-width: 992px) {
    .interior-bg .container,
    .interior-bg-display-name .container {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 767px) {
    .interior-shell-outer-wpr {
        padding: 0;
    }
    .interior-bg {
        height: 200px;
    }
    .content {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .int-bg {
        height: 100px;
    } 
    .interior-bg .displayName {
        line-height: 30px;
        padding-top: 30px;
    }
    .interior-bg .displayName span {
        padding: 15px 0;
        font-size: 34px;
    }
    .interior-bg-display-name {
        height: 93px;
        line-height: 93px;
    }
}

@media (max-width: 480px) {
/*    .interior-bg .container, .interior-bg-display-name .container {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .interior-bg .displayName span {
        padding: 10px 0;
        font-size: 25px;
    }
}

@media (max-width: 320px) {

}

/*=============================================================================================
FLYOUT MENU
=============================================================================================*/

.fm-inner {
  position: initial;
}

/* ======== Hamburger Menu Icon ======== */

.hamburger-wrapper .icon-wpr {
    display:inline-block;
    margin-right: 7px;
    vertical-align:middle;
    color:#8fd4fa;
    opacity: 0.7;
}
.hamburger-wrapper .menu-text {
    display:inline-block;
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight:400;
    text-transform: uppercase;
    vertical-align:middle;
    padding-top: 0;
}
.fm-button {
    margin: 6px 0 6px 0;
    padding: 9px;
    width: 98px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255, .4);
    float: left;
}
.fm-button .fm-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF;
}
.fm-button:hover {
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #7ba5de;
    border: 1px solid transparent;
}

/* ======== Flyout Menu Main Container ======== */

.top-bar-strip{
    background-color: #76777b;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.top-bar-strip .container{
    width: auto;
}
.fm-container {
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    border: none;
    margin:0;
    padding: 1px;
    border-width:0;
}
.flexmenu.fm-offcanvas.fm-sm {
    z-index:100;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 54px;
    left: -70%;
    width: 70%;
    height: 100%;
    padding-bottom: 54px;
    /*-webkit-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
    box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);*/
    background-color: #3e3f40 !important;
}

/* ======== First Tier Menu Item ======== */

.flexmenu.fm-sm ul li:first-of-type {

}
.flexmenu.fm-sm ul li {
    border-top: 0;
    border-bottom: 1px solid #67686b;
}
.flexmenu.fm-sm ul li a {
    display: block;
    padding: 14px 15px;
    font-size: 16px;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    color: #fff;
    background-color: #76777b;
    font-family: 'Poppins', Helvetica, sans-serif;
    text-transform: uppercase;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
    background-color: #7ba5de;
}

/* ======== Second Tier Menu Item ======== */

.flexmenu.fm-sm ul ul li a {
    background-image: none;
    background-color: #67686b;
    font-size: 14px;
    padding-left: 30px;
}
.flexmenu.fm-sm ul ul li {
    border-top: 0;
    border-bottom: 1px solid #5c5c5f;
}
.flexmenu.fm-sm ul ul li a:hover, .flexmenu.fm-sm ul ul li a.active {
    background-color: #7ba5de;
}

/* ======== Third Tier Menu Item ======== */

.flexmenu.fm-sm ul ul li ul li a {
    background-image: none;
    background-color: #5c5c5f;
    font-size: 14px;
    padding-left: 60px;
}
.flexmenu.fm-sm ul ul li ul li {
  border-top: 0;
  border-bottom: 1px solid #4d4d4f;
}
.flexmenu.fm-sm ul ul li:last-of-type {
    border: none;
}
.flexmenu.fm-sm ul ul li ul li a:hover, .flexmenu.fm-sm ul ul li ul li a.active {
    background-color: #7ba5de;
}

/* ======== Fourth Tier Menu Item ======== */

.flexmenu.fm-sm ul ul ul li ul li a {
    background-image: none;
    background-color: #4d4d4f;
    font-size: 14px;
}
.flexmenu.fm-sm ul ul ul li ul li {
  border-top: 0;
  border-bottom: 1px solid #3e3f40;
}
.flexmenu.fm-sm ul ul ul li ul li a:hover, .flexmenu.fm-sm ul ul ul li ul li a.active {
    background-color: #7ba5de;
}
.flexmenu.fm-sm .navicon {
    position: absolute;
    top: 0;
    right: 2px;
    height: 50px;
    width: 50px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.flexmenu.fm-sm .navicon:after {
    border: 5px solid transparent;
    border-top-color: #FFF;
    content: "";
    position: absolute;
    right: 18px;
    top: 25px;
}

/* ======== Flyout Extras ======== */

.flyout-wpr {
    float: right;
    padding-top:10px;
}
.follow-us-flyout {
    background-color: #7ba5de;
    padding: 10px 0 16px 3px;
    -webkit-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
    box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
}
.follow-us-flyout ul {
    list-style-type: none;
    padding-left: 0;
    margin: 40px 0 20px 8px;
}
.flexmenu li.login-action-link a.login-action {
    background: #1d3a50 url(../images/lock.png) no-repeat;
    background-position: 15px 16px;
    padding-left: 32px !important;
    cursor: pointer;
}
.follow-us-flyout ul li.social-icon {
    border-bottom: 0;
    display: inline-block;
}
.follow-us-flyout ul li a {
    display: inline-block;
    border-radius: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    margin-left: 16px;
    margin-top: 6px;
    border-top: none;
    border-bottom: none;
}
.follow-us-flyout ul li a.flyout-icons {
    font-size: 23px;
    padding: 3px 9px;
}  
.follow-us-flyout ul li.facebook a.flyout-icons {
    border: 1px solid #fff;
    background-color: #7ba5de;
    color: #fff;
}
.follow-us-flyout ul li.linkedin a.flyout-icons {
    border: 1px solid #fff;
    background-color: #7ba5de;
    color: #fff;
}
.follow-us-flyout ul li.twitter a.flyout-icons {
    border: 1px solid #fff;
    background-color: #7ba5de;
    color: #fff;
}  
.follow-us-flyout ul li a.flyout-icons:hover {
    opacity: 0.7;
}
.follow-us-flyout li:first-of-type {
    margin-left: 0px;
}

/*ie fix - initial does not work - no fixed flyout menu */
@media screen\0 {
   .fm-inner {
        position: relative;
    }
        .flexmenu.fm-offcanvas.fm-sm {
        z-index:100;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: -70%;
        width: 70%;
        height: 100%;
        /*-webkit-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
        -moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
        box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);*/
        background-color: #1d3a50;
    }
}

/* ======== Custom Interior Styles - Attorneys List Page ======== */
.alt-header {
    background: #003b79 url(../images/alt_header-bg.png) repeat-x;
    height: 193px;
}
.alt2-header {
    background: #003b79 url(../images/alt2_header-bg.png) repeat-x;
    height: 130px;
}
.alt-header-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: -228px;
    left: 0;
    height: 193px;
}
.alt-header-box h1 {
    color: #fff;
    font: 500 30px 'Poppins', Arial, sans-serif;
    text-transform: none;
    margin: 0;
}
.alt-header-box h2 {
    color: #fff;
    font: 300 45px 'Poppins', Arial, sans-serif;
    text-transform: none;
    margin: 0;
}
.alt2-header-box {
    position: absolute;
    top: -165px;
    height: 130px;
}
.alt2-bar-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 50%;
    height: 130px;
}
.alt2-header-box .alt2-bar-col:first-of-type {
    position: relative;
    top: 8px;
}
.alt2-header-box h1 {
    color: #fff;
    font: 500 36px/30px 'Poppins', Arial, sans-serif;
    text-transform: none;
    margin: 0;
}
.alt2-header-box h2 {
    color: #fff;
    font: 300 30px 'Poppins', Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    margin: 0;
}
.alt2-bar-col ul {
    padding: 0;
    margin: 0;
}
.alt2-header-box .alt2-btn {
    list-style-type: none;
    float: left;
}
.alt2-header-box .alt2-btn:last-of-type {
    margin-left: 35px;
}
.alt2-header-box .alt2-btn a {
    background-color: #7ba5de;
    font: 500 24px 'Poppins', Arial, sans-serif;
    color: #fff;
    padding: 9px 0;
    width: 180px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,43,89,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,43,89,1);
    box-shadow: 2px 2px 5px 0px rgba(0,43,89,1);
}
.alt2-header-box .alt2-btn a:hover {
    text-decoration: none;
}
.altcc-header-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 70px;
    right: 0;
}
.altcc-header-box h1, .altcc-header-box h1 a {
    color: #fff;
    font: 500 27px/25px 'Poppins', Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    margin: 0;
}
.altcc-header-box h1 a:hover, .altcc-header-box h2 a:hover {
    text-decoration: none;
    color: #9facab;
    transition: .2s ease-in-out;
}
.altcc-header-box h2, .altcc-header-box h2 a {
    color: #fff;
    font: 300 24px 'Poppins', Arial, sans-serif;
    text-transform: none;
    margin: 0;
}
.int-attorney-outer-wpr {
    background-color: #f5f7f6;
    padding: 20px 20px;
    box-shadow: 3.3px 2.3px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    margin: 0 15px 30px;
}
.int-attorney-inner-wpr{
    padding: 0;
}
.attorney-list-page .int-attorney-inner-wpr {
    padding-left: 20px;
}
.attorney-list-page .int-attorney-inner-wpr:first-of-type {
    padding-left: 0;
}
.attorney-list-page h3, .styled-pages h3{
    font-family: 'Poppins', Arial, sans-serif;
    color: #002d5d;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.attorney-list-page h4, .styled-pages h4{
    font-family: 'Poppins', Arial, sans-serif;
    color: #7ba5de;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 15px 0;
}
.attorney-list-page h5, .styled-pages h5{
    font-family: 'Poppins', Arial, sans-serif;
    color: #7ba5de;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.attorney-list-page p, .styled-pages p{
    font-family: 'Poppins', Arial, sans-serif;
    color: #002d5d;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.attorney-list-page .int-attorney-inner-wpr-last a, .styled-pages .int-attorney-inner-wpr-last a{
    color: #7ba5de;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0;
    float: right;
}
.attorney-list-page .int-attorney-inner-wpr-last {
    padding-right: 0;
}
.attorney-list-page .footer-outer-wpr p, .styled-pages .footer-outer-wpr p{
    color: #9facab;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 30px 0;
}
.styled-pages .int-attorney-inner-wpr p.text-left:last-of-type, .styled-pages .int-attorney-inner-wpr-last p.text-left:last-of-type {
    margin-bottom: 0;
}
.attorney-list-page .copyright, .styled-pages .copyright{
    color: #9facab;
    font: 12px Arial, sans-serif;
    margin: 12px 0;
}
@media (max-width: 991px) {
    .alt-header-box h1 {
        font: 500 25px 'Poppins', Arial, sans-serif;
    }
    .alt-header-box h2 {
        font: 500 45px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box .alt2-btn a {
        width: 135px;
    }
    .alt2-header-box .alt2-btn:last-of-type {
        margin-left: 15px;
    }
    .alt2-header-box h1 {
        font: 500 30px/24px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box h2 {
        font: 300 24px 'Poppins', Arial, sans-serif;
    }
    .altcc-header-box {
        bottom: 18px;
        left: 45px;
    }
    .altcc-header-box h1, .altcc-header-box h1 a {
        font: 500 22px/20px 'Poppins', Arial, sans-serif;
    }
    .altcc-header-box h2, .altcc-header-box h2 a {
        font: 300 18px 'Poppins', Arial, sans-serif;
    }
    .attorney-list-page .int-attorney-inner-wpr {
        width: 240%;
    }
}
@media (max-width: 767px){
    .int-attorney-inner-wpr img {
        width: 33%;
    }
    .alt-header-box {
      margin-top: 35px;
    }
    .alt-header-box h1 {
        font: 500 20px 'Poppins', Arial, sans-serif;
    }
    .alt-header-box h2 {
        font: 500 40px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box {
        top: -130px;
        width: 100%;
    }
    .alt2-header-box .alt2-btn a {
        font: 500 18px 'Poppins', Arial, sans-serif;
        width: 115px;
    }
    .int-attorney-outer-wpr {
        display: inherit;
    }
    .attorney-list-page .int-attorney-inner-wpr {
        padding-top: 20px;
        padding-left: 0;
        width: 100%;
    }
    .attorney-list-page .int-attorney-inner-wpr:first-of-type {
        padding-top: 0;
    }
    .attorney-list-page .int-attorney-inner-wpr-last, .styled-pages .int-attorney-inner-wpr-last {
        padding: 0;
    }
    .styled-pages .int-attorney-inner-wpr p.text-left:last-of-type {
        margin-bottom: 20px;
    }
    .attorney-list-page .int-attorney-inner-wpr-last a {
        position: relative;
        top: -15px;
    }
}
@media (max-width: 680px) {
    .alt-header-box h1 {
        font: 500 18px 'Poppins', Arial, sans-serif;
    }
    .alt-header-box h2 {
        font: 500 35px 'Poppins', Arial, sans-serif;
    }
}
@media (max-width: 650px){
    .int-attorney-inner-wpr img {
        width: 40%;
    }
}
@media (max-width: 605px) {
    .alt-header-box h1 {
        font: 500 15px 'Poppins', Arial, sans-serif;
    }
    .alt-header-box h2 {
        font: 500 30px/40px 'Poppins', Arial, sans-serif;
    }
}
@media (max-width: 595px) {
    .alt2-header-box .alt2-btn a {
        width: 80px;
    }
    .alt2-header-box .alt2-bar-col:first-of-type {
        position: relative;
        top: 3px;
    }
    .alt2-header-box h1 {
        font: 500 26px/24px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box h2 {
        font: 300 18px 'Poppins', Arial, sans-serif;
    }
}
@media (max-width: 550px){
    .int-attorney-inner-wpr img {
        width: 50%;
    }
}
@media (max-width: 485px) {
    .alt2-header-box .alt2-btn a {
        font: 500 14px 'Poppins', Arial, sans-serif;
        width: 65px;
    }
    .alt2-header-box h1 {
        font: 500 24px/24px 'Poppins', Arial, sans-serif;
    }
}
@media (max-width: 479px){
    .int-attorney-inner-wpr img {
        width: 62%;
    }
    .int-attorney-inner-wpr {
        height: auto;
    }
}
@media (max-width: 445px){
   .alt2-header-box h1 {
        font: 500 19px/21px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box h2 {
        font: 300 16px 'Poppins', Arial, sans-serif;
    }
}
@media (max-width: 425px){
    .int-attorney-inner-wpr img {
        width: 65%;
    }
}
@media (max-width: 400px){
    .int-attorney-inner-wpr img {
        width: 77%;
    }
    .altcc-header-box h1, .altcc-header-box h1 a {
        font: 500 17px/15px 'Poppins', Arial, sans-serif;
    }
    .altcc-header-box h2, .altcc-header-box h2 a {
        font: 300 14px 'Poppins', Arial, sans-serif;
    }
}
@media (max-width: 375px) {
    .alt-header-box h2 {
        font: 500 24px/28px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box h1 {
        font: 500 16px/18px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box h2 {
        font: 300 12px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box .alt2-btn a {
        font: 500 11px 'Poppins', Arial, sans-serif;
        width: 55px;
    }
}
@media (max-width: 360px){
    .int-attorney-inner-wpr img {
        width: 87%;
    }
}
@media (max-width: 330px){
    .int-attorney-inner-wpr img {
        width: 80%;
    }
    .alt2-header-box h1 {
        font: 500 14px/18px 'Poppins', Arial, sans-serif;
    }
    .alt2-header-box .alt2-btn a {
        font: 500 10px 'Poppins', Arial, sans-serif;
        width: 50px;
    }
}

/* ======== Custom Interior Styles - Individual Attorneys Page ======== */
.pages_fred-cunningham .interior-bg {
    background-size: cover;
    height: 775px;
}
.pages_fred-cunningham .interior-bg .displayName {
    line-height: 1267px;
}
.pages_fred-cunningham .interior-hdr-img-viewport span {
    color: #002d5d;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
}
@media (max-width: 992px) {
    .pages_fred-cunningham .interior-bg .container,
    .pages_fred-cunningham .interior-bg-display-name .container {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 767px) {
    .pages_fred-cunningham .interior-shell-outer-wpr {
        padding: 0;
    }
    .pages_fred-cunningham .interior-bg {
        height: 280px;
    }
    .pages_fred-cunningham .content {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .pages_fred-cunningham .int-bg {
        height: 100px;
    } 
    .pages_fred-cunningham .interior-bg .displayName {
        line-height: 100px;
    }
    .pages_fred-cunningham .interior-bg .displayName span {
        padding: 15px 16px;
        font-size: 26px;
    }
    .pages_fred-cunningham .interior-bg-display-name {
        height: 93px;
        line-height: 93px;
    }
}

@media (max-width: 480px) {
    .pages_fred-cunningham .interior-bg .container, .pages_fred-cunningham .interior-bg-display-name .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pages_fred-cunningham .interior-bg .displayName span {
        padding: 10px 10px;
        font-size: 25px;
    }
}