/*
	Theme Name: Lewis Kohn
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1.4

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/*
Imports
---------------------------------------------------------------------------------------------------- */


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #000000;
	font-family: proxima-nova, sans-serif;
	font-size: 17px;
	font-weight:400;
	line-height: 30px;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #128239;
	text-decoration: underline;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002341;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 30px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h3 {
	font-size: 28px;
    position: relative;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

h3:before {
	display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 22px;
    background: #17AF4B;
    top: 6px;
    left: 0;
}
.error404 h3 {
	border-bottom:0;
	padding-bottom:0;
}

h4 {
    font-size: 26px;
}
.universal-heading-style h4 {
	text-transform:uppercase;
	margin-bottom:0;
}

h5 {
    font-size: 24px;
}
.universal-heading-style h5 {
	text-transform:uppercase;
}

h6 {
    font-size: 24px;
	font-family: proxima-nova, sans-serif;
	font-weight:400;
	text-transform: uppercase;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #333;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    width: 180px !important;
    height: 48px;
    background: #128239;
    color: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0 auto;
    display: block;
}

#page-container .button:hover,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #002341;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

.siteorigin-panels:not(.single) .site-inner .wrap {
    max-width: none;
    margin: 0;
}
.panel-grid.panel-no-style,
.panel-row-style:not([data-stretch-type]) {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
} 


/* Site Containers
--------------------------------------------- */


/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.content {
    float: left;
    width: 720px;
}

.sidebar-content .content {
    float: right;
}

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


/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-form {
    overflow: hidden;
    padding: 3px;
    width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
    border: none;
}

.widget-area {
    word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
    border: none;
}

.widget-title {
    margin-bottom: 24px;
}

.sidebar .widget-title a {
    border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.sticky .site-header {
    background-color: #fff;
    top: 0px;
    transition: all 0.3s ease 0s;
    z-index: 999999;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.home .site-header {
    position: fixed;
    left: 0px;
}
.our-people .site-header {
	background:#002341;
}
.our-people.sticky .site-header {
    background-color: #fff;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 18px 0;
    width: auto;
	position:relative;
	z-index:9999;
}
.sticky .title-area {
	margin-top:30px;
	padding:0;
}

.title-area a{
    display: block;
    font-size: 0;
	background-repeat:no-repeat;
    background-position:left top;
    background-image: url("images/logo-light.svg");
    width: 236px;
    height: 65px;
}
.sticky .title-area a { 
	background-image: url("images/logo.svg");
	width:181px;
	height:50px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: auto;
	padding:40px 0;
	position:relative;
    padding-right: 175px;
	z-index:999;
}

.site-header .search-form {
    float: right;
    margin-top: 10px;
}
.site-header .widget-area .widget_sow-editor {
    position: absolute;
    top: 49px;
    right: 0;
}
a.client-login {
    background: url(images/login-icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    color: #fff;
    text-decoration: none;
    padding-left: 31px;
    text-transform: uppercase;
    font-weight: 500;
	position:relative;
}
a.client-login:after {
	display: block;
    content: '';
    width: 113px;
    height: 2px;
    background: #17AF4B;
    position: absolute;
    bottom: 0;
    left: 33px;
    opacity: 0;
    transition: all 1s ease;
}
a.client-login:hover:after {
	opacity:1;
}
.sticky a.client-login {
	color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu .menu-item:last-child {
	margin-right:0;
}
.genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
	font-weight:600;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
	text-decoration:none;
	letter-spacing:1px;
}
.sticky .genesis-nav-menu a {
	color: #000000;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
   color: #fff;
   background:#128239;
	
}
.sticky .genesis-nav-menu a:hover,
.sticky .genesis-nav-menu .current-menu-item>a,
.sticky .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
   color: #fff;
}
.sticky .genesis-nav-menu .sub-menu .current-menu-item>a {
	color: #000000;
}
.genesis-nav-menu .sub-menu .current-menu-item>a {
	color: #128239;
}
.genesis-nav-menu .sub-menu .current-menu-item>a {
	background:none;
}

.genesis-nav-menu>.menu-item>a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    letter-spacing: 0;
    opacity: 0;
	 background-color: #f3f5f6;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 250px;
    z-index: 99;
	padding: 25px 0;
    border-radius: 12px;
}

.genesis-nav-menu .sub-menu a {
    border: 0;
    border-top: none;
    padding: 10px 20px;
    position: relative;
    width: 250px;
	color:#000;
	border-radius:0;
}
.genesis-nav-menu .sub-menu a:hover {
	color:#128239;
	background:transparent;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #000;
	display: block;
	margin: 0 auto;
	text-align: center;
	visibility: visible;

}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #fff;
	border-width: 0;
	color: #000;
}

.menu-toggle {
	float: right;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 7px;
    padding: 5px 0;
    position: relative;
    z-index: 1000;
    font-size: 17px;
    border-radius: 50%;
    width: 85px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
    margin-right: 0;
    position: relative;
    text-rendering: auto;
    top: 0;
    font-size: 28px;
    background: #17AF4B;
    width: 35px !important;
    height: 35px;
    border-radius: 200px;
    color: #fff;
    padding-top: 4px;
}
body .menu-toggle.dashicons-before:before {
	width: 40px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}
.search .entry {
    margin-bottom: 15px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}


/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}
.site-inner .pagination ul {
	margin-top:0;
}

.pagination li {
    display: inline;
    margin: 0 3px;
}

.pagination li a {
    background-color: #333;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
	text-decoration:none;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #128239;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    margin-top: 0px;
    width: 340px;
}

.sidebar-content .sidebar {
    float: left;
}

.sidebar img {
    margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    padding: 60px 0 35px;
    text-align: center;
    color:#000000;
	font-size:16px;
}

.site-footer a{
    color:#000000;
	font-size:16px;
	text-decoration:none;
}
.site-footer a:hover {
	text-decoration:underline;
}
.site-footer a.site-btn {
	padding: 10px 25px;
    color: #000000;
	background:transparent;
    width: 210px;
}
.site-footer a.site-btn:hover {
    text-decoration: none;
    background: #128239;
	color:#fff;
}
.footer-boxes {
	border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 25px !important;
}
.footer-boxes .panel-grid-cell:nth-child(2) {
	position:relative;
}
.footer-boxes .panel-grid-cell:nth-child(2):after {
    display: block;
    content: '';
    width: 3px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    top: 15px;
    right: -15px;
}
.site-footer .footer-boxes .panel-grid-cell:nth-child(3) {
	text-align:left;
	padding-left: 10px;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 91px;
}

.bottom-gap {
	padding-bottom: 91px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section * {
	color: #fff;
}

.hero-panel {
    position: relative;
	margin-top:-2px;
    line-height: 0;
    color: #fff;
}
.our-people .hero-panel {
	margin-top:90px;
}
.hero-panel:before {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,35,65, 0.8);
	position:absolute;
}
.home .hero-panel:before {
	display:none;
}
.hero-panel h1,
.about-hero-panel h1 {
	color:#fff;
	font-size:42px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom: 10px;
	position: relative;
	display:table;
	margin:0 auto;
}
.home .hero-panel h1,
.about-hero-panel h1 { 
	display:block;
	margin:0;
}
.our-people .hero-panel h1 {
	color:#002341;
	letter-spacing:1px;
	display:block;
	margin:0;
}
.our-people .hero-panel h6 {
	text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.hero-panel h5,
.about-hero-panel h5 {
	font-size: 20px;
    font-family: proxima-nova, sans-serif;
    color: #000000;
    text-align: left;
    line-height: 1.6;
    border-top: 1px solid #c4c4c48c;
    margin-top: 30px;
    padding-top: 25px;
}
.about-hero-panel p {
	color:#fff;
	margin-bottom:0;
}
.hero-panel h1:before,
.about-hero-panel h1:before {
	display: block;
    content: '';
    width: 2px;
    height: 86px;
    background: #17AF4B;
    position: absolute;
    top: 6px;
    left: -22px;
}
.hero-panel.hero-panel-contact h1:before {
	height: 44px;
}
.our-people .hero-panel h1:before {
	width: 3px;
    height: 60px;
	top: 10px;
    left: -25px;
}
.error404 .hero-panel h1:before,
.search .hero-panel h1:before,
.thank-you .hero-panel h1:before,
.hero-panel.people-overview-panel h1:before {
	height: 50px;
	top: 3px;
}
.hero-panel p {
	text-align:left;
}
.home .hero-panel .textwidget,
.our-people .hero-panel .textwidget {
	width:675px;
	margin:0 auto;
}
.hero-panel.people-overview-panel .textwidget { 
	width: 445px;
}

.hero-panel .sow-image-container img,
.hero-panel > img {
    width: 100%;
}

.hero-panel .widget_siteorigin-panels-builder, 
.hero-panel .wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    top: 50%;
    transform: translatey(-50%);
    line-height: 1.3;
    color:#fff;
}

#page-container .hero-panel .panel-grid-cell .so-panel{
    margin-bottom: 0px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
	margin-top:40px;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.site-inner ul li:before {
	content: '';
	background: url( "images/tick-icon.svg" ) no-repeat 0 0;
	width: 16px;
    height: 12px;
	position: absolute;
	top: 8px;
	left: 0;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	vertical-align: top;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 843px;
}

#page-container .medium-container {
	max-width: 770px;
}

#page-container .small-container {
	max-width: 546px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #128239;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
    display: inline-block;
    vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/*
Gravity Forms
------------------------------------------------- */

body .gform_legacy_markup_wrapper label.gfield_label {
	font-weight:400;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
body .gform_legacy_markup_wrapper .top_label input.medium {
	width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #28292A;
}
body .gform_legacy_markup_wrapper textarea.medium  {
	width: 100%;
    height: 181px;
    border-radius: 10px;
    border: 1px solid #28292A;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
}
body .gform_wrapper .gfield_validation_message {
	display:none;
}
body .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium, 
body .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 15px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

/*----------For Accessibility Icon Placement----------------*/

body #pojo-a11y-toolbar {
    bottom: 20px !important;
    top: unset !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    bottom: 0 !important;
}

/*-----------------------------CALLOUT PANEL STYLING-----------------------------*/

.cta-panel{
	position:relative;
}

 .cta-panel .widget_siteorigin-panels-builder {
    position: absolute;
    left: 50%;
    width: 1170px;
    max-width: 100%;
    text-align: left;
    font-size: 20px;
    top: 50%;
    transform: translate(-50%,-50%);
}


/*-----------------------------Custom css-----------------------------*/

.home-panel-2 {
    min-height: 915px;
    padding-top: 40px;
    padding-bottom: 75px;
}
.home-panel-2 p {
	font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.below-banner-three-boxes p:before {
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    background: #17AF4B;
    margin: 20px auto;
}
.about-blue-area {
    min-height: 650px;
    color: #fff;
    padding: 65px 80px;
	margin-top:55px;
}
.about-blue-area h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e53b;
    padding-bottom: 25px;
    margin-bottom: 25px;
	padding-left:0;
}
.about-blue-area h3:before {
	display:none;
}
span.border-line:before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 25px;
    background: #128239;
    position: relative;
    top: 2px;
    margin: 0 15px 0 12px;
}
span.border-line {
	text-transform:capitalize;
}
.home-panel-2 .about-blue-area p {
	font-size:18px;
}
.about-four-icons {
	margin: 70px 0 80px;
}
a.site-btn {
    border: 2px solid #128239;
	background:#128239;
    border-radius: 7px;
	width: 180px;
    display: inline-block;
    color: #fff;
	text-align: center;
    font-size: 16px;
    text-decoration: none;
    padding: 11px 25px;
    margin-right: 12px;
}
.entry-content a.site-btn:hover {
	text-decoration:none;
	 border: 2px solid #128239;
	background:transparent;
}
.entry-content .about-blue-area a.site-btn {
	width:180px;
}
.entry-content .about-blue-area a.site-btn:last-child {
	 border: 2px solid #128239;
	background:transparent;
}
.entry-content .about-blue-area a.site-btn:last-child:hover {
	 border: 2px solid #128239;
	background:#128239;
}
.entry-content .about-blue-area a.site-btn:hover {
	text-decoration:none;
	background:#128239;
}
.logo-area {
	width:790px;
	margin: 15px auto 50px;
}
.home .logo-area {
	margin: 40px auto 30px;
}
.our-people .logo-area {
	margin: 40px auto 75px;
}
.our-people .logo-area .panel-grid-cell:nth-child(2) {
	margin-right: 55px;
}
.practice-areas-section .widget_media_image,
.practice-areas-section .widget_media_image img {
	width:100%;
}
.practice-areas-section p {
	font-size:17px;
	padding-right: 200px;
}
.practice-areas-section h6 {
	color:#002341;
	text-transform:uppercase;
	font-weight:400;
}
.practice-areas-section h2 {
    color: #002341;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #C4C4C4;
    display: table;
    padding-right: 70px;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.practice-areas-box {
	width:950px;
	margin:70px auto 100px;
}
.site-bottom-area.practice-bottom-area .practice-areas-box {
	margin:70px auto 0px;
}
.practice-areas-box.practice-areas-box-three {
	max-width:1350px;
	width:1350px;
	margin:70px auto 30px;
}
.practice-areas-box .panel-grid-cell:first-child {
	position:relative;
}
.practice-areas-box .panel-grid-cell:first-child:before {
    display: block;
    content: '';
    width: 3px;
    height: 25px;
    background: #128239;
    position: absolute;
    left: -20px;
}
.practice-areas-box .panel-grid-cell:last-child:after {
    display: block;
    content: '';
    width: 3px;
    height: 25px;
    background: #128239;
    position: absolute;
    right: -20px;
	bottom: 0px;
}
.practice-areas-box .so-widget-sow-editor {
	min-height:457px;
	padding-top:160px;
}
.practice-areas-box.practice-areas-box-three .so-widget-sow-editor {
	padding-top:140px;
}
.practice-areas-box h6 {
	color:#fff;
	margin-bottom:0;
    position: relative;
	padding-left: 15px;
}
.practice-areas-box h6:before {
    display: block;
    content: '';
    width: 2px;
    height: 21px;
    background: #17AF4B;
    position: absolute;
    top: 4px;
    left: 0;
}
.practice-areas-box h4 {
	color:#fff;
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:25px;
}
.practice-areas-box.practice-areas-box-three h4 {
	position:relative;
}
.practice-areas-box.practice-areas-box-three h4:before {
    display: block;
    content: '';
    width: 3px;
    height: 21px;
    background: #17AF4B;
    position: absolute;
    top: 6px;
    left: -16px;
}
.practice-areas-box.practice-areas-box-three h6 {
	margin-bottom: 20px;
    font-size: 22px;
}
.practice-areas-box.practice-areas-box-three .hover-text,
.practice-areas-box.practice-areas-box-three span.hover-text {
	line-height: 1.54;
}
.practice-areas-box.practice-areas-box-three .hover-box {
	padding-top: 55px;
}
.practice-areas-box .textwidget {
	display:table;
	margin:0 auto;
}
.entry-content .practice-areas-box a.site-btn {
	display:block;
	margin:20px auto 0;
	position:relative;
	z-index:100;
	border: 2px solid #128239;
    background: #128239;
}
.entry-content .hide-learn-more-btn .practice-areas-box a.site-btn {
	display:none;
}
.entry-content .practice-areas-box.practice-areas-box-three .panel-grid-cell:nth-child(2) a.site-btn {
	margin: 55px auto 0;
}
.practice-areas-box.practice-areas-box-three .panel-grid-cell:nth-child(2) .hover-box a.site-btn { 
	margin: 25px auto 0;
}
.entry-content .practice-areas-box a.site-btn:hover {
	border: 2px solid #128239;
    background: transparent;
}
.practice-areas-box p {
	padding-right:0;
}
.practice-areas-box .panel-grid-cell {
	position:relative;
}
.practice-areas-box .panel-grid-cell:hover h6,
.practice-areas-box .panel-grid-cell:hover h4,
.practice-areas-box .panel-grid-cell:hover a.site-btn {
	opacity:0;
}
.practice-areas-box.about-practice-box .panel-grid-cell:hover h6,
.practice-areas-box.about-practice-box .panel-grid-cell:hover h4,
.practice-areas-box.about-practice-box .panel-grid-cell:hover a.site-btn {
	opacity:1;
}
.practice-areas-box.about-practice-box {
	margin-top:30px;
}
.practice-areas-box.about-practice-box h2 {
	color:#fff;
	position:relative;
	z-index:100;
	padding-left:20px;
}
.site-bottom-area.practice-bottom-area .practice-areas-box.about-practice-box h2 {
	margin-bottom:30px;
}
.practice-areas-box.about-practice-box h2:before {
	display: block;
    content: '';
    width: 3px;
    height: 21px;
    background: #17AF4B;
    position: absolute;
    top: 7px;
    left: 0;
}
.practice-areas-box.about-practice-box .panel-grid-cell:first-child a.site-btn {
	margin-top:50px;
}
.site-bottom-area.practice-bottom-area .practice-areas-box.about-practice-box .panel-grid-cell:first-child a.site-btn {
    margin-top: 65px;
} 
.practice-areas-box.about-practice-box .panel-grid-cell {
	overflow:hidden;
}
.practice-areas-box.about-practice-box .panel-grid-cell .panel-widget-style:hover {
	transition: transform .5s;
	transform: scale(1.05);
}
.practice-areas-box.about-practice-box .panel-grid-cell:hover a.site-btn {
	background:transparent;
	border: 2px solid #128239;
}
.practice-areas-box .panel-grid-cell:last-child .widget_sow-editor:before,
.about .practice-areas-box .panel-grid-cell:last-child .panel-widget-style:before {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background: rgba(0,35,65, 0.8);
	position:absolute;
	z-index:20;
	top:0;
	left:0;
}
.home .practice-areas-box .panel-grid-cell:last-child .widget_sow-editor:before,
.practice-areas-box.practice-areas-box-three .panel-grid-cell:last-child .widget_sow-editor:before,
.site-bottom-area.practice-bottom-area .practice-areas-box .panel-grid-cell:last-child .widget_sow-editor:before,
.about .practice-areas-box .panel-grid-cell:last-child .widget_sow-editor:before {
	display:none;
}
.hover-box {
	width:100%;
	height:100%;
	background:rgba(0,35,65, 0.8);
	position:absolute;
	top:0;
	left: 0;
	opacity:0;
	padding-top: 55px;
	transition: all 1s ease;
}
.practice-areas-box .panel-grid-cell:hover .hover-box { 
	opacity:1;
}
.practice-areas-box .panel-grid-cell:hover .hover-box h6,
.practice-areas-box .panel-grid-cell:hover .hover-box h4,
.practice-areas-box .panel-grid-cell:hover .hover-box a.site-btn {
	opacity:1;
}
.hover-box a.site-btn {
	margin-top: 45px;
}
.practice-areas-box .panel-grid-cell:last-child .hover-box a.site-btn {
	margin-top: 30px;
}
.hover-box p {
	color:#fff;
}
.hover-text,
span.hover-text {
	display: table;
    width: 370px;
    margin: 0 auto;
}
.industries-served-area {
	min-height:538px;
	position:relative;
}
.industries-served-area:before {
	display:block;
	content:'';
	background:rgba(0,35,65, 0.8);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
.industries-served-area .panel-grid-cell {
	position:relative;
	z-index:100;
}
.industries-served-area h6 {
	color:#fff;
	margin-bottom: 10px;
	position:relative;
	padding-left: 15px;
}
.industries-served-area h6:before {
    display: block;
    content: '';
    width: 2px;
    top: 2px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    left: 0;
}
.industries-served-area h2 {
	color:#fff;
	text-transform:uppercase;
}
.industries-served-icon p {
	color:#fff;
	font-size:17px;
}

.industries-served-icon .home_hover{
	cursor: pointer;
}

.industries-served-icon .home_hover:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #17AF4B;
    margin-top: 5px;
    opacity: 0;
    transition: all 1s ease;
}

.industries-served-icon .home_hover:hover:after {
	opacity:1;
}

.industries-served-icon .panel-grid-cell:nth-child(3) img {
	position:relative;
	top:20px;
}
.industries-served-heading .textwidget {
    border-bottom: 1px solid #e5e5e53b;
    padding: 0 125px 25px;
    margin-bottom: 60px;
}
.retail-icon img {
	position:relative;
	top:13px;
	margin-top:-15px;
}
.cta-area {
    position: relative;
    min-height: 414px;
    padding: 0 120px;
}
.cta-area .panel-grid-cell {
	position:relative;
	z-index:100;
}
.cta-area:before {
	display:block;
	content:'';
	background:rgba(0,35,65, 0.9);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
.cta-area h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e53b;
    padding-bottom: 25px;
    margin-bottom: 25px;
	padding-left:0;
}
.cta-area h3:before {
	display:none;
}
.cta-area h2 {
    position: relative;
    color: #fff;
    display: table;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e53b;
    padding-bottom: 25px;
    margin: 0 auto 25px;
}
.cta-area h2:before {
    display: block;
    content: '';
    width: 2px;
    top: 5px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    left: 265px;
}
.cta-area p {
	color:#fff;
}
.cta-area a.site-btn {
	display:table;
	margin:0 auto;
	text-transform: capitalize;
}
.site-bottom-area {
	padding:80px 0;
}
.our-people .site-bottom-area {
	min-height:auto;
	padding:70px 0 100px;
}
.client-feedback-boxes {
	margin-bottom:50px;
	display:none !important;
}
.client-feedback-testimonials {
	margin-top:70px;
}
.client-feedback-boxes .widget_media_image {
	position:relative;
	padding:0 10px;
}
.client-feedback-boxes .widget_media_image:before {
    width: 3px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    left: -10px;
}
.client-feedback-boxes .widget_media_image:after {
    width: 3px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    bottom: 0px;
    right: -10px;
}
.client-feedback-boxes h2 {
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    margin-bottom: 35px;
	margin-top:55px;
}
.client-feedback-boxes h2:before {
    display: block;
    content: '';
    width: 3px;
    height: 28px;
    background: #17AF4B;
    position: absolute;
    top: 3px;
    left: -4px;
}
body .metaslider .slides img {
	display:none;
}
body .metaslider .caption-wrap {
	position: relative;
    background: transparent;
    color: #000;
    opacity: 1;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    line-height: 2;
    padding-right: 55px;
}
body .metaslider .caption {
    padding: 5px 10px 5px 85px;
}
body .metaslider .caption-wrap:before {
    display: block;
    content: '';
    width: 51px;
    height: 41px;
    background: url(images/quote-img.png) no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
}
body .metaslider .caption-wrap strong {
	color:#000000;
	font-size:17px;
	font-weight:500;
}
body .metaslider .caption-wrap strong:after {
    display: block;
    content: '';
    width: 89px;
    height: 4px;
    background: url(images/testimonial-border-line.jpg) no-repeat;
    margin-top: 25px;
	display:none;
}
body .metaslider .caption-wrap a {
	display:block;
	color:#128239;
	text-decoration:none;
}
.client-feedback-boxes .metaslider .flexslider .flex-control-nav a {
    width: 26px;
    border-radius: 0;
    height: 4px;
    background: #e4e7e3;
	margin: 0;
}
.client-feedback-boxes .metaslider .flexslider .flex-control-nav a.flex-active {
	 background: #128239;
}
.client-feedback-boxes .metaslider .flex-control-nav {
    bottom: -10px;
    left: 0;
    text-align: left;
    left: 85px;
}
.partnership-area,
.universal-content-area {
    max-width: 1280px !important;
    margin: 80px auto;
}
.partnership-area h2 {
	position:relative;
	padding-left:20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}
.partnership-area h2:before {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 29px;
    background: #17AF4B;
    top: 3px;
    left: 0px;
}
.universal-content-area h6 {
	position:relative;
	padding-left:20px;
}
.universal-content-area h6:before {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 22px;
    background: #17AF4B;
    top: 3px;
    left: 0px;
}
.partnership-area .panel-grid-cell:last-child,
.universal-content-area .panel-grid-cell:last-child {
	padding-left:25px;
	line-height: 1.8;
}
.partnership-area a {
	text-decoration:none;
	font-weight:500;
}
.what-sets-area {
	min-height:712px;
	padding-top:80px !important;
}
.what-sets-inner-area {
	min-height:568px;
	padding-top:60px;
	position:relative;
	color:#fff;
}
.how-help-area .what-sets-inner-area {
	width:1040px;
	margin:0 auto;
}
.what-sets-inner-area:before {
	display:block;
	content:'';
	background:rgba(0,35,65, 0.8);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
.how-help-area .what-sets-inner-area:before {
	background:rgba(0,35,65, 0.9);
}
.what-sets-inner-area .widget_siteorigin-panels-builder {
	position:relative;
	z-index:100;
	padding:0 50px;
}
.how-help-area .what-sets-inner-area .widget_siteorigin-panels-builder {
	padding:0 20px;
}
.what-sets-inner-area h2 {
	color:#fff;
	letter-spacing: 2px;
}
.what-sets-inner-area h2:before {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 29px;
    background: #17AF4B;
    top: 3px;
    left: 395px;
}
.how-help-area .what-sets-inner-area h2:before {
	top:4px;
	left: 390px;
}
.what-sets-inner-area .widget_sow-editor {
	border-bottom: 1px solid #e5e5e53b;
    padding-bottom: 25px;
   margin-bottom: 35px !important;
}
.what-sets-inner-area .sow-tabs-panel-content .widget_sow-editor,
.how-help-lists .widget_sow-editor {
	border-bottom:0;
	padding-bottom:0;
}
.our-people .hero-panel:before {
	display:none;
}
span.call a {
	width:38px;
	height:36px;
	display:inline-block;
	background:url("images/call-icon.svg") no-repeat;
	background-position: top center;
	color: #000;
	margin-right: 25px;
	text-align:center;
	padding-top: 45px;
	text-decoration:none;
}
span.email a {
	width:41px;
	height:36px;
	display:inline-block;
	background:url("images/email-icon.svg") no-repeat;
	background-position: top center;
	color: #000;
	margin-right: 25px;
	text-align:center;
	padding-top: 45px;
	text-decoration:none;
}
span.vcard a {
	width:43px;
	height:36px;
	display:inline-block;
	background:url("images/vcard-icon.png") no-repeat;
	background-position: top center;
	color: #000;
	padding-top: 45px;
	text-decoration:none;
}
.our-people-top-boxes {
	max-width: 1025px !important;
	margin:0 auto !important;
}
.hero-panel .our-people-top-boxes h5 {
	width: 570px;
	border-top: 1px solid #c4c4c4;
}
.our-people-top-boxes .widget_media_image {
	margin-left: 200px;
	position:relative;
}
.our-people-top-boxes .widget_media_image:before {
    width: 3px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    top: 2px;
    left: 20px;
}
.our-people-top-boxes .widget_media_image:after {
    width: 3px;
    height: 25px;
    background: #17AF4B;
    position: absolute;
    bottom: 1px;
    right: 7px;
}
.area-practice-section {
	padding:85px 0 !important;
	color:#fff;
}
.area-practice-section p {
	line-height: 1.9;
}
.area-practice-section h4 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 50px;
    margin-bottom: 35px;
	cursor: pointer;
}
.area-practice-section .area-practice-technologies h4 {
	padding-bottom:30px;
}
.area-practice-boxes {
	margin-bottom:100px;
}
.site-inner .area-practice-section ul li {
	position:relative;
	display: table;
	padding-left:0;
}
.site-inner .area-practice-section ul li a {
	color:#fff;
	text-decoration:none;
}
.site-inner .area-practice-section ul li:before {
	display:none;
}
.site-inner .area-practice-bottom-boxes .panel-grid-cell:first-child ul li:after {
    display: block;
    content: '';
    width: 7px;
    height: 9px;
    background: url(images/green-arrow.svg) no-repeat;
    position: absolute;
    right: -23px;
    top: 10px;
}
.site-inner .area-practice-bottom-boxes .panel-grid-cell:last-child ul li {
	padding-left:30px;
}
.site-inner .area-practice-bottom-boxes .panel-grid-cell:last-child ul li:before {
	display: block;
    content: '';
    width: 16px;
    height: 12px;
    background: url(images/tick-icon.svg) no-repeat;
    position: absolute;
    right: -23px;
    top: 10px;
}
.area-practice-technologies h4 {
	background:url("images/technology-icon.svg") no-repeat;
	padding-left:80px;
}
.area-practice-experience h4 {
	background:url("images/experience-icon.svg") no-repeat;
	padding-left:80px;
}
.area-practice-admission h4 {
	background:url("images/admission-icons.svg") no-repeat;
	padding-left:80px;
}
.area-practice-education h4 {
	background:url("images/education-icon.svg") no-repeat;
	padding-left:80px;
}
.achieving-text {
	padding:40px 0 50px;
}
.achieving-text h2 {
	text-transform: initial;
    letter-spacing: 0;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:25px;
	margin-bottom:30px;
	position:relative;
	padding-left: 20px;
}
.achieving-text h2:before {
	display: block;
    content: '';
    width: 3px;
    height: 20px;
    background: #17AF4B;
    position: absolute;
    left: 0;
    top: 8px;align-content
}
.achieving-text p {
	/*text-transform:capitalize;*/
}
.how-help-area {
	padding: 90px 0 !important;
}
.how-help-area img {
	margin-bottom: -10px;
}
.how-help-area h5 {
	color:#fff;
	font-family: proxima-nova, sans-serif;
	margin-bottom:35px;
}
.site-inner .how-help-area ul li,
.site-inner .helping-companies-area ul li {
	/*background: url(images/tick-icon.svg) no-repeat;
	background-position:left center;*/
	padding-left:30px;
	margin-bottom: 10px;
    line-height: 1.4;
}
.site-inner .helping-companies-area ul li:before {
	display:none;
}
.site-inner .how-help-area ul {
	margin-left:45px;
}
.site-inner .how-help-area .trial-post ul {
	margin-left:14px;
} 
.formulating-heading {
	margin-top:45px;
}
.formulating-heading h2,
.practice-industries-served h2 {
	text-transform: capitalize;
    position: relative;
    display: table;
    margin: 0 auto;
}
.formulating-heading h2:before,
.practice-industries-served h2:before {
    display: block;
    content: '';
    width: 3px;
    height: 20px;
    background: #17AF4B;
    position: absolute;
    top: 8px;
    left: -20px;
}
.practice-industries-served .panel-grid-cell {
	position:relative;
	z-index:100;
}
.helping-companies-area {
	min-height:auto;
	position:relative;
	padding:65px 0;
}
.helping-companies-area:before {
	 display: block;
    content: '';
    background: rgba(0,35,65, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.helping-companies-area h2 {
	color:#fff;
}
.helping-companies-area h6 {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    text-transform: capitalize;
	text-align:center;
	letter-spacing:0;
	cursor:pointer;
	display: table;
    margin: 0 auto;
}
.helping-companies-area h6:after {
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #17AF4B;
    margin-top: 5px;
	opacity:0;
	transition: all 1s ease;
}
.helping-companies-area h6:hover:after {
	opacity:1;
}
.helping-companies-area ul {
	margin-top:40px;
}
.helping-companies-area ul li {
	color:#fff;
	font-size:17px;
	margin-bottom:0;
}
.industies-served-boxes {
	border-top: 1px solid #e5e5e53b;
    padding-top: 65px;
}
.helping-companies-area img {
	margin-bottom:10px;
}
.retail-list img {
	margin-bottom:-5px;
}
.technology-company-list ul,
.law-firm-list ul,
.academic-list ul,
.retail-list ul{
	display:none;
}
.universal-grey-area {
	padding:70px 0;
}
.universal-grey-area .white-box {
	background:#fff;
	padding:50px;
}
.universal-contact-form {
	padding:20px 0;
}
.universal-contact-form img {
	margin-bottom:-10px;
}
span.address-text {
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
    display: block;
    margin-bottom: -30px;
}
span.address-text:before {
    display: block;
    content: '';
    width: 3px;
    height: 23px;
    background: #17AF4B;
    position: absolute;
    top: 3px;
    left: 0px;
}
a.address-link {
	margin-left: 35px;
    font-weight: 600;
    text-decoration: none;
}
.universal-contact-form h2 {
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.universal-contact-form h2:before {
    display: block;
    content: '';
    width: 3px;
    height: 27px;
    background: #17AF4B;
    position: absolute;
    top: 5px;
    left: 0;
}
.universal-contact-form .panel-grid-cell:last-child {
	padding-left:30px;
}
.universal-page .site-footer {
	background-color: #F8F8F8;
}
.david-content .panel-grid-cell {
	display:none;
	padding-left:0 !important;
}
.site-inner .david-content ul {
	margin-top:0;
}
a.read-more-expand {
	cursor:pointer;
	font-weight:600;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	z-index:999999;
}

/*
Video styling
---------------------------------------------------------------------------------------------------- */
.video-panel {
	margin-top: 0px;
	position:relative;
}
.video-panel video {
	display: block;
    margin: 0;
    width: 100%;
    overflow: hidden;
	position:relative;
}
.video-panel:after {
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background: rgba(0,35,65, 0.8);
}
.video-panel-text {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
	z-index:99;
	width: 675px;
    margin: 0 auto;
}
/*
Accordian styling
---------------------------------------------------------------------------------------------------- */

.accordian-area  {
	margin:60px 0;
	padding-top:40px;
}
.accordian-area h3 {
	text-transform:uppercase;
	display:table;
	margin:0 auto;
	color:#fff;
	padding-bottom:0px;
	border-bottom:0;
}
/*
Accordian
---------------------------------------------------------------------------------------------------- */

body .sow-accordion {
	border-top: 1px solid #002341de;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	padding: 0 !important;
    background: none !important;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
	font-size: 28px;
    font-weight: 500;
    color: #fff;
    /*background: url(images/Q-icon.svg) no-repeat;
    background-position: 29px 30px;*/
    background-color: #002341;
    padding: 25px 65px 45px 45px;
    margin-bottom: -20px;
    border-bottom: 0;
    line-height: 1.2;
	font-family: 'EB Garamond', serif;
	text-transform:capitalize;
	margin-left: 0 !important;
}
body .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header .sow-accordion-title {
	background-color: #fff;
	color:#002341;
	padding-bottom:0;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	background: none !important;
	color:#000;
	padding: 0px 70px 0px 70px !important;
	font-size:18px;
	margin-bottom: 45px;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
	outline:none !important;
}
body .sow-accordion-open-close-button {
	position: absolute;
    left: 17px;
    top: 28px;
}
body .sow-accordion-close-button {
	color: #002341;
}
body .sow-accordion-panel-content {
	padding-top:45px;
	border-bottom:0;
	margin-bottom: 20px;
}
body .widget_sow-accordion {
	background: #fff;
    padding: 0;
}
body .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-title {
	border-bottom:0;
}

/*
Tabs styling
---------------------------------------------------------------------------------------------------- */
body .sow-tabs .sow-tabs-tab-container,
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected, 
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover{
	background-color: transparent !important;
    color: #fff !important;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	margin: 0px 29px 0px 29px !important;
}
body .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
	padding:0 !important;
}
body .sow-tabs .sow-tabs-panel-container {
	background-color: transparent !important;
}
body .sow-tabs .sow-tabs-panel-container p {
	margin-bottom:20px;
	color:#fff;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover:after,
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:after {
	display:block;
	content:'';
	width:100%;
	height:3px;
	background:#17AF4B;
	margin-top:7px;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:first-child {
	background: url(images/firm-icon.svg) no-repeat;
    background-position: top center;
    height: 55px;
    padding-top: 80px;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(2) {
	background: url(images/competence-icon.svg) no-repeat;
    background-position: top center;
    height: 55px;
    padding-top: 80px;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(3) {
	background: url(images/consolidated-icon.svg) no-repeat;
    background-position: top center;
    height: 55px;
    padding-top: 80px;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(4) {
	background: url(images/experienced-icon.svg) no-repeat;
    background-position: top center;
    height: 55px;
    padding-top: 80px;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child {
	background: url(images/track-record-icon.svg) no-repeat;
    background-position: top center;
    height: 55px;
    padding-top: 80px;
}
body .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
	margin-top: 50px;
    margin-left: 45px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1280px) {
	.our-people .logo-area {
		width:525px;
	}
	.practice-areas-box.practice-areas-box-three {
		width: 1220px;
	}
	.practice-areas-box.practice-areas-box-three .hover-box {
    	padding-top: 40px;
	}
	.hover-text,
	span.hover-text {
		width:310px;
	}
}

@media only screen and (max-width: 1179px) {
    .wrap {
        max-width: 960px;
    }
    .content {
        width: 580px;
    }
    .panel-grid.panel-no-style, .panel-row-style:not([data-stretch-type]) {
        max-width: 95%;
    }
	.genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 8px;
	}
	.practice-areas-section p {
    	font-size: 16px;
    	padding-right: 15px;
	}
	.practice-areas-section h2 {
		padding-right: 50px;
	}
	.client-feedback-boxes {
		padding-left: 50px;
	}
	body .metaslider .caption-wrap {
		padding-right: 20px;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		margin: 0px 18px 0px 18px !important;
	}
	.our-people .hero-panel .textwidget {
    	padding: 0px 50px 0 90px;
	}
	.our-people-top-boxes .widget_media_image {
		margin-left: 100px;
	}
	.cta-area h2:before {
		left: 235px;
	}
	.what-sets-inner-area h2:before {
		left:360px;
	}
	.accordian-area {
		padding-bottom: 25px;
	}
	body .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
		margin-left:0;
	}
	.hero-panel.people-overview-panel .textwidget {
		width: 615px;
	}
}

@media only screen and (max-width: 1024px) {
    
    .wrap {
        max-width:95%;
    }
    .site-header {
        position: fixed;
		background:#fff;
    }
	.site-header .wrap { 
		max-width:100%;
	}
	.title-area {
		margin-left:20px;
	}
	.menu-toggle {
		position: relative;
    	top: 15px;
		margin-right:10px;
	}
	.menu-toggle.activated {
		position:relative;
		top:-70px;
	}
	.genesis-responsive-menu {
		margin-top:85px;
		padding-left:20px;
	}
    .content,
    .sidebar,
    .site-tagline-left,
    .site-tagline-right {
        float: none;
        width: 100%;
    }
    .genesis-nav-menu a {
        padding: 10px 0;
		color:#000;
    }
    .genesis-nav-menu .menu-item {
        display: block;
        text-align: left;
        position: relative;
    }
    .genesis-nav-menu .sub-menu a {
        background-color: transparent;
        border: 0;
        padding: 10px 0;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu .sub-menu,
    .site-header .sub-menu .sub-menu {
        margin: 0px;
    }
    .nav-header {
        display: none;
        width: 100%;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        visibility: visible;
    }
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        left: -9999px;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        z-index: 99;
    }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
    }

    a.alignleft,
    img.alignleft,
    .wp-caption.alignleft,
    a.alignright,
    img.alignright,
    .wp-caption.alignright {
        float:none;
        margin:0 auto 15px;
    }
	a.client-login {
		color:#000;
	}
	.title-area a {
		background-image: url(images/logo.svg);
    	width: 181px;
    	height: 50px;
	}
	.site-header .widget-area {
		padding:0;
		float: none;
	}
	.site-header .widget-area .widget_sow-editor {
		top: 86px;
    	width: 100%;
		margin: 0 auto;
    	background: #dedede;
    	text-align: center;
		padding:10px 0;
		z-index:9999;
	}
	.client-feedback-boxes {
    	padding-left: 10px;
	}
	.hero-panel {
		margin-top: 135px;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    	margin: 0 0px 0 0px!important;
		padding: 80px 12px 15px 12px !important;
	} 
	.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item>a, .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		background:transparent;
		color:#000;
	}
	.our-people .site-header  {
		background:#fff;
	}
	.our-people-top-boxes .widget_media_image {
    	margin-left: 210px;
    	width: 52%;
	}
	.our-people .hero-panel .textwidget {
    	padding: 0 50px 0 30px;
	}
	.site-footer .footer-boxes .panel-grid-cell:nth-child(3) {
		padding-left:15px;
	}
	.practice-areas-section h2 {
		font-size:20px;
		padding-bottom: 8px;
    	margin-bottom: 10px;
	}
	.practice-areas-section h6 {
		margin-bottom:10px;
		font-size:18px;
	}
	.practice-areas-section p {
		line-height:1.4;
	}
	.practice-areas-box h4 {
    	font-size: 20px;
	}
	a.site-btn {
		width: 160px;
		padding: 8px 10px;
	}
	.home .hover-box {
		padding:115px 20px 0;
	}
	.hover-box {
		padding:0 20px;
	}
	.hover-box p {
		font-size:15px;
	}
	.hover-text,
	span.hover-text {
		width:100%;
	}
	.practice-areas-box.practice-areas-box-three .hover-box {
    	padding-top: 30px;
	}
	.home-panel-2 .about-blue-area br,
	.what-sets-inner-area h2:before,
	.cta-area h2:before {
		display:none;
	}
	.industries-served-area {
    	min-height: auto;
    	padding: 40px 0;
	}
	.video-panel,
	.our-people .hero-panel {
    	margin-top: 136px;
	}
	.hero-panel.people-overview-panel .textwidget {
    	width: 530px;
	}
	.our-people-top-boxes .widget_media_image:before {
		left: -20px;
	}
	.our-people-top-boxes .widget_media_image:after {
		right:-20px;
	}
}

@media only screen and (max-width: 780px) {
	.industries-served-heading .textwidget {
		padding: 0 75px 25px;
		margin-bottom: 20px;
	}
	.site-bottom-area {
    	padding: 20px 0;
	}
	.cta-area {
		min-height: auto;
    	padding: 40px 120px;
	}
	.footer-boxes .panel-grid-cell:nth-child(2):after {
		display:none;
	}
	.site-footer .footer-boxes .panel-grid-cell:nth-child(3) {
    	text-align: center;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    	margin: 0 0 0 0px!important;
    	padding: 80px 10px 15px 10px!important;
		font-size: 14px !important;
	}
	.what-sets-inner-area .widget_siteorigin-panels-builder {
		padding: 0;
	}
	.our-people .hero-panel {
		margin-top:85px;
	}
	.our-people-top-boxes .widget_media_image {
    	margin-left: 0;
    	width: 100%;
		position: relative;
	}
	.home .hero-panel .textwidget, 
	.hero-panel.about-hero-panel .textwidget, 
	.our-people .hero-panel .textwidget {
    	width: 100%;
    	margin: 0 auto;
	}
	.our-people-top-boxes .panel-grid-cell:last-child  {
		/*display:none;*/
	}
	.page-id-143 .our-people-top-boxes .panel-grid-cell:last-child  {
		display:block;
	}
	.our-people .hero-panel h1 {
		margin-top:30px;
	}
	.our-people .hero-panel h6 {
		margin-bottom:15px;
	}
	.our-people .hero-panel h5 {
		margin-top: 5px;
    	padding-top: 10px;
	}
	.our-people .hero-panel p {
		margin-bottom:10px;
	}
	.client-feedback-boxes .widget_media_image,
	.area-practice-technologies p,
	.area-practice-experience p,
	.area-practice-admission ul,
	.area-practice-education ul,
	.how-help-lists ul{
		display:none;
	}
	.area-practice-education h4 {
		border-bottom:0 !important;
		padding-bottom:20px;
	}
	body .tns-controls,
	body .tns-nav,
	button[data-action="stop"]{
		display:none !important;
	}
	.our-people .logo-area .panel-grid-cell:nth-child(2) {
    	margin-right: 0;
	}
	.area-practice-section {
		padding: 40px 0!important;
	}
	.area-practice-boxes {
    	margin-bottom: 0;
	}
	.what-sets-area,
	.how-help-area {
    	min-height: auto;
    	padding-top: 20px!important;
    	background: none !important;
	}
	.what-sets-inner-area {
    	padding-top: 35px;
    	padding-bottom: 10px;
	}
	.how-help-area .what-sets-inner-area {
    	width: 100%;
	}
	.how-help-area .what-sets-inner-area:before {
    	background: rgba(0,35,65,1);
	}
	.achieving-text {
    	padding: 0;
	}
	.cta-area:before {
		background: rgba(0,35,65,1);
	}
	.logo-area {
		max-width:none !important;
	}
	.cta-area h3 {
		font-size:24px;
	}
	.cta-area span.border-line {
		display:block;
	}
	.cta-area span.border-line:before {
		display:none;
	}
	.video-panel-text {
		widtH:100%;
	}
	.what-sets-inner-area {
		max-width:100%;
	}
	.partnership-area {
		margin: 35px auto;
	}
	.hero-panel .our-people-top-boxes h5 {
    	width: 100%;	
	}
	.client-feedback-boxes {
		margin-bottom:0;
	}
	.home .hover-box {
		padding:40px 20px 0;
	}
	.about .tns-outer {
		margin-bottom:-80px;
	}
	.our-people .hero-panel {
    	margin-top: 282px;
		margin-bottom: 220px;
	}
	.area-practice-section h4 {
		margin-bottom:0;
	}
	.how-help-area {
    	padding: 90px 0 0 !important;
	}
}

@media only screen and (max-width: 500px) {
	.hero-panel h1 {
		font-size:25px;
	}
	.hero-panel p {
		font-size:14px;
	}
	br {
		display:none;
	}
	.about-blue-area {
		padding: 25px 10px;
		min-height:auto;
	}
	.home-panel-2 {
		background:none !important;
		padding-bottom: 0;
	}
	.home .practice-areas-section {
		margin-top:-30px;
	}
	.entry-content .about-blue-area a.site-btn {
		margin-bottom:20px;
	}
	.practice-areas-section .siteorigin-panels-stretch .panel-grid-cell:last-child {
		padding:0 20px !important;
	}
	.practice-areas-section h2,
	.practice-areas-section p {
    	padding-right: 0;
	}
	.practice-areas-box {
    	width: 100%;
	}
	.practice-areas-box .so-widget-sow-editor {
    	min-height: 360px;
    	padding-top: 120px;
	}
	.practice-areas-box {
    	width: 100%;
    	max-width: 100% !important;
    	padding: 0 50px;
    	margin: 70px auto 30px;
	}
	.client-feedback-boxes {
		margin-bottom:0;
	}
	.industries-served-heading .textwidget {
    	padding: 0 15px 25px;
	}
	.industries-served-area h2 {
		font-size:22px;
	}
	.client-feedback-boxes h2 {
		margin-top:20px;
	}
	body .metaslider .caption {
    	padding: 5px 10px 5px 65px;
	}
	.cta-area {
		padding: 30px 25px 35px;
		max-width: 100% !important;
	}
	.practice-areas-box.about-practice-box h2 {
		font-size:24px;
	}
	.practice-areas-box.about-practice-box h2:before {
		left:7px;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		width:50%;
		margin: 0 0 20px 0px!important;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
		display: block !important;
    	text-align: center;
	}
	.what-sets-inner-area .widget_sow-editor {
		margin-bottom: 0px!important;
	}
	.client-feedback-testimonials {
    	margin-top: 30px;
	}
	.partnership-area, .universal-content-area {
    	max-width: 100%!important;
    	margin: 20px auto;
	}
	body .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
    	margin-top: 20px;
	}
	body .metaslider .caption-wrap {
    	padding-right: 0;
	}
	.our-people .hero-panel .widget_siteorigin-panels-builder, 
	.our-people .hero-panel .wrap {
    	top: 0;
    	transform: unset;
	}
	.our-people .hero-panel .textwidget {
    	padding: 0 30px 0 30px;
	}
	.our-people .sow-image-container .so-widget-image {
		height: 270px !important;
    	object-fit: cover;
	}
	.home .hero-panel .sow-image-container img {
		height:280px;
	}
	.site-inner .area-practice-bottom-boxes .panel-grid-cell:first-child ul li:after {
		right:11px;
	}
	.our-people .site-bottom-area {
		padding: 30px 0 100px;
	}
	.how-help-area {
    	padding: 0!important;
	}
	.how-help-area img {
    	margin-bottom: 20px;
	}
	.practice-areas-box .textwidget {
    	display: table;
    	margin: 0 auto;
    	width: 250px;
	}
	.practice-areas-box.practice-areas-box-three .so-widget-sow-editor {
    	padding-top: 120px;
	}
	.what-sets-inner-area {
		padding-top: 35px;
	}
	.formulating-heading {
    	margin-top: 0px;
	}
	.universal-grey-area .white-box {
		padding:20px;
	}
	body .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 0 20px 0 20px!important;
	}
	body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
		font-size: 25px;
		padding: 25px 25px 45px 40px;
		background-position: 10px 32px;
	}
	span.address-text {
		margin-bottom:0;
	}
	.hover-box p {
    	font-size: 14px;
    	line-height: 1.3;
	}
	.footer-boxes .panel-grid-cell {
		margin-bottom: 10px !important;
	}
	.practice-areas-box.practice-areas-box-three h6 { 
		font-size:18px;
	}
	.about-hero-panel h1 {
		font-size:25px;
	}
	.about-hero-panel p {
    	color: #fff;
    	margin-bottom: 0;
    	font-size: 15px;
    	line-height: 1.2;
	}
	.video-panel-text {
		widtH:320px;
	}
	.about-hero-panel h1:before {
		height:65px;
	}
	.entry-content .about-blue-area a.site-btn:last-child {
		margin-bottom:0;
	}
	.site-footer {
		padding: 40px 0 30px;
	}
	span.mobile-break-line {
		display:block;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover:after, 
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:after {
		width: 60%;
		margin: 7px auto;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child {
		margin: 20px auto !important
	}
	.our-people .cta-area {
		margin-top:-65px;
	}
	.site-bottom-area.practice-bottom-area .practice-areas-box {
    	margin: 45px auto 25px;
	}
	.client-feedback-boxes .metaslider .flex-control-nav {
		left: 70px;
	}
	.page-id-143 .our-people-top-boxes .panel-grid-cell:last-child  {
		padding-top: 120px !important;
	}
	.page-id-143 .hero-panel.people-overview-panel h1:before {
		height: 26px;
	}
	.page-id-143.our-people .hero-panel h1 {
		display: table;
    	margin: 0 auto;
	}
	.site-inner .area-practice-section ul li {
		padding-right:30px;
	}
	.hero-panel.mobile-green-line h1:before {
		height: 28px;
		top: 2px;
	}
	#cookie-law-info-bar span {
		display: block;
    	text-align: center;
    	line-height: 1.2;
    	margin-bottom: 5px;
	}
	
	.our-people .hero-panel {
    	margin-top: 142px;
		margin-bottom: 298px;
	}
}
@media only screen and (max-width: 375px) {
	.partnership-area h2 {
		font-size:24px;
	}
	.practice-areas-box .textwidget {
		width:210px;
	}
	.our-people .sow-image-container .so-widget-image {
		height: 300px !important;
	}
}

.green-checks ul li{
	padding-left: 30px !important;
}
.green-checks ul li:before {
    display: block !important;
    content: '';
    width: 16px;
    height: 12px;
    background: url(images/tick-icon.svg) no-repeat;
    position: absolute;
    right: -23px;
    top: 10px;
}

.carots ul li:after {
    display: block !important;
    content: '';
    width: 7px;
    height: 9px;
    background: url(images/green-arrow.svg) no-repeat;
    position: absolute;
    right: -23px;
    top: 10px;
}