/*
Theme Name: Gilmartin
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #575757;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

body {
	background: #fff;
}

a {
	color: #203F4F;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #3A89BA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3A89BA;
	clear: both;
	font-weight: 600;
	margin: 36px 0 12px;
}

h1 {
	font-size: 28px;
	line-height: 1.5;
}
h1 span {
  font-weight: 400;
}
h2 {
	font-size: 44px;
  font-weight: 700;
	line-height: 1.5;
  letter-spacing: -1px;
}
h2 span {
  font-weight: 400;
}

h3 {
	font-size: 22px;
	line-height: 1.5;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
}

h5 {
	font-size: 18px;
	line-height: 1.5;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
	/*color: #138bca;*/
}
ul strong {
	font-weight: 400;
	color: #575757;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}
.entry-content li {
  padding-bottom: 4px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #203f4f;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #203f4f;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #203f4f;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	/* display: none; */
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

 .safezoneA {
 	max-width: 1500px;
 	margin: 0 auto;
 }
 .safezoneB {
 	max-width: 1500px;
 	margin: 0 auto;
 }

.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	/* background-color: #000; */
	width: 100%;
	z-index: 99999;
	top:0;
	position: fixed;
	height:95px;
	transition: 200ms;
}

.header-main {
	position: relative;
	height: 95px;
}
.header-main a {
  margin-left: 70px;
}
#gilmartin-logo {
	position: relative;
	z-index: 99999;
	width: 350px;
	height: auto;
	padding: 20px 0;
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #203f4f;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}
/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #fff;
}

/* Primary Navigation */

.primary-navigation {
	float: right;
	font-size: 11px;
	margin: 0 1px 0 -12px;
	padding: 0;
	text-transform: uppercase;
}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.primary-navigation a {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
}

.primary-navigation ul ul {
	background-color: #203f4f;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	background-color: #203f4f;
	color: #fff;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #41a62a;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}



/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 81px;
	padding-bottom: 44px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
  text-align: center;
	z-index: 1;
}

.entry-title {
	color:#ffffff;
	font-size: 55px;
	font-weight: 800;
	line-height: 1.0909090909;
	margin: 0;
}
.entry-title span {
	font-weight: 300;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: underline;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #203f4f;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}
.site-footer {
	color: #575757;
	background-color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 3;
}
.footer-cont {
  border-top: 4px solid #f0f0f0;
}
.site-footer p {
	margin-bottom: 6px;
}
.site-footer strong {
	font-size: 19px;
	color: #3A89BA;
}
.site-footer a {
	color: #575757;
	transition: 300ms
}
.site-footer a:hover {
	color: #575757;
	opacity: .8;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 50px;
}
.logo-block a:first-of-type img {
	margin-bottom: 24px;
}
.logo-block p {
	margin-bottom: 0;
	line-height: 1;
}
.logo-block div {
	color: #ffffff;
	background-color: #203f4f;
	padding: 8px 25px;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 200px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.footer-bottom a:not(:last-of-type){
	padding-right: 20px;
}

.search-box .search-field {
	width: 324px;
}
#secondary {
	width: 162px;
}
	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}



	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}


	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */


	.admin-bar .site-header {
		top: 32px;
	}

	.site-main {
		margin-top: 0;
	}


	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}


	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content .alignright {
		clear: right;
	}

/* being alden stlyes */
.larger-p {
	font-size: 20px;
}
.hideme {
	display:none !important;
}
.large-marge {
	margin-bottom: 44px;
}
.no-marge {
	margin-bottom: 0;
}
.larger-text {
	font-size: 22px;
}
.dynamic-column-2 {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.list-item-header {
  list-style-type: none;
  font-weight: 700;
  color: #575757;
  padding-bottom: 9px;
  margin-left: -17px;
}
.alignfull {
	padding:44px 0 24px;
}
.alignfull.safezoneB .bandText2 {
	padding: 1px 0 1px;
}
/* hacky to make alignfull brwoser compliant*/
body {overflow-x:hidden; }
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.h2-alt {
	color: #203f4f;
	line-height: 1.2;
  margin-top: 44px;
}
.h3-alt {
	font-size: 26px;
	color: #6C256E;
	margin-top: 30px;
	margin-bottom: 26px;
	line-height: 1.3;
}
.wp-block-separator {
  border: none;
	background-color: #6C256E;
}
.wp-block-buttons>.wp-block-button {
    margin-bottom: 44px;
}
#nf-form-4-cont .nf-form-fields-required {
	display: none;
}
.nf-form-content input[type=button],
input[type="submit"],
.wp-block-button__link {
  background-color: #203f4f !important;
  border-radius: 20px;
  box-shadow: none;
  color: #fff !important;
  font-size: 18px;
  padding: 8px 40px;
  text-decoration: none !important;
	text-transform: none !important;
  line-height: 1;
	transition: 300ms;
  font-weight: 600;
}
.nf-form-content input[type=button]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  color: #fff !important;
	background-color: #203f4f !important;
  text-decoration: none !important;
	text-transform: none !important;
  opacity: .8;
}
input[type="submit"] {
	position: relative;
	z-index: 99;
	width: 28%;
	padding: 8px 0;
}
input[type="submit"]:hover {
	background-color: #4f6571 !important;
	opacity: 1;
}
.pr-search {
  display: inline-block;
  width: 48%;
  max-width: 48%;
	padding-top: 8px;
}
.pr-search .search-field {
	position: relative;
  width: 70%;
	height: 34px;
  margin-left: -20px;
  padding-left: 25px;
	border: 1px solid #203f4f;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  /* z-index: -1; */
}
.pr-subscribe {
  display: inline-block;
  width: 48%;
	max-width: 48%;
	padding-top: 8px;
}
.pr-subscribe .ctct-form-description,
.pr-subscribe a.button.ctct-button,
.pr-subscribe .ctct-disclosure {
	display: none;
}
.pr-subscribe .ctct-label-top {
	position: relative;
}
.pr-subscribe .ctct-label-top label {
	/* position: absolute;
	z-index: -999; */
}
.pr-subscribe .ctct-label-top label abbr {
	display: none;
}
.page-template-blog .pr-subscribe,
.page-template-guides .pr-subscribe {
	position: relative;
}
.pr-subscribe .ctct-form-field-email {
	position: absolute;
  top: 8.5px;
	width: 70%;
	margin-left: 28%;
  margin-bottom: 0;
}
.pr-subscribe .ctct-form-field-email input {
	width: 100%;
  padding-left: 25px;
  border: 1px solid #203f4f;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 33px;
}
.pr-subscribe .ctct-form-field-submit {
	display: inline;
	width: 300px;
}
.pr-subscribe input[type="submit"] {
	width: 30%;
}
.pr-subscribe .ctct-form-wrapper .ctct-message {
  padding: 0px 0px 0 12px !important;
}
.pr-subscribe .search-field {
	position: relative;
  width: 70%;
	height: 34px;
  margin-left: -17px;
  padding-left: 25px;
	border: 1px solid #203f4f;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ctct-form-wrapper .ctct-input-container label,
.ctct-label-hidden label {
  color: #000;
}
.query-results {
  font-size: 22px;
	color: #3A89BA;
  font-weight: 600;
	padding-bottom: 24px;
}
.search-reset {
  /* float: right; */
  padding-bottom: 24px;
}
.search-reset a {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	font-weight: 600;
	color: #ffffff;
	background-color: #203f4f;
	padding: 8px 40px;
	border-radius: 20px;
}
.search-reset a:hover {
  text-decoration: none;
  opacity: .8;
}

.color-boxes {
	padding:0 !important;
	/* background-color: #203f4f; */
}
.color-boxes .safezoneB {
	display: flex;
	flex-direction: row;
}
.color-box {
  position: relative;
}
.color-box:nth-of-type(1) .color-box-bkg {
  position: absolute;
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
	background-image: url(https://dev.gilmartinir.com/wp-content/uploads/2022/12/clients-bkg-672x372.jpg);
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.color-box:nth-of-type(2) .color-box-bkg {
  position: absolute;
  height: 100%;
  width: 50vw;
  top: 0;
  left: 0;
	background-image: url(https://dev.gilmartinir.com/wp-content/uploads/2022/12/clients-bkg-672x372.jpg);
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.color-boxes .color-box:nth-of-type(1) {
	flex-basis: 50%;
  padding: 80px 80px 80px 0;
}
.color-boxes .color-box:nth-of-type(2) {
	flex-basis: 50%;
  padding: 80px 0 80px 80px;
}
.color-box h4 {
	font-size: 24px;
	color:#ffffff;
	margin-top: 0;
	margin-bottom: 32px;
}
.color-box p {
	font-size: 20px;
	color:#ffffff;
	margin-bottom: 32px;
}
.color-box p:last-of-type {
	margin-bottom: 0;
}
.color-box a {
	position: relative;
	color:#ffffff;
	font-weight: 600;
	text-decoration: none;
}
.color-box a:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 28px;
  font-weight: 300;
  content: "\f0a9";
	position: absolute;
  top: -10px;
  right: -39px;
}
.color-boxes a:hover {
	text-decoration: underline;
}
#featured_cont {
	position: relative;
}
/* #featured_cont:before {
	position: absolute;
  content: "";
  top: 80%;
  left: 0px;
  width: 28%;
  height: 224%;
  background-image: url(/wp-content/uploads/2022/12/page-bkg-graphic-large.png);
  background-position: 0% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
} */
#featured_image {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  height: 450px;
	background-color: #203f4f;

}
.single #featured_cont:before {
	top: -40px;
	width: 30%;
  height: 860px;
  max-height: 90vh;
}
.single #featured_image {
	background-color: #144759;
  height: 95px;
}
.single #respond {
	display: none;
}
.single h2 {
	font-size: 24px;
}
.single ul {
	color: #575757;
}




#dmm-navigation .enanata-logo {
  background-image: url(/wp-content/uploads/2022/02/enanta-logo-tagline-wht.png);
}
.enanta-hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.enanta-hamburger-inner {
	display: block;
  top: 50%;
  margin-top: -2px;
	position: relative;
}
.enanta-hamburger-inner::before,
.enanta-hamburger-inner::after {
  content: "";
  display: block;
}
.enanta-hamburger-inner,
.enanta-hamburger-inner:before,
.enanta-hamburger-inner:after {
  width: 38px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.enanta-hamburger-inner,
.enanta-hamburger-inner:before,
.enanta-hamburger-inner:after {
  background: #ffffff;
}
.enanta-hamburger-inner:before {
  top: 8.5px;
}
.enanta-hamburger-inner:after {
  bottom: -17px;
}
.enanta-hamburger-box.is-active .enanta-hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.enanta-hamburger-box.is-active .enanta-hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.enanta-hamburger-box.is-active .enanta-hamburger-inner:after {
  transform: translate3d(0, -17px, 0) rotate(-90deg);
}
.enanta-hamburger-box.is-active .enanta-hamburger-inner,
.enanta-hamburger-box.is-active .enanta-hamburger-inner:before,
.enanta-hamburger-box.is-active .enanta-hamburger-inner:after {
  background: #ffffff;
}
#desktop-mega-menu {
	position: absolute;
	top: 29px;
	left: 380px;
	left: 0;
  width: 38px;
  z-index: 999;
}
#desktop-mega-menu:hover {
	cursor: pointer;
}
#dmm-navigation {
	display: none;
	position: absolute;
  top: 0;
  width: 100%;
  height: 450px;
	background-color: #203f4f;
	box-shadow: 2px 2px 14px rgb(0 0 0 / 50%);
}
#dmm-navigation.menu-active {
	display: block;
}
#dmm-navigation ul {
  display: block;
  margin: 0;
	margin-top: 16px;
}
#dmm-navigation ul > li {
	display: inline-block;
  vertical-align: top;
  margin-left: 1%;
  margin-left: .75% !important;
	padding-bottom: 12px;
	/* min-width: 180px; */
	margin-left: 0;
	flex: 1 0 auto;
}
.nav-menu > li {
  /* width: 11.65%; */
}
#dmm-navigation ul > li:first-child {
	margin-left: 0 !important;
}
#dmm-navigation ul ul li {
  display: block;
  margin-left: 0;
	line-height: 1.3;
	margin-left: 0 !important;
}
#dmm-navigation a {
  color:#ffffff;
	font-size: 18px;
	font-weight: 300;
  margin-left: 70px;
	transition: all 200ms ease;
}
#dmm-navigation a:hover {
	opacity: .8;
}
#dmm-navigation a::selection {
  background: transparent;
}
#menu-main-menu{
  display: flex !important;
  flex-direction: row;
	justify-content: space-between;
	/* justify-content: flex-start; */
}
#menu-main-menu> li > a {
	font-weight: 500;
	font-size: 22px;
}
#menu-main-menu> li > ul {
  margin-top: 10px;
}

#home-bg-vid {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  /* position: fixed; */
  top: 0;
  left: 0;
}
.home #featured_image {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  height: 100vh;
	background-color: transparent;
}
.home #featured_cont:before {
	content: none;
}
.home .entry-header {
	text-align: center;
	display: grid;
	place-items: center;
  margin-bottom: 6%;
}
.home .content-area {
  padding-top: 0;
  padding-bottom: 0;
}
.home-tagline {
	font-size: 65px;
  font-weight: 300;
  color: #ffffff;
	margin: 0;
	line-height: 1.3;
	letter-spacing: -1px;
	visibility: hidden;
}
.home-tagline span {
	font-size: 68px;
  font-weight: 800;
	letter-spacing: 0;
}
.home-tagline-2 {
	font-size: 28px;
  font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
	letter-spacing: .5px;
	margin: 0;
	margin-top: 12px;
	opacity: 0;
	transition: 500ms
}
.home-tagline-2.is-ready {
	opacity: 1;
}
.home-tagline.is-ready {
	visibility: visible;
  width: 22ch;
  animation: typing 2s steps(26), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
}
/* for .home-tagline.is-ready */
@keyframes typing {
  from {
    width: 0
  }
}
/* for .home-tagline.is-ready */
@keyframes blink {
  50% {
    border-color: transparent
  }
}
#home-highlight-boxes {
	padding: 0;
}
#home-highlight-boxes .safezoneB {
	width: 100vw;
	max-width: 100vw;
	padding-left: 0;
	padding-right: 0;
}
.home-highlight-boxes {
	margin-bottom: 0;
	gap:0;
}
.home-highlight-boxes .wp-block-column {
  padding: 30px 60px 30px 50px;
}
.home-highlight-boxes .wp-block-column:nth-of-type(1) {
	background-color: #138bca;
}
.home-highlight-boxes .wp-block-column:nth-of-type(2) {
	background-color: #6c256e;
}
.home-highlight-boxes h3 {
  font-size: 24px;
	color:#ffffff;
	margin-top: 0;
	margin-bottom: 14px;
}
.home-highlight-boxes p {
  font-size: 20px;
	color:#ffffff;
	margin-bottom: 32px;
  font-weight: 400;
}
.home-highlight-boxes p:last-of-type {
	margin-bottom: 0;
}
.home-highlight-boxes a {
	display: block;
	position: relative;
	color:#ffffff;
  font-weight: 400;
	text-decoration: none;
}
.home-highlight-boxes a:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 32px;
  font-weight: 300;
  content: "\f0a9";
	position: absolute;
	bottom: -11px;
  right: -36px;
}
.home-highlight-boxes a:hover {
	text-decoration: underline;
}
#home-services-band  {
	position: relative;
  padding: 100px 0 100px;
}
#home-services-band:before {
	position: absolute;
  content: "";
  top: -2%;
  left: 0;
  width: 14%;
  height: 80%;
  width: 21%;
  height: 100%;
  background-image: url(/wp-content/uploads/2022/11/page-bkg-graphic-2.png);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: -1; */
}
#home-services-band:after {
	position: absolute;
  content: "";
	bottom: -5%;
	right: 0;
	width: 46%;
  height: 80%;
  background-image: url(/wp-content/uploads/2022/12/page-bkg-graphic-bottom-1.png);
  background-position: 17% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: -1; */
}
#home-services-band .safezoneB {
  max-width: 1250px;
}
#home-services-band h1 {
	font-size: 46px;
	color: #6c256e;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 1px;
  text-align: center;
  margin-bottom: 24px;
}
#home-services-band h1 span {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: 0;
}
#home-services-band .larger-text {
	color:#102146;
	text-align: center;
  margin-bottom: 64px;
}
.home-services-cols {
	position: relative;
	gap: 3em;
  flex-wrap: wrap !important;
	max-width: 90%;
	margin: auto;
	z-index: 999;
  margin-bottom: 3em;
}
.home-services-cols .wp-block-column {
  flex: 0 0 calc(50% - 27px) !important;
	padding: 30px;
	box-sizing: border-box;
	border-left: 23px solid #138bca;
	box-shadow: 9px 9px 34px rgb(0 0 0 / 20%);
	background-color: #fff;
}
.home-services-cols h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
.home-services-cols p {
  font-size: 22px;
  line-height: 1.4;
  padding-right: 6.5%;
}
.home-services-cols p:last-of-type {
  margin-bottom: 0;
}
.home-services-cols a {
	display: block;
	position: relative;
  font-weight: 400;
	text-decoration: none;
}
.home-services-cols a:hover {
	color: #203F4F;
}
.home-services-cols a:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 32px;
	color: #6c256e;
  font-weight: 300;
  content: "\f0a9";
	position: absolute;
	bottom: -11px;
  right: -29px;
}



.page-id-19588 #primary {
  position: relative;
	z-index: 999;
  padding-bottom: 0;
}
.page-id-19588 .color-boxes  {
	margin-top: 64px;
}
.bio_box, .bio_box2, .bio_box3 {
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  margin: 0;
  margin-top: 34px;
  cursor: pointer;
}
.nyb .bio_box:not(:first-of-type) {
  margin-left: 2.2%;
}
.bio_box .bio_detail_cont,
.bio_box2 .bio_detail_cont,
.bio_box3 .bio_detail_cont {
  display: none;
  height: 0;
}
.bio_box img,
.bio_box2 img,
.bio_box3 img {
	margin: 0;
  /* border-radius: 50%;
  max-width: 250px; */
	/* filter: grayscale(.8); */
	transition: all 300ms ease;
}
.bio_box:hover h4,
.bio_box:hover h5 {
	color: #6c256e;
}
.inset_label a {
	text-decoration: none;
	border-bottom: none;
	transition: all 300ms ease;
}
.inset_label a:hover {
	color: #9932CC;
	text-decoration: none;
	border-bottom: none;
}
.inset_label a:hover h4,
.inset_label a:hover h5 {
	color: #6c256e;
	text-decoration: none;
	border-bottom: none;
}
.bio-title {
	font-size: 20px;
  color: #3A89BA;
  font-weight: 600;
	text-transform: uppercase;
	text-align: left;
  line-height: 1.4;
  margin-top: 10px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;

}
.bmt {
	color: #575757;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	text-align: left;
}
.read {
	text-decoration: underline;
	padding-bottom: 15px;
}
.bioless, .bioless2, .bioless3 {
	text-decoration: underline;
  display: inline-block;
}
.nyb {
  text-align: center;
	margin-top: 20px;
}
.cellpad {
	text-align: left;
  padding-top: 25px;
}
.bio-single-cols {
	display: flex;
	gap: 3em;
}
.bio-single-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 40%;
}
.bio-single-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 60%;
}
.bio-name {
  font-size: 26px;
	color: #3A89BA;
  line-height: 1.4;
  text-transform: uppercase;
}
.single .bio-title {
  font-size: 20px;
	color: #575757;
	font-weight: 400;
	line-height: 1.4;
  margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1.5px solid #3A89BA;
	width: 96%;
}
.bio-icons i {
  font-size: 34px;
  color: #6C256E;
  padding: 6px;
  vertical-align: middle;
	transition: 200ms
}
.bio-icons i:hover {
  color: #3A89BA;
}
.bio-icons i.fa-linkedin {
	padding-left: 0;
}
.bio-icons i.fa-envelope {
	font-size: 36px;
}
.bio-icons a:last-of-type {
	float: right;
	font-size: 20px;
	font-weight: 500;
	color: #6C256E;
	line-height: 1;
	text-decoration: none;
	margin-top: 14px;
	transition: 200ms
}
.bio-icons a:last-of-type:hover {
  color: #3A89BA;
}


.page-template-careers .content-area {
  padding-bottom: 104px;
}
.careers-cta a {
	color: #6c256e;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	text-decoration: none;
}
.careers-cta a:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 32px;
  color: #6c256e;
  font-weight: 500;
  content: "\f0a9";
  position: absolute;
	bottom: -17px;
	right: -47px;
}
.careers-h2 {
	color: #6c256e;
  margin-bottom: 44px;
}
#carousel-band .safezoneB {
	max-width: none;
}
#carousel-band {
  margin-top: 70px;
  margin-bottom: 44px;
  padding-top: 0px;
}
#carousel-band .wpcp-carousel-section.nav-vertical-center {
  margin: 0;
}
#carousel-band .swiper-button-next {
  right: 30px;
}
#carousel-band .fa-angle-right:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0a9";
  color: #ffffff;
  font-weight: 400;
}
#carousel-band .swiper-button-prev {
  left: 30px;
}
#carousel-band .fa-angle-left:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f0a8";
	color: #ffffff;
	font-weight: 400;
}
.core-vales-cols {
  gap: 8px;
}
.core-vales-cols .wp-block-column:nth-of-type(1) {
  flex: 0 1 85px;
}
.core-vales-cols .wp-block-column:nth-of-type(1) p {
	font-size: 60px;
	color: #6c256e;
	font-weight: 300;
	line-height: 1;
	text-align: center;
  margin-top: 24px;
}
.core-vales-cols .wp-block-column:nth-of-type(2) {
  text-align: right;
}
.core-vales-cols .wp-block-column:nth-of-type(2) .core-values-header {
	font-size: 32px;
  color: #6c256e;
	font-weight: 700;
	line-height: 1.1;
	padding-bottom: 18px;
	margin-bottom: 28px;
  border-bottom: 3px solid #eee;
}
.core-vales-cols .wp-block-column:nth-of-type(2) .core-values-copy {
	font-size: 20px;
  padding-left: 13%;
	margin-bottom: 44px;
}




#values-band {
  padding: 84px 0 0;
}
#values-band .safezoneB {
  max-width: 100vw;
	width: 100vw;
	padding-left: 0;
	padding-right: 0;
}
#values-band .wp-block-columns {
	gap:0;
  margin-bottom: 0;
}
#values-band .wp-block-column {
	padding: 60px;
	padding-bottom: 34px;
}
#values-band .wp-block-column:nth-of-type(1) {
	background-color: #102146;
}
#values-band .wp-block-column:nth-of-type(2) {
	background-color: #577284;
}
#values-band .wp-block-column:nth-of-type(3) {
	background-color: #1da0ab;
}
#values-band .wp-block-column:nth-of-type(4) {
	background-color: #1f8bca;
}
#values-band .wp-block-image {
	text-align: center;
}
#values-band .wp-block-image img {
	width: 170px;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: -140px;
}
#values-band h3 {
	font-size: 24px;
  color: #ffffff;
	font-weight: 700;
	margin-bottom: 25px;
}
#values-band p {
  color: #ffffff;
}
#values-band a {
  color: #ffffff;
  text-decoration:underline;
}
#values-band a:hover {
  color: #ffffff;
  text-decoration:none;
}
#phil-band {
	background-image: url(/wp-content/uploads/2023/01/phil-bkgv2.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 64px 0 44px;
	margin-bottom: 44px;
	margin-bottom: 64px;
	background-color: #203f4f;
}
#phil-band .wp-block-columns {
	grid-gap: 8em;
	margin-top: 36px;
  margin-bottom: 84px;
}
#phil-band .wp-block-column {
	display: flex;
	border-bottom: 6px solid #1f8bca;
	padding-bottom: 14px;
}
#phil-band .wp-block-column:nth-of-type(1) {
	flex-basis: 34%;
}
#phil-band .wp-block-column:nth-of-type(2) {
	flex-basis: 50%;
}
#phil-band .wp-block-column:nth-of-type(3) {
	flex-basis: 27%;
}
#phil-band .wp-block-column p {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .5px;
}
#phil-band .wp-block-column p:first-of-type {
	font-size: 78px;
	color: #6c256e;
	font-weight: 800;
	line-height: 1;
	margin-top: -10px;
	text-align: center;
	padding-right: 28px;
}
.jobs-row div {
	margin-left: 3%;
	margin-bottom: 3%;
}
.jobs-row div {
	width: 23%;
	float: left;
	background-color: #203f4f;
	padding: 40px;
	height: 190px;
}
.jobs-row div a {
  height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 200ms;
		text-decoration: none !important;
}
.jobs-row div a:hover {
	text-decoration: none !important;
	transform: scale(1.05);
}
.jobs-row div h3 {
	color: #ffffff;
}
.jobs-row div p {
	color: #ffffff;
	margin-bottom: 0;
}

.page-template-services {
	background-color: #f5f3f3;
}
.page-template-services .content-area {
  padding-bottom: 0;
}
.page-template-services #featured_cont:before {
  background-image: none;
}
#services_top {
	padding: 0;
}
.services-top {
	position: relative;
	padding-bottom: 100px;
}
.services-top:before {
	position: absolute;
	content: "";
	top: -110%;
  left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
	clip-path: ellipse(closest-side farthest-side);
	background-color: #ffffff;
}
.services-top .wp-block-column:nth-of-type(1) {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.services-top .wp-block-column:nth-of-type(1) h2 {
	margin-top: -10px;
	margin-bottom: 0px;
}
#services_middle {
	padding-bottom: 100px;
	margin-bottom: 44px;
	padding-bottom: 100px;
}
#services_middle:before {
  position: absolute;
  content: "";
	top: -180px;
  left: -50%;
  width: 200%;
  height: 21%;
  z-index: -1;
  clip-path: ellipse(closest-side farthest-side);
  background-color: #ffffff;
}
.services-middle {
	margin-bottom: 44px;
  gap: 2em;
}
.services-middle .wp-block-column:nth-of-type(1) {
	flex-basis: 35%;
	display: flex;
  justify-content: center;
}
.services-middle .wp-block-column:nth-of-type(1) .wp-block-image {
	max-width: 400px;
  border-radius: 20px;
}
.services-middle .wp-block-column:nth-of-type(1) .wp-block-image img {
  padding: 20px 10px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 9px 9px 34px rgb(0 0 0 / 20%);
}
.services-middle .wp-block-column:nth-of-type(2) {
	flex-basis: 65%;
}

.on-page-nav ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0px;
}
.on-page-nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 12px 0;
	color: #ffffff;
	background-color: #203f4f;
	padding: 8px 18px;
	margin-top: 0;
	border-radius: 20px;
	line-height: 1;
	transition: 300ms;
	font-weight: 600;
}
.on-page-nav li:hover {
	opacity: .8;
}
.on-page-nav li a {
	color: #ffffff;
  text-decoration: none;
}
.on-page-nav li a:hover {
	color: #ffffff;
  text-decoration: none;
}
.page-template-guides .page-controls {
	padding-bottom: 44px;
}
.guides-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2em;
}
.guides-row > div:nth-of-type(1) {
	flex-basis: 16%;
	box-shadow: 7px 9px 23px rgb(0 0 0 / 30%);
	margin: 4px 0 44px 0;
}
.page-template-casestudies-view .guides-row > div:nth-of-type(1) {
	max-width: 240px;
}
.guides-row div:nth-of-type(2) {
	flex-basis: 84%;
}
.guides-row h2 {
  font-size: 24px;
  line-height: 1.3;
}
.guides-row h2 a {
  color: #3A89BA;
  text-decoration: none;
}
.guides-row h2 a:hover {
  color: #3A89BA;
  text-decoration: underline;
}
.guides-meta {
  font-size: 22px;
  line-height: 1.3;
}
.guides-meta span {
  font-size: 18px;
}
.guides-meta span:first-of-type {
  padding-right: 4px;
}
.guides-meta span:last-of-type {
  padding-left: 4px;
}
.guides-meta span span:last-of-type {
  display: none;
}

.page-template-newsletters-view .wp-block-columns,
.page-template-guides-view .wp-block-columns,
.page-template-casestudies-view .wp-block-columns {
	gap:3em;
  display: flex;
}
.page-template-newsletters-view .wp-block-columns > .wp-block-column,
.page-template-guides-view .wp-block-columns > .wp-block-column,
.page-template-casestudies-view .wp-block-columns > .wp-block-column {
	flex: 0 1 50%;
}
.page-template-newsletters-view .guides-row div:nth-of-type(1),
.page-template-guides-view .guides-row div:nth-of-type(1),
.page-template-casestudies-view .guides-row div:nth-of-type(1) {
  flex-basis: unset;
	flex: 0 1 50%;
}
.page-template-newsletters-view .guides-row div:nth-of-type(1) img,
.page-template-guides-view .guides-row div:nth-of-type(1) img,
.page-template-casestudies-view .guides-row div:nth-of-type(1) img {
	/* max-width: 360px;
	width: 100%; */
}
.page-template-newsletters-view .guides-row div:nth-of-type(2),
.page-template-guides-view .guides-row div:nth-of-type(2),
.page-template-casestudies-view .guides-row div:nth-of-type(2) {
  flex-basis: unset;
	flex: 0 1 50%;
}
.page-template-newsletters-view .nf-form-fields-required,
.page-template-guides-view .nf-form-fields-required,
.page-template-casestudies-view .nf-form-fields-required {
  display: none;
}


.page-id-18792 .content-area {
  padding-bottom: 0;
}
.webinar-registration-cols {
  padding: 40px;
  margin: 54px 0 94px;
  border: 3px solid #eee;
  border-radius: 20px;
  box-shadow: -2px 2px 28px rgba(0, 0, 0, .2);
}
.webinar-registration-cols .wp-block-column:nth-of-type(2) {

}
.webinar-feat-speak-header {
	font-size: 26px !important;
	text-align: center;
	margin-bottom: 44px !important;
}
.webinar-feat-speak-cols {
	margin-bottom: 94px;
}
.webinar-feat-speak-cols .wp-block-column {
	/* position: relative;
	padding-bottom: 80px; */
	/* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.webinar-feat-speak-cols .wp-block-image {
	max-width: 300px;
  margin: 0 auto 24px;
}
.webinar-feat-speak-cols .fs-name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.webinar-feat-speak-cols .fs-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 34px;
}
.webinar-feat-speak-cols .fs-logo {
  width: 90%;
  margin: 0 auto 54px;
  max-width: 200px;
}
.read-more {
	position: relative;
	display: inline-block;
  color: #6C256E;
  font-weight: 600;
  font-size: 20px;
}
.read-more {
  position: relative;
	display: block;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  background-color: #203f4f;
  text-align: center;
  padding: 20px 10px;
  border-radius: 999em;
  line-height: 1;
  padding-right: 40px;
	/* position: absolute;
	bottom: 0;
	width: calc(100% - 72px);
	left: 10px; */
	max-width: 240px;
  margin: 0 auto 24px;
}
.read-more:hover {
	cursor: pointer;
}
.read-more:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 28px;
  font-weight: 500;
  content: "\f0a9";
  position: absolute;
	top: -5.5px;
	right: -41px;
	transition: 300ms;
}
.read-more:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 26px;
  font-weight: 400;
  content: "\f0a9";
  position: absolute;
  top: 19px;
  right: auto;
  left: 77%;
  transition: 300ms;
}
.is-open.read-more:before {
	transform: rotate(90deg);
}
.bio-text {
	display: none;
	margin-bottom: 0;
}
#past-webinars-band h2 {
	text-align: center;
	margin-bottom: 44px;
}
#past-webinars-band .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	margin-bottom: 32px;
	background-color: #203f4f;
}
#past-webinars-band .wp-block-column p {
	font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 0 5%;
}
#past-webinars-band .wp-block-column a {
	display: block;
  color: #ffffff;
	text-decoration: none;
	transition: 300ms
}
#past-webinars-band .wp-block-column a:hover {
	transform: scale(1.1);
}
#past-webinars-band .wp-block-column:nth-of-type(1) {
	background-image: url(/wp-content/uploads/2022/12/webinar-bkg01.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#past-webinars-band .wp-block-column:nth-of-type(2) {
	background-image: url(/wp-content/uploads/2022/12/webinar-bkg02.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#past-webinars-band .wp-block-column:nth-of-type(3) {
	background-image: url(/wp-content/uploads/2022/12/webinar-bkg03.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}



.calendar-cols:not(:last-of-type) {
	border-bottom: 1px solid rgba(0,0,0,.3);
  padding-bottom: 14px;
}
.calendar-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 30%;
}
.calendar-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
}
.calendar-cols .wp-block-column:nth-of-type(3) {
	flex-basis: 30%;
	color: #c5c0c0;
	font-weight: 600;
}
.calendar-cols .wp-block-column:nth-of-type(3) p:hover {
	cursor: not-allowed! important;
}
.calendar-cols p {
	font-size: 20px;
  line-height: 1.4;
	margin-bottom: 20px;
}
.calendar-cols p strong {
	color: #3A89BA;
}

#the-blog .bFilter {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	padding: 0 16px 12px 28px;
}
#the-blog .bFilter:hover {
	cursor: pointer;
}
#the-blog .bFilter:before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #3A89BA;
	border-radius: 4px;
  opacity: .8;
}
#the-blog .fon.bFilter:before {
	background-color: #3A89BA;
	/* border: 1px solid #575757; */
	background-image: url(/wp-content/uploads/2023/01/check-box.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.the-blog_cont_all {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 24px;
}
.the-blog_cont_all .pubrow {
  position: relative;
  flex: 0 1 31%;
  border-radius: 20px;
  border: 1px solid;
	box-shadow: 3px 3px 18px rgba(0, 0, 0, .3);
}
.the-blog_cont_all .container {
  padding: 20px;
  padding-bottom: 70px;
}
.the-blog_cont_all .pubdiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
	gap: 24px;
	/* margin-bottom: 24px; */
}
.the-blog_cont_all .pubdiv .pubdiv_col:nth-of-type(1) {
}
.the-blog_cont_all .pubdiv .pubdiv_col:nth-of-type(1) .pub-thumb {
	border-radius: 15px;
	overflow: hidden;
}
.the-blog_cont_all .pubdiv .pubdiv_col:nth-of-type(2) {
}
.the-blog_cont_all h2 {
  font-size: 24px;
	line-height: 1.3;
  margin-top: 0;
	margin-bottom: 14px;
}
.the-blog_cont_all h2 a {
  color:#3A89BA;
	text-decoration: none;
}
.the-blog_cont_all h2 a:hover {
  color:#3A89BA;
	text-decoration: underline;
}
.blog-meta {
  font-size: 22px;
  line-height: 1.3;
	margin-bottom: 12px;
}
.blog-meta span {
  font-size: 18px;
}
.blog-meta span:first-of-type {
  padding-right: 4px;
}
.blog-meta span:last-of-type {
  padding-left: 4px;
}
.blog-excerpt {
	margin-bottom: 0;
}
.the-blog_cont_all p.blog-meta span span:last-of-type {
	display: none;
}
.the-blog_cont_all .blog-cta {
	margin: 0;
  position: absolute;
  bottom: 20px;
}
.the-blog_cont_all .blog-cta a {
	color: #6c256e;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	text-decoration: none;
}
.the-blog_cont_all .blog-cta a:hover {
	color: #6c256e;
	text-decoration: underline;
}
.the-blog_cont_all .blog-cta a:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 32px;
  color: #6c256e;
  font-weight: 500;
  content: "\f0a9";
  position: absolute;
  bottom: -17px;
  right: -47px;
}



#clients .row {
	text-align: center;
}
#clients {
  padding: 44px 0 44px;
}
#clients .bFilter.fon {
	border: 2px solid #ffffff;
	outline: 2px solid #203f4f;
	margin: 0px 5px 0px;
}
#clients .bFilter:hover {
	opacity: .8;
	cursor: pointer;
}
#clients .bFilter {
	color: #ffffff;
	background-color: #203f4f;
	padding: 8px 31px;
	margin: 24px 7px 48px;
	margin: 5px 7px 5px;
	font-weight: 600;
	border-radius: 20px;
	display: inline-block;
	line-height: 1.3;
	transition: 100ms;
}
.clients_cont_all {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.clients_cont_all .pubrow {
	flex-basis: 25%;
	text-align: center;
}
.clients_cont_all .pubrow img {
  max-width: 300px;
  mix-blend-mode: multiply;
}


.page-id-11882 #primary {
	position: relative;
	z-index: 999;
}
.page-id-11882 #featured_cont:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 14%;
	height: 110%;
	background-image: url(/wp-content/uploads/2022/11/page-bkg-graphic-2.png);
	background-position: 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.page-id-11882 #featured_cont:after {
	position: absolute;
  content: "";
  top: calc(100% - 120px);
  right: 0;
  width: 45%;
  height: 1070px;
  height: 270%;
  background-image: url(/wp-content/uploads/2022/11/contact-bkg.png);
  background-position: 100% 0%;
  background-size: 99%;
  background-repeat: no-repeat;
}
.contact-top {
  width: 50%;
  margin-top: 44px;
	margin-bottom: 27%;
}
.contact-top-bottom {
  width: 50%;
  margin-top: 24px;
	margin-bottom: 24px;
}
.contact-top-top {
  width: 50%;
}
.contact-maps-cols {
	text-align: center;
	gap: 1em;
}
.contact-maps-cols h3 {
  margin-top: 24px;
}
.page-template-site-map .entry-content li {
  font-size: 22px;
	color: #575757;
}
.page-template-site-map .entry-content > li {
  margin-bottom: 9px;
}
.page-template-site-map .entry-content li a {
  text-decoration: none;
}
.page-template-site-map .entry-content .children {
  margin-left: 45px;
}
.error404 input[type="submit"],
.search input[type="submit"] {
  position: relative;
  z-index: 99999;
  width: 200px;
  padding: 8px 0;
  margin-top: 24px;
}
.error404 #featured_cont:before
.search #featured_cont:before,
.page-template-casestudies-view #featured_cont:before {
  width: 18%;
  height: 100%;
}


/* .page-template-events .content-area {
  padding-top: 0;
} */
#events {
	padding: 0;
}
.events_downloads {
	margin-bottom: 24px;
}
.events_downloads a {
  color: #6C256E;
  font-weight: 700;
  text-decoration: none;
}
.events_downloads a:hover {
  text-decoration: underline;
}
.events_downloads span {
	font-size: 22px;
	padding: 0 2px;
	color: #575757;
	font-weight: 300;
}
#events {
  padding: 44px 0 44px;
}
#events .bFilter.fon {
	color: #fff;
	background-color: #3A89BA;
	border-color: #3A89BA;
}
#events .bFilter:hover {
	color: #fff;
	background-color: #3A89BA;
	border-color: #3A89BA;
	cursor: pointer;
}
#events .bFilter {
	padding: 16px 44px;
	margin: 5px 7px 5px;
	font-weight: 600;
	border-radius: 999em;
	display: inline-block;
	line-height: 1.3;
	transition: 100ms;
	border: 1px solid #203f4f;
}
.events_cont_all .pubdiv_col {
  border-bottom: 1px solid rgba(0,0,0,.3);
	padding: 24px 0;
	margin-bottom: 24px;
}
.events_cont_all .pubrow:last-of-type .pubdiv_col {
  border-bottom: none;
}
.events_cont_all .pubdiv_col .event-date {
	display: inline-block;
	vertical-align: top;
	width: 24%;
  margin-right: 2%;
}
.events_cont_all .pubdiv_col .event-title {
	display: inline-block;
	vertical-align: top;
	width: 50%;
  margin-right: 2%;
	margin-top: 0;
}
.events_cont_all .pubdiv_col .event-title p {
	font-size: 18px;
	color: #575757;
	font-weight: 400;
  margin-bottom: 0;
}
.events_cont_all .pubdiv_col .event-atc {
	display: inline-block;
	vertical-align: top;
	width: 22%;
  font-size: 20px;
  text-align: right;
	margin-bottom: 0;
}
.single .content-area {
  padding-top: 0;
}
.single .category-leadership {
  padding-top: 81px;
}
.blog-post-header {
  margin: 64px 0;
	gap:2em;
}
.blog-post-header h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.blog-post-header p.blog-meta span span:last-of-type {
  display: none;
}


html.wprmenu-body-fixed {
  background: #203f4f;
}
html body div#wprmenu_bar {
  height: 72px;
	padding: 0;
}
#wprmenu_bar {
  background-color: rgba(43, 58, 91,0);
	transition: 300ms
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
  top: 72px !important;
}
#wprmenu_bar div.hamburger {
  margin-top: 0;
  width: 40px;
  position: absolute;
  top: 9px;
  left: 17px;
}
#wprmenu_bar .menu_title {
	width: 320px;
  position: absolute;
  left: 75px;
  top: 15%;
  max-width: 70%;
}
#wprmenu_bar .bar_logo {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
  padding: 0;
}
.hamburger-box {
  width: 38px;
	top: 16px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 38px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:before {
  top: 8.5px;
}
.hamburger-inner:after {
  bottom: -17px;
}
.hamburger-box.is-active .enanta-hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger-box.is-active .enanta-hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.event-atc a {
  text-decoration: none;
}

.page-template-case-studies .h3-alt {
  font-weight: 700;
  margin-bottom: 36px;
}
.cs_cont {
	display: flex;
	flex-direction: row;
	gap: 36px;
	margin-bottom: 54px;
	padding-bottom: 74px;
	border-bottom: 1px solid;
}
.cs_cont:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cs_row {
  flex: 0 1 30%;
	position: relative;
	border-radius: 20px;
	box-shadow: 3px 3px 18px rgba(0, 0, 0, .3);
	padding: 20px;
	padding-bottom: 5%;
}
.cs-name {
	color: #3A89BA;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 19px;
	line-height: 1.4;
}
.cs_row .blog-cta {
	position: absolute;
	bottom: -10px;
}
.cs_row .blog-cta a {
	color: #6c256e;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	text-decoration: none;
}
.cs_row .blog-cta a:hover {
	color: #6c256e;
	text-decoration: underline;
}
.cs_row .blog-cta a:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 32px;
  color: #6c256e;
  font-weight: 500;
  content: "\f0a9";
  position: absolute;
  bottom: -17px;
  right: -47px;
}
.topCatID-185.content-area {
	padding-top: 81px;
  padding-bottom: 0;
}
.cs-cats {
	display: block;
	font-size: 20px;
  font-weight: 700;
}
h2.cs-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1px;
  margin: 4px 0 24px;
}
.caseStudiesBand {
	background-color: #f5f3f3;
	margin-top: 104px;
}
.caseStudiesBand h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 44px;
}
.caseStudiesBand .wp-block-columns {
  gap: 2em;
}
.caseStudiesBand .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	margin-bottom: 32px;
	background-color: #203f4f;
}
.caseStudiesBand  .wp-block-column:nth-of-type(1) {
	background-image: url(/wp-content/uploads/2023/01/cs-bkg-01.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.caseStudiesBand  .wp-block-column:nth-of-type(2) {
	background-image: url(/wp-content/uploads/2023/01/cs-bkg-02.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.caseStudiesBand .wp-block-column:nth-of-type(3) {
	background-image: url(/wp-content/uploads/2023/01/cs-bkg-03.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.caseStudiesBand .wp-block-column p {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 0 5%;
}
.caseStudiesBand .wp-block-column a {
	display: block;
  color: #ffffff;
	text-decoration: none;
	transition: 300ms
}
.caseStudiesBand .wp-block-column a:hover {
	transform: scale(1.1);
}
.esg_newsletter_cont .esg_newsletter_cols:not(:last-of-type){
    /*border-bottom:1px solid #6C256E;*/
}
.esg_newsletter_cols {
  gap: 3em;
}
.esg_newsletter_cols .wp-block-column:nth-of-type(1) {
  flex: 0 1 360px;
  margin-bottom: 12px;
}
.esg_newsletter_cols h2 {
  font-size: 22px;
}

.wp-block-columns.gilmartin-newsletters-cols {
  gap: 3em;
	margin-bottom: 64px;
}
.gilmartin-newsletters-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 25%;
}
.gilmartin-newsletters-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 75%;
}
.gilmartin-newsletters-cols img {
  border: 1px solid #575757;
}
.gilmartin-newsletters-cols h2 {
  margin-bottom: 44px;
}
.gilmartin-newsletters-cols p strong {
  color:#3A89BA;
}
.gilmartin-newsletters-cols p {
  font-size: 20px;
	margin-bottom: 44px;
}
.gilmartin-newsletters-cols .wp-block-buttons>.wp-block-button {
  margin-bottom: 0;
  text-align: right;
}
.gilmartin-newsletters-cols .wp-block-button__link {
  padding: 20px 40px;
  border-radius: 999em;
  text-transform: uppercase !important;
    margin-top: 14px;
}
.gilmartin-newsletters-cols .ctct-form-wrapper {
	display: inline-block;
}
.gilmartin-newsletters-cols .ctct-form-description,
.gilmartin-newsletters-cols .button.ctct-button,
.gilmartin-newsletters-cols .ctct-disclosure {
	display: none;
}
.gilmartin-newsletters-cols .ctct-label-top label,
.gilmartin-newsletters-cols .ctct-label-bottom label {
    display: none !important;
}

.gilmartin-newsletters-cols .ctct-form-field-email,
.gilmartin-newsletters-cols .ctct-form-field-submit {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 16px;
	padding-right: 14px;
}
.gilmartin-newsletters-cols .ctct-form-wrapper .ctct-submit {
  padding: 20px 40px;
  border-radius: 999em;
  text-transform: uppercase !important;
  width: auto;
}

/* sub filter here */
.subfilter_cont {
	float:right;
	position: relative;
}
#subfilter {
	padding: 16px 18px;
	margin: 5px 7px 5px;
	font-weight: 600;
	border-radius: 999em;
	display: inline-block;
	line-height: 1.3;
	transition: 100ms;
	border: 1px solid #203f4f;
	border-color: #3A89BA;
	cursor: pointer;
}
#filterlist_cont {
	position: absolute;
	z-index: 99;
	background-color: rgba(255,255,255,1);
	padding: 20px;
	border: 1px solid #3A89BA;
	border-radius: 15px;
	right: 0;
	max-width: 400px;
	width: calc(100vw - 57px);
	height: 0;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	visibility: hidden;
}
.open #filterlist_cont {
	visibility: visible !important;
	height: auto !important;
}
#filterlist_cont p {
	font-weight: 600;
}
#filterlist_cont ul {
	list-style: none;
	font-size: 12px;
	margin-left: 0;
}
#filterlist_cont ul li {
	padding: 8px 9px;
	margin: 3px 8px 3px 0;
	font-weight: 600;
	border-radius: 999em;
	display: inline-block;
	line-height: 1.3;
	transition: 100ms;
	border: 1px solid #203f4f;
	cursor: pointer;
}
#filterlist_cont hr {
	margin: 10px 5%;
}

#filterlist_cont ul li:hover,
#filterlist_cont ul li.showitem,
#tagsec .fon {
	color: #fff;
	background-color: #3A89BA;
	border-color: #3A89BA;
}
/* blog below here */
#pub-banner {
	margin-top: 24px;
	position: relative;

}
#pub-banner h2 {
	margin-right: 60px;
}
#pub-banner .subfilter_cont {
	float: none;
	position: absolute;
	right: 0;
	top: 0;
}

@media all and (min-width:1367px) {
	#home-services-band:before {
	  width: 21%;
	  height: 100%;
	}
	#home-services-band:after {
    background-position: 24% 0%;
	}
}
@media all and (max-width:1555px) {
	#carousel-band {
		margin-top: 64px;
	}
	#values-band .wp-block-column {
    padding: 40px;
    padding-bottom: 14px;
	}
}
@media all and (max-width:1520px) {
	.safezoneA {
		padding-left: 2%;
		padding-right: 2%;
	}
	.safezoneB {
		padding-left: 2%;
		padding-right: 2%;
	}
	.color-boxes .safezoneB {
    padding-left: 0%;
    padding-right: 0%;
	}
	.color-boxes .color-box:nth-of-type(1),
	.color-boxes .color-box:nth-of-type(2) {
    padding: 80px;
	}
	.contact-top {
    margin-bottom: 14%;
	}
	.page-template-team .contact-top {
    margin-bottom: 7%;
	}
	.contact-top-bottom {
    margin-bottom: 24px;
	}
}


@media all and (max-width:1366px) {
	.menu-main-menu-container {
		padding-left: 78px;
	}
	#menu-main-menu> li > a {
    font-size: 18px;
		margin-left: 0;
	}
	#dmm-navigation ul > li {
		padding-bottom: 10px;
	}
	#dmm-navigation a {
    font-size: 16px;
	}
	#dmm-navigation ul ul a {
    margin-left: 0;
	}
	.page-template-careers #featured_cont:after {
    top: calc(100% - 180px);
    width: 43%;
	}
	.page-template-careers .contact-top-top {
    width: 55%;
    margin-bottom: 44px;
	}
	.home-highlight-boxes p br {
    display: none;
	}

}

@media all and (max-width:1280px) {
	.home #featured_image {
    height: 120vh;
	}
	#home-bg-vid {
    height: 120vh;
	}
}
@media all and (max-width:1279px) {
	.home-services-cols {
    max-width: 100%;
	}
	.jobs-row div {
    width: 19.5%;
	}
	.jobs-row div {
    margin-left: 5%;
	}
	#phil-band .wp-block-columns {
    grid-gap: 3em;
	}
	#phil-band .wp-block-column p:first-of-type {
    font-size: 70px;
    padding-right: 22px;
	}
	#phil-band .wp-block-column p {
    font-size: 18px;
	}
	#phil-band .wp-block-column p br {
		display: none;
	}
	#values-band .wp-block-column {
		padding: 26px;
		padding-bottom: 4px;
	}
	#values-band h3 {
		font-size: 20px;
		font-weight: 600;
	}
	#values-band p {
		font-size: 17px;
	}
	#values-band .wp-block-image img {
    width: 140px;
	}
	.color-boxes .color-box:nth-of-type(1),
	.color-boxes .color-box:nth-of-type(2) {
		padding: 40px;
	}
	.color-box h4 {
		margin-bottom: 21px;
	}
	.color-box p {
		margin-bottom: 24px;
	}
	.contact-top {
    margin-bottom: 7%;
	}
	.page-template-careers  .contact-top {
    margin-bottom: 24px;
	}
	#ipo-band .dynamic-column-2 {
    -webkit-columns: 2 999em;
    -moz-columns: 2 999em;
    columns: 2 999em;
	}
	#ipo-band .wp-block-buttons>.wp-block-button {
		margin-bottom: 4px;
	}
	.list-item-header {
		margin-top: 22px;
	}
	.blog-post-header h1 {
	  font-size: 32px;
	}
	.cs_row .blog-cta a {
    font-size: 18px;
	}
	.cs_row .blog-cta a:before {
    font-size: 25px;
    bottom: -12px;
    right: -38px;
	}
	.webinar-feat-speak-cols {
    display: block !important;
	}
	.webinar-feat-speak-cols .wp-block-column {
    margin-bottom: 84px;
	}
}

@media all and (max-width:1024px) {
	#dmm-navigation {
    height: 430px;
	}
	.menu-main-menu-container {
		padding-left: 0;
	}
	#dmm-navigation ul {
    margin-top: 12px;
	}
	#menu-main-menu> li > ul {
    margin-top: 6px;
	}
	.home .entry-header {
    margin-bottom: 14%;
	}
	.home-tagline {
    font-size: 55px;
	}
	.home-tagline span {
    font-size: 60px;
	}
	.home-tagline-2 {
    font-size: 24px;
    margin-top: 5px;
	}
	.home-highlight-boxes .wp-block-column:nth-of-type(1),
	.home-highlight-boxes .wp-block-column:nth-of-type(2) {
    flex-basis: 40%;
	}
	#featured_image {
    height: 350px;
	}
	.entry-title {
    font-size: 50px;
    margin-top: 10px;
	}
	h2 {
    font-size: 40px;
	}
	.jobs-row div {
    float: none;
    width: 98%;
    margin-left: 0;
    padding: 10px;
    margin-bottom: 14px;
    height: auto;
	}
	#phil-band .wp-block-column:nth-of-type(3) {
    flex-basis: 34%;
	}
	#values-band .wp-block-columns {
    display: block;
	}
	#values-band .wp-block-image img {
    margin-top: -46px;
	}
	#values-band h3 {
    margin-top: 0;
	}
	#values-band .wp-block-column {
		padding-top: 30px;
    padding-bottom: 14px;
	}
	#values-band p {
    margin-bottom: 44px;
	}
	.page-id-11882 #featured_cont:after {
		top: calc(100% - 80px);
		width: 44%;
	}
	.page-template-careers #featured_cont:after {
    top: calc(100% - 40px);
    width: 43%;
	}
	.page-template-careers .contact-top-top {
    width: 55%;
    margin-bottom: 24px;
	}
	.page-template-careers .content-area {
    padding-top: 44px;
	}
	.page-template-guides-view .wp-block-columns,
	.page-template-casestudies-view .wp-block-columns {
    gap: 1em;
	}
	.page-template-guides-view .wp-block-columns,
	.page-template-casestudies-view .wp-block-columns {
    flex-basis: 70%;
	}
	.page-template-guides-view .wp-block-columns .wp-block-column:nth-of-type(1),
	.page-template-casestudies-view .wp-block-columns .wp-block-column:nth-of-type(1) {
    flex-basis: 70%;
	}
	.bio_box, .bio_box2, .bio_box3 {
    margin-top: 24px;
	}
	.bio-title {
    font-size: 18px;
	}
	.bmt {
    font-size: 16px;
	}
	.page-template-team .contact-top {
		width: 100%;
    margin-bottom: 0%;
	}
	.page-template-team .contact-top-top {
    width: 59%;
	}
	.page-template-team  .contact-top-bottom {
    width: 100%;
	}
	.guides-row > div:nth-of-type(1) {
    flex-basis: 36%;
	}
	.guides-row h2 {
    font-size: 22px;
	}
	.guides-meta {
		font-size: 16px;
    margin-bottom: 18px;
	}
	.guides-row p {
    font-size: 16px;
	}
	.guides-meta span {
    font-size: 16px;
	}
	#past-webinars-band .wp-block-column {
    min-height: 250px;
    margin-bottom: 0;
	}
	#past-webinars-band .wp-block-column p {
    font-size: 22px;
	}
	.caseStudiesBand .wp-block-column {
    min-height: 250px;
    margin-bottom: 0;
	}
	.caseStudiesBand .wp-block-column p {
    font-size: 22px;
	}
	.the-blog_cont_all .pubdiv .pubdiv_col:nth-of-type(1) {
    flex-basis: 50%;
	}
	.pr-subscribe .ctct-form-field-email {
    margin-left: 26%;
	}
	.logo-block a:first-of-type img {
		width: 200px;
    height: auto;
	}
	.logo-block div {
    width: 160px;
	}
	.logo-block p {
    font-size: 14px;
	}
	.site-footer .contact-block strong {
    font-size: 16px;
	}
	.site-footer .contact-block p {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 4px;
	}
	.site-footer p {
    font-size: 14px;
	}
	.cs_cont {
    display: block;
		margin-bottom: 44px;
		padding-bottom: 44px;
	}
	.cs_row {
    margin-bottom: 45px;
		padding-bottom: 20px;
	}
	.cs_row .blog-cta {
		position: relative;
    bottom: auto;
		margin-top: 24px;
		margin-bottom: 0;
	}
	.webinar-registration-cols {
    display: block !important;
	}
	.webinar-registration-cols .wp-block-image {
    margin-bottom: 44px;
	}
}



@media only screen and (max-width: 1023px) {
	html {
    padding-top: 0px !important;
	}
}
@media all and (max-width:1023px) {
	#dmm-navigation {
		height: 350px;
	}
	.home-tagline {
    font-size: 50px;
	}
	.home-tagline span {
    font-size: 54px;
	}
	.home-tagline-2 {
    font-size: 22px;
	}
	.home-services-cols p br {
    display: none;
	}

	.services-top {
		display: block;
    padding-bottom: 80px;
    margin-bottom: 0;
	}
	.services-top .wp-block-column:nth-of-type(1) h2 {
    margin-top: 0;
    margin-bottom: 12px;
	}
	.services-top .wp-block-column:nth-of-type(1) h2 br {
    display: none;
	}
	#services_middle:before {
    top: 0px;
		left: -100%;
    width: 300%;
	}
	.services-middle {
    display: block;
	}
	.services-middle .wp-block-column:nth-of-type(1) {
    display: block;
    margin-bottom: 24px;
	}
	.h3-alt {
    font-size: 22px;
    margin-bottom: 8px;
	}
	.color-box h4 {
    font-size: 20px;
	}
	.color-box p {
    font-size: 18px;
	}
	.color-box p:last-of-type {
    font-size: 16px;
	}
	.color-box a:before {
    font-size: 24px;
	}
	.the-blog_cont_all {
    display: block;
		padding-left: 2%;
		padding-right: 2%;
	}
	.the-blog_cont_all .pubrow {
    margin-bottom: 24px;
	}
}


@media all and (max-width:900px) {
	#phil-band .wp-block-columns {
    display: block;
	}
	#phil-band .wp-block-column {
    margin-bottom: 36px;
	}
	.blog-post-header {
		display: block;
    margin-bottom: 12px;
	}
	.blog-post-header h1 {
		font-size: 24px;
	}
	.core-vales-cols .wp-block-column:nth-of-type(2) .core-values-copy {
    padding-left: 0;
	}
}
@media all and (max-width:768px) {
	.home #featured_image {
    height: 95vh;
	}
	#home-bg-vid {
    height: 95vh;
	}
	.home .entry-header {
		margin-bottom: 6%;
	}
	#home-services-band {
    padding: 20px 0 80px;
	}
	.home-services-cols h3 {
    font-size: 22px;
	}
	.home-services-cols p {
    font-size: 18px;
	}
	.home-services-cols a:before {
    font-size: 28px;
    right: -29px;
	}

	.larger-text {
    font-size: 18px;
	}
	.single .content-area {
    /* padding-top: 44px; */
	}
	.page-template-case-studies .h3-alt {
    margin-bottom: 24px;
	}
	.cs-name {
    font-size: 18px;
	}
	.cs-name:before {
    font-size: 26px;
    bottom: -8px;
    right: -44px;
	}


	.bio_box, .bio_box2, .bio_box3 {
    width: 45.5%;
	}
	.page-template-team .contact-top-top {
    width: 53%;
	}
	.nyb .bio_box:not(:first-of-type) {
    margin-left: 0;
	}
	.nyb .bio_box:nth-of-type(even) {
    margin-left: 2.5%;
	}
	.bio-single-cols {
    display: block;
    margin-bottom: 0;
	}
	.bio-single-cols .wp-block-column:nth-of-type(1) {
    margin-bottom: 34px;
	}
	.bio-single-cols .wp-block-column:nth-of-type(0) {
    margin-bottom: 0;
	}
	.bio-icons a {
    font-size: 16px !important;
	}
	.bio-icons i.fa-envelope {
    font-size: 26px;
	}
	.bio-name {
    font-size: 20px;
    margin-bottom: 0;
	}
	.single .bio-title {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
	}
	.on-page-nav li {
    padding: 6px 16px;
    margin: 5px 7px 5px 0;
	}
	.on-page-nav li a {
    font-size: 16px;
    line-height: 1.3;
	}
	.the-blog_cont_all .pubdiv {
		display: block;
		margin-bottom: 32px;
	}
	.the-blog_cont_all .pubdiv .pubdiv_col:nth-of-type(1) {
    margin: 0px 0 14px 0;
	}
	.the-blog_cont_all h2 {
    font-size: 22px;
	}
	.blog-meta {
    font-size: 16px;
    margin-bottom: 18px;
	}
	.blog-meta span {
    font-size: 16px;
	}
	.blog-excerpt {
    font-size: 16px;
	}
	.pr-search,
	.pr-subscribe {
    width: 100%;
    max-width: 100%;
	}
	.pr-subscribe .ctct-form-field-email {
		width: 74%;
	}
	.pr-search .search-field {
		width: 74%;
	}
	.pr-subscribe {
    padding-top: 12px;
	}
	.pr-subscribe input[type="submit"] {
    width: 28%;
	}
	.pr-subscribe .ctct-form-field-email {
		top: 12px;
	}
	.pr-subscribe .ctct-form-field-email input {
    height: 34px;
	}
	#events,
	#clients {
    padding: 4px 0;
	}
	#events .bFilter,
	#clients .bFilter {
    font-size: 16px;
    padding: 6px 25px;
	}
	.events_cont_all {
    margin-top: 24px;
	}
	.events_cont_all .pubdiv_col {
    padding: 20px 0;
    margin-bottom: 18px;
	}
	.events_cont_all .pubdiv_col .event-date {
		width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
	}
	.events_cont_all .pubdiv_col .event-title {
    width: 58%;
	}
	.events_cont_all .pubdiv_col .event-atc {
    width: 40%;
	}
}
@media all and (max-width:781px) {
    .esg_newsletter_cols {
        display:block !important;
    }
}
@media all and (max-width:767px) {
	.entry-title {
		font-size: 36px;
	}
	h2 {
    font-size: 26px;
	}
	.contact-top {
		width: 100%;
		margin-top: 0;
		margin-bottom: 24px;
	}
	.home-tagline {
    font-size: 32px;
	}
	.home-tagline span {
    font-size: 35px;
	}
	.home-tagline-2 {
    font-size: 16px;
	}
	.home-highlight-boxes .wp-block-column {
    padding: 30px 60px 30px 30px;
	}
	.page-template-services .alignfull {
    padding: 34px 0 4px;
	}
	.page-template-services .large-marge {
		margin-bottom: 24px !important;
	}
	h2.cs-title {
    font-size: 26px;
    line-height: 1.2;
	}
	.cs-cats {
    font-size: 18px;
    padding-bottom: 14px;
	}
	.caseStudiesBand {
    margin-top: 34px;
	}
	.caseStudiesBand h2 {
    font-size: 26px;
	}
	.h2-alt br {
		display: none;
	}
	.h3-alt {
    font-size: 20px;
		margin-top: 24px;
    margin-bottom: 10px;
	}
	.services-top {
    padding-bottom: 0px;
	}
	.services-top:before {
    top: -95%;
	}
	.guides-row {
    display: block;
		margin-bottom: 32px;
	}
	.guides-row > div:nth-of-type(1) {
    max-width: 300px;
		margin: 0px 0 24px 0;
	}
	.color-boxes .safezoneB {
    display: block;
	}
	.color-box:nth-of-type(1) .color-box-bkg,
	.color-box:nth-of-type(2) .color-box-bkg {
    width: 100vw;
	}
	.page-id-11882 #featured_cont:after {
    top: calc(100% - 100px);
    width: 61%;
	}
	.page-template-careers #featured_cont:after {
    top: calc(100% - 40px);
    width: 61%;
    right: -14%;
	}
	.events_cont_all .pubdiv_col .event-title {
    width: 100%;
	}
	.events_cont_all .pubdiv_col .event-atc {
    width: 100%;
	}
	.footer-top {
    display: block;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.contact-block {
    margin-top: 24px;
	}
}



@media all and (max-width:500px) {
	#home-bg-vid {
    /* display: none; */
	}
	.home #featured_image {
		/* background-image: url(/wp-content/uploads/2023/01/mobile-hero.jpg); */
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
    height: 93vh;
	}
	.home .entry-header {
    margin-bottom: 0%;
	}
	.home-tagline.is-display {
		visibility: visible;
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 14px;
	}
	.home-tagline span {
    font-size: 61px;
    line-height: 1.1;
    display: block;
	}
	.home-tagline-2 {
		transition: 0ms;
	}
	.home-tagline-2.is-display {
    opacity: 1;
    font-size: 22px;
	}
	.home-tagline-2 strong {
    font-weight: 700;
    display: block;
    visibility: hidden;
    height: 10px;
	}
	.content-area {
    padding-top: 50px;
	}
	#home-services-band h1 {
    font-size: 40px;
	}
	.home-services-cols {
    gap: 2em;
	}
	.home-services-cols {
    margin-bottom: 2em;
	}
	.home-services-cols .wp-block-column {
    padding: 20px;
	}
	.cs-name:before {
		font-size: 26px;
		bottom: -8px;
		right: -44px;
	}
	.cs-name:before {
		content: none;
	}
	.bio_box, .bio_box2, .bio_box3,
	.nyb .bio_box:nth-child(2),
		.nyb .bio_box2:nth-child(2),
			.nyb .bio_box3:nth-child(2) {
				width: 100%;
		    margin-left: 0;
	}
	#values-band h3 {
    margin-top: 30px;
	}
	.page-template-careers #featured_cont:after {
    top: calc(100% - 140px);
	}
	.page-template-careers .contact-top-top {
    width: 100%;
	}
	.page-template-team .contact-top-top {
    width: 100%;
	}
	.page-template-blog .content-area {
    padding-top: 41px;
	}
	.pr-search input[type="submit"],
	.pr-subscribe input[type="submit"] {
		font-size: 16px;
	}
	.pr-search .search-field {
    width: 76%;
    margin-left: -24px;
    height: 32px;
	}
	.pr-subscribe .ctct-form-field-email {
    margin-left: 25%;
	}
	.pr-subscribe .ctct-form-field-email input {
    height: 32px;
	}
	.footer-bottom {
    display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gilmartin-newsletters-cols .ctct-form-wrapper .ctct-submit {
      margin-bottom: 14px;
    }
	.gilmartin-newsletters-cols .wp-block-button input {
      margin-bottom: 14px;
    }
  .gilmartin-newsletters-cols .wp-block-button__link {
    margin-top: 0;
  }
	.core-vales-cols .wp-block-column:nth-of-type(1) {
    display: none;
	}
	.core-vales-cols .wp-block-column:nth-of-type(2) {
    text-align: left;
	}
	.core-vales-cols .wp-block-column:nth-of-type(2) .core-values-header {
    font-size: 26px;
    margin-bottom: 12px;
	}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
