/*
Theme Name:			Dean Gazzo Roistacher LLP
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.2.2
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;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;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;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
--------------------------------------------- */

:root {
	--black: #000000;
	--white: #FFFFFF;
	--blue: #327AB8;
	--darkblue: #327AB8;
	--navy: #00195D;
	--seaBlue: #21393E;
	--gray: #E4E4E4;
	--footer: #011D32;
}

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

body {
	color: var(--navy);
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
}

::-moz-selection {
	background-color: var(--navy);
	color: var(--white);
}

::selection {
	background-color: var(--navy);
	color: var(--white);
}

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: var(--blue);
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: var(--navy);
	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: var(--gray);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: var(--gray);
	color: var(--navy);
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--navy);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 25px;
}

h1 {
	font-size: 88px;
	font-family: "EB Garamond", serif;
}

h2 {
	font-size: 72px;
	font-family: "EB Garamond", serif;
	margin-bottom:15px;
}

h3 {
	font-size: 35px;
	font-family: "Roboto Condensed", sans-serif;
}

h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 140%;
}

h5 {
	font-size: 24px;
	font-family: "Roboto Condensed", sans-serif;
}

h6 {
	font-size: 24px;
	font-family: "EB Garamond", serif;
}

/* 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: var(--white);
	border: 1px solid var(--gray);
	border-radius: 4px;
	color: var(--navy);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 12px 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 var(--navy);
	outline: none;
}

#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 var(--navy);
}

:-ms-input-placeholder {
	color: var(--gray);
	opacity: 1;
}

::placeholder {
	color: var(--gray);
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	font-family: 'Roboto Condensed';
	font-size:20px;
	background-color: var(--navy);
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.6px;
	padding: 15px 43px;
	width: auto;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	text-decoration: none;
	text-transform: normal;
}

#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: var(--blue);
	text-decoration: none;
}

#page-container .button.white{
	background-color: var(--white);
	color:var(--navy);
}

#page-container .button.white:hover,
#page-container .button.white:focus{
	background-color: var(--navy);
	color:var(--white);
}

#page-container .button.blue-hover:hover {
	background-color: var(--blue);
}

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

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

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

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

th,
td {
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
	padding: 12px 15px;
}

th {
	font-weight: 600;
}

/* 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: var(--white);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: var(--navy);
	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;
}

.genesis-skip-link a {
	color: var(--navy);
}

/* Display outline on focus */
:focus {
	outline: 1px solid var(--navy);
	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;
	position: relative;
	overflow: hidden;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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


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

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

/* Content */
.content {
	float: left;
	width: 780px;
}

.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: 999;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

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

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


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

.title-area {
	float: left;
	padding: 50px 0 40px;
	width: auto;
}

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

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

.site-header .search-form {
	float: right;
	margin-top: 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: var(--seaBlue);
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 0 16px 0px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	text-decoration: underline;
}

.genesis-nav-menu > .menu-item.menu-item-has-children >a {
	background-image: url(images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: right 3px top 12px;
}

.genesis-nav-menu .sub-menu {
	background: var(--white);
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 260px;
	max-height: calc(100vh - 160px);
	overflow-y: auto;
	z-index: 99;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: var(--white);
	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,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: var(--blue);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item.menu-item-object-custom > a{
	background:var(--white);
}

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

.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: var(--blue);
	border-width: 0;
	color: var(--white);
	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: var(--blue);
	border-width: 0;
}

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

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

.site-header .menu-toggle::before {
	text-rendering: auto;
	font-size: 29px;
}

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: 16px;
	position: relative;
	top: 2px;
}

.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: var(--navy);
	border: none;
	border-radius: 3px;
	color: var(--white);
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: var(--blue);
	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: var(--footer);
	padding-top:115px;
	padding-bottom:55px;
	font-family: 'Inter' , sans-serif;
}

.site-footer,
.site-footer a {
	color:var(--white);
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer a:focus {
	outline: 1px solid var(--blue);
}

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

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

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

.siteorigin-panels:not(.content-sidebar) .site-inner .wrap, 
.site-footer .wrap {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wrap,
.so-panels-full-wrapper, 
.panel-grid.panel-no-style, 
.panel-row-style:not([data-stretch-type]) {
	max-width: 1185px;
	margin: 0 auto;
}

.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: 180px;
}

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

.top-gap-medium {
	padding-top: 115px;
}

.bottom-gap-medium {
	padding-bottom: 115px;
}

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

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

.row-gap,
.row-gap:last-child{
	margin-bottom: 30px;
}

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

.dark-bg-section {
	background-color: var(--navy);
}

.dark-bg-section * {
	color: var(--white);
}

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

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

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

.site-inner ul li:before {
	content: '';
	background: var(--navy);
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	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,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul 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: 980px;
}

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

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

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

p:empty {
	display: none;
}

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

.entry-content a {
	color: var(--blue);
}

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

.entry-content .read-more {
	color: var(--blue);
	font-style: italic;
	text-decoration: underline;
}

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

.mejs-controls a.mejs-horizontal-volume-slider {
	color: var(--white);
}

/*
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: 16px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding-top: 50px;
	justify-content: center;
}

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

.entry-image-link img {
	border: 1px solid var(--gray);
	padding: 5px;
}

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

.entry-footer {
	border-top: 3px solid var(--gray);
	border-bottom: 3px solid var(--gray);
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.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;
}

a.focus-visible .aligncenter {
	outline: 1px solid var(--navy);
}

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

.cky-btn {
	border-radius: 0 !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: var(--blue) !important;
	background-color: var(--blue) !important;
	color: var(--white) !important;
}

/*
Blog & Archive Grid Layout Starts
----------------------------------------------------------------------------------------------------*/

.blog .site-inner,
.archive .site-inner{
	padding-top: 45px;
}

#featured-blog-panel{
	display:flex;
	gap:30px;
	align-items: center;
	background:var(--gray)
}

.featured-post-image{
	min-width:50%;
}

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

.featured-post-content{
	padding: 25px 25px 25px 10px;
}

#featured-blog-panel h1{
	font-size: 45px;
	margin-bottom:7px;
}

#featured-blog-panel .read-more{
	margin-top:20px;
	min-width: 200px;
	background: var(--blue);
	border-radius: 60px;
	color: var(--white);
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	display: inline-block;
	font-size: 15px;
	font-family: 'Mulish',sans-serif;
}

#featured-post-category{
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

.all-categories{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.all-categories a{
	padding:15px 25px;
	border:1px solid var(--blue);
}

.all-categories a:hover{
	background:var(--blue);
	color:var(--white);
}

.blog-grid-panel{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.blog-grid-box{
	width:360px;
	font-size: 17px;
}

.blog-grid-box-image{
	min-height:249px;
	background:var(--gray);
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-grid-box h4{
	font-size:30px;
}

.blog-grid-box p{
	margin-bottom:5px;
}

.blog-grid-box img{
	margin-bottom:0px;
}

.blog-grid-box .read-more{
	text-decoration:underline;
}

.grid-post-category{
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	font-size: 14px;
	margin-bottom:5px;
}

.grid-post-category a{
	color:var(--blue);
}

#archive-cat-title{
	text-align:center;
	padding:0 25px 20px 25px;
}

.single #featured-blog-panel h1:after{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background:var(--blue);
	margin:20px 0 20px;
}

/*
Blog & Archive Grid Layout Ends
----------------------------------------------------------------------------------------------------*/


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

.site-header .wrap{
	max-width: 1390px;
	padding: 0 20px;
}

.site-header .widget-area section {
	display: inline-block;
}

.site-header .widget-area section:first-child{
	margin-right:170px;
}

#page-container header .button{
	min-width:140px;
	padding:10px 20px;
	background:var(--darkblue);
}

#page-container header .button:hover,
#page-container header .button:focus{
	background:var(--blue);
}

.team-panel {
    padding-top: 50px;
}

.team-panel h1 {
	font-size: 75px;
}

div#team-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap:18px;
	align-items:center;
}

.hover-team-grid .team-listing{
	max-width: 222px;
	position: relative;
	max-height: 160px;
	overflow: hidden;
}

.hover-team-grid .team-listing:focus-within {
	outline: 2px solid var(--navy);
	outline-offset: 1px;
}

.team-listing-details{
	text-align: center;
}

.hover-team-grid .team-listing-details{
	position:absolute;
	left:0px;
	top:0px;
	background: linear-gradient(180deg, rgba(1, 29, 50, 0.80) 0%, rgba(1, 29, 50, 0.70) 100%);
	color:var(--white);
	width: 100%;
	height: 100%;
	opacity:0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hover-team-grid .team-listing:hover .team-listing-details{
	opacity:1;
}

.hover-team-grid .team-listing-details h5{
	font-family: 'EB Garamond', sans-serif;
	color:var(--white);
	margin:0px;
	font-size:22px;
}

.designation{
	font-family: 'Roboto', sans-serif;
}

.entry-content .team-listing a{
	color: var(--gray);
}

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

#page-container .entry-content .team-listing a .button{
	margin-top: 40px;
	background-color: var(--white);
	box-shadow: 0px 7px 20px 0px rgba(0, 82, 163, 0.30);
	text-decoration: none;
	border-color: var(--blue);
	color: var(--blue);
}

.extream-left-triangle{
	position:relative;
}

.extream-left-triangle:before{
	content:"";
	display:block;
	width:115px;
	height:233px;
	background:url("images/extream-left-triangle.png");
	position:absolute;
	left:0px;
	top:10px;
}

.right-bottom-ribon:after{
	content:"";
	display:block;
	width:244px;
	height:234px;
	background:url("images/extream-right-ribon.png");
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:-1;
}

.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .so-panel{
	background:rgba(86, 141, 217, 0.8);
	padding-top:75px;
	padding-bottom:65px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	max-width: 660px;
	float: right;
	margin-right: 65px;
}

.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child{
	background:rgba(0, 25, 93, 0.8);
	padding:130px 120px 130px 95px;
	position:relative;
}

.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child:after{
	content:"";
	display:block;
	width:286px;
	height:228px;
	background-image:url("images/extream-right-triangle.png");
	position:absolute;
	right:0px;
	bottom:0px;
}

.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child h4{
	color:var(--white);
}

.arrow-style-item.row-gap{
	margin-bottom:65px;
}

.arrow-style-item{
	background:var(--white);
	padding:30px 40px 30px 65px;
	position:relative;
}

.arrow-style-item:before{
	content:"";
	display:block;
	width:71px;
	height:67px;
	background-image:url("images/square-arrow.jpg");
	position:absolute;
	left: -38px;
	top: 11px;
}

.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .so-panel {
	max-width: 576px;
}

.logo-slider.tns-horizontal.tns-subpixel > .tns-item{
	vertical-align:middle;
}

.logo-slider-panel.panel-row-style:not([data-stretch-type]),
.logo-slider-panel .panel-grid.panel-no-style{
	max-width: 1265px !important;
}

.contact-panel{
	background-image:url("images/right-triangle.png");
	background-repeat:no-repeat;
	background-position:right top;
}

.join-our-team{
	position:relative;
	background-image:url("images/join-our-team-right-bg.png");
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:125px;
	padding-bottom:88px;
}

.join-our-team:before{
	content:"";
	display:block;
	width:277px;
	height:303px;
	background-image:url("images/join-our-team-left-img.png");
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:0px;
	left:0px;
}

.join-our-team *{
	color:var(--white);
}

.join-our-team .widget_siteorigin-panels-builder .panel-layout{
	background: linear-gradient(111deg, #5698D2 24.43%, rgba(0, 25, 93, 0.88) 78.74%, #061B55 109.21%);
	padding-top:68px;
	padding-bottom:60px;
}

.footer-row-one{
	font-size:20px;
	font-weight: 500;
}

.site-footer .panel-grid-cell .widget-title{
	color:var(--white);
	padding-top:0px;
	font-family: 'Inter' , sans-serif;
	font-size: 28px;
	font-weight: 400;
}

.footer-links{
	margin-bottom:15px;
}

.footer-links.top-gap-medium {
	padding-top: 95px;
}

.footer-links a{
	padding:0 10px;
	font-size: 20px;
	font-weight: 500;
}

.copyrights{
	font-size:16px;
	font-weight:500;
}

.team-members-panel{
	text-align:center;
	background-image: url(images/right-triangle.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.team-members-panel div#team-wrapper {
	gap: 35px;
	justify-content: center;
}

.team-members-panel .team-listing {
	box-shadow: 0px 60px 127px 0px rgba(0, 0, 0, 0.06), 0px 30.375px 55.364px 0px rgba(0, 0, 0, 0.04), 0px 12px 20.638px 0px rgba(0, 0, 0, 0.03), 0px 2.625px 7.342px 0px rgba(0, 0, 0, 0.02);
	margin-bottom:40px;
}

.team-listing-content {
	color: var(--navy);
	padding: 40px 40px;
	text-align: left;
	background-color: var(--white);
	background: linear-gradient(to bottom, #B1B1B1, rgb(176 176 176 / 0.4%));
	position: relative;
	z-index: 1;
}

.team-listing-content:before {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: var(--white);
	z-index: -1;
}

.team-members-panel .team-listing .team-listing-content h5{
	margin-bottom:5px;
}

.entry-content .team-listing .team-listing-content a{
	color: var(--navy);
	font-weight:700;
	background-image:url("images/plus.png");
	background-repeat:no-repeat;
	background-position:right center;
	padding-right: 28px;
}

.single-team-member .site-inner{
	background-image:url("images/single-member-triangle.png");
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:150px;
}

.single-team-member h1 {
	font-size: 72px;
}

.member-image{
	box-shadow: 0px 60px 127px 0px rgba(0, 0, 0, 0.06), 0px 30.375px 55.364px 0px rgba(0, 0, 0, 0.04), 0px 12px 20.638px 0px rgba(0, 0, 0, 0.03), 0px 2.625px 7.342px 0px rgba(0, 0, 0, 0.02);
}

.member-image img{
	border:10px solid var(--white);
}

.member-social-details img{
	margin-bottom:0px;
	margin-right:20px;
}

.entry-content .member-social-details a{
	text-decoration:none;
	color: var(--navy);
	display: flex;
	align-items: center;;
}

.single-team-member .panel-grid.panel-no-style, 
.single-team-member .panel-row-style:not([data-stretch-type]){
	max-width:1350px;
}

.single-team-member #page-container .sow-tabs .sow-tabs-tab-container,
.single-team-member #page-container .sow-tabs .sow-tabs-panel-container{
	background:var(--white);
	border:0px;
}

.polygon-title h4{
	padding:42px 120px;
	background:#A2A2A2;
	text-align:center;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	max-width: 620px;
	margin: 0 auto;
}

.single-team-member #page-container .sow-tabs .sow-tabs-tab-container {
    justify-content: center;
}

.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
	padding:42px 120px;
	background:var(--blue);
	text-align:center;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	margin: 0;
	border:0px;
	margin: 0 -34px;
}

.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
	border-bottom:0px !important;
}

/* .single-team-member #page-container .so-widget-sow-tabs .sow-tabs-panel-content {
    max-width: 980px;
    margin: 0 auto;
} */

.single-team-member span.tab-title {
    min-width: 190px;
}

.polygon-title h4:hover,
.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover,
.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
	background:var(--navy);
	color:var(--white);
	border:0px;
}

.single-team-member .site-inner ul li:before{
	background-color:var(--blue);
}

.single-team-member .site-inner ul li{
	margin-bottom: 10px;
}

.blog .hero-panel,
.archive .hero-panel,
.single .hero-panel,
.error404 .hero-panel,
.search .hero-panel{
	min-height: inherit;
	padding: 100px 0 100px;
}

h2.gform_title{
	font-size:35px;
}

p.gform_required_legend {
	display: none;
}

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

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

.list-style-checkmark ul li {
	font-size: 24px;
	font-weight: 700;
	padding-left: 54px;
	min-height: 33px;
	line-height: 1.25;
	margin-bottom: 30px;
}

.list-style-checkmark ul li:before {
	background: url(images/checkmark.svg) no-repeat center center;
	width: 37px;
	height: 33px;
	top: 0;
	border-radius: 0;
}

.three-col-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 50px;
	width: 100%;
}

.three-col-list ul li {
	margin-bottom: 0;
}


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

.hero-panel {
	background: var(--navy);
	position: relative;
	color: var(--white);
	display: flex;
	align-items: center;
	min-height: 630px;
	padding: 100px 0 195px;
}

.hero-banner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00195D;
	opacity: 0.8;
	z-index: 1;
}

.hero-banner:after {
	content: '';
	display: block;
	width: 100%;
	height: 117px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #fff;
	z-index: 1;
}

.hero-banner > div:before {
	content: '';
	display: block;
	width: 123px;
	height: 123px;
	position: absolute;
	top: 110px;
	left: 0;
	background: var(--blue);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	z-index: 1;
}

.hero-banner > div:after {
	content: '';
	display: block;
	width: 100%;
	height: 43.5%;
	clip-path: polygon(82.5% 0, 84% 0, 100% 91%, 100% 100%);
	position: absolute;
	top: 0;
	right: 0;
	background: var(--navy);
	z-index: 2;
}

.hero-image-mask:before {
	content: '';
	display: block;
	width: 100%;
	height: 39%;
	position: absolute;
	bottom: 0;
	left: 69.5%;
	background: var(--navy);
	filter: none;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15.5% 100%);
}

.hero-image-mask:after {
	content: '';
	display: block;
	width: 294px;
	width: 100%;
	height: 37%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--blue);
	clip-path: polygon(88.7% 0, 100% 73%, 100% 100%, 96.2% 100%, 82% 0);
}

.hero-panel * {
	color: var(--white);
	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 > img {
	opacity: 0.2;
}

.hero-panel video {
	width: 100%;
	object-fit: cover;
}

.hero-image-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	filter: drop-shadow(-1px 6px 60px rgba(50, 50, 0, 0.5));
}
.hero-image-mask img {
	clip-path: polygon(51% 8%, 100% 8%, 100% 100%, 87.5% 100%);
}

.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.hero-panel .textwidget {
	max-width: 67%;
}


.hero-panel.hero-large-content {
	min-height: 730px;
	padding-top: 210px;
	padding-bottom: 100px;
}

.hero-panel.hero-large-content .widget_siteorigin-panels-builder, 
.hero-panel.hero-large-content .panel-grid {
	max-width: 1340px;
}

.hero-large-content .hero-banner:after {
	display: none;
}

.hero-large-content .hero-image-mask:after {
	margin-left: 110px;
}


/*
vertical tabs
------------------------------------------------- */

.vertical-tabs {
	margin: 0 -82px;
}

#page-container .vertical-tabs .widget-title {
	color: #f08b34;
	text-transform: uppercase;
	text-align: left;
	width: 420px;
	padding: 0 50px 0 0;
}

#page-container .vertical-tabs .widget-title:after {
	display: none;
}

#page-container .vertical-tabs .widget-title + .sow-tabs .sow-tabs-panel-container {
	background: #fff0;
	margin-top: -70px;
}

#page-container .vertical-tabs .sow-tabs {
	display: flex;
}

#page-container .vertical-tabs .sow-tabs-tab-container {
	border-right: 3px solid var(--navy);
	background-color: transparent;
	padding: 0 45px 0 0;
	display: block;
	flex: 0 0 280px;
	margin-right: 70px;
}

#page-container .vertical-tabs .sow-tabs-tab {
	background: transparent;
	color: var(--darkBlue);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	padding: 3px 0;
	margin: 0 0 55px;
	width: 100%;
	position: relative;
}

#page-container .vertical-tabs .sow-tabs-tab-selected,
#page-container .vertical-tabs .mobile-tab-title.show {
	font-weight: 700;
}

#page-container .vertical-tabs .sow-tabs-tab:hover {
	opacity: 0.75;
}

#page-container .vertical-tabs .sow-tabs-title {
	font-size: 30px;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1.444;
	display: block;
}

#page-container .vertical-tabs .sow-tabs-tab-selected .sow-tabs-title {
	background: url(images/tab-arrow.svg) no-repeat right 8px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	padding-right: 17px;
}

.vertical-tabs .tab-icon {
	min-height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#page-container .vertical-tabs img.sow-tab-icon-image {
	width: auto;
	height: auto;
	max-height: 80px;
	display: block;
	margin: 0 auto;
	float: none;
}

#page-container .vertical-tabs .sow-tabs-panel-container {
	background: transparent;
	padding-bottom: 80px;
}

#page-container .vertical-tabs .sow-tabs-panel {
	overflow: hidden;
	padding: 0;
}

#page-container .vertical-tabs .sow-tabs-panel-content {
	font-size: 18px;
	line-height: 1.777;
}

#page-container .vertical-tabs .right-left-gap  {
	padding: 0 42px;
}

#page-container .vertical-tabs .green-box {
	background: var(--lightGreen);
	border-radius: 20px;
	padding: 30px 42px;
}


body #page-container .so-widget-sow-tabs .mobile-tab-title {
	display: none;
}

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

#page-container .card-boxes-row .panel-widget-style,
#page-container .card-boxes-row .widget,
#page-container .card-boxes-row .so-widget-custom_image_widget,
#page-container .card-boxes-row .image-widget-container,
#page-container .card-boxes-row .widget-inner-wrap,
#page-container .card-boxes-row .so-widget-sow-editor {
	height: 100%;
}

#page-container .card-boxes-row .widget-inner-wrap {
	background: var(--white);
	box-shadow: 0px 2.625px 7.342px rgba(0, 0, 0, 0.02), 0px 12px 20.638px rgba(0, 0, 0, 0.03), 0px 30.375px 55.364px rgba(0, 0, 0, 0.04), 0px 60px 127px rgba(0, 0, 0, 0.06);
	color: inherit;
	display: block;
	position: relative;
	padding: 60px 35px;
	height: 100%;
	text-decoration: none;
}

#page-container .card-boxes-row a.widget-inner-wrap {
	min-height: 170px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#page-container .card-boxes-row a.widget-inner-wrap:hover {
	background: var(--navy);
	color: var(--white);
}

#page-container .card-boxes-row a.widget-inner-wrap:hover .widget-title {
	color: var(--blue);
}

.card-boxes-row .widget-title {
	text-align: center;
}

.top-curves-section {
	padding-top: 185px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}

.top-curves-section:before {
	content: '';
	display: block;
	width: 263px;
	height: 263px;
	background: url(images/top-left-line-white.svg) no-repeat right top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top-curves-section:after {
	content: '';
	display: block;
	width: 234px;
	height: 234px;
	background: url(images/top-right-line-white.svg) no-repeat right top;
	position: absolute;
	top: 33px;
	right: 0;
	z-index: -1;
}
.top-curves-section > div:after {
	content: '';
	display: block;
	width: 461px;
	height: 149px;
	background-color: rgb(0 25 93 / 80%);
	clip-path: polygon(31.5% 0%, 100% 0, 68.5% 100%, 0% 100%);
	position: absolute;
	top: 0;
	right: 138px;
	z-index: -1;
}

.triangle-bg-section {
	position: relative;
	z-index: 1;
}

.triangle-bg-section .widget_media_image {
	width: 67.5%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.triangle-bg-section .widget_media_image img {
	clip-path: polygon(90% 0, 100% 0, 100% 100%, 70% 100%, 0 0);
	width: 100%;
	height: 100% !important;
	height: calc(100% + 2px) !important;
	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%);
}

.triangle-bg-section .widget_media_image:before {
	content: '';
	width: 374px;
	height: 368px;
	position: absolute;
	top: -1px;
	right: 0;
	background: #ececec;
	z-index: 5;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.triangle-bg-section .widget_media_image:after {
	content: '';
	width: 53.8%;
	height: 34%;
	position: absolute;
	bottom: -1px;
	right: 0;
	background: #ececec;
	z-index: 5;
	clip-path: polygon(0 0, 41% 87%, 100% 87%, 100% 100%, 38% 100%, 0 18%);
}

.small-widget {
	max-width: 40%;
}

.medium-widget {
	max-width: 52%;
}


#page-container .post-slider .slider-container {
	display: flex;
}

#page-container .post-slider .post-item {
	vertical-align: inherit;
}

.post-slider .post-inner-wrap {
	background: var(--white);
	background: linear-gradient(to bottom, #B1B1B1, rgb(176 176 176 / 0.4%));
	box-shadow: none;
	color: inherit;
	display: block;
	position: relative;
	padding: 40px 35px;
	height: 100%;
	z-index: 1;
}

.post-slider .post-inner-wrap:before {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: var(--white);
	transition: all 0.3s ease;
	z-index: -1;
}

.post-slider .post-inner-wrap:hover {
	transition: all 0.3s ease;
	text-decoration: none;
}

.post-slider .post-inner-wrap:hover:before {
	background: var(--blue);
}

.post-slider  h5 {
	margin-bottom: 15px;
}

body .link-more {
	font-weight: 700;
	color: var(--navy);
	text-decoration-line: underline;
}

body .link-more:hover {
	text-decoration-line: none;
}

.post-slider .tns-ovh {
	padding: 0 30px 80px;
	margin: 0 -30px -80px;
	position: relative;
}

.post-slider .tns-slide-active .post-inner-wrap {
	box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.05), 0px 30.375px 55.364px 0px rgba(0, 0, 0, 0.04), 0px 12px 20.638px 0px rgba(0, 0, 0, 0.03), 0px 2.625px 7.342px 0px rgba(0, 0, 0, 0.02);
}

.tns-outer {
	position: relative;
}

.tns-controls {
	position: absolute;
	left: -100px;
	right: -100px;
	top: 50%;
	margin-top: -50px;
	z-index: -1;
}

.tns-controls button {
	background: url(images/prev-arrow.svg) no-repeat center;
	border: none;
	width: 32px;
	height: 33px;
	font-size: 0;
	text-indent: -9999px;
	float: left;
}

.tns-controls button:last-child {
	background: url(images/next-arrow.svg) no-repeat center;
	float: right;
}

.tns-controls button:hover {
	opacity: 0.7;
}

.tns-nav {
	text-align: center;
	padding-top: 20px;
}

.tns-nav button {
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 2px 8px;
}

.tns-nav button.tns-nav-active {
	background: var(--navy);
	border-color: var(--navy);
	opacity: 1;
}

.tns-controls.focus-visible button {
	outline: 1px solid var(--navy);
}

.image-card-boxes-row .image-container {
	margin-bottom: 0;
}

.image-card-boxes-row .image-container img {
	display: block;
	width: 100%;
}

.image-card-boxes-row .image-widget-info {
	background: var(--white);
	background: linear-gradient(to bottom, #B1B1B1, rgb(176 176 176 / 0.4%));
	box-shadow: 0px 60px 127px 0px rgba(0, 0, 0, 0.06), 0px 30.375px 55.364px 0px rgba(0, 0, 0, 0.04), 0px 12px 20.638px 0px rgba(0, 0, 0, 0.03), 0px 2.625px 7.342px 0px rgba(0, 0, 0, 0.02);
	padding: 33px 30px;
	position: relative;
	z-index: 1;
}

.image-card-boxes-row .image-widget-info:before {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: var(--white);
	z-index: -1;
}

.image-card-boxes-row h3 {
	font-size: 24px;
	margin-bottom: 15px;
}


.img-equal-col * {
	height: 100%;
}

#page-container .img-equal-col img.so-widget-image {
	object-fit: cover;
	height: 100%;
}

.image-outside-wrap-row .content-col {
	padding: 40px 50px 40px;
}

.image-outside-wrap-row .panel-grid-cell:first-child .content-col {
	padding-left: 0;
}

.image-outside-wrap-row .panel-grid-cell:last-child .content-col {
	padding-right: 0;
}

.dark-box-overlap {
	position: relative;
	margin-right: -150px;
	background: var(--navy);
	padding: 70px 45px;
}

.dark-box-overlap * {
	color: #fff;
}

.site-inner .dark-box-overlap ul li {
	margin-left: 17px;
	margin-bottom: 7px;
}

.site-inner .dark-box-overlap ul li:before {
	background: var(--blue);
}



.triangle-simple-bg-section {
	position: relative;
	z-index: 1;
	min-height: 912px;
}

.triangle-simple-bg-section .widget_media_image {
	clip-path: polygon(90% 0, 100% 0, 100% 100%, 100% 100%, 0 0);
	width: 55.5%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.triangle-simple-bg-section .widget_media_image img {
	width: 100%;
	height: 100% !important;
	height: calc(100% + 2px) !important;
	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%);
}

.triangle-simple-bg-section .widget_media_image:before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: rgb(0 25 93 / 80%);
	z-index: 5;
}

.image-frame img {
	border: 22px solid var(--white);
	box-shadow: 0px 60px 127px 0px rgba(0, 0, 0, 0.06), 0px 30.375px 55.364px 0px rgba(0, 0, 0, 0.04), 0px 12px 20.638px 0px rgba(0, 0, 0, 0.03), 0px 2.625px 7.342px 0px rgba(0, 0, 0, 0.02);
}

.latest-posts .recent-post {
	margin-bottom: 20px;
}

.latest-posts .recent-post:last-child {
	margin-bottom: 0;
}

.latest-posts .post-inner-wrap {
	background-color: var(--black);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: end;
	text-decoration: none;
	position: relative;
	min-height: 260px;
	width: 100%;
	z-index: 1;
}

.latest-posts .post-inner-wrap:focus,
.latest-posts .post-inner-wrap:hover {
	text-decoration: none;
}

.latest-posts .post-inner-wrap:focus {
	outline: 2px solid #A63446;
	outline-offset: -3px;
}

.latest-posts .post-inner-wrap:before {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #00195D 74.47%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.latest-posts .post-inner-wrap:after {
	content: '';
	display: block;
	background: url(images/link-arrow-light.svg) no-repeat center var(--navy);
	width: 44px;
	height: 44px;
	position: absolute;
	bottom: 25px;
	right: 30px;
	transition: all 0.3s ease;
	z-index: -1;
}

.latest-posts .post-inner-wrap:hover:after {
	background-color: var(--blue);
}

.latest-posts * {
	color: #fff;
}

.latest-posts .post-thumb img {
	display: block;
}

.latest-posts .post-small-info {
	padding: 50px 100px 30px 25px;
	width: 100%;
}

.latest-posts .post-excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.latest-posts .post-inner-wrap.no-image .post-small-info:before {
	background-color: #C4C4C4;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -3;
}

.latest-posts.latest-post-main .post-inner-wrap {
	min-height: 400px;
}

.latest-posts.latest-post-main .post-inner-wrap:after {
	bottom: 35px;
	right: 40px;
}

#page-container .sow-accordion-panel {
	margin-bottom: 25px;
}

#page-container .sow-accordion-panel:last-child {
	margin-bottom: 0;
}

#page-container .sow-accordion-panel.sow-accordion-panel-open {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--black);
}

#page-container .sow-accordion-panel-header {
	background: transparent;
	border-radius: 0;
	border-bottom: 1px solid var(--black);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family:
		"Roboto Condensed", sans-serif;
	line-height: 1.35;
	flex-direction: row;
	padding: 0 40px 15px 1px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#page-container .sow-accordion-panel .sow-accordion-panel-header:hover,
#page-container .sow-accordion-panel-open .sow-accordion-panel-header {
	background: transparent;
}

#page-container .sow-accordion-title {
	color: var(--navy);
	width: 100%;
	display: block;
}

#page-container .sow-accordion-open-close-button {
	display: none;
}

#page-container .sow-accordion-title:after {
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(images/close-icon.svg) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.3s ease;
}

#page-container .sow-accordion-panel-open .sow-accordion-title:after {
	background: url(images/open-icon.svg) no-repeat center;
}

#page-container .sow-accordion-panel-header:hover .sow-accordion-title:after {
	background-color: var(--darkBlue);
}

#page-container .sow-accordion-panel-border {
	background: transparent;
	padding: 25px 56px 5px 0;
	line-height: 140%;
}

.rectangles-bg-section {
	position: relative;
}

.rectangles-bg-section:before {
	content: '';
	display: block;
	background: url(images/rectangles.svg) repeat-y left top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#page-container .horizontal-card-box-row {
	gap: 240px;
}
#page-container .horizontal-card-box-row .widget-inner-wrap {
	background: rgb(162 162 162 / 20%);
	color: #2C2C42;
	clip-path: polygon(187px 0%, 100% 0%, calc(100% - 187px) 100%, 0% 100%);
	display: flex;
	position: relative;
	padding: 33px 20px;
	height: 100%;
	align-items: center;
	margin: 0 -177px;
	padding: 40px 187px;
}

#page-container .horizontal-card-box-row a.widget-inner-wrap:hover {
	background: var(--navy);
	color: #ffff;
}

#page-container .horizontal-card-box-row a.widget-inner-wrap:hover h3 {
	color: var(--blue);
}

.horizontal-card-box-row a.widget-inner-wrap:hover .image-container img {
	-webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(56%) saturate(3094%) hue-rotate(181deg) brightness(87%) contrast(87%);
	-moz-filter: brightness(0) saturate(100%) invert(71%) sepia(56%) saturate(3094%) hue-rotate(181deg) brightness(87%) contrast(87%);
	-o-filter: brightness(0) saturate(100%) invert(71%) sepia(56%) saturate(3094%) hue-rotate(181deg) brightness(87%) contrast(87%);
	-ms-filter: brightness(0) saturate(100%) invert(71%) sepia(56%) saturate(3094%) hue-rotate(181deg) brightness(87%) contrast(87%);
	filter: brightness(0) saturate(100%) invert(71%) sepia(56%) saturate(3094%) hue-rotate(181deg) brightness(87%) contrast(87%);
}

#page-container .horizontal-card-box-row .has-read-more .widget-inner-wrap {
	padding-bottom: 80px;
}

.horizontal-card-box-row .image-container {
	flex: 0 0 85px;
	height: 85px;
	display: flex;
	align-items: start;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: 0;
}

.horizontal-card-icons .image-container {
	height: 52px;
}

.horizontal-card-box-row .image-container img {
	max-height: 100%;
}

.horizontal-card-box-row .widget-title {
	font-size: 24px;
	margin-bottom: 2px;
}

.horizontal-card-box-row .small-widget-title .widget-title {
	font-size: 21px;
}

#page-container .cta-polygon-row {
	background: linear-gradient(111deg, #568DD9 24.43%, rgba(0, 25, 93, 0.88) 78.74%, #061B55 109.21%);
	min-height: 312px;
	margin-top: 76px;
	max-width: 1070px;
}

.cta-polygon-row .img-col {
	position: relative;
}

.cta-polygon-row .polygon-mask {
	-webkit-mask-image: url(images/polygon-mask.png);
	mask-image: url(images/polygon-mask.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 604px;
}

#page-container .cta-polygon-row .content-col {
	padding: 25px 40px 25px 65px;
}

.cta-polygon-row .content-col * {
	color: #fff;
}

#page-container .triangle-shapes-section {
	position: relative;
	overflow: hidden;
}

.triangle-shapes-section:before {
	content: '';
	width: 374px;
	height: 372px;
	position: absolute;
	top: -1px;
	left: 0;
	background: rgb(0 25 93 / 10%);
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}

.triangle-shapes-section:after {
	content: '';
	width: 74.5%;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	background: rgb(162 162 162 / 10%);
	clip-path: polygon(49% 0%, 100% 0, 49% 100%, 0 100%);
	z-index: -1;
	margin-right: -13px;
}

.panel-grid > .panel-outside-on-mobile {
	display: none;
}

.hero-tagline{
	
}

.hero-tagline h4{
	max-width:450px;
}

.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:focus-whthin, 
.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:focus-whthin{
	border:1px solid #327AB8;
}

body .dashicons-twitter:before{
	content:"";
	background-image:url("/wp-content/uploads/2024/07/x.svg");
	width: 13px;
    display: block;
    height: 13px;
    background-size: 100%;
    margin-top: 4px;
}

body .dashicons-twitter:hover:before{
	background-image:url("/wp-content/uploads/2024/07/twitter-black.png");
}

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

@media only screen and (min-width: 2500px) {

	.triangle-bg-section .widget_media_image {
		width: 65.5%;
	}
	
}

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

	.hero-panel {
		min-height: 550px;
	}
	.hero-banner > div:before {
		top: 50px;
	}
	.hero-panel.hero-large-content {
		min-height: 650px;
		padding-top: 100px;
	}
	.hero-banner > div:before {
		top: 80px;
		width: 50px;
		height: 50px;
	}
	#page-container .horizontal-card-box-row .widget-inner-wrap {
		margin: 0 -40px;
		padding: 40px 100px;
		clip-path: polygon(100px 0%, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
	}
	#page-container .horizontal-card-box-row {
		gap: 0px;
	}
	.tns-controls {
		left: -40px;
		right: -40px;
	}
	.vertical-tabs {
		margin: 0;
	}
	.hero-panel.hero-large-content .widget_siteorigin-panels-builder, 
	.hero-panel.hero-large-content .panel-grid {
		max-width: 1170px;
	}
	.cta-polygon-row .polygon-mask {
		clip-path: polygon(10% 0%, 100% 0, 100% 100%, 10% 100%);
	}
	#page-container .vertical-tabs .sow-tabs-tab-container {
		margin-right: 45px;
	}

}

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

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .so-panel {
		padding-top: 50px;
		padding-bottom: 60px;
		max-width: 600px;
		margin-right: 20px;
		margin-left: 30px;
		float: none;
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child{
		padding:130px 70px 130px 70px;
	}

	h2 {
		font-size: 62px;
	}

}

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

	.site-header .wrap {
		max-width: 100%;
		padding: 0 25px;
	}

	.site-header .widget-area section:first-child {
		margin-right: 60px;
	}

	.extream-left-triangle:before {
		width: 75px;
		height: 153px;
		top: 70px;
		background-size: 100%;
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .so-panel{
		max-width:560px;
	}

	h1,
	.team-panel h1 {
		font-size: 65px;
	}

	h2 {
		font-size: 54px;
	}

	.logo-slider-panel.panel-row-style:not([data-stretch-type]), 
	.logo-slider-panel .panel-grid.panel-no-style {
		max-width: 100% !important;
		padding: 30px 20px;
	}

	.logo-slider-panel #tns1 > .tns-item {
		padding-right: 45px;
	}

	.logo-slider-panel #tns1-mw {
		text-align: center;
	}

	.single-team-member .panel-grid.panel-no-style, 
	.single-team-member .panel-row-style:not([data-stretch-type]) {
		max-width: 1180px;
	}

	.single-team-member .site-inner{
		background-size:50%;
		padding-top: 60px;
	}
	
	.arrow-style-item{
		padding:30px 25px 30px 50px;
	}

	.arrow-style-item:before{
		top:10px;
	}

}

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

	.wrap,
	.hero-panel .wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc( 100% - 40px );
	}

	#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]) {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}

	.title-area {
		padding: 30px 0 30px;
		width: 240px;
	}

	.title-area a{
		width: 240px;
		height: 66px;
		background-size: 100%;
	}

	.site-header .widget-area section:first-child {
		margin-right: 30px;
	}

	.site-header .widget-area{
		padding-top:40px;
	}

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

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

	h1,
	.team-panel h1 {
		font-size: 55px;
	}

	h2 {
		font-size: 48px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 20px;
	}

	.hover-team-grid .team-listing {
		max-width: calc(20% - 18px);
	}

	#page-container .button, 
	#page-container input[type="button"], 
	#page-container input[type="reset"], 
	#page-container input[type="submit"]{
		font-size:18px;
		padding: 12px 30px;
	}

	.arrow-style-item{
		padding: 22px 20px 22px 38px;
		position: relative;
		z-index: 9;
	}

	.arrow-style-item:before {
		width: 50px;
		height: 46px;
		left: -28px;
		top: 50%;
		margin-top: -23px;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child {
		padding: 100px 50px 100px 50px;
	}

	.arrow-style-item.row-gap {
		margin-bottom: 40px;
	}

	.genesis-nav-menu > .menu-item.menu-item-has-children >a{
		background-position: right 0px top 12px;
	}

	.genesis-nav-menu a{
		font-size:16px;
	}

	.join-our-team{
		padding-top: 55px;
		padding-bottom: 68px;
	}

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

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

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

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

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

	.site-footer .panel-grid-cell .widget-title{
		font-size:25px;
	}

	.site-footer{
		padding-top:65px;
	}

	.footer-links a {
		font-size: 17px;
	}

	.copyrights {
		font-size: 14px;
	}

	.logo-slider-panel .tns-outer{
		position:relative;
	}

	.logo-slider-panel .tns-outer [aria-controls] {
		width: 15px;
		height: 12px;
		font-size: 0px;
		border: 0px;
		background-color: transparent;
		position: absolute;
	}

	.logo-slider-panel .tns-outer [aria-controls][data-controls="prev"]{
		background-image: url(images/slider-left-arrow.png);
		left: -20px;
		top: 30px;
	}

	.logo-slider-panel .tns-outer [aria-controls][data-controls="next"]{
		background-image: url(images/slider-right-arrow.png);
		position: absolute;
		right: -20px;
		top: 30px;
	}

	.logo-slider-panel.panel-row-style:not([data-stretch-type]), 
	.logo-slider-panel .panel-grid.panel-no-style{
		padding: 20px 20px;
	}

	.contact-panel.top-gap{
		padding-top:80px;
	}
	
	.hero-panel {
		min-height: 420px;
		padding: 55px 0 125px;
	}
	
	.hero-banner:after {
		height: 60px;
	}
	
	.hero-panel.hero-large-content {
		min-height: 480px;
	}
	
	.hero-large-content .hero-image-mask:after {
		margin-left: 0;
	}
	
	.list-style-checkmark ul li {
		font-size: 20px;
	}
	
	#page-container .card-boxes-row .widget-inner-wrap {
		padding: 40px 30px;
	}
	
	.triangle-bg-section .widget_media_image:before {
		width: 250px;
		height: 300px;
	}
	
	.triangle-simple-bg-section {
		min-height: 712px;
	}
	
	#page-container .horizontal-card-box-row .widget-inner-wrap {
		margin: 0 -17px;
		padding: 40px 60px;
		clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
	}
	
	.triangle-shapes-section:before {
		width: 250px;
		height: 250px;
	}
	
	#page-container .cta-polygon-row .content-col {
		padding: 25px 30px;
	}
	
	.cta-polygon-row .polygon-mask {
		width: 142%;
	}
	
	.tns-controls {
		left: -10px;
		right: -10px;
	}
	
	.tns-controls button {
		width: 16px;
		height: 14px;
		background-size: contain;
	}
	
	.tns-controls button:last-child {
		background-size: contain;
	}
	
	.post-slider .tns-ovh {
		padding: 0 30px 80px;
		margin: 0 0 -80px;
	}
	
	.logo-slider-panel .tns-controls {
		margin-top: -30px;
		z-index: 0;
	}
	
	.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding: 42px 85px;
	}

}

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

	.site-header {
		position: relative;
	}

	.site-header + * {
		margin-top: 0;
	}
	
	.title-area {
		padding-bottom: 15px;
	}

	.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{
		display: block;
		visibility: visible;
		position: absolute;
		top: 40px;
		right: 20px;
	}

	.sub-menu-toggle {
		display: block;
		visibility: visible;
		padding: 0px 0px;
		line-height: 0.8;
	}

	.genesis-nav-menu > .menu-item.menu-item-has-children > a{
		/*display:none;*/
		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;
		max-height: auto;
		overflow-y: initial;
	}

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.alignleft,
	.alignright {
		max-width: 300px;
	}

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

	.sidebar {
		clear: both;
		padding-top: 50px;
	}

	.site-header .widget-area section:first-child {
		margin-right: 0;
	}

	.site-header .widget-area section {
		display: block;
	}

	#page-container header .button {
		min-width: 100px;
		padding: 6px 16px;
		background: var(--blue);
		position: absolute;
		right: 75px;
		top: 40px;
	}

	.about-dean{
		background-image:none !important;
		background-color: var(--navy);
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child{
		background-image: url("/wp-content/uploads/2024/06/about-dean-gazzo.jpg");
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .so-panel {
		margin: 60px auto 60px !important;
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child{
		background:transparent !important;
		padding: 30px 50px 40px !important;
	}

	.logo-slider-panel #tns1 > .tns-item {
		padding-right: 20px;
	}

	.logo-slider-panel #tns1 > .tns-item img {
		max-width: 64%;
	}

	.contact-panel.top-gap {
		padding-top: 10px;
		background-size: 220px;
		background-position: right bottom;
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout .panel-row-style{
		display:inline-block;	
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout .panel-row-style .panel-grid-cell {
		max-width: fit-content !important;
		float: left;
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout .panel-row-style .panel-grid-cell:first-child{
		margin-right:35px;
		margin-left:20px;
	}

	.site-footer{
		text-align:center;
	}

	.footer-row-one .sow-image-container img{
		margin:0 auto;
	}

	.footer-links.top-gap-medium {
		padding-top: 45px;
	}

	.footer-row-one,
	.footer-links a{
		font-size: 15px;
	}

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

	.site-footer .panel-grid-cell .widget-title {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.member-image{
		max-width: 445px;
		margin: 0 auto;
	}

	.bottom-gap-medium {
		padding-bottom: 70px;
	}

	.top-gap-medium {
		padding-top: 70px;
	}

	.single-team-member h1 {
		font-size: 55px;
	}

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

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

	.bottom-gap-medium {
		padding-bottom: 70px;
	}


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

	#page-container #genesis-content .hero-panel {
		flex-direction: initial;
	}

	.hero-banner > div:before {
		top: 23px;
		width: 27px;
		height: 27px;
	}

	.three-col-list ul {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 30px;
	}

	.triangle-simple-bg-section .widget_media_image {
		display: none;
	}

	#page-container .horizontal-card-box-row .widget-inner-wrap {
		padding: 40px 70px;
		margin: 0;
	}

	.dark-box-overlap {
		margin-right: 0;
	}

	.image-outside-wrap-row .content-col {
		padding: 0;
	}

	.img-touch-corner-wrap .so-widget-sow-image {
		width: 100% !important;
	}

	.cta-polygon-row .polygon-mask {
		width: 100%;
		position: relative;
		clip-path: none;
	}

	.cta-polygon-row .polygon-mask .sow-image-container {
		display: block;
	}

	.cta-polygon-row .polygon-mask .sow-image-container img {
		width: 100%;
	}

	#page-container .cta-polygon-row {
		background: none;
		margin-top: 0;
	}

	.cta-polygon-row .polygon-mask {
		-webkit-mask-image: none;
		mask-image: none;
	}

	#page-container .cta-polygon-row .content-col {
		background: linear-gradient(111deg, #568DD9 24.43%, rgba(0, 25, 93, 0.88) 78.74%, #061B55 109.21%);
	}

	#page-container .cta-polygon-row .panel-grid-cell {
		margin-bottom: 0;
	}

	#page-container .cta-polygon-row .content-col {
		padding: 35px;
	}

	.triangle-shapes-section:before {
		width: 125px;
		height: 125px;
	}

	.rectangles-bg-section:before {
		width: 50%;
		background-position: right top;
		background-size: 100%;
	}

	.triangle-simple-bg-section {
		min-height: auto;
	}
	
	.align-center-mobile {
		text-align: center;
	}
	
	.single .member-image {
		max-width: 395px;
	}

	.single-team-member #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding: 42px 55px;
	}
	
}

@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;
	}

	.contact-panel {
		background-position: right bottom;
		background-size: 210px 230px;
	}

	.logo-slider.tns-horizontal.tns-subpixel > .tns-item img {
		margin: 0 auto;
	}

	.about-dean .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .so-panel{
		max-width:85%;
	}

	.contact-panel.top-gap {
		padding-top: 50px;
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout{
		padding-bottom:0px;
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout .panel-row-style .panel-grid-cell:last-child{
		padding-top: 35px !important;
	}

	h2 {
		font-size: 28px;
	}

	h4 {
		font-size: 18px;
	}

	#page-container .button, 
	#page-container input[type="button"], 
	#page-container input[type="reset"], 
	#page-container input[type="submit"] {
		font-size: 14px;
		padding: 12px 15px;
	}

	.copyrights {
		font-size: 13px;
	}

	h2 br,
	h3 br,
	h4 br,
	h5 br{
		display:none;
	}

	.title-area,
	.title-area a{
		width:200px;
	}
	
	.title-area a {
		height: 55px;
	}
	
	.menu-toggle {
		top: 28px;
	}

	#page-container header .button {
		padding: 8px 16px;
		top: 29px;
	}

	.bottom-gap {
		padding-bottom: 80px;
	}
	.image-outside-wrap-row {
		padding: 40px 0;
	}

	.image-outside-wrap-row .content-col {
		padding: 0;
	}

	.img-touch-corner-wrap .so-widget-sow-image {
		width: 100% !important;
		margin: 0 !important;
	}

	.hero-panel {
		min-height: 155px;
		padding: 45px 0;
		margin-bottom: 30px;
	}

	.hero-banner:after {
		display: none;
	}

	.hero-panel .textwidget {
		max-width: 100%;
	}

	.hero-panel.hero-large-content {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	h1, 
	.team-panel h1 {
		font-size: 30px;
	}

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

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

	#page-container .so-widget-sow-tabs .mobile-tab-title.show {
		width: 100%;
		text-decoration: underline;
	}

	#page-container .vertical-tabs .sow-tabs {
		display: block;
	}

	#page-container .vertical-tabs .sow-tabs-panel-container {
		padding-bottom: 40px;
	}

	#page-container .vertical-tabs .sow-tabs-panel {
		border-bottom: 1px solid var(--black);
		margin-bottom: 25px;
	}

	#page-container .vertical-tabs .sow-tabs-title {
		background: url(images/close-icon.svg) no-repeat right 13px;
		font-size: 25px;
	}

	#page-container .vertical-tabs .mobile-tab-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#page-container .vertical-tabs .show .sow-tabs-title {
		background: url(images/open-icon.svg) no-repeat right 13px;
	}

	.three-col-list ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.top-curves-section {
		padding-top: 110px;
	}

	.top-curves-section:before {
		width: 111px;
		height: 111px;
		background-size: contain;
	}

	.top-curves-section:after {
		width: 80px;
		height: 93px;
		background-position: left bottom;
		background-size: 150px;
		top: 5px;
	}

	.top-curves-section > div:after {
		width: 172px;
		height: 42px;
		right: 16%;
	}

	#page-container .card-boxes-row a.widget-inner-wrap {
		min-height: auto;
	}

	.panel-outside-on-mobile {
		display: none;
	}

	.panel-grid > .panel-outside-on-mobile {
		display: block;
	}

	#page-container .triangle-bg-section {
		padding-bottom: 60px;
		margin-bottom: 20px;
	}

	.triangle-bg-section .widget_media_image:before {
		width: 64px;
		height: 64px;
	}

	.triangle-bg-section .widget_media_image {
		width: 67.5%;
	}

	.small-widget {
		max-width: 50%;
	}

	.triangle-bg-section .bottom-gap-small {
		padding-bottom: 0;
	}
	.post-slider .post-inner-wrap {
		font-size: 16px;
		padding: 30px 25px;
	}

	.dark-box-overlap {
		padding: 40px 30px;
	}
	.logo-slider-panel #tns1 > .tns-item img {
		max-width: 92%;
	}
	
	#page-container .gform_footer {
		padding-top: 10px;
	}
	
	.contact-info-panel.bottom-gap-medium {
		padding-bottom: 25px;
	}
	
	.list-style-checkmark ul li:last-child {
		margin-bottom: 25px;
	}
	
	.post-slider {
		margin-top: 25px;
	}
	
	.post-slider .tns-ovh {
		padding: 0 30px 30px;
	}
	
	.triangle-bg-section h2 {
        font-size: 25px;
    }
	
	.hero-banner > div:before {
		top: 3px;
	}
	
	.single-team-member .site-inner {
		background-size: 24%;
	}
	
	.single .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
		background: var(--navy);
		color:var(--white);
		margin-bottom: 15px;
	}

}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.join-our-team .widget_siteorigin-panels-builder .panel-layout .panel-row-style .panel-grid-cell:last-child{
		min-width:210px;
	}

	.title-area,
	.title-area a{
		width:130px;
		height: 36px;
		float:none;
	}
	
	.card-boxes-row .widget-title {
		font-size: 22px;
	}
	
	#page-container .card-boxes-row a.widget-inner-wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

}
