/*
	Theme Name:			Wollborg Michelson Theme
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			5.1.8
	Template: 			genesis
	Template Version:	3.4.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
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: #333;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9;
}

::-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: #B5121B;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #C51E31;
	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: #333;
    font-family: 'Barlow', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;
}

h1 {
	font-size: 55px;
	line-height:1.25;
}

h2 {
	font-size: 50px;
	color:#B5121B;
	line-height:1.1;
}

h3 {
	font-size: 45px;
	color:#B5121B;
}

h4 {
	font-size: 35px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 18px;
	color:#B5121B;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position:relative;
}

h6:before{
	display:inline-block;
	content:"";
	position:relative;
	background:#BABABA;
	height:3px;
	width:33px;
	top: -5px;
    margin-right: 15px;
}

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

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

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

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.15;
	padding: 14px 20px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="search"]:focus{
	outline-offset: 0px;
	outline: 1px solid #000;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

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

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

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #B5121B;
	border: none;
	border-radius: 40px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 43px;
	width: auto;
	display: inline-block;
	min-width: 215px;
	text-align: center;
	text-decoration: none;
	filter: drop-shadow(0px 10px 10px rgba(181, 18, 27, 0.15));
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color:#353535;
	filter: drop-shadow(0px 10px 10px rgba(87, 87, 87, 0.15));
	text-decoration: none;
}

#page-container .grey-btn .button,
#page-container .grey-btn.button{
	background-color:#353535;
	filter: drop-shadow(0px 10px 10px rgba(87, 87, 87, 0.15));
}

#page-container .grey-btn .button:hover,
#page-container .grey-btn .button:focus,
#page-container .grey-btn.button:hover,
#page-container .grey-btn.button:focus,
#page-container .widget-area .button:last-child:hover,
#page-container .widget-area .button:last-child:focus{
	background-color:#B5121B;
	filter: drop-shadow(0px 10px 10px rgba(181, 18, 27, 0.15));
}

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

#page-container .white-btn .button{
	background-color:#fff;
	color:#333;
	filter: drop-shadow(0px 10px 10px rgba(51, 51, 51, 0.15));
}

#page-container .white-btn .button:hover,
#page-container .white-btn .button:focus{
	background-color:#333;
	color:#fff;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* 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 {
	outline: 1px solid #000;
	outline-offset: -1px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

/*
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;
	padding-bottom: 40px;
}


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

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


/* Content */

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

.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;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

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

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

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

.site-header {
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	padding-bottom:15px;
	background-color: #fff;
}

.sticky .site-header {
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 140px;
}


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

.title-area {
	float: left;
	padding: 24px 0 15px;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url("images/logo.png");
	background-size:100%;
	width: 250px;
	height: 63px;
}

/* 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;
}

#page-container .widget-area .button:last-child{
	background-color:#353535;
	filter: drop-shadow(0px 10px 10px rgba(87, 87, 87, 0.15));
	min-width:140px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

.site-header .widget-area .widget_siteorigin-panels-builder a{
	color:#333;
	font-size:22px;
	font-weight:700;
}

.site-header .widget-area .widget_siteorigin-panels-builder a.button{
	font-size:18px;
}

.site-header .widget-area .widget_siteorigin-panels-builder a img{
	position:relative;
	top:10px;
	margin-right:10px;
}

/*
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 a {
	border: none;
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 0 19px 6px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item:not(.menu-item-has-children) > a{
	padding-right:0px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a {
	color: #C51E31;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	color:#fff;
}

.genesis-nav-menu > .menu-item.menu-item-has-children > a {
	background-image:url("images/menu-down-icon.png");
	background-position:right center;
	background-repeat:no-repeat;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 15px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: #b5121b;
	color: #fff;
}

.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: #B5121B;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

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

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 35px;
}

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;
	font-size: 18px;
	color: #b5121b;
}

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

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

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

.dashicons-icon::before {
	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;
}

.menu-toggle::before {
	font-size: 35px;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 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 li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #B5121B;
	text-decoration: none;
}

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

.sidebar {
	float: right;
	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: #333;
	padding: 90px 0 110px;
	font-size:13px;
}

.site-footer,
.site-footer a {
	color:#fff;
}

.site-footer a.dashicons-icon{
	background: #B5121B;
	border-radius:100px;
	width:43px;
	height:43px;
	display: inline-block;
	text-align: center;
	font-size: 23px;
	margin-right: 15px;
	margin-top:25px;
}

.site-footer a.dashicons-icon:hover,
.site-footer a.dashicons-icon:focus{
	background-color:#000;
}

.site-footer h5{
	color:#fff;
}

.footer-links a{
	padding:0 10px;
}

.footer-links a:first-child{
	padding-left:0px;
}

.footer-links p:last-child a{
	padding:0px;
}

.site-footer ul li{
	margin-bottom:10px;
}

.site-footer ul li a{
	display: flex;
    align-items: center;
}

.site-footer ul li img.alignnone{
	margin-bottom:0px;
	margin-right:15px;
}


/*
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: 75px;
}

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

.top-gap-small {
	padding-top: 30px;
}

.bottom-gap-small {
	padding-bottom: 30px;
}

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

.dark-bg-section {
	background-color: #333;
}

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

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 395px;
	padding: 100px 0;
}

.blog .hero-panel,
.archive .hero-panel,
.single .hero-panel {
	background:#fff;
}

.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.hero-panel * {
	color: #fff;
	height: 100%;
}
#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-panel {
	min-height: 700px;
}

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

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

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

.site-inner ul li:before {
	content: '';
	background: #B5121B;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 50%;
}

#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,
#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;
}

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

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

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

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

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

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

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

p:empty {
	display: none;
}

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

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

.entry-content a.arrow-link{
	color:#B5121B;
}

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

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

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

.mejs-controls a.mejs-horizontal-volume-slider {
	color: #fff;
}

/*
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 form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	text-align: center;
	padding-top: 0;
	margin-top: 25px;
	display: block;
	padding-bottom:0px;
}

.gform_heading {
	display: none;
}

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

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

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#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;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

/*
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;
}

.entry-footer:empty {
	display: none;
}

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

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

/*-------------------------------CUSTOM STYLING---------------------------------------*/

.site-header .widget-area .widget_siteorigin-panels-builder{
	margin-top:25px;
	margin-bottom: 16px;
}

.hero-row{
	background-repeat:no-repeat !important;
	background-position:left top;
	background-size:55% 100%;
	margin-bottom:100px;
}

.hero-row .panel-grid-cell:first-child .widget_sow-editor{
	width:510px;
	float:right;
}

.hero-row .panel-grid-cell:last-child .sow-image-container,
.hero-row .panel-grid-cell:last-child .widget_custom_html{
	position:relative;
	bottom:-60px;
}

.hero-row .panel-grid-cell:last-child .sow-image-container img,
.hero-row .panel-grid-cell:last-child .widget_custom_html video{
	border-bottom-left-radius:20px;
	margin-top: -60px;
}

.header-btns a{
	margin-left:25px;
}

.header-btns .button + .button {
	margin-top: 0;
}

.tick-icon-panel{
	font-weight:700;
}

.tick-icon-panel img.alignnone{
	margin-bottom:0px;
	margin-right:10px;
	position:relative;
	top:5px;
}

.left-text-image-panel,
.right-text-image-panel{
	max-width:2000px;
	margin:0 auto;
}

.left-text-image-panel.bottom-gap,
.right-text-image-panel.bottom-gap{
	padding-bottom:110px;
}

.left-text-image-panel.left-large-dots .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child:before{
	position:relative;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel{
	width:555px;
	float: right;
    margin-right: 145px;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel .panel-layout .so-panel{
	width:100%;
	float: none;
    margin-right: 0px;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel .panel-layout .tick-icon-panel .so-panel{
	padding:0px;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .sow-image-container{
	position:relative;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .sow-image-container:before{
	display:block;
	content:"";
	width:calc(100% + 37px);
	height:100%;
	background:#E7E7E7;
	position:absolute;
	left:-37px;
	bottom:-37px;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	z-index:-1;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .sow-image-container img{
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
}

.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:last-child > .so-panel{
	width:555px;
	float: left;
    margin-left: 145px;
}

.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:last-child > .so-panel .panel-layout .so-panel{
	width:100%;
	float: none;
    margin-left: 0px;
	padding:0px;
}

.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .sow-image-container{
	position:relative;
}

.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .sow-image-container:before{
	display:block;
	content:"";
	width:calc(100% + 37px);
	height:100%;
	background:#E7E7E7;
	position:absolute;
	right:-37px;
	bottom:-37px;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	z-index:-1;
}

.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .sow-image-container img{
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
}

.left-large-dots,
.right-large-dots{
	position:relative;
}

.left-large-dots:before{
	position:absolute;
	display:block;
	content:"";
	width:137px;
	height:603px;
	background:url("images/large-dots.png");
}

.right-large-dots:after{
	position:absolute;
	display:block;
	content:"";
	width:137px;
	height:603px;
	right:0px;
	top:0px;
	background:url("images/large-dots.png");
}

.icons-panel .siteorigin-widget-tinymce p{
	display:flex;
	align-items:center;
}

.icons-panel .siteorigin-widget-tinymce p img{
	margin: 0px 15px 0 0;
}

.icons-panel.red-shadow .siteorigin-widget-tinymce p img{
	box-shadow: 0px 20px 20px rgba(181, 18, 27, 0.1);
	border-radius:20px;
}

.icons-panel.red-shadow .siteorigin-widget-tinymce p{
	font-size:23px;
	line-height:1.3;
}

.colored-bg-panel{
	border-radius:20px;
	padding:80px 85px;
	width:calc(100% - 110px);
	max-width:1515px;
	margin:0 auto;
}

.colored-bg-panel .so-widget-sow-image img{
	position:relative;
	z-index:99;
}

.colored-bg-panel .right-large-dots:after{
	right: -55px;
    top: -20px;
	z-index:1;
}

.entry-content .list-style-one ul li{
	background-image: url("images/tick-list-icon.png");
	background-repeat:no-repeat;
	background-position: 0 center;
}

.entry-content .list-style-one ul li:before{
	display:none;
}

.testimonial-panel-full{
	padding:150px 0 125px;
	color:#fff;
	position:relative;
	background-color:#000;
}

.testimonial-panel-full .widget_sow-image{
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	top:-58px;
}

.testimonial-panel-full h4{
	color:#fff;
	margin-bottom:50px;
}

.faq-panel .sow-accordion-panel-header {
    box-shadow: 0px 30px 30px rgb(51 51 51 / 10%);
    border-radius: 5px;
    font-weight: 700;
}

.faq-panel .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{
	padding-top:35px !important;
}

.faq-panel .sow-icon-fontawesome{
	color:#B5121B;
}

.contact-form-panel{
	padding:60px 100px;
	border-radius:20px;
}

.footer-cta-panel{
	background-repeat:no-repeat !important;
	background-position:left top;
	background-size:cover;
	margin-top:150px;
	background-color:#000;
}

.footer-cta-panel .panel-grid-cell:first-child .widget_sow-editor,
.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor{
	width:650px;
	position:relative;
	margin-right:-170px;
	float:right;
	background:#fff;
	border-radius:20px;
	padding:45px 45px 65px 65px;
	font-size:30px;
	line-height:40px;
	z-index:999;
}

.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor{
	width:740px;
}

.footer-cta-panel.small-font .panel-grid-cell:first-child .widget_sow-editor{
	font-size:18px;
	line-height:34px;
}

.footer-cta-panel.small-font .panel-grid-cell:first-child .widget_sow-editor a{
	text-decoration:none;
}

#page-container .footer-cta-panel .button,
#page-container .hero-row.type-two .button{
	font-size:18px;
}

.footer-cta-panel h2{
	color:#333;
}

.footer-cta-panel .panel-grid-cell:last-child .sow-image-container{
	position:relative;
	top:-50px;
}

.footer-cta-panel .panel-grid-cell:last-child .sow-image-container img{
	border-top-left-radius:20px;
	margin-bottom: -50px;
}

.counter-panel{
	padding:165px 0 65px;
	position: relative;
	margin-top: -100px;
	z-index: -1;
	font-size:20px;
	font-weight:700;
}

.counter_up{
	padding-right:15px;
}

.counter-panel h3{
	color:#333;
	margin-bottom:0px;
}

.counter-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell{
	padding-left:65px;
	border-left: 3px solid #FFFFFF;
}

.featured-professional-panel > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor{
	background:#E7E7E7;
	border-top-left-radius:20px;
	padding:60px 86px 105px;
	margin-left:calc((100% - 1170px) / 2);
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder{
	max-width:2000px;
	margin:0 auto;
	background-color:#000;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:first-child a{
	position:relative;
	display:inline-block;
	top: -30px;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:first-child a:focus{
	outline:2px solid #fff;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:first-child a:before {
    display: block;
    content: "";
    width: calc(100% + 37px);
    height: 100%;
    background: rgba(53, 53, 53, 0.5);
    position: absolute;
    right: -37px;
    bottom: -30px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    z-index: 0;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:first-child a img {
	position: relative;
	z-index: 9;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child{
	position:relative;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .so-panel{
	max-width:533px;
	float:left;
	padding-top:60px;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child h4{
	color:#fff;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .widget_sow-image{
	width:533px;
	height:121px;
	position: relative;
	padding-top:0px;
}

.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .widget_sow-image img{
	position:absolute;
	top:-38px;
	left:50%;
	transform:translatex(-50%);
}

.tabs-panel h4{
	color:#B5121B;
}

.tabs-panel .siteorigin-widget-tinymce img{
	margin-bottom:0px;
}

.testimonial-grid-panel{
	padding:90px 0 280px;
	color:#fff;
	font-size: 23px;
	line-height: 32px;
	background-color:#000;
}

.our-core-principles.commitment.no-dots::after{
	display:none;
}

.featured-insight-overlapping-title > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor {
	position:relative;
	margin-top:-180px;
	margin-bottom:-180px;
	background: #fff;
	border-top-left-radius: 20px;
	padding: 56px 55px 69px 55px;
	margin-left: calc((100% - 1270px) / 2);
}
body .panel-grid,
body .panel-grid .panel-grid-cell,
body .panel-grid .so-panel {
	position: static;
}
.footer-cta-panel.form-panel .panel-grid-cell:last-child{
	position:relative;
	height: 800px;
}

.footer-cta-panel.form-panel .panel-grid-cell:last-child:before{
	content:"";
	display:block;
	background: #B5121B;
	position:relative;
	top:-50px;
	left:0px;
	width: 100%;
	height: calc(100% + 50px);
	border-top-left-radius:20px;
}

.footer-cta-panel.form-panel #gform_wrapper_2{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:568px;
	margin-left: 225px;
}

#page-container .footer-cta-panel.form-panel .gfield label,
.footer-cta-panel.form-panel .gform_wrapper .gfield_required{
	color:#fff;
}

.footer-cta-panel.form-panel .panel-grid-cell:first-child .widget_sow-editor{
	font-size:18px;
	width:610px;
	padding:45px 75px 65px 75px;
	line-height: 34px;
}

.footer-cta-panel.form-panel .panel-grid-cell:first-child .widget_sow-editor h2{
	font-size:60px;
}

#page-container .footer-cta-panel.form-panel .gform_footer{
	text-align:left;
}

#page-container .footer-cta-panel.form-panel .button{
	background-color:#fff;
	color:#333;
}

#page-container .footer-cta-panel.form-panel .button:focus {
    outline: 2px solid #000 !important;
}

.tick-style-list img{
	margin-right:15px;
	margin-bottom: 0;
	position: relative;
	top: 6px;
}

.meet-leadership-team p{
	margin-bottom:10px;
}

.meet-leadership-team h4{
	color: #B5121B;
}

.team-member-row{
	margin-bottom:70px !important;
}

.member-listing{
	width:368px;
	background: #FFFFFF;
	box-shadow: 0px 30px 30px rgba(87, 87, 87, 0.15);
	border-radius: 15px;
	position:relative;
	z-index:99;
}

.team-listing-image {
	position:relative;
}

.team-listing-image img{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.team-listing-image .image-team-member {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.team-listing-image .cartoon-image {
	opacity: 0;
}

.team-listing-image:hover .cartoon-image,
.team-listing-image:focus .cartoon-image{
	opacity: 1;
}

.team-listing-details {
	text-align: center;
	padding:25px 30px;
}

.member-listing h6{
	margin-bottom:0px;
	letter-spacing:0px;
	text-transform:none;
	font-size:23px;
}

.member-listing h6::before {
	display:none;
}

.member-left-dots,
.member-right-dots{
	position:relative;
}

.member-left-dots:before{
	content:"";
	display:block;
	width:182px;
	height:292px;
	background:url("images/small-dot-img.png");
	position:absolute;
	left:-30px;
	bottom:-17px;
	z-index:1;
}

.member-right-dots:before{
	content:"";
	display:block;
	width:182px;
	height:292px;
	background:url("images/small-dot-img.png");
	position:absolute;
	right:-30px;
	top:-17px;
	z-index:1;
}

.additional-note {
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
}

.tabs-panel .sow-tabs-tab-container {
	margin: 60px 0 0;
}

.tabs-panel .sow-tabs-tab:hover,
.tabs-panel .sow-tabs-tab.sow-tabs-tab-selected {
	border-bottom: 4px solid #B5121B;
	font-weight: 700;
}

.all-success-stories {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px;
}

.success-story {
	width: 33.3333%;
	padding: 0 15px;
	margin: 0 0 40px;
}

.success-story-inner {
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 30px 30px rgba(87, 87, 87, 0.15);
	min-height: 600px;
}

.member-info {
	padding: 30px;
}

.success-story img {
	border-radius: 15px 15px 0 0;
}

.member-info h5 {
	font-size: 25px;
	margin-bottom: 10px;
}

.member-info h6::before {
	display:none;
}

.member-info h6 {
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 8px;
}

.member-info p {
	min-height: 138px;
	margin: 0 0 10px;
}

a.arrow-link {
	font-weight: 700;
	position: relative;
}

a.arrow-link:after {
	content: "";
	display: block;
	background: url("images/arrow-link-icon.svg") no-repeat;
	width: 24px;
	height: 17px;
	top: 4px;
	right: -35px;
	position: absolute;
}

.success-stories-slider h3 {
	margin: 0 0 50px;
}

.success-stories-slider {
	padding-left: calc((100% - 1170px) / 2);
}

.success-stories-slider .success-story img {
	width: 100%;
}

.success-stories-slider .all-success-stories {
	margin: 0;
}

.success-stories-slider .success-story {
	padding: 0 10px;
}

.success-stories-slider .widget_siteorigin-panels-builder .panel-grid-cell .widget_siteorigin-panels-postloop{
	position:relative;
}

.success-stories-slider .tns-controls {
	position: relative;
	z-index: 999;
	position: absolute;
	width:100%;
	height:65px;
	top: 115px;
}

.success-stories-slider .tns-controls button {
	width: 65px;
	height: 65px;
	padding: 0;
	font-size: 0;
	outline: none;
	border: none;
	z-index: 99;
	margin-right: 15px;
	box-shadow: 1px 3px 10px #000;
	border-radius: 100%;
	position: absolute;
}

.success-stories-slider .tns-controls button[data-controls="prev"] {
	background: url("images/slider-arrow-prev.svg") no-repeat scroll 0 0;
	left: 20px;
}

.success-stories-slider .tns-controls button[data-controls="next"] {
	background: url("images/slider-arrow-next.svg") no-repeat scroll 0 0;
	right: 50px;
}

.hero-row p {
	font-size: 30px;
	line-height: 1.33;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .no-image-shadow .sow-image-container:before {
	display: none;
}

.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .no-image-shadow {
	margin: 0 0 50px;
}

.vertical-tabs h2 {
	margin: 0 0 50px;
}

.vertical-tabs .sow-tabs-tab-container {
	width: 470px;
}

.vertical-tabs .sow-tabs-tab {
	width: 100%;
	filter: drop-shadow(0px 10px 10px rgba(51, 51, 51, 0.1));
	margin: 0 0 10px !important;
	border-radius: 5px;
	font-weight: 700;
}

.vertical-tabs .sow-tabs-tab {
	position: relative;
}

.vertical-tabs .sow-tabs-tab.sow-tabs-tab-selected:after,
.vertical-tabs .sow-tabs-tab:after,
.vertical-tabs .sow-tabs-tab:hover:after {
	content: "\f345";
	font-family: 'dashicons';
	display: block;
	color: #B5121B;
	width: 15px;
	height: 9px;
	position: absolute;
	top: 0;
	right: 20px;
	transition: all 0.3s;
	font-size: 30px;
	font-weight: 400;
}

.vertical-tabs .sow-tabs-tab:hover:after,
.vertical-tabs .sow-tabs-tab.sow-tabs-tab-selected:after {
	color: #fff;
}

.our-core-principles {
	margin: 0 auto 110px;
}

#page-container .our-core-principles .medium-container {
	max-width: 960px;
}

.principles {
	padding: 50px 0 0;
}

.principles h3.widget-title {
	font-size: 23px;
	color: #333;
	margin: -20px 0 0;
	position: relative;
	z-index: 99;
}

/* .more-about-us h3 {
	margin: 0 0 50px;
} */

.more-about-us .sow-image-container img {
	border-radius: 15px;
	box-shadow: 0px 30px 30px rgba(87, 87, 87, 0.15);
}

.more-about-us .so-widget-sow-image {
	position: relative;
	background-color:#000;
	border-radius:20px;
}

.more-about-us .so-widget-sow-image a:focus{
	outline:2px solid #000;
}

.more-about-us h3.widget-title a {
	font-size: 35px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
	text-decoration: none;
}

.top-right-dots {
	position: relative;
}

.top-right-dots:after {
	content: "";
	background: url("images/image-top-right-dots.svg") no-repeat;
	display: block;
	position: absolute;
	width: 185px;
	height: 295px;
	top: -40px;
	right: -36px;
	z-index: -1;
}

.news-panel h3 {
	margin: 0 0 50px;
}

.post-item {
	box-shadow: 0px 30px 30px rgb(87 87 87 / 15%);
	border-radius: 15px;
}

.post-featured-image img {
	border-radius: 15px 0px 0px 15px;
}

.post-info {
	padding: 40px 10px 40px 40px;
}

.featured-posts .post-featured-image img {
	border-radius: 15px 15px 0 0;
	width:100%;
	max-height: 305px;
	object-fit: cover;
}

.post-info time {
	font-size: 15px;
	color: #B5121B;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
}

.latest-posts .post-featured-image img {
	float: left;
	margin: 0 35px 0 0;
	max-width: 238px;
	height:198px;
	object-fit:cover;
	object-position: left;
}

.latest-posts .post-info {
	padding: 20px 20px 29px 0px;
	max-height: 198px;
}

.latest-posts .post-item {
	margin: 0 0 30px;
	border-radius: 15px;
	min-height: 198px;
}

.latest-posts .post-info h5 {
	font-size: 20px;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-panel a.arrow-link {
	margin: 0 35px 0 0;
	text-decoration: none;
}

.featured-posts h5 {
	margin: 0 0 10px;
}

.featured-posts p {
	margin: 0 0 22px;
}

#page-container .tabs-to-accordions .mobile-tab-title {
	display: none;
	background: #B5121B;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

#page-container .tabs-to-accordions .sow-tabs .sow-tabs-panel-container .sow-tabs-panel:not([style="display: none;"]),
#page-container .tabs-to-accordions .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
	display: block !important;
}

#page-container .hero-row .button {
    font-size: 18px;
}

.our-core-principles.commitment:after {
	content: "";
	background: url("images/commitment-dots.svg") no-repeat;
	display: block;
	position: absolute;
	width: 185px;
	height: 470px;
	top: -40px;
	right: -36px;
	z-index: -1;
}

.our-core-principles.commitment h3.widget-title {
    margin: 30px 0 0;
}

.featured-professional-panel.no-gray-heading-style > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor {
    background: none;
    border-top-left-radius: 0;
    padding: 0px 86px 105px 0;
}

.faq-panel a.button {
    margin: 30px 0 0;
}

.more-about-us small {
    display: block;
	font-size: 23px;
	padding: 10px 0 0;
}

.more-about-us.career h3.widget-title a {
    font-size: 45px;
}

.our-core-principles.commitment.colored-bg-panel {
    padding: 0;
	border-radius: 0;
	background: none !important;
}

.our-core-principles.commitment > .panel-grid-cell {
    background: #e7e7e7;
    padding: 80px 85px;
    border-radius: 20px;
}

.footer-cta-panel.form-box {
    position: relative;
}

.footer-cta-panel.form-box h3 {
    color: #333;
}

.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
    width: 1310px;
    margin-left: calc((100% - 1310px) / 2);
    float: none;
	left: 0;
    right: 0;
    position: absolute;
    top: 90px;
	margin-right: 0;
	padding:45px 45px 35px 65px;
}

#page-container .footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor .gfield label{
	display:inherit;
}

.gform_fileupload_rules {
    display: none !important;
}

.site-footer :focus{
	outline:1px solid #fff;
}

.cky-notice-group {
	justify-content: center !important;
}

.footer-row-one{
	font-size:18px;
}

.genesis-nav-menu .sub-menu a:hover{
	color:#fff;
}

.blog .hero-panel h1,
.archive .hero-panel h1,
.single .hero-panel h1{
	color:#333;
}

#story-headshot{
	margin-right: 25px;
	float: left;
	margin-bottom: 10px;
	max-width: 275px;
}

.single-post .hero-panel{
	padding:0px;
}

.single-post .hero-panel > img{
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

#detail-blog-page-title{
	padding:35px 0 0;
}

.success-stories-slider .tns-controls button:focus{
	outline:2px solid #000 !important;
}

.pagination li.active a:focus{
	outline:2px solid #000 !important;
}

.pagination li a:focus{
	outline:2px solid #C51E31 !important;
}

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

@media only screen and (min-width: 1600px) {
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .so-panel{
		margin-left:60px;
	}
	
}

@media only screen and (max-width: 1600px) {
	
	.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel {
		margin-right: 80px;
	}
	
	.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:last-child > .so-panel{
		margin-left:80px;
	}
	
	.left-large-dots:before, .right-large-dots:after {
		width: 75px;
		background-size: 100%;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .so-panel{
		margin-left:40px;
	}
	
	.footer-cta-panel.form-panel #gform_wrapper_2{
		margin-left: 195px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor h1{
		font-size: 45px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor {
		width: 650px;
		padding:30px 20px 45px 25px;
	}
	
}


@media only screen and (max-width: 1350px) {

	.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel{
		margin-right: 60px;
	}
	
	.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:last-child > .so-panel{
		margin-left:60px;
	}
	
	.left-large-dots:before,
	.right-large-dots:after{
		width: 50px;
		background-size: 100%;
	}
	
	h2 {
		font-size: 43px;
	}
	
	h2 br{
		display:none;
	}
	
	.colored-bg-panel .right-large-dots:after{
		width:137px;
	}
	
	.footer-cta-panel .panel-grid-cell:first-child .widget_sow-editor{
		margin-left:40px;
		float:none;
	}
	
	.hero-row .panel-grid-cell:last-child .sow-image-container,
	.hero-row .panel-grid-cell:last-child .widget_custom_html{
		bottom: -35px;
	}
	
	.hero-row .panel-grid-cell:last-child .sow-image-container img,
	.hero-row .panel-grid-cell:last-child .widget_custom_html video{
		margin-top: -35px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor h1{
		font-size: 43px;
		margin-bottom: 10px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor {
		width: 650px;
		padding:20px 20px 30px 25px;
	}
	
	.footer-cta-panel.form-panel #gform_wrapper_2 {
		width: 525px;
	}
	
	.featured-insight-overlapping-title > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor{
		margin-top: -170px;
		margin-bottom: -170px;
	}
	
	#page-container .footer-cta-panel .button, #page-container .hero-row.type-two .button {
		font-size: 15px;
		padding: 10px 40px;
	}
	
	.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
		width: 1160px;
		margin-left: calc((100% - 1160px) / 2);
		top: 35px;
		padding: 25px 40px 25px 40px;
	}
	
	.footer-cta-panel.form-box h3{
		font-size:38px;
	}
	
	input[type="file"] {
		font-size: 15px !important;
	}
	
/* 	#page-container .footer-cta-panel .gform_footer{
		margin-top:0px;
	} */
	
}

@media only screen and (max-width: 1200px) {

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		padding-right: 20px;
		padding-left: 20px;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {
		width: 580px;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder{
		margin-top:15px;
	}
	
	.title-area a{
		width: 180px;
		height: 45px;
	}
	
	.genesis-nav-menu a{
		padding:0 15px 6px;
		font-size:16px;
	}
	
	.hero-row .panel-grid-cell:first-child .widget_sow-editor{
		width:100%;
		float:none;
		margin-left:20px;
	}
	
	h1{
		font-size:48px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	h3 {
		font-size: 34px;
	}
	
	h4 {
		font-size: 30px;
	}
	
	.hero-row{
		margin-bottom:80px;
	}
	
	.hero-row .panel-grid-cell:last-child .sow-image-container{
		bottom:-50px;
	}
	
	.hero-row .panel-grid-cell:last-child .sow-image-container img{
		margin-top: -50px;
	}
	
	.top-gap {
		padding-top: 50px;
	}
	
	.bottom-gap {
		padding-bottom: 50px;
	}
	
	.left-large-dots:before, 
	.right-large-dots:after{
		display:none;
	}
	
	.colored-bg-panel .right-large-dots:after{
		display:block;
		width: 75px;
		background-repeat: no-repeat;
		right: -30px;
	}
	
	.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel {
		margin-right: 0;
		width: 100%;
		padding: 0 30px 0 20px;
	}
	
	.tick-icon-panel{
		padding:0px !important;
	}
	
	.tick-icon-panel img.alignnone {
		margin-right: 7px;
		top: 7px;
		width: 30px;
	}
	
	.left-text-image-panel.bottom-gap, 
	.right-text-image-panel.bottom-gap {
		padding-bottom: 60px;
	}
	
	.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:last-child > .so-panel {
		margin-left: 0;
		width: 100%;
		padding-right: 20px;
		padding-left: 40px;
		float:none;
	}
	
	.colored-bg-panel{
		padding: 60px 35px;
	}
	
	.colored-bg-panel h2 {
		font-size: 35px;
	}

	.footer-cta-panel .panel-grid-cell:first-child .widget_sow-editor {
		width: 590px;
		padding: 30px 30px 45px 40px;
		font-size: 25px;
		line-height: 34px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor h1 {
		font-size: 36px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor {
		width: 590px;
		padding: 20px 20px 30px 30px;
	}
	
	.counter-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell {
		padding-left: 35px;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .so-panel {
		max-width: 100%;
		padding-right: 25px;
		padding-top: 5px;
		margin-left: 25px;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child h4{
		font-size:27px;
	}
	
	.featured-insight-overlapping-title > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.testimonial-grid-panel {
		padding: 60px 0 60px;
		font-size: 21px;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:last-child{
		height:600px;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:first-child .widget_sow-editor {
		width: 500px;
		padding: 35px 35px 40px 35px;
		line-height: 34px;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:first-child .widget_sow-editor h2 {
		font-size: 45px;
	}
	
	.footer-cta-panel.form-panel #gform_wrapper_2 {
		width: 400px;
		margin-left: 175px;
	}
	
	.member-listing {
		width: 100%;
	}
	
	.team-member-row {
		margin-bottom: 30px !important;
	}
	
	.blog .hero-panel,
	.archive .hero-panel,
	.single .hero-panel{
		min-height: 265px;
	}
	
	.blog h1,
	.archive h1,
	.single h1{
		text-align:center;
	}
	
	.success-story-inner {
		min-height: 550px;
	}

	.success-stories-slider h3 {
		margin: 0 0 50px 10px;
	}

	.hero-row p {
		font-size: 22px;
	}

	.latest-posts .post-featured-image img {
		margin: 0 25px 0 0;
		width: 265px;
		height:186px;
	}
	
	.featured-posts .post-featured-image img{
		max-height:250px;
	}

	.post-info {
		padding: 30px 10px 30px 20px;
	}

	.latest-posts .post-info {
		padding: 10px 10px 20px 0px;
	}

	.latest-posts .post-info h5 {
		margin: 0 0 12px;
		font-size: 18px;
	}

	.post-info time {
		margin: 0 0 10px;
	}

	.post-info h5 {
		margin: 0 0 10px;
	}

	.latest-posts .post-item {
		min-height: 100%;
	}

	.our-core-principles.commitment h3.widget-title {
		font-size: 18px;
	}

	.our-core-principles.commitment > .panel-grid-cell {
		padding: 40px 20px !important;
	}

	.featured-professional-panel.no-gray-heading-style > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor {
		margin-left: calc((100% - 870px) / 2);
	}

	.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
		width: 1000px;
		margin-left: calc((100% - 1000px) / 2);
		top: 10px;
		padding: 15px 20px 15px 20px;
	}
	
	input[type="file"] {
		font-size: 14px!important;
	}
	
}

@media only screen and (max-width: 980px) {

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
		position:absolute;
		top:28px;
		right:0px;
	}
	
	.sub-menu-toggle{
		top:0px;
	}
	
	.genesis-nav-menu > .menu-item.menu-item-has-children > a{
		background:none;
	}

	.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%;
	}
	
	.genesis-nav-menu .sub-menu{
		padding-top:0px;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
	}

	.sidebar {
		padding-top: 20px;
		clear: both;
		max-width: 350px;
		margin: 0 auto;
		text-align: center;
	}
	
	.site-header + * {
		margin-top: 0;
	}
	
	.header-btns a,
	.header-btns .button + .button{
		margin-left: 9px;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder a:first-child{
		margin:0px;
	}
	
	.header-btns .button + .button{
		margin-right: 9px;
	}
	
	#page-container .header-btns .button{
		min-width: 135px;
		font-size: 15px;
		padding: 11px 25px;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder a{
		font-size:17px;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder {
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.hero-row {
		margin-bottom: 30px;
		background-size: 100%;
		background-position: left bottom;
	}
	
	.hero-row .panel-grid-cell:last-child .sow-image-container {
		bottom: 0;
	}
	
	.hero-row .panel-grid-cell:last-child .sow-image-container img {
		margin-top: 0;
		border-radius:0px;
		max-height: 450px;
		object-fit: cover;
		object-position:center top;
	}
	
	.hero-row .panel-grid-cell:first-child .widget_sow-editor {
		margin-left: 0;
		text-align: center;
		padding: 40px 20px;
	}
	
	.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .sow-image-container,
	.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .sow-image-container{
		max-width: 90%;
		margin: 0 auto;
	}
	
	.icons-panel .siteorigin-widget-tinymce p img {
		margin: 0px 5px 0 0;
		width: 80px;
	}
	
	.colored-bg-panel .so-widget-sow-image img{
		margin:0 auto;
	}
	
	.colored-bg-panel .right-large-dots:after{
		display:none;
	}
	
	.site-inner ul{
		margin-bottom:0px;
	}
	
	.testimonial-panel-full:before {
		width: 90px;
		height: 70px;
		top: -33px;
		background-size: 100%;
	}
	
	.testimonial-panel-full {
		padding: 90px 0 65px;
	}
	
	h4 {
		font-size: 26px;
	}
	
	.footer-cta-panel{
		margin-top: 50px;
		padding-top: 30px;
	}
	
	.footer-cta-panel .panel-grid-cell:first-child .widget_sow-editor{
		margin: 0 auto 0;
		width: calc(100% - 40px);
		padding: 25px 20px 35px 25px;
	}
	
	.footer-cta-panel .panel-grid-cell:last-child .sow-image-container{
		top:-100px;
	}
	
	.footer-cta-panel .panel-grid-cell:last-child .sow-image-container img{
		margin-bottom:-100px;
	}
	
	.footer-cta-panel .button + .button {
		margin-left: 20px;
	}
	
	.site-footer{
		text-align:center;
	}
	
	.site-footer ul li a{
		justify-content:center;
	}
	
	#page-container .right-text-image-panel a.button {
		margin: 0 auto;
		display: block;
		width: fit-content;
	}
	
	#page-container .medium-container {
		max-width: calc(100% - 40px);
	}
	
	.colored-bg-panel{
		width:calc(100% - 45px);
	}
	
	.footer-cta-panel .panel-grid-cell:last-child .sow-image-container img{
		border-radius:0px;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor {
		margin: 35px auto !important;
		float: none;
	}
	
	.hero-row.type-two .button + .button {
		margin-left: 10px;
	}
	
	.icons-panel.red-shadow .siteorigin-widget-tinymce p img{
		margin: 0px 10px 0 0;
	}
	
	.icons-panel.red-shadow .siteorigin-widget-tinymce p {
		font-size: 18px;
	}
	
	.counter-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell{
		border:0px;
		text-align:center;
	}
	
	.featured-professional-panel > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor {
		padding: 30px 30px 60px;
		margin-left: 0;
		border-radius:0px;
	}
	
	.featured-professional-panel {
		text-align: center;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .so-panel {
		max-width: 100%;
		margin-left: 0;
		padding: 0 25px;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .widget_sow-image{
		width: 100%;
		height: auto;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child .widget_sow-image img {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin-bottom: 15px;
	}
	
	.testimonial-grid-panel {
		padding: 45px 0px 40px;
		font-size: 22px;
		text-align: center;
	}
	
	.testimonial-grid-panel .sow-image-container .so-widget-image{
		margin:0 auto;
	}
	
	.featured-insight-overlapping-title > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor{
		padding:45px 55px 35px 20px;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:first-child .widget_sow-editor {
		width: 80%;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:last-child:before{
		display:none;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:last-child {
		height: 560px;
		background: #B5121B;
		padding: 45px 0 20px !important;
	}
	
	.footer-cta-panel.form-panel #gform_wrapper_2 {
		width: 80%;
		margin:0 auto !important;
		position: relative;
		top: 0;
		transform: none;
	}
	
	#page-container .footer-cta-panel.form-panel .gform_footer {
		text-align: center;
	}
	
	.member-listing {
		max-width: 368px;
		margin: 0 auto;
	}
	
	.member-left-dots:before,
	.member-right-dots:before{
		display:none;
	}
	
	.member-info {
		padding: 15px;
	}

	.success-story-inner {
		min-height: 520px;
	}

	.all-success-stories {
		display: block;
		margin: 0;
	}

	.success-story {
		width: 100%;
		padding: 0;
	}

	.success-story img {
		width: 100%;
	}

	.member-info p {
		min-height: 100%;
	}

	.our-history {
		padding: 50px 0 0;
	}

	.vertical-tabs .sow-tabs-tab-container {
		width: 100%;
	}

	#page-container .tabs-to-accordions .sow-tabs-tab-container,
	#page-container .tabs-to-accordions .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
		display: none !important;
	}

	#page-container .tabs-to-accordions .mobile-tab-title,
	#page-container .tabs-to-accordions .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .mobile-tab-title.show + div,
	#page-container .tabs-to-accordions .sow-tabs-panel-container .sow-tabs-panel {
		display: block !important;
	}

	#page-container .tabs-to-accordions .sow-tabs-panel-container {
		background-color: transparent;
	}

	#page-container .tabs-to-accordions .sow-tabs-panel-container .sow-tabs-panel {
		padding: 0;
		margin: 0 0 20px;
	}

	#page-container .tabs-to-accordions .sow-tabs-panel .sow-tabs-panel-content {
		padding: 0 20px;
	}

	.featured-posts .post-featured-image img {
		width: 100%;
	}

	.latest-posts .post-item {
		min-height: 185px;
	}

	.top-right-dots:after {
		display: none;
	}

	.featured-professional-panel.no-gray-heading-style > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor {
		margin-left: 0;
		padding: 0 0 60px;
	}

	.featured-professional-panel.no-gray-heading-style > .panel-grid-cell > .so-panel.widget_sow-editor .so-widget-sow-editor h3 {
		text-align: center;
	}

	.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
		width: 750px;
		margin-left: calc((100% - 750px) / 2);
	}

	.our-core-principles.commitment:after {
		display: none;
	}
	
	br{
		display:none;
	}
	
	.hero-row .panel-grid-cell:last-child .widget_custom_html {
		bottom: 0;
	}
	
	.hero-row .panel-grid-cell:last-child .widget_custom_html video{
		margin-bottom:0px;
		border-radius:0px;
	}
	
	#detail-blog-page-title {
		padding: 35px 25px 0px;
	}
	
	#detail-blog-page-title h1{
		font-size: 40px;
	}
	
	.single .hero-panel{
		min-height:inherit;
	}
	
}

@media only screen and (max-width: 780px) {

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}
	
	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder {
		margin-top: 0;
		margin-bottom: 0;
		display: none;
		clear: both;
	}
	
	.header-btns {
		text-align: center;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder a {
		font-size: 15px;
	}
	
	#page-container .header-btns .button {
		min-width: 120px;
		font-size: 13px;
		padding: 11px 20px;
	}
	
	#page-container .widget-area .button:last-child{
		min-width: 120px;
	}
	
	.icons-panel .siteorigin-widget-tinymce p {
		display: block;
		text-align:center;
	}
	
	.icons-panel .siteorigin-widget-tinymce p img {
		margin: 0 auto;
		width: 80px;
		display: block;
	}
	
	.left-text-image-panel,
	.right-text-image-panel{
		padding: 0 20px;
	}
	
	.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child > .so-panel,
	.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:last-child > .so-panel{
		padding:0px;
	}
	
	.left-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .sow-image-container:before{
		left:-20px;
		bottom:-20px;
	}
	
	.right-text-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .sow-image-container:before{
		right:-20px;
		bottom:-20px;
	}
	
	.faq-panel .sow-accordion-panel-header{
		line-height:1.4;
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor{
		width: calc(100% - 40px);
	}
	
	.hero-row.type-two .panel-grid-cell:first-child .widget_sow-editor h1 {
		font-size: 26px;
	}
	
	.hero-row.type-two{
		background-size:cover;
	}
	
	.icons-panel.red-shadow .siteorigin-widget-tinymce p {
		font-size: 18px;
	}
	
	.icons-panel.red-shadow .siteorigin-widget-tinymce p img {
		margin: 0 auto 15px;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:first-child .widget_sow-editor h2 {
		font-size: 30px;
	}
	
	.footer-cta-panel.form-panel .panel-grid-cell:last-child {
		height: auto;
	}
	
	.featured-professional-panel .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .siteorigin-panels-stretch .panel-grid-cell:last-child h4 {
		font-size: 23px;
	}
	
}


@media only screen and (max-width: 700px) {

	.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
		width: 600px;
		margin-left: calc((100% - 600px) / 2);
		position:relative;
	}
	
	#story-headshot {
		float: none;
		max-width: inherit;
		margin: 0 auto 25px;
		display: block;
		text-align: center;
	}
	
	#detail-blog-page-title h1 {
		font-size: 28px;
	}
	
	#page-container .hero-row.type-two .button,
	#page-container .footer-cta-panel .button{
		margin-left:0px;
	}
	
	#page-container .footer-cta-panel input[type="submit"]{
		margin:0 auto;
	}
	
	#page-container .footer-cta-panel .gform_wrapper .gfield input{
		padding:10px 20px;
	}
	
	#page-container .footer-cta-panel .gform_wrapper.gravity-theme .gfield_label{
		margin-bottom:3px;
	}
	
	.header-btns a img.alignnone{
		margin-right:9px;
	}

}

@media only screen and (max-width: 500px) {

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}
	
	.site-header .widget-area .widget_siteorigin-panels-builder a:first-child {
		margin: 0px;
		display: block;
	}
	
	.icons-panel .widget_siteorigin-panels-builder .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style{
		flex-wrap:wrap !important;
	}
	
	.icons-panel .widget_siteorigin-panels-builder .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell{
		width:50% !important;
		margin-bottom:20px;
	}
	
	.colored-bg-panel {
		padding: 40px 20px;
	}
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 35px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	.success-stories-slider .tns-controls button[data-controls="next"] {
		right: 0px;
	}

	.hero-row p {
		font-size: 16px;
	}

	.latest-posts .post-featured-image img {
		float: none;
		max-width: 100%;
		width: 100% !important;
		border-radius: 15px 15px 0px 0;
	}

	.latest-posts .post-info {
		padding: 15px 20px 20px 20px;
	}

	.hero-row.taller-text {
		background-size: cover;
	}

	.more-about-us.career h3.widget-title a {
		font-size: 36px;
	}

	.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
		width: 360px;
		margin-left: calc((100% - 360px) / 2);
		position: relative;
	}
	
	.footer-cta-panel .panel-grid-cell:first-child .widget_sow-editor{
		text-align:center;
	}
	
	.testimonial-panel-full .widget_sow-image{
		top:-45px;
	}
	
	.header-btns p a:first-child {
		clear: both;
		display: block;
		margin: 0;
		font-weight:700;
	}
	
	.header-btns p a:first-child img.alignnone{
		margin-right:10px;
	}
	
	div#mobile-header {
		margin-top: 10px;
	}
	
}

@media only screen and (max-width: 375px) {

	.footer-cta-panel.form-box .panel-grid-cell:first-child .widget_sow-editor {
		width: 340px;
		margin-left: calc((100% - 340px) / 2);
	}

	.footer-cta-panel.form-box h3 {
		font-size: 30px;
	}

	.tabs-panel .sow-tabs-tab {
		margin: 0 10px !important;
	}

	.more-about-us h3.widget-title a {
		font-size: 28px;
	}

	.more-about-us small {
		font-size: 20px;
	}

}
