/******************************************/
/* Theme Name: PaperStreet                */
/* Theme URI: http://www.gllawgroup.com   */
/* Author: PaperStreet                    */
/* Author URI: http://www.paperstreet.com */
/* Description: For GL Law Group          */
/* Version: 2.07.25.18                    */
/******************************************/
/* Table of Contents                      */
/******************************************/
/* - General
/* - Header
/* - Menus
/* - Banner
/* - Content
/* - Features
/* - Footer
/* - Font Awesome
/* - Link Transitions
/* - Responsive
/******************************************/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/wp-content/themes/paperstreet/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/wp-content/themes/paperstreet/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/wp-content/themes/paperstreet/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/wp-content/themes/paperstreet/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/wp-content/themes/paperstreet/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/wp-content/themes/paperstreet/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/wp-content/themes/paperstreet/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover,
		#cboxPrevious:focus{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover,
		#cboxNext:focus{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/wp-content/themes/paperstreet/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover,
		#cboxClose:focus{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/******************************************/
/* General
/******************************************/
/* Site loaded */
.hide-site {display: none !important;}

/* HTML */
html {overflow-y: scroll;}

/* Body */
body {display: block !important; line-height: 1.667rem; color: #464646; font-size: 1rem; font-family: 'Catamaran', sans-serif; background-color: #ffffff;}

/* Focus outline */
*:focus {outline: auto;}

/* Fluid Font Sizing */
/* REM: 16px @ 320px increasing to 18px @ 1920px */
@media (min-width: 320px) {
	/* Where: * 0.2083 = 100 * font_Size_Difference / viewport_Width_Difference */
	:root {font-size: calc(1rem + ((1vw - 3.2px) * 0.2083));}
}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {
	:root {font-size: 18px;}
}

/* General > Headings and Paragraphs */
h1, h2, h3, h4, h5, h6 {margin: 0 0 1.667rem; color: #193867; font-family: 'Cardo', serif; line-height: 1.2; font-weight: normal;}
h1 {font-size: 1.667rem;}
h2 {font-size: 1.334em; text-transform: uppercase;}
h3 {font-size: 1.112rem;}
h4 {font-size: 0.889rem; text-transform: uppercase; font-family: 'Catamaran', sans-serif; font-weight: bold;}
h5,
h6 {font-size: 0.778rem; font-family: 'Catamaran', sans-serif;}
p {margin: 0 0 1rem; font-size: 0.945rem; color: #464646;}

/* General > Lists */
ol,
ul {margin: 0 0 1.667rem; padding: 0;}
ul {list-style: none;}
ol {list-style-position: inside;}
.content ul {padding: 0 0 0 30px; clear: both; border-left: 2px solid #e6e6e6; margin: 45px 0 50px 50px;}
.content li {font-size: 0.945rem; color: #464646; padding: 0 0 0 17px; position: relative; margin-bottom: 5px;}
.content ul li:before {position: absolute; left: 0; content: "\f0da"; color: #f37c2d; font-weight: bold;}
.content ul ul {margin: 20px 0 20px 20px;}

blockquote {font-style: italic; position: relative; margin: 0 0 1.667rem; padding: 1.111rem 1.111rem 1.111rem 14%; border-left: 5px solid #e0e0e0;}
blockquote p {margin: 0;}
blockquote:before {content: "\f10d"; position: absolute; top: 1%; left: 3%; font-size: 2.778rem; opacity: 0.1; font-style: normal;}

iframe {margin-bottom: 30px;}
hr {background: #464646; width: 20%; height: 5px; display: block; border: none; margin: 30px 0;}

/* General > Links and Buttons */
a {
	/* color: #f37c2d; */
	color: #C4550B;
	text-decoration: none;}
a:hover,
a:focus {color: #193867; text-decoration: none;}
a.no-underline {text-decoration: none;}
a.no-underline:hover,
a.no-underline:focus {text-decoration: underline;}
button,
.button {font-size: 0.778rem; letter-spacing: 0.75px; text-transform: uppercase; cursor: pointer; margin: 0; border-radius: 0; padding: 8px 30px; text-align: center; display: inline-block; color: #ffffff; background-color: #f37c2d; text-decoration: none !important; font-weight: bold;}
button:hover,
button:focus,
.button:hover,
.button:focus {background-color: #193867; color: #ffffff;}

/* Alignment */
.content .align-center {text-align: center;}
.content .align-left {text-align: left;}
.content .align-right {text-align: right;}
.content img.alignright {float: right; margin: 0 0 9px 15px;}
.content img.alignleft {float: left; margin: 0 15px 9px 0;}
.content img.aligncenter {display: block; margin: 0 auto 15px;}
.content table.alignright {float: right; position: relative; z-index: 2; margin: 0 0 10px 10px;}
.content table.alignright ul {list-style: none !important;}

/*Button variation 1: Blue to black and white*/
button.button-variation-1,
.button-variation-1 {background-color: #464646;}
button.button-variation-1:hover,
button.button-variation-1:focus,
.button-variation-1:hover,
.button-variation-1:focus {background-color: #000; color: #ffffff;}
button.outline,
.button.outline {background: none; border: 3px solid #464646; color: #464646;}
button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {background: #464646; color: #ffffff;}
button.thin,
.button.thin {padding: 6px 18px;}

/* General > Inputs */
input, select, textarea {color: #464646; background-color: #ffffff; font-size: 0.8889rem; line-height: 1.0; border: none; -webkit-box-shadow: none; box-shadow: none; margin: 0; width: 100%; border-radius: 0; padding: .5rem;}
input {height: 2.4375rem;}
textarea {resize: none; min-height: 100px;}
form label,
form p {font-size: 0.8889rem;}
label {color: #19325b;}
label i {margin-right: 4px;}
.form-input-group {display: block; width: 100%; margin-bottom: 15px;}
input.has-error {border: 1px solid #ff0000 !important; -webkit-box-shadow: 0 0 2px #ff0000 !important; box-shadow: 0 0 2px #ff0000 !important;}
p.error-text {color: #ff0000; margin: 0; -webkit-animation: fadeIn 125ms both; animation: fadeIn 125ms both;}

/* General > Common Animations */
.animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated.fast {-webkit-animation-duration: 600ms !important; animation-duration: 600ms !important;}
.animated.slow {-webkit-animation-duration: 1400ms !important; animation-duration: 1400ms !important;}

/* General > Skip To Content */
#skiptocontent {padding: 6px; z-index: 1000; position: fixed; top: 0px; left: 0px; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); opacity: 0; background-color: #464646; color: #ffffff; border-radius: 0 0 8px 0; -webkit-transition: transform 400ms ease-out, opacity 700ms ease-out; -webkit-transition: opacity 700ms ease-out, -webkit-transform 400ms ease-out; transition: opacity 700ms ease-out, -webkit-transform 400ms ease-out; -o-transition: transform 400ms ease-out, opacity 700ms ease-out; transition: transform 400ms ease-out, opacity 700ms ease-out; transition: transform 400ms ease-out, opacity 700ms ease-out, -webkit-transform 400ms ease-out;}
#skiptocontent:focus {-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1;}

@media only screen and (max-width: 640px) {
	#skiptocontent {display: none !important;}
}

/* General > Common Background Colors */
.background-01 {background-color: #e0e0e0;}
.background-02 {background-color: #c2c2c2;}

/* General > Utility Classes */
.row {max-width: 1400px;}
.smaller-text {font-size: 0.7778rem;}
.center,
.text-center {text-align: center;}
.uppercase {text-transform: uppercase;}
.hide {display: none;}
.visually-hidden {border: none !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important;}
.opacity0 {opacity: 0;}
.opacity1 {opacity: 1 !important;}
.no-margin {margin: 0;}
.no-min-height {min-height: 0;}
.no-padding {padding: 0;}
.background-cover {background-size: cover; background-repeat: no-repeat;}
.flex {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex;}

.mobile-show {display: none;}
.tablet-show {display: none;}

/******************************************/
/* Header
/******************************************/
.header {position: fixed; top: 0; width: 100%; z-index: 999; height: 120px; background-color: #ffffff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0); -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);}
body.home .header {opacity: 0;}
body.admin-bar .header {top: 32px;}
body.admin-bar.search-open .header {top: 0;}
body.scrolled .header {box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); height: 100px;}
body.search-open .header {position: relative;}
.header > .row {height: 100%;}
.header .columns {position: relative;}
.header a {text-decoration: none;}
.header-inner {height: 100%; position: relative;}

/* Header > Top Search */
.top-search {position: relative; background-color: #193867; width: 100%; display: none; padding: 20px 0 35px;}
.top-search form {position: relative;}
.top-search input {margin: 0; height: 50px; border: 0 none; font-size: 1.333rem; color: #ffffff; border-bottom: 1px solid #fff; background: none; box-shadow: none; -webkit-box-shadow: none;}
.top-search input::-webkit-input-placeholder {color: #e0e0e0;}
.top-search input:-ms-input-placeholder {color: #e0e0e0;}
.top-search input::-ms-input-placeholder {color: #e0e0e0;}
.top-search input::placeholder {color: #e0e0e0;}
.top-search button {padding: 0 10px 0 0; position: absolute; top: 0; right: 0; height: 50px; color: #ffffff; font-size: 1.2rem; background: none;}
.top-search button:hover,
.top-search button:focus {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}

/* Header > Left */
.header .header-left {float: left; display: none; padding: 5px 0;}
.header .header-left .top-search-open-button {float: none; border-radius: 0 50% 50% 0; width: 50px; height: 50px; line-height: 50px; margin: 0;}

/* Header > Logo */
.header .logo {max-width: 100%; position: absolute; left: 0; top: 0; z-index: 3; padding: 39px 0 38px;}
.header .logo a {display: block;}
.header .logo img,
.header .logo svg {margin: 0; display: block; max-width: 100%;}
body.scrolled .logo {padding: 29px 0 28px;}


/* Header > Right */
.header .header-right {float: right; padding: 44px 0 15px;  display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-align-items: center; -ms-align-items: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
body.scrolled .header-right {padding: 32px 0 10px;}

#open-mobile-menu {float: right; width: 50px; height: 50px; line-height: 50px; color: #ffffff; background-color: #193867; border-radius: 50%; display: block; text-align: center; margin-left: 5px; font-size: 0.883rem; padding: 0;}
#open-mobile-menu {display: none;}
#open-mobile-menu:hover,
#open-mobile-menu:focus {background-color: #f37c2d;}

/* Header > Phone Icon */
.header .phone-link {float: right; width: 35px; height: 35px; line-height: 35px; color: #ffffff; background-color: #bdc7d7; border-radius: 50%; display: block; text-align: center; margin-left: 15px; font-size: 0.778rem;}
.header .phone-link:hover,
.header .phone-link:focus {background-color: #f37c2d;}

/* Header > Search Icon */
.header .top-search-open-button {float: right; width: 35px; height: 35px; line-height: 35px; color: #ffffff; background-color: #bdc7d7; border-radius: 50%; display: block; text-align: center; margin-left: 15px; font-size: 0.778rem; padding: 0; letter-spacing: 0;}
.header .top-search-open-button:hover,
.header .top-search-open-button:focus {background-color: #f37c2d;}

/* Header > Menu */
.menu.main-navigation {margin: 0; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.menu.main-navigation li {display: block; position: relative; padding: 0; font-size: 0.778rem; font-weight: bold; letter-spacing: 1px;}
.menu a {color: #363636; line-height: 1.0;}
.menu.main-navigation > li > a {padding: 5px 13px 10px; text-transform: uppercase; display: block; height: 100%;
	/* color: #f37c2d; */
	color: #C4550B;
	position: relative; z-index: 2;}
.menu.main-navigation > li > a:after {content: ""; width: 20px; height: 2px; position: absolute; bottom: -2px; left: 13px; background-color: rgba(243,124,45,0); z-index: 1;}

#mega-menu.open,
.menu.main-navigation > li:hover > .sub-menu,
.menu.main-navigation > li:focus > .sub-menu,
.menu.main-navigation > li.active > .sub-menu,
.menu.main-navigation > li a:focus + .sub-menu {display: block; -webkit-animation: menu-slide-down 200ms both; animation: menu-slide-down 200ms both;}
.menu.main-navigation a:focus,
.menu.main-navigation a:hover,
.menu.main-navigation li:hover > a {color: #193867;}
.menu.main-navigation > li > a:focus:after,
.menu.main-navigation > li > a:hover:after,
.menu.main-navigation > li:hover > a:after {background-color: #193867;}

/* Header > Menu > Main Nav Dropdowns (Level 2) */
.menu.main-navigation .sub-menu {display: none; position: absolute; top: 100%; width: 500px; margin: 0; padding: 0; background-color: #193867; left: 13px; z-index: 3;}
.menu.main-navigation .sub-menu li {position: relative; font-size: 0.945rem; text-transform: none; font-weight: 500;}
#mega-menu li a,
.menu.main-navigation .sub-menu li a {color: #ffffff; display: block; padding: 12px 35px !important; line-height: 1.8; border-bottom: 1px solid #476085; font-weight: 500;}
.menu.main-navigation .sub-menu li:last-child a {border: none;}
.menu.main-navigation .sub-menu li a:after {content: "\f0da"; position: absolute; left: 15px; top: 11px; font-weight: bold; color: #f37c2d;}
.menu.main-navigation .sub-menu li:first-child a:after {top: 11px !important;}
#mega-menu a:hover,
#mega-menu a:focus,
.menu.main-navigation .sub-menu li a:hover,
.menu.main-navigation .sub-menu li a:focus {background-color: #f37c2d; border-color: #f37c2d; margin-top: -1px; padding-top: 13px !important;}
.menu.main-navigation .sub-menu li:first-child a:hover,
.menu.main-navigation .sub-menu li:first-child a:focus {margin-top: 0; padding-top: 12px !important;}
.menu.main-navigation .sub-menu li a:hover:after,
.menu.main-navigation .sub-menu li a:focus:after {top: 12px; color: #ffffff;}

/* Header > Menu > Mega Menu */
#mega-menu {width: 100%; position: absolute; top: 65px; left: 0; display: none; background: #464646; padding: 1.25rem 4.0rem 1.667rem; z-index: 9;}
#mega-menu p.title {font-size: 1.667rem; color: #ffffff; font-weight: 600; font-family: 'Muli', sans-serif; margin: 15px auto; max-width: 1360px; width: 100%;}
#mega-menu ul.menu {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 auto; max-width: 1360px;}
#mega-menu ul.menu li {width: 47.5%; margin-right: 2.5%; padding-right: 2.5%; position: relative; margin: 0;}
#mega-menu ul.menu li > a {font-size: 1rem; padding: 6px 15px 6px 35px;}
#mega-menu ul.menu li > a:after {content: "\f0da"; position: absolute; left: 15px; color: #f37c2d !important;}
#mega-menu ul.menu li:nth-child(2n) {padding-right: 0;}
#mega-menu ul.menu .sub-menu {display: none;}

/* Header > Menu > Custom Menu Animations */
@keyframes menu-slide-right {
	from {opacity: 0; margin-left: -10px;}
	to {opacity: 1; margin-left: 0;}
}

@-webkit-keyframes menu-slide-right {
	from {opacity: 0; margin-left: -10px;}
	to {opacity: 1; margin-left: 0;}
}

@keyframes menu-slide-down {
	from {opacity: 0; margin-top: -10px;}
	to {opacity: 1; margin-top: 0;}
}

@-webkit-keyframes menu-slide-down {
	from {opacity: 0; margin-top: -10px;}
	to {opacity: 1; margin-top: 0;}
}

/* Mobile Navigation */
#mobile-menu:not(.active) {display: none;}

/******************************************/
/* Homepage
/******************************************/


/* Homepage > Slider */
.slider-home {position: relative; opacity: 0; margin-top: 120px;}
.slider-home video {max-width: none; position: absolute; top: -7%; left: 50%; min-height: 100vh; min-width: 100vw; z-index: 0; -webkit-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); transform: translate(-50%, 0%);}
.slider-home,
.slider-home-single {height: calc(100vh - 120px); overflow: hidden; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: bottom center; min-height: 700px;}
body.admin-bar .slider-home,
body.admin-bar .slider-home-single {height: calc(100vh - 152px);}

.slider-home-single .small-show {display: none; background-repeat: no-repeat; background-size: cover; background-position: bottom center; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}

.slider-home .text-box {position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 2; bottom: 0;}
.slider-home .text-box .headline-text {text-align: center; top: 45%; transform: translateY(-50%); position: absolute; padding: 15px; width: 100%;}
.slider-home .text-box .headline-text p.headline {color: #ffffff; font-size: 6.667rem; font-weight: 500; letter-spacing: 2px; opacity: 0; text-transform: uppercase; line-height: 1; margin: 0; font-family: 'Cardo', serif;}

.slider-home .scroll-holder {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); opacity: 0; background-color: #f37c2d; width: 45px;}
.slider-home .scroll-holder a {width: 45px; height: 45px; background-color: #f37c2d; color: #ffffff; text-align: center; line-height: 45px; font-size: 1.2rem; display: block; margin-right: 12px; padding-right: 3px;}
.slider-home .scroll-holder:hover,
.slider-home .scroll-holder:focus,
.slider-home .scroll-holder a:hover,
.slider-home .scroll-holder a:focus {background-color: #193867; color: #ffffff;}

@keyframes subtleBounce {
	from 0%, 100%, to {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
	70% {-webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}
}
.subtleBounce {-webkit-animation-name: subtleBounce; animation-name: subtleBounce; -webkit-transform-origin: center bottom; transform-origin: center bottom;}
.animated.subtleBounce{-webkit-animation-duration: 2s; animation-duration: 2s;}


.video-wrap {position: absolute; top: 0; right: 0;     width: 100%;

    z-index: 9;
    max-width: 298px;}
.video-hold {position: relative;}
.test123 {position: relative; opacity: 0.9;}
.test123 a:after {
  content: "\f144";
  font-family: 'Font Awesome 5 Pro';
  font-size: 3rem;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: transform 150ms ease-out;
  -moz-transition: transform 150ms ease-out;
  -ms-transition: transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  color: #fff;
  pointer-events: none;
  z-index: 1;
      top: 40%;
    right: 40%;
    position: absolute;
}
.test123:hover,
.test123:focus {opacity: 0.7}

.mobile-vid {display: none; position: relative; margin: 0 auto;}
.te-vid {display: none;}
.video-wrap.mobile-vid {}

@media screen and (max-width: 760px) {
  /*.mobile-vid {display: none;}*/
  .mobile-vid {display: block;}
  .te-vid h2 {text-align: center; color: #fff;}
  .te-vid {display: block; padding: 30px 10px; background-color: #193867;}
  .desktop-vid {display: none;}
}


/* Homepage > Intro */
.intro-section {padding: 60px 0 80px; opacity: 0; text-align: center;}
.intro-section .text-area {max-width: 1020px; margin: 0 auto 50px;}
.intro-section .text-area h1 {font-size: 2.667rem; text-align: center; text-transform: uppercase;}
.intro-section .text-area p {font-weight: 500;}
.intro-section .text-area p:last-child {margin: 0;}
.intro-section .text-area p strong {color: #f37c2d;}

.intro-section .practice-area:after {clear: both; content: ""; display: block;}
.intro-section .practice-area .practice-box {width: 20%; float: left; padding: 0 2.5px;}
.intro-section .practice-area .practice-box .practice-link {color: #464646; text-decoration: none; width: 100%; min-height: 250px; background-color: #193867; display: block; padding: 210px 5px 20px; position: relative; background-repeat: no-repeat; background-position: top center; background-size: 100% auto; max-width: 275px; box-shadow: 0 7px 20px rgba(0,0,0,0);}
.intro-section .practice-area .practice-box .practice-link:after {content: ""; background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,124,45,1) 80%); background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,124,45,1) 80%); background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,124,45,1) 80%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40, rgba(255,255,255,0)), color-stop(100, rgba(243,124,45,1))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,124,45,1) 80%); background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(243,124,45,1) 80%); display: block; position: absolute; bottom: 0; top: 0; left: 0; right: 0; opacity: 0;}
.intro-section .practice-area .practice-box a .practice-link h2 {margin: 0; font-size: 1rem; color: #ffffff; position: relative; font-weight: bold; font-family: 'Catamaran', sans-serif; letter-spacing: 1px; z-index: 3;}
.intro-section .practice-area .practice-box a.parent:hover .practice-link,
.intro-section .practice-area .practice-box a.parent:focus .practice-link {transform: scale(1.15); z-index: 2; box-shadow: 10px 0 20px #000000; box-shadow: 0 7px 20px rgba(0,0,0,0.5);}
.intro-section .practice-area .practice-box a.parent:hover .practice-link:after,
.intro-section .practice-area .practice-box a.parent:focus .practice-link:after {opacity: 1;}

/* Homepage > Accordion */
.accordion-section {background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 120px 0 160px;}
body.home .accordion-section {opacity: 0;}
.accordion-section .row {max-width: 930px;}
.accordion-section .accordion-item:last-child {border-bottom: 1px solid #193867;}
.accordion-section h2 {font-size: 2.667rem; text-align: center;}
.accordion-section h2:after {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; font-size: 1.4rem; color: #f37c2d; font-weight: bold; margin-top: 10px; display: block;}

.accordion-section .accordion-item-title {font-size: 1.5rem; font-weight: 300; color: #193867; border-bottom: none; border-top: 1px solid #193867; padding: 1.4rem 0.5rem 1.4rem 1.4rem; display: block; text-transform: uppercase; font-family: 'Catamaran', sans-serif; letter-spacing: 3px;}
.accordion-section .accordion-item:first-of-type .accordion-item-title {border-top: 1px solid #193867;}
.accordion-section .accordion-item-title:hover,
.accordion-section .accordion-item-title:focus {color: #e56f20;}
.accordion-section .accordion-item-title.active {color: #193867;}
.accordion-section .accordion-item-title:after,
.accordion-section .accordion-item-title.active:after,
.accordion-section .accordion-item-title:hover:after,
.accordion-section .accordion-item-title:focus:after {color: #f37c2d; background: none;}

.accordion-section .accordion-item-content {padding: 1rem 0.5rem 1.4rem 1.4rem; margin-top: -1rem;}
.accordion-section .accordion-item-content p {color: #193867;}
.accordion-section .accordion-item-content > *:last-child {margin: 0 0 15px;}

/* News */
.news-section {opacity: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 90px 0;}
.news-section h2 {font-size: 2.667rem; text-align: center;}
.news-section h2:after {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; font-size: 1.4rem; color: #f37c2d; font-weight: bold; margin-top: 10px; display: block;}

.news-slider {opacity: 0;}
.news-area {outline: none;}
.news-area .news-box {display: block; padding: 30px 20px 30px 30px; border-bottom: 1px solid #f37c2d; background-color: #f6f8fa; position: relative; min-height: 250px; width: calc(100% - 30px);}
.news-area .news-box h3 {font-size: 0.945rem; margin: 0 0 10px; padding: 0; border: 0; color: #193867; font-family: 'Catamaran', sans-serif; font-weight: bold; line-height: 1.5; min-height: 86px;}
.news-area .news-box:hover h3,
.news-area .news-box:focus h3 {
	text-decoration: underline;
}
.news-area .news-box a:hover h3,
.news-area .news-box a:focus h3 {color: #f37c2d;}
.news-area .news-box .view-more:before {display: block; content: ""; width: 5px; height: 1px; background-color: #5d5e5e; margin: 0 0 15px;}
.news-area .news-box .view-more {font-weight: bold; text-transform: uppercase; font-size: 0.789rem;}
.news-section p.center-button {text-align: center; margin: 0;}
a.more-news {background-color: #193867; display: inline-block;font-size: 0.778rem; color: #ffffff; padding: 10px 15px; line-height: 1; margin: 40px 0 0;}
a.more-news:hover,
a.more-news:focus {background-color: #f37c2d;}

.mobile-practice-box{display: none !important;}

/******************************************/
/* Banner
/******************************************/
.banner {position: relative; height: 360px; background-repeat: no-repeat; background-size: cover; -ms-background-position-x: 50%; background-position-x: 50%; margin-top: 120px;}
/*.banner .banner-container {background-color: rgba(0,52,83,0.75); height: 100%;}*/
.search-open .banner {margin: 0;}
.banner img {position: relative; width: 100%;}
.banner .banner-container .row {height: 100%; max-width: 1410px;}
.banner-inner {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; height: 360px; min-height: 360px;}
.banner .text-holder {width: 100%; text-align: center;}
.banner-title {font-size: 4.723rem; color: #ffffff; margin: 0; line-height: 1.2; font-family: 'Cardo', serif; text-transform: uppercase; letter-spacing: 5px; font-weight: normal;}
.banner-desc {font-size: 2rem; color: #ffffff; margin: 0; letter-spacing: 1px; text-transform: uppercase; display: block; line-height: 1.4; font-family: 'Cardo', serif; font-weight: 300;}

/* Banner > Attorney Banner */
body.single-attorneys .banner {padding: 120px 0 0; margin: 0; background-color: #e6eff2; height: 586px; overflow: hidden;}
body.single-attorneys .banner .banner-inner {background: none; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-align-items: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; min-height: initial; height: auto;}

.attorney-banner-left {min-width: 50%; position: relative; padding: 75px 0 50px;}
.attorney-banner-left h1 {letter-spacing: 1px; font-size: 2.667rem; margin-bottom: 10px; line-height: 1.0; font-weight: bold; color: #1d3867;}
.attorney-banner-left p {font-size: 1rem; margin: 0; font-weight: 600; color: #1d3867;}
.attorney-banner-left p a {text-decoration: none;}
.attorney-banner-left p.return {font-size: 0.612rem; margin-bottom: 30px; text-transform: uppercase; font-weight: normal;}
.attorney-banner-left p.return a {color: #707070;}
.attorney-banner-left p.return a:hover,
.attorney-banner-left p.return a:focus {color: #f37c2d;}
.attorney-banner-left p.return .fal {margin-right: 6px;}
.attorney-banner-left p.position {text-transform: uppercase; font-size: 0.889rem; letter-spacing: 1px; color: #707070; margin: 0 0 10px; font-weight: normal;}
.attorney-banner-left hr {width: 5px; height: 1px; color: #707070; margin: 0 0 15px;}
.attorney-banner-left p.phone a {color: #1d3867;}
.attorney-banner-left p .far {color: #1d3867; margin-right: 7px; width: 20px;}
.attorney-banner-left p a:hover,
.attorney-banner-left p a:focus {color: #1d3867; text-decoration: underline;}
.attorney-banner-left p.phone a:hover,
.attorney-banner-left p.phone a:focus {color: #f37c2d;}

.attorney-banner-right,
.attorney-banner-right img {max-height: 100%; width: auto; margin: 0 auto; text-align: center; overflow: hidden;}
.attorney-banner-right {display: flex; align-items: flex-end;}
.attorney-banner-right.add-height {padding-bottom: 120px;}
.attorney-banner-right.add-height img {border: 1px solid #193867;}

.attorney-mobile {-ms-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; display: none;}
.attorney-mobile,
.attorney-mobile img {max-height: 100%; text-align: center; width: 300px; margin: 0 auto;}
.attorney-mobile p.return {font-size: 0.667rem; margin: 50px 0 20px; text-transform: uppercase; font-weight: bold; line-height: 1.0;}
.attorney-mobile p.return a {color: #464646; text-decoration: none; line-height: 1.0;}
.attorney-mobile p.return a:hover,
.attorney-mobile p.return a:focus {color: #f37c2d; text-decoration: none;}

/* Team Spacing */
body.page-id-611 .banner .banner-title {letter-spacing: -0.5rem;}

/* Banner > Tabs */
.banner-tabs {text-align: center;}
.banner-tabs .tab-row {position: relative; max-width: 1400px;}
.banner-tabs ul.tabs {background: none; display: flex; border: none;}
.banner-tabs .tabs-title {width: auto; margin: 0; min-width: 0; padding: 0; flex-grow: 1;}
.banner-tabs .tabs-title:last-child {padding-right: 0;}
.banner-tabs .tabs-title > a,
.banner-tabs .tabs-title > a:last-child {padding: 26px 11px; border: none; border-bottom: 2px solid #e6e6e6; color: #193867; background-color: #ffffff; text-decoration: none; text-transform: uppercase; font-family: 'Cardo', serif; font-size: 0.945rem; letter-spacing: 2px; position: relative;}
.banner-tabs .tabs-title > a:before {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; position: absolute; bottom: -7px; left: 0; right: 0; text-align: center; font-size: 1.3rem; opacity: 0; opacity: 0; line-height: 0.668rem; color: #f37c2d; letter-spacing: 0; font-weight: bold;}
.banner-tabs .tabs-title > a:after {content: ""; width: 1px; height: 20px; background-color: #b7b7b7; position: absolute; right: 0; top: 24px;}
.banner-tabs .tabs-title:last-child > a:after {display: none;}
.banner-tabs .tabs-title > a:focus,
.banner-tabs .tabs-title > a:hover,
.banner-tabs .tabs-title > a.is-active {border-color: #f37c2d; color: #f37c2d;}
.banner-tabs .tabs-title > a:focus:before,
.banner-tabs .tabs-title > a:hover:before,
.banner-tabs .tabs-title > a.is-active:before {opacity: 1;}

/******************************************/
/* Content
/******************************************/
main {padding: 50px 0 100px; min-height: 450px; display: block;}
main .row {max-width: 1400px;}
.subsection {padding: 40px 0;}

/* Tabs */
.tab-area ul.tabs {background: none; border: none;}
.tab-area .tab-row {max-width: 1190px;}
.tab-area .tabs-title {width: 33%; margin: 0; min-width: 0; padding-right: 5px;}
.tab-area .tabs-title:last-child {padding-right: 0;}
.tab-area .tabs-title > a {text-decoration: none; font-size: 0.889rem; font-weight: bold; position: relative; padding: 27px 15px; border: 1px solid #193867; color: #464646; background-color: #ffffff; text-align: center;}
.tab-area .tabs-title > a:focus,
.tab-area .tabs-title > a:hover,
.tab-area .tabs-title > a.is-active {border-color: #464646; background-color: #464646; color: #ffffff; text-decoration: underline;}
.tab-area .tabs-title > a:focus:before,
.tab-area .tabs-title > a:hover:before,
.tab-area .tabs-title > a.is-active:before {opacity: 1;}
.tabs-content {border: none; background: none;}
.tabs-content h2:not(.accordion-item-title):first-child {border-bottom: 1px solid #464646; padding-bottom: 25px; font-size: 1.333rem;}
.content .tabs-panel {padding: 0;}

/* Content > Main content block */
.content {width: 65.5%; /*max-width: 820px;*/}
.content.columns.community{width: 90%;}
.content.full-width {padding-right: .9375rem; float: none; margin: 0 auto;}
body.search-results .content {width: 100%; max-width: 100%;}
.content h1,
.content h2.top-title,
.page-id-627 h2:first-of-type {border-bottom: 1px solid #f37c2d; margin-bottom: 2.5rem; padding-bottom: 1.8rem; position: relative; font-size: 2rem; letter-spacing: 2px; text-transform: uppercase;}
.content h1:after,
.content h2.top-title:after,
.page-id-627 h2:first-of-type:after {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; position: absolute; bottom: -7px; left: 30px; font-size: 1.3rem; line-height: 0.668rem; color: #f37c2d; letter-spacing: 0; font-weight: bold; background-color: #ffffff; padding: 0 7px;}
body.single-practices .content h2 {text-transform: initial; font-size: 1.667rem; border-top: 1px solid #f37c2d; padding-top: 1.667rem;}
.content h3.big-title {font-size: 1.678rem; margin-top: 3.8rem;}
.content p.indent {margin-left: 60px;}
.content p a,
.content ul li a,
.content ol li a {font-weight: bold;}
.content section {margin-bottom: 60px;}
.content section:last-of-type {margin: 0;}

.page-id-627 h2:first-of-type {font-size: 1.6rem;}

.content a {
	text-decoration: underline;
}

.content a:hover,
.content a:focus {
	text-decoration: none;
}

/* Content > Wide */
main.full-width {}
main.full-width .content {width: 100%; margin: 0 auto; max-width: 930px; float: none;}
main.full-width .content ul,
.page-id-627 .content ul {margin: 1.2rem 0; padding-left: 0; border-left: 0;}
main.full-width .content ul li,
.page-id-627 .content ul li {padding-left: 0; line-height: 1.3rem;}
/* .page-id-627 .content ul li {padding-left: 0; margin-bottom: 1rem; line-height: 1.3rem;} */
main.full-width .content ul li:last-child,
.page-id-627 .content ul li:last-child {margin: 0;}
main.full-width .content ul li:before,
.page-id-627 .content ul li:before {position: static; margin-right: 5px;}
main.full-width .content ul li strong,
.page-id-627 .content ul li strong {color: #193867; text-transform: uppercase; font-family: 'Cardo', serif; font-size: 1.112rem; letter-spacing: 1px; font-weight: normal;}

main.full-width .just-row {text-align: center;}
main.full-width .just-row .content {max-width: 100%;}
main.full-width .just-row .content h2.top-title:after,
.page-id-627 h2:first-of-type:after {left: calc(50% - 15px);}

/* Content > Careers */
body.page-template-template-careers main {padding-bottom: 10px;}
body.page-template-template-careers .content {padding-top: 20px;}


/* Below Main Contnet */
@media screen and (min-width: 300px) {
  .print.disclaimer-hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .print.disclaimer-hide-mobile {
    display: block;
  }
}

/*************/
/* Practices */
/*************/
/* Practices > Practices Landing */
body.page-template-template-practices main {padding: 80px 0 60px;}
.practice-box-list:after {clear: both; content: ""; display: block;}
.practice-box-list .practice-box {width: 16%; float: left; padding: 0 7.5px;}
.practice-box-list .practice-box .practice-link {color: #464646; text-decoration: none; width: 100%; min-height: 320px; background-color: #193867; display: block; padding: 150px 30px 30px; position: relative; background-repeat: no-repeat; background-position: top center; background-size: 100% auto;}
/*.practice-box-list .practice-box:nth-child(2) .practice-link {background-color: #3658a2;}
.practice-box-list .practice-box:nth-child(3) .practice-link {background-color: #6995d6;}
.practice-box-list .practice-box:nth-child(4) .practice-link {background-color: #5477a4;}
.practice-box-list .practice-box:nth-child(5) .practice-link {background-color: #1c274e;}*/

.practice-box-list .practice-box .practice-link a.parent {width: 60%; float: left; min-width: 125px;}
.practice-box-list .practice-box .practice-link a.parent h2 {margin: 0 0 20px; font-size: 1rem; color: #ffffff; position: relative; font-weight: bold; font-family: 'Catamaran', sans-serif; letter-spacing: 1px;}
.practice-box-list .practice-box:nth-child(6) .practice-link a.parent h2 {font-size: .8rem;}
.practice-box-list .practice-box .practice-link a.parent:hover h2,
.practice-box-list .practice-box .practice-link a.parent:focus h2 {color: #f37c2d;}
.practice-box-list .practice-box .practice-link .plus-area {width: auto; height: auto; color: #f37c2d; line-height: 0.5; font-size: 2rem; display: inline-block; float: right; font-weight: bold; cursor: pointer;}
.practice-box-list .practice-box .practice-link .plus-area:hover,
.practice-box-list .practice-box .practice-link .plus-area:focus {color: #ffffff;}
.practice-box-list .practice-box .practice-link .clear-plus {clear: both; display: block;}

.practice-box-list .practice-box .practice-link .practice-children {display: none;}
.practice-box-list .practice-box .practice-link .practice-children ul {margin: 0; padding: 0;}
.practice-box-list .practice-box .practice-link .practice-children ul li {position: relative; line-height: 1.3; color: #ffffff; font-weight: 600; display: block; text-decoration: none; font-size: 0.889rem; margin: 0 0 20px; padding: 0 0 0 15px;}
.practice-box-list .practice-box .practice-link .practice-children ul li:last-child {margin: 0;}
.practice-box-list .practice-box .practice-link .practice-children ul li:before {position: absolute; color: #f37c2d; content: "\f0da"; position: absolute; top: 1px; left: 0;}
.practice-box-list .practice-box .practice-link .practice-children ul li a {color: #ffffff;}
.practice-box-list .practice-box .practice-link .practice-children ul li a:hover,
.practice-box-list .practice-box .practice-link .practice-children ul li a:focus {color: #f37c2d;}

/*************/
/* Attorneys */
/*************/
.attorney-results {padding: 60px 0; text-align: center;}
.attorney-results h2 {margin-bottom: 1.945rem; letter-spacing: 2px;}
.attorney-results h3 {color: #464646; font-size: 0.945rem; font-family: 'Catamaran', sans-serif; border-bottom: 1px solid #d1d7e1; margin-bottom: 25px; padding-bottom: 15px; text-align: left;}

/* Attorneys > Search */
.attorney-buttons {margin-bottom: 30px;}
.attorney-buttons select {color: #193867; font-family: 'Catamaran', sans-serif; margin: 0; background: none; border: 1px solid #d7d7d7; outline: 0; font-size: 0.889rem; padding: 0.6rem 1.3rem; height: auto; -moz-appearance: none; -webkit-appearance: none; appearance: none; text-align: left; font-weight: bold; text-transform: uppercase;}
.attorney-buttons select {padding: 0.89rem 1rem;}
.attorney-buttons select option {color: #193867; font-size: 0.778rem; padding: 0.9rem; text-transform: none;}
.attorney-buttons button {width: 100%; max-width: 350px; height: 50px; float: right; padding: 0 1rem; line-height: 2.9rem; font-size: 0.889rem; color: #ffffff; background-color: #f37c2d; font-weight: 500;}
.attorney-buttons button:before {content: "\f002"; margin-right: 10px;}
.attorney-buttons button:hover,
.attorney-buttons button:focus {background-color: #193867; color: #ffffff;}

/* select */
.heapBox {height: 50px; width: 100%; display: block!important; font-size: 18px; position: relative;}
.heapBox .holder {padding: 0 45px 5px 0; float: none;  white-space: nowrap; font-size: 22px; text-overflow: ellipsis; overflow: hidden; height: 50px; color: #000; border-bottom: 2px solid #000; display: block; color: #193867; font-family: 'Catamaran', sans-serif; margin: 0; background: none; border: 1px solid #d7d7d7; outline: 0; font-size: 0.889rem; padding: 0.6rem 1.3rem; text-align: left; font-weight: bold; text-transform: uppercase;}
.heapBox .holder:hover,
.heapBox .holder:focus {color: #000;
border-color: #000;}
.heapBox .handler {text-align: center; width: 50px; color: #193867; position: absolute; right: 0; top: 0; height: 100%;}
.heapBox .handler:hover,
.heapBox .handler:focus {background-color: #193867; color: #ffffff;}
.heapBox .handler:after {content: "\f0dc"; font-size: 18px; line-height: 50px; font-weight: normal;}
.heapBox .heap {margin-top: 0; max-height: 283px; z-index: 99999; overflow: auto; position: absolute; top: 100%; left: 0; width: 100%; background: #193867;}
.heapBox .heapOptions {margin: 0;}
.heapBox .heapOption:first-child {border: 0 none;}
.heapBox .heapOption {margin: 0; border-top: 1px solid rgba(255,255,255,0.5); text-align: left;}
.heapBox .heapOption a {padding: 7px 10px; font-weight: 400; display: block; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.heapBox .heapOption a:hover,
.heapBox .heapOption a:focus {background-color: #000;}
.heapBox .heapOption a:before {display: none;}
.heapBox .heapOption a.selected {background: #000;}

/* Attorneys > Results */
.attorney-results .results-row {text-align: center; padding: 0 7.5px;}
.attorney-results .results-row .columns {padding: 0 7.5px;}
.attorney-results .results-row .columns:nth-child(4n+1) {clear: both;}
.attorney-results .results-row .columns:last-child:not(:first-child) {float: left;}

.attorney-results .results-row .single-team {margin: 0 auto 15px; max-width: 332px;}
.attorney-results .results-row .single-team a.big-link {display: block; background-color: #f6f8fa; min-height: 450px; padding: 20px 15px 30px;}
.attorney-results .results-row .single-team .team-image {margin-bottom: 30px; position: relative; overflow: hidden; background-color: #e3eaf0;}
.attorney-results .results-row .single-team .team-image img {width: 100%; max-width: 235px; margin: 0 auto; display: block;}
.attorney-results .results-row .single-team a.big-link:hover,
.attorney-results .results-row .single-team a.big-link:focus {background-color: #193867;}

.attorney-results .results-row .single-team .team-text {}
.attorney-results .results-row .single-team .team-text h4 {margin: 0 0 7px; font-family: 'Cardo', serif; text-transform: none; font-size: 1.223rem;}
.attorney-results .results-row .single-team .team-text p {margin: 0 0 7px; line-height: 1.111rem; font-size: 0.889rem; font-weight: 500;}
.attorney-results .results-row .single-team .team-text p.position {text-transform: uppercase; font-size: 0.778rem; letter-spacing: 1px; color: #707070; margin: 0 0 15px;}
.attorney-results .results-row .single-team .team-text p.vcard {margin: 0;}
.attorney-results .results-row .single-team .team-text hr {width: 5px; height: 1px; color: #707070; margin: 0 auto 15px;}
.attorney-results .results-row .single-team .team-text p.phone a {color: #464646;}
.attorney-results .results-row .single-team .team-text p a .far {color: #193867; margin-right: 6px;}
.attorney-results .results-row .single-team .team-text p a:hover,
.attorney-results .results-row .single-team .team-text p a:focus,
.attorney-results .results-row .single-team .team-text p.email a:hover,
.attorney-results .results-row .single-team .team-text p.email a:focus {color: #f37c2d;}

.attorney-results .results-row .single-team a.big-link:hover .team-text h4,
.attorney-results .results-row .single-team a.big-link:hover .team-text p,
.attorney-results .results-row .single-team a.big-link:hover .team-text p a,
.attorney-results .results-row .single-team a.big-link:hover .team-text p a .far,
.attorney-results .results-row .single-team a.big-link:hover .team-text p.phone a,
.attorney-results .results-row .single-team a.big-link:focus .team-text h4,
.attorney-results .results-row .single-team a.big-link:focus .team-text p,
.attorney-results .results-row .single-team a.big-link:focus .team-text p a,
.attorney-results .results-row .single-team a.big-link:focus .team-text p a .far,
.attorney-results .results-row .single-team a.big-link:focus .team-text p.phone a {color: #ffffff;}
.attorney-results .results-row .single-team a.big-link:hover .team-text hr,
.attorney-results .results-row .single-team a.big-link:focus .team-text hr {background-color: #ffffff;}

/* Attorneys > Bio */
body.single-attorneys main {padding: 0;}
body.single-attorneys main .row {padding: 0 15px;}
body.single-attorneys .content {width: 100%; margin: 0; padding: 15px 0 0; max-width: 100%;}
body.single-attorneys .content .accordion-item {border-bottom: 4px solid #f37c2d; padding-bottom: 75px;}
body.single-attorneys .content .accordion-item:last-of-type {border: none;}
body.single-attorneys .content .accordion-item .content-area {max-width: 920px; margin: 0 auto; padding-top: 75px;}
body.single-attorneys .content .accordion-item .content-area.news-content {max-width: 100%;}
body.single-attorneys .content h2 {font-size: 2rem; letter-spacing: 2px;}
.news{margin-left: 225px;}
.attorneybioh3{font-weight: 700;}

/********/
/* Blog */
/********/
/* Blog > Blog Archives */
.blog-main .row {max-width: 1160px;}
.blog-main .columns {width: 100%; max-width: 100%;}
.blog-main h1 {}

.post {margin: 0 0 50px;}
.post:first-child {padding-top: 0;}
.post:after {clear: both; content: ""; display: block;}

.post .post-left {width: 30%; float: left; text-align: center; min-height: 220px; border-right: 1px solid #b7b7b7; padding: 20px 10px;}
.post .post-left .icon-area {width: 175px;
    height: 70px;
    display: block;
    margin: 0 auto 30px;
    background: url(images/gl-icon.png) no-repeat center center;
    background-size: 72%;}
/*.post .post-left .icon-area {width: 53px; height: 45px; display: block; margin: 0 auto 30px; background: url('images/gl-icon.png') no-repeat center center;}*/
.post .post-left p {font-family: 'Cardo', serif; font-size: 1rem; margin: 0 0 5px; text-transform: uppercase; color: #193867;}
.post .post-left p.year {font-size: 2.667rem;}

.post .post-right {width: 70%; float: left; min-height: 220px; padding-left: 60px;}
.single-post .post {border: none; padding: 0;}
.post-head h1,
.post-head h2 {font-size: 1.667rem; text-transform: none; font-weight: 500; letter-spacing: 0; margin: 0 0 8px; padding: 0; border: 0;}
.post-head h1:after {content: ""; display: none;}
.post-head h2 a {color: #193867; text-decoration: none;}
.post-head h2 a:hover,
.post-head h2 a:focus {color: #f37c2d; text-decoration: underline;}

.post-head {margin-bottom: 10px;}
.post-body {margin-bottom: 10px;}
.post-body {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.post-body p.category {margin: 0; font-size: 1rem; font-family: 'Cardo', serif; color: #f37c2d;}
.post-body p.category a {font-weight: normal; color: #f37c2d;}
.post-body p.category a:hover,
.post-body p.category a:focus {color: #193867;}
.single-post .post-body {display: block;}

.category {display: none !important;}

.post-body-image {margin-right: 4%; width: 32%;}
body.search.search-results .post-body-image {display: none;}
.post-body-excerpt {-webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.post-body-excerpt p:last-of-type {margin-bottom: 0;}

.post-line {border-bottom: 1px solid #f37c2d; margin-bottom: 2.5rem; padding-bottom: 1rem; position: relative;}
.post-line:after {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; position: absolute; bottom: -7px; left: 30px; font-size: 1.3rem; line-height: 0.668rem; color: #f37c2d; letter-spacing: 0; font-weight: bold; background-color: #ffffff; padding: 0 5px;}

.post-bottom a {display: inline-block; width: 100%; max-width: 145px; margin-right: 10px; font-size: 0.778rem; color: #ffffff; padding: 10px 15px; line-height: 1;}
.post-bottom a i {margin-left: 6px;}
.post-bottom a.view-more {background-color: #193867;}
.post-bottom a.view-more:hover,
.post-bottom a.view-more:focus {background-color: #f37c2d;}
.post-bottom a.button.post-bottom-share {background-color: #979797;}
.post-bottom a.button.post-bottom-share:hover,
.post-bottom a.button.post-bottom-share:focus {background-color: #f37c2d;}

/* Blog > Pagination */
.wp-pagenavi {display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 110px; align-items: center; justify-content: center;}
.wp-pagenavi a,
.wp-pagenavi span {text-decoration: none; width: 20px; height: 20px; line-height: 20px; text-align: center; margin: 0 3px; display: block; color: #193867; font-size: 0.945rem; font-weight: bold;}
.wp-pagenavi a span {color: #f37c2d; font-weight: bold;}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {text-decoration: underline; color: #f37c2d;}
.wp-pagenavi .previouspostslink .fas {margin-right: 8px;}
.wp-pagenavi .nextpostslink .fas {margin-left: 8px;}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {display: none;}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {width: auto; padding: 0; text-transform: uppercase; background: none; margin: 0;}
.wp-pagenavi .previouspostslink {margin-right: 5px;}
.wp-pagenavi .nextpostslink {margin-left: 5px;}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:focus {background: none; color: #f37c2d; text-decoration: none;}

/***********/
/* Contact */
/***********/
/* Contact > Contact Landing */
body.page-template-template-contact main {padding: 65px 0 115px;}
body.page-template-template-contact main .row {max-width: 1280px;}
body.page-template-template-contact .content {width: 100%; max-width: 100%;}
body.page-template-template-contact .content h2 {border-bottom: 1px solid #f37c2d; margin-bottom: 2.5rem; padding-bottom: 1.8rem; position: relative; font-size: 2rem; letter-spacing: 2px;}
body.page-template-template-contact .content h2:after {transform: scale(1.6,.8) rotate(90deg); content: "\f219"; position: absolute; bottom: -7px; left: 30px; font-size: 1.3rem; line-height: 0.668rem; color: #f37c2d; letter-spacing: 0; font-weight: bold; background-color: #ffffff; padding: 0 5px;}

.contact-box {padding: 0; margin-bottom: 30px;}
.contact-box:after {clear: both; content: ""; display: block;}
.contact-box a.button {position: absolute; bottom: 0; padding: 3px 21px 2px; max-width: 100%; display: inline-block;}
.contact-box a.button:after {content: "\f0da"; margin-left: 6px;}

.contact-box .image-area {position: relative; margin: 0; width: 313px; float: left; height: 212px; background-color: #193867;}
.contact-box .image-area img {width: 100%;}
.contact-box .image-area a.button {left: 0;}

.contact-box .address-area {border-top: 1px solid #193867; border-bottom: 1px solid #193867; width: calc(100% - 313px - 417px); padding: 20px 30px 25px; float: left; height: 212px; position: relative;}
.contact-box .address-area .center-area {position: absolute; top: 50%; transform: translateY(-50%); padding: 3px 0 9px;}
.contact-box h3 {margin: 0; color: #193867; font-size: 1.678rem;}
.contact-box a:hover h3,
.contact-box a:focus h3 {color: #f37c2d;}
.contact-box p {margin: 0; font-size: 1rem; color: #464646; font-weight: 500;}
.contact-box p a {color: #464646; text-decoration: underline;}
.contact-box p a:hover,
.contact-box p a:focus {color: #f37c2d; text-decoration: none;}

.contact-box .map-area {position: relative; margin: 0; width: 417px; float: left; border-top: 1px solid #193867; border-bottom: 1px solid #193867; height: 212px; background-color: #193867;}
.contact-box .map-area img {width: 100%;}
.contact-box .map-area a.button {right: 0; background-color: #193867;}
.contact-box .map-area a.button:hover,
.contact-box .map-area a.button:focus {background-color: #f37c2d;}

/* Contact > Office Detail */
body.single-offices main {padding: 65px 0 115px;}
body.single-offices .row {max-width: 1280px;}
body.single-offices .content {width: 100%; max-width: 100%;}

/************/
/* Features */
/************/
/* Features > Accordion */
.accordion-item:nth-child(1) .accordion-item-content {border-bottom: 1px solid #dfdfdf;}
.accordion-item-title {padding: 1.5rem 0; margin: 0; font-size: 1.111rem; position: relative; cursor: pointer; font-weight: bold; color: #464646; line-height: 30px; border-bottom: 1px solid #dfdfdf; display: none;}
.accordion-item-title:after {content: "\f067"; line-height: 30px; font-weight: 400; width: 30px; height: 30px; margin-left: 20px; text-align: center; color: #ffffff; background-color: #193867; float: right; font-size: 1rem;}
.accordion-item-title.active:after {content: "\f068";}
.accordion-item-title.active,
.accordion-item-title:hover,
.accordion-item-title:focus {color: #193867;}
.accordion-item:first-of-type .accordion-item-title {border-top: 1px solid #c2c2c2;}
.accordion-item-content {display: none; border-bottom: 1px solid #ffffff;}
.accordion-item-content p {font-size: 0.8889rem;}
.accordion-item-title.active + .accordion-item-content {display: block; -webkit-animation: fadeIn 200ms both; animation: fadeIn 200ms both; border-color: #dfdfdf;}
.accordion-item-content > *:first-child {margin-top: 25px;}
.accordion-item-content > *:last-child {margin-bottom: 30px;}

.content section .accordion-item-title {display: block;}

/* Features > Testimonials */
/* .testimonials-container {background: #e0e0e0; padding: 50px 0;}
.star-icon {color: #eb6e00; font-size: 1.111rem;}
.star-icon i {margin: 0 2px;}
.testimonials-single em {font-style: italic; margin: 10px 0; display: block;}
.testimonials-single-source:before {content: "\f068"; font-size: 70%; margin-right: 6px;} */

/* Features > YouTube Player*/
.youtube-player {position: relative; padding-bottom: 56.23%; /* Use 75% for 4:3 videos */ height: 0; max-width: 100%; background: #000; margin: 20px 0 50px;}
.youtube-player-inner {width: 100%; height: 100%; content: ""; overflow: hidden; position: absolute; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center;}
.youtube-player-inner:after {content: "\f144"; font-size: 3rem; display: inline-block; margin: 0 auto; -webkit-transition: transform 150ms ease-out; -moz-transition: transform 150ms ease-out; -ms-transition: transform 150ms ease-out; -o-transition: transform 150ms ease-out; transition: transform 150ms ease-out; color: #0d5daa; pointer-events: none; z-index: 1;}
.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); color: #1d85f5;}
.youtube-player iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: transparent;}
.youtube-player img {bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; border: none; height: auto; cursor: pointer; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out;}

/******************************************/
/* Sidebar
/******************************************/
.sidebar {width: 33.5%; padding-top: 7px;}
.sidebar h3 {font-size: 1.667rem; margin-bottom: 1.334rem;}
.sidebar h3 a {text-decoration: none;}
.sidebar h3 a:hover,
.sidebar h3 a:focus {color: #f37c2d;}

/* Sidebar > List */
.sidebar section {margin-bottom: 60px;}
.sidebar section:last-child {margin: 0;}
.sidebar section h3 {padding: 0 1.3rem 0 2.778rem;}

.sidebar section.menu-list {background: #e6e6e6 url('images/bg-sidebar.jpg') no-repeat top center; background-size: cover; padding: 2rem 0 2.778rem;}
.sidebar section.menu-list ul {margin: 0; padding: 0; border-top: 2px solid #ababab;}
.sidebar section.menu-list ul li {padding: 0; position: relative; line-height: 1.45; border-bottom: 2px solid #ababab; color: #193867; font-weight: 600; display: block; text-decoration: none; font-size: 0.945rem; margin-top: -2px;}
.sidebar section.menu-list ul li:before {position: absolute; color: #f37c2d; content: "\f0da"; position: absolute; left: 2.778rem; top: 16px;}
.sidebar section.menu-list ul li:hover,
.sidebar section.menu-list ul li.active {border-color: #f37c2d;}
.sidebar section.menu-list ul li:hover:before,
.sidebar section.menu-list ul li.active:before {color: #ffffff;}
.sidebar section.menu-list ul li a {color: #193867; padding: 16px 2.5rem 18px 3.6rem; display: block; text-decoration: none; font-weight: 600;}
.sidebar section.menu-list ul li a:hover,
.sidebar section.menu-list ul li a:focus {background-color: #f37c2d; color: #ffffff;}
.sidebar section.menu-list ul li ul {padding: 0; margin: 0;}
.sidebar section.menu-list ul li ul li:before {left: 3rem;}
.sidebar section.menu-list ul li ul li a {padding-left: 4rem;}
.sidebar section.menu-list ul li ul li ul {padding: 0; margin: 0; display: none;}
.sidebar section.menu-list ul li ul li ul li:before {left: 5rem;}
.sidebar section.menu-list ul li ul li ul li a {padding-left: 6rem;}

.sidebar section.menu-list select {border: 1px solid #a6adb6; font-weight: bold; font-size: 0.945rem; padding: 12px 13px; background-color: #ffffff;}
.sidebar section.menu-list select option {font-weight: bold; font-size: 0.945rem;}

/* Sidebar > Testimonials */
.sidebar section.testimonials-list {background-color: #e7e7e7; padding: 55px 60px; text-align: center; opacity: 0; margin-bottom: 50px;}
.sidebar section.testimonials-list h3 {font-size: 1.334rem; text-transform: uppercase; margin-bottom: 50px;}
.sidebar section.testimonials-list span.quote {display: block; color: #f37c2d; font-size: 3.334rem; margin-bottom: 10px;}
.sidebar section.testimonials-list .slick-slide {outline: none;}

.sidebar section.testimonials-list .slider-posts-single {padding: 0;}
.sidebar section.testimonials-list .slider-posts-single p {font-size: 1.334rem; font-style: italic; color: #193867; font-family: 'Cardo', serif; line-height: 1.5; margin-bottom: 25px;}
.sidebar section.testimonials-list .slider-posts-single p.full {display: none;}
.sidebar section.testimonials-list .slider-posts-single a.view-more {font-size: 0.778rem; color: #f37c2d; font-weight: bold; text-transform: uppercase; outline: none;}
.sidebar section.testimonials-list .slider-posts-single a.view-more:after {content: "\f0da"; margin-left: 6px;}
.sidebar section.testimonials-list .slider-posts-single a.view-more:hover,
.sidebar section.testimonials-list .slider-posts-single a.view-more:focus {color: #193867;}
.sidebar section.testimonials-list .slider-posts-single p.name {color: #464646; font-size: 0.945rem; font-style: initial; font-family: 'Catamaran', sans-serif; line-height: 1.2; margin: 35px 0 50px;}

.sidebar section.testimonials-list .slider-posts-single-bottom {}
.sidebar section.testimonials-list .slider-posts-single-bottom button {background-color: #193867; color: #ffffff; padding: 0; margin: 0 5px; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 0.945rem;}
.sidebar section.testimonials-list .slider-posts-single-bottom .slick-arrow:hover,
.sidebar section.testimonials-list .slider-posts-single-bottom .slick-arrow:focus {background: #f37c2d; color: #ffffff;}
.sidebar section.testimonials-list .slider-posts-single-bottom button i {line-height: 40px; width: 100%; display: block;}

/******************************************/
/* Footer
/******************************************/
.footer {background-color: #193867; padding: 25px 0;}
body.home .footer {opacity: 0;}

/* Footer > Copyright Text */
.footer .footer-copyright {text-align: center;}
.footer .footer-copyright p {color: #fffcf6; margin: 0; font-size: 0.723rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 300;}
.footer .footer-copyright p .divider {display: inline-block; margin: 0 10px;}
.footer .footer-copyright a {color: #fffcf6; text-decoration: none;}
.footer .footer-copyright a:hover,
.footer .footer-copyright a:focus {color: #f37c2d;}

/******************************************/
/* FontAwesome
/******************************************/
.button:after,
button:after,
button:before,
blockquote:before,
.pushy .menu-item-has-children > a:after,
.menu.main-navigation .sub-menu li a:after,
#mega-menu ul.menu li > a:after,
.slick-dots li button:before,
.accordion-section h2:after,
.news-section h2:after,
.content ul li:before,
.post-line:after,
.content h1:after,
.content h2.top-title:after,
body.page-template-template-contact .content h2:after,
.content .video-area a:after,
.banner-tabs .tabs-title > a:before,
.practice-box h2:before,
.practice-box-list .practice-box .practice-children li:before,
.heapBox .handler:after,
.post-bottom a.view-more:after,
.accordion-item-title:after,
.sidebar section ul li:before,
.sidebar .slider-posts-single p.text:after,
.sidebar .slider-posts-single a.view-more:after,
.page-id-627 h2:first-of-type:after,
.youtube-player-inner:after {font-family: 'Font Awesome 5 Pro';}

/******************************************/
/* Link Transitions
/******************************************/
/* Background color, font color, border color */
a,
a h1,
a h2,
a h3,
a h4,
a p,
a i,
.slick-prev,
.slick-next,
.slick-prev:hover:before,
.slick-next:hover:before,
.button,
button,
form input[type="submit"],
form button,
.header .navbar-nav > li > a,
.header .top-bar ul > li > ul > li,
.menu.main-navigation > li > a:after,
.header .menu-area .phone-button,
.slider-home .scroll-holder,
.content .post a.share,
.practice-box .plus-area,
.accordion-item-title,
.attorney-results .results-row .single-team .team-image,
.accordion-item-title:after,
.attorney-results .results-row .single-team .team-text hr,
.sidebar section.menu-list ul li,
.sidebar section.menu-list ul li:after,
.sidebar .section.blog h4,
.footer .copyright p .scrollToTop i,
.practice-area-block {-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;}

/* 1/3 second opacity */
.header .top-bar ul > li > a:after,
a img,
.banner-tabs .tabs-title > a:after,
.intro-section .practice-area .practice-box .practice-link:after,
.attorney-results .results-row .single-team .team-image .meet-box {transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out;}

/* 1/3 second everything */
.header,
.header .logo,
.header .logo img,
.header .logo svg,
.header .menu-area .phone-box,
.header .header-right,
.scrollToTop,
.accordion-section .scroll-start a,
.scroll-to a,
.intro-section .practice-area .practice-box .practice-link,
.main .box-area .icon-holder .icon-image img,
.content a img {transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}

/* No transition */
a:after,
a:before,
a i,
.sidebar .slider-posts-single a.view-more:after {-webkit-transition: none; -o-transition: none; transition: none;}

/**************/
/* Responsive */
/**************/
@media screen and (max-width: 1500px) {
	.attorney-banner-left h1 {font-size: 4rem;}
}

@media screen and (max-width: 1400px) {
	.intro-section .practice-area .practice-box .practice-link {background-size: cover; padding: 190px 10px 10px;}
	.practice-box-list .practice-box .practice-link {padding: 190px 15px 30px;}
}

@media screen and (max-width: 1350px) {
	.header .logo {padding: 40px 0;}
	.header .logo img,
	.header .logo svg {height: 40px;}
	body.scrolled .logo {padding: 30px 0;}

	.menu.main-navigation > li > a {padding: 5px 10px 10px;}
	.menu.main-navigation > li > a:after {left: 10px;}
	.menu.main-navigation .sub-menu {left: 10px;}

	.header .top-search-open-button,
	.header .header-right .phone-link {margin-left: 7px;}
}

@media screen and (max-width: 1300px) {
	.attorney-banner-left {padding-top: 50px;}
	.attorney-banner-left p.return {margin-bottom: 40px;}
	body.single-attorneys .content {padding-top: 30px;}

	.attorney-banner-left h1 {font-size: 3.5rem;}

	.accordion-section {padding: 100px 0;}

	.news-section {padding: 75px;}
}

@media screen and (max-width: 1250px) {
	.header .logo {padding: 42px 0;}
	.header .logo img,
	.header .logo svg {height: 36px;}
	body.scrolled .logo {padding: 32px 0;}

	.menu.main-navigation > li {letter-spacing: 0.5px;}
	.menu.main-navigation > li > a {padding: 5px 8px 10px;}
	.menu.main-navigation > li > a:after {left: 8px;}
	.menu.main-navigation .sub-menu {left: 8px; max-width: 400px;}

	.header .top-search-open-button,
	.header .header-right .phone-link {margin-left: 5px;}

	.intro-section .practice-row {max-width: 900px;}
	.intro-section .practice-area .practice-box {width: 33%; margin-bottom: 15px; display: inline-block; float: none;}
	.intro-section .practice-area .practice-box .practice-link {padding-top: 210px;}

	main .practice-row {max-width: 900px;}
	.practice-box-list {text-align: center;}
	.practice-box-list .practice-box {width: 33%; margin-bottom: 15px; display: inline-block; float: none; vertical-align: top;}
	.practice-box-list .practice-box .practice-link {padding-top: 210px; text-align: left;}
}

@media screen and (max-width: 1200px) {
	.slider-home .text-box .headline-text p.headline {font-size: 5.667rem;}
}

@media screen and (max-width: 1150px) {
	.header .logo {padding: 44px 0;}
	body.scrolled .logo {padding: 34px 0;}

	.menu.main-navigation > li {letter-spacing: 0;}
	.menu.main-navigation > li > a {padding: 5px 7px 10px;}
	.menu.main-navigation > li > a:after {left: 7px;}
	.menu.main-navigation .sub-menu {left: 7px; max-width: 300px;}
}

@media screen and (max-width: 1100px) {
	.menu.main-navigation > li {letter-spacing: 0;}
	.menu.main-navigation > li > a {padding: 5px 6px 10px;}
	.menu.main-navigation > li > a:after {left: 6px;}
	.menu.main-navigation .sub-menu {left: 6px; max-width: 300px;}

	.header .top-search-open-button,
	.header .header-right .phone-link {margin-left: 4px;}

	.attorney-banner-left p.return {margin-bottom: 20px;}

}

/* Medium */
@media screen and (max-width: 1024px) {
	.tablet-hide {display: none !important;}
	.tablet-show {display: block !important;}

	html.js {margin-top: 0 !important;}
	#wpadminbar {display: none;}
	body.admin-bar .header,
	body.admin-bar .sticky.is-stuck.is-at-top,
	body.admin-bar .sticky-container .sticky {top: 0 !important;}
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 600px; min-height: 600px;}

	#container {padding-top: 100px;}
	.header,
	body.scrolled .header {height: 100px;}
	.header .logo,
	body.scrolled .header .logo {padding: 33px 0;}
	.header .header-right,
	body.scrolled .header-right {padding: 25px 0;}
	.header .top-search-open-button {height: 50px; width: 50px; line-height: 50px; font-size: 0.883rem; margin-left: 0;}
	.header .header-right .phone-link {display: none;}
	.header #open-mobile-menu {display: block;}
	.header .menu-main-navigation-container {display: none;}
	#mega-menu {display: none !important;}

	.slider-home {margin-top: 0;}
	.slider-home .text-box .headline-text p.headline {font-size: 4.667rem;}

	.accordion-section {padding: 75px 0 90px;}

	.news-area .news-box {padding: 20px 15px 25px 20px; min-height: 200px;}

	.tab-area + main,
	main {padding: 40px 0 50px; min-height: initial;}
	body.single-attorneys main {padding: 0 0 50px;}

	.firm-section {padding: 30px 0; padding-top: 0;}

	.accordion-section {padding: 50px 0;}

	.news-section {padding: 50px 0; display: none;}

	.content,
	.content.full-width {width: 100%;}

	.banner {margin-top: 0;}
	.banner-inner {}
	.banner .banner-title {font-size: 3.5rem;}

	body.single-attorneys .banner {padding: 0; height: auto;}
	body.single-attorneys .banner-inner {-ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; padding-right: 0; min-height: initial; height: auto;}
	.attorney-banner-left {border-top: 2px solid #333333; padding: 25px 15px 25px; margin: 0 auto; width: 100%;}
	.attorney-banner-left .attorney-banner-name {max-width: 625px; margin: 0 auto;}
	.attorney-banner-left h1 {font-size: 3rem; margin-bottom: 10px;}
	.attorney-banner-left p.position {margin-bottom: 0;}
	.attorney-banner-left .attorney-banner-info {max-width: 625px; margin: 0 auto;}
	.attorney-banner-left .attorney-banner-info p {font-size: 1.15rem;}
	.attorney-banner-right {display: block;}
	.attorney-mobile {display: block;}

	.attorney-buttons .row {max-width: 770px;}
	.attorney-buttons .click-search {max-width: 350px; margin: 0 auto 10px;}

	.attorney-results {padding: 60px 0;}
	.attorney-results .results-row .columns:nth-child(4n+1) {clear: none;}
	.attorney-results .results-row .columns:nth-child(3n+1) {clear: both;}

	body.single-attorneys main {padding: 0;}
	body.single-attorneys main .row {padding: 0;}
	body.single-attorneys .content {padding: 0;}
	body.single-attorneys .content .accordion-item {padding-bottom: 30px;}
	body.single-attorneys .content .accordion-item .content-area {padding: 30px 25px; max-width: 100%;}
	body.single-attorneys .content h2 {font-size: 1.667rem;}

	h2.accordion-item-title {font-size: 1.111em; padding: 1.667rem 4rem 1.667rem 1.667rem; background-color: #dfdfdf; border-color: #ffffff; display: block; position: relative;}
	h2.accordion-item-title:after {position: absolute; right: 1.667rem; top: 50%; transform: translateY(-50%);}
	.accordion-item .tabs-panel > *:first-child {margin-top: 25px;}
	.content h2 + .tabs-panel {display: none; padding: 0 1.667rem;}
	.content h2.active + .tabs-panel.is-active {display: block;}

	.sidebar {width: 100%; padding-top: 0;}
	.sidebar-inner:first-child {margin-top: 20px;}
	.sidebar-inner {float: none; margin: 50px auto 0; max-width: 100%;}
	.sidebar section {margin-bottom: 30px;}
	.sidebar section.search + section.menu-list {margin-bottom: 30px;}
	.sidebar h3 {margin-bottom: 10px;}

	.footer {padding: 30px 0 20px;}
	.footer-bottom {display: block; text-align: center;}
	.footer .footer-copyright {display: block;}
	.footer p {text-align: center;}
}

@media screen and (max-width: 860px) {
	.intro-section .practice-row {max-width: 615px;}
	.intro-section .practice-area .practice-box {width: 49%;}

	main .practice-row {max-width: 615px;}
	.practice-box-list .practice-box {width: 49%;}

	.attorney-results {padding: 50px 0;}
	.attorney-results .results-row .columns {width: 50%; float: left;}
	.attorney-results .results-row .columns:nth-child(4n+1) {clear: none;}
	.attorney-results .results-row .columns:nth-child(3n+1) {clear: none;}
	.attorney-results .results-row .columns:nth-child(2n+1) {clear: both;}
	.post .post-left .icon-area {}

	.footer .footer-copyright p .divider.mobile-divider {display: block; opacity: 0; height: 0;}
}

@media screen and (max-width: 768px) {
	.small-12 {width: 100%; float: none;}
	.mobile-hide {display: none !important;}
	.mobile-show {display: block !important;}

	.slider-home,
	.slider-home-single,
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 500px; min-height: 500px;}
	.slider-home-single .small-show {display: block;}
	.slider-home video {display: none;}
	.slider-home .text-box {padding: 1rem;}
	.slider-home .text-box .headline-text p.headline {font-size: 3.667rem;}

	.intro-section .text-area span.mobile-show {display: inline-block !important; margin-left: 7px;}
	.intro-section .practice-row {text-align: center;}
	.intro-section .practice-area .practice-box {max-width: 100%; width: 375px; display: block; margin: 0 auto 15px;}
	.intro-section .practice-area .practice-box .practice-link {max-width: 375px; min-height: 340px; padding-top: 280px;}
	.intro-section .practice-area .practice-box a .practice-link h2 {font-size: 1.7rem;}

	.practice-box-list .practice-box {max-width: 100%; width: 375px; display: block; margin: 0 auto 15px;}
	.practice-box-list .practice-box .practice-link {max-width: 375px; min-height: 340px; padding-top: 280px;}
	.practice-box-list .practice-box .practice-link a.parent {width: 80%;}
	.practice-box-list .practice-box .practice-link a.parent h2 {font-size: 1.2rem;}
	.practice-box-list .practice-box:nth-child(6) .practice-link a.parent h2 {font-size: 1.2rem;}

	.not-mobile{display: none !important;}
	.mobile-practice-box{display: inline-block !important;}

	.banner .banner-title {font-size: 3rem;}

	main {padding: 30px 0;}
	.content,
	.content.full-width {width: 100%;}
	.content .video-area {float: none; margin: 0 auto 30px; max-width: 500px;}
	.content .video-area img {width: 100%;}

	.content ul {margin: 25px 0 30px 30px;}
	.content img.alignright,
	.content img.alignleft,
	.content img.aligncenter,
	.content table.alignright {float: none; display: block; margin: 0 auto 15px;}

	.attorney-buttons .click-search {max-width: 350px; margin: 0 auto 10px;}

	.attorney-results {padding: 30px 0;}
	.attorney-results .results-row .single-team .team-text p {font-size: 0.889rem;}
	.attorney-results .results-row .single-team .team-text p strong {color: #464646; font-size: 1rem;}

	.attorney-banner-left h1 {font-size: 2.5rem;}
	.attorney-banner-left p {margin-bottom: 7px;}
	body.single-attorneys .content .accordion-item {padding-bottom: 25px; border: none !important;}
	body.single-attorneys .content .accordion-item .content-area {padding-top: 25px; display: none;}
	body.single-attorneys .content .accordion-item .content-area.is-active {display: block;}

	.practice-box-list .practice-box a.practice-link {height: auto;}

	.wp-pagenavi {display: block; text-align: center;}
	.wp-pagenavi a,
	.wp-pagenavi span {display: inline-block;}

	body.page-template-template-contact main {padding: 50px 0;}
	body.page-template-template-contact .content h2 {text-align: center;}
	.contact-box .image-area {float: none; width: 100%; max-width: 500px; height: auto; margin: 0 auto;}
	.contact-box .address-area {float: none; width: 100%; max-width: 500px; height: auto; border-bottom: none; margin: 0 auto;}
	.contact-box .address-area .center-area {position: static; transform: none;}
	.contact-box .map-area {width: 100%; max-width: 500px; height: auto; float: none; margin: 0 auto;}
}

/* Small */
@media screen and (max-width: 640px) {
	#container {padding-top: 80px;}

	.header,
	body.scrolled .header {height: 80px;}
	.header .logo,
	body.scrolled .header .logo {padding: 25px 0;}
	.header .logo img,
	.header .logo svg {height: 30px;}
	.header .header-right,
	body.scrolled .header-right {padding: 15px 0;}

	.banner {height: 200px; padding-top: 0;}
	.banner-inner {min-height: 200px; height: 200px;}
	.banner .banner-title {font-size: 2.5rem;}

	body.page-template-template-practices main {padding: 30px 0;}

	.post-bottom a {display: block; margin: 0 0 15px;}
	.post .post-right {padding-left: 30px;}

	.accordion-section {padding: 50px 0 60px;}

	.news-slider {opacity: 1;}
	.news-slider .news-area {display: none;}
	.news-slider .news-area:first-child {display: block;}
	.news-slider .news-area .news-box {margin: 0 auto 25px; min-height: initial;}
	.news-slider .news-area .news-box h3 {min-height: 50px;}

	.footer .footer-offices ul {margin-bottom: 20px;}
	.footer .footer-offices ul li,
	.footer .footer-offices ul li:last-of-type {display: block; margin: 0 0 15px;}


	.post .post-left {float: none; width: 100%; border-right: none; min-height: initial; padding: 0 0 15px; margin: 0 0 15px; border-bottom: 1px solid #b7b7b7;}
	.post .post-right {float: none; width: 100%; padding-left: 0;}

}

@media screen and (max-width: 550px) {
	.slider-home,
	.slider-home-single,
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 400px; min-height: 400px;}
	.slider-home .text-box .headline-text p.headline {font-size: 2.667rem;}

	h2.accordion-item-title {font-size: 1rem; line-height: 1.5rem;}

	.attorney-results .results-row .columns {width: 100%; float: none;}
	.attorney-results .results-row .columns:nth-child(4n+1) {clear: none;}
	.attorney-results .results-row .columns:nth-child(3n+1) {clear: none;}
	.attorney-results .results-row .columns:nth-child(2n+1) {clear: none;}


}

@media screen and (max-width: 500px) {
	#container {padding-top: 60px;}

	.header,
	body.scrolled .header {height: 60px;}
	.header .columns {padding: 0;}
	.header .logo,
	body.scrolled .header .logo {padding: 12.5px 0; left: 50%; transform: translateX(-50%); padding-top: 20px; width: 70%;}
	.header .logo img,
	.header .logo svg {height: unset;}
	.header .header-right,
	body.scrolled .header-right {padding: 5px 0;}
	.header .header-right .top-search-open-button {display: none;}
	.header .header-left {display: block;}
	.header #open-mobile-menu {border-radius: 50% 0 0 50%;}

	.attorney-results .results-row .small-6 {width: 100%; float: none;}
	.attorney-results .results-row .single-team .team-image {margin-bottom: 7px;}

	.post-bottom a {display: block; margin: 0 0 15px; max-width: 130px;}
}

/* Phones */
@media screen and (max-width: 400px) {
	:root {font-size: 14px;}

	.slider-home,
	.slider-home-single,
	body.admin-bar .slider-home,
	body.admin-bar .slider-home-single {height: 350px; min-height: 350px;}
	.slider-home .text-box .headline-text {padding: 1rem 0.5rem;}

	.intro-section .practice-area .practice-box {width: 100%; max-width: 100%;}
	.intro-section .practice-area .practice-box .practice-link {max-width: 375px; min-height: 300px; padding-top: 260px;}

	.practice-box-list .practice-box {width: 100%; max-width: 100%;}
	.practice-box-list .practice-box .practice-link {max-width: 375px; min-height: 250px; padding-top: 190px;}
}

@media screen and (max-width: 360px) {
	.header .logo,
	body.scrolled .header .logo {padding: 20px 0;}
	.header .logo img,
	.header .logo svg {height: 20px !important;}


	.post-bottom a {display: block; margin: 0 0 15px; max-width: 120px;}
}

/* Printer */
@media print {
	.header {top: 0; border: none; height: auto;}
}

/* HEADER EVENT LOGO  */

.event-logo{
	position: absolute;
	max-width: 225px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

body.scrolled .header{
	height: 110px;
}

body.scrolled .header-right{
	padding: 70px 0 15px;
}


@media screen and (min-width: 1024px) {
	.header .header-right{
		position: relative;
		padding: 70px 0 15px;
	}
}

@media screen and (max-width: 1024px) {
	.event-logo{
		position: initial;
		transform: none;
		margin-right: 10px;
	}
}


@media screen and (max-width: 755px) {
	.event-logo{
		max-width: 170px;
		padding-bottom: 5px;
	}
	
	.header .logo img, .header .logo svg{
		height: 31px;
	}
}

@media screen and (max-width: 640px) {
	.event-logo{
		display: none;
	}
}

.page-id-627 p {
	line-height: 1.3rem;
}

.page-id-627 .content ul {
	line-height: 1.4rem;
}

.pauseVideo {
	position: absolute;
	left: 0;
	bottom: 0;
}

.pauseVideo button {
	padding: 0;
    width: 45px;
    height: 45px;
}