/* Fix for mobile menu FOUC*/
@media only screen and (max-width: 1023px) {
	#menu-header-menu {display:none;}
}
/* Menu is reset in custom.js */

/* Global */
html {background:#fff;}
body, h1 {
	font-family: ff-meta-serif-web-pro, serif;
	line-height: 1.7;
	color: #3e3935;
}

a {border-bottom: 1px dotted currentColor; font-weight: 600;}

a:hover {
	border-bottom: 1px dotted currentColor;
}
.image-link-wrap a:hover {
	border-bottom: 0px dotted currentColor;	
}

p {
	text-align: justify;
	font-size: 19px;
}

ul li:not(.menu-item), ol li {
	font-size: 20px;
	line-height: 28px;
	margin-top: 12px;
}
h1,h2,h3,h4,h5, h6 {
	/*font-family: adobe-garamond-pro, serif;*/
	font-family: "baskerville-urw", serif;
	color: #05556f;
	line-height: 1.1;
	font-weight:700;
}
h1 {
	font-size: 48px;
	line-height: 1.05;
}
h2 {
	font-size: 40px;
	line-height: 1.2;
}
h3 {
	font-size: 26px; 	
	font-weight:500;
	color: #3e3935;	
	line-height: 1.2;	
}
h4 {
	font-size: 22px;
	font-weight: 500;
}
h5 {font-size: 18px;}
h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.entry-content h3 {
	/*color: #3e3935;*/
	/*font-family: ff-meta-serif-web-pro, serif;*/
	margin-bottom: 36px;	
}
.site-container, .site-inner {
	background-color: #ffffff
}
.home-hero h1.page-title, h1.page-title {
	color: #a81e54;
	font-size: 24px;
	padding: 16px;
	text-transform: uppercase;
	box-shadow: -1vw 0 0 0 #fff,1vw 0 0 0 #ffffff;	
	background-color: #ffffff;
	display: inline-block;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	position: absolute;
	top: 0vh;
}

.home-hero h1.page-title {
	left: calc((100vw-1200)/2);
	top: 10vh;
}
.home-hero-block-overlay {
	border: 1px solid #05556f;
	background-color: #05556f;
}

.site-container  .wp-block-pullquote blockquote p {
	/*font-family: adobe-garamond-pro, serif;*/
	font-family: "baskerville-urw", serif;
	font-style: normal;
	font-size: 32px;
}
.wp-block-button, .wp-block-button__link {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;	
}
.wp-block-button__link {
	background: #a81e54;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	font-size: 14px;
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: auto;	
}
.wp-block-atomic-blocks-ab-columns i.icon, .wp-block-genesis-blocks-gb-columns i.icon {color: #a81e54;}

.icon-services {
	width: 130px;
	fill: #a81e54;
}

/* Mobile menu icons */
.site-header .menu-toggle::before {
	font-size: 28px;
	margin-left: 16px;
	margin-right: 16px;	
	top: 2px;
	left: -4px;
	position: relative;
}
.menu-toggle.activated::before {
	content: "\f543";
	transform: rotate(45deg);
	font-size: 32px;
	top: -4px;
	left: 0px;
}
/* Override style.css for responsive menu */
.js .nav-primary.menu-open {
	display: block;
}

/* Mobile menu overlay */
	/*
.site-header {

	position: fixed;
	width: 100vw;
	top: 0;
	height: 160px;
	z-index: 9999;

}
	*/
/* Header */
.genesis-skip-link {display: none;}
.site-header .custom-logo-link .custom-logo {
	max-height: 50px;
	margin: 20px;
}
#genesis-nav-primary {
	margin-top:10px;
}

/* reset default footer menu hover style */
.genesis-nav-menu > .menu-item:hover > a {
	border-top: none;
	color: #007b9e;
}
#menu-footer-menu.genesis-nav-menu > .menu-item:hover > a {
	color: #fff!important;
}

@media only screen and (min-width: 1280px) {
	#genesis-nav-primary ul:not(.sub-menu) > li:last-child a {
			color: #fff;
			background-color: #026887;
			border-radius: 40px;
			padding: 16px;
			margin: 2px 10px 0 0;
			/*border-top: 0px solid #fff;
			border-bottom: 0px solid #ffffff;*/
			border: 2px solid #026887;
	}
	#genesis-nav-primary ul:not(.sub-menu) > li.menu-item.current-menu-item > a {
		background-color: #fff;
		color: #007b9e;
		border-radius: 0px;
		padding: 20px 16px;	
		margin:0;
		border: none;
		border-bottom: 4px solid #007b9e;		
	}
	
	#genesis-nav-primary ul:not(.sub-menu) > li:last-child a:hover {
			opacity: .8;
	}	
	#genesis-nav-primary .genesis-nav-menu > .menu-item:not(:last-child) > a:hover, #genesis-nav-primary .genesis-nav-menu > .menu-item:not(:last-child):hover > a {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #007b9e!important;
		color: #007b9e;
	}	
	.site-header .genesis-nav-menu > .menu-item > a:hover, .site-header .genesis-nav-menu > .menu-item:hover > a {
		border-color: #fff;
	}
	#genesis-nav-primary .genesis-nav-menu > .menu-item > a {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}

	#genesis-nav-primary .genesis-nav-menu > li:not(:last-child) {
		border-top: 4px solid #fff;	
		border-right: 0px solid #eee9e3;
	}	
}
.toggle-header-search {border-bottom: 0px;}
.before-header {
	/*background: #554948;*/
	background: #05556f;
	color: #ffffff;	
}
.before-header a {
	border-bottom: 0px;
	text-align: center;
	letter-spacing: .175em;
	display: block;
	padding: 6px 0px 4px 0px;
}
.image-link-wrap a {border-bottom: 0px;}
.before-header a {

}
.before-header-contact a {
	
}

.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
}
.genesis-nav-menu a {
	padding: 20px 16px;
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
	.genesis-nav-menu a {
		padding: 30px 12px;
		font-size: 13px;
	}
	#genesis-nav-primary ul:not(.sub-menu) > li:last-child {
	margin-left: 10px;
}
}

.breadcrumb {
	font-family: brandon-grotesque, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
	/*background-color: #007b9e;*/
	background-color: #fafafa;
	background-image: none;
	color: #554948;
	border: 0px;
}
.breadcrumb a {
	padding: 10px 40px 10px 0;
	color: #554948;
}
.breadcrumb a, .breadcrumb a:focus, .breadcrumb a:hover {
    color: #554948;
}
.breadcrumb a:hover {
    opacity:.5;
}
.before-header .wrap {
	/*height: 40px;*/
	overflow-y: hidden;	
}
.before-header .svg-icon path {
	fill: #ffffff;
}

.before-header p, .before-header a {
	font-family: brandon-grotesque, sans-serif;	
	font-size: 16px;
	text-transform: uppercase;	
	font-weight: 400;
	color: #ffffff;
	/*margin-top: 6px;*/
}

.before-header-contact .svg-icon {
	position: relative;
	vertical-align: middle;
	top: 7px;	
	fill: #000;
}
.before-header .svg-icon, .pre-header-right .svg-icon {
  width: 20px;
  height: 20px;
  margin-top: 12px;	
}
.before-header-contact .svg-icon {
	position: relative;
	vertical-align: middle;
	top: -8px;
	margin-right: 4px;
}
.before-footer-cta {
	/*
	background-color: #026887;
	background-image: none;
	padding: 60px 0;
	position: relative;
	*/
	display: none;
}
.before-footer-cta a.button {
	color: rgba(2, 104, 135, 1);
	border-radius: 30px;
	padding-bottom: 20px;
}
.before-footer-cta a.button .button-text {
		font-family: brandon-grotesque, sans-serif;
	margin-left:4px;
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 340px;
	font-weight: 500;
	line-height: 1.6em;
	color: #554948;
	font-size: 13px;
}
.genesis-nav-menu .sub-menu a { 
		padding: 16px;
}
.site-footer {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.site-footer .footer-copyright-container, .site-footer .footer-widgets, .site-footer .nav-secondary, .site-footer .footer-copyright .widget-title, .site-footer .widget-title {
		font-family: brandon-grotesque, sans-serif;	
}
.site-footer .footer-copyright .widget-title,  .site-footer .footer-copyright strong {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}
.site-footer .footer-copyright p, .site-footer .widget.widget_text p {
	font-size: 18px;
	line-height: 20px;
}
.site-footer .footer-copyright {
	margin-bottom: 20px;
}
.site-footer .copyright {
	font-size: 16px;
	line-height: 28px;	
	border-top: 1px solid rgba(255, 255, 255, .4);
	padding-top: 18px;
	margin-top: 50px;
}
.site-footer a.button {
	border-radius: 40px;	
	padding: 20px 30px 20px 30px;	
	text-decoration: none;
	background: #026887;
	outline-color: transparent;
	transition: all 0.25s ease-in-out;
	border: 0px #ffffff solid !important;	
	margin-bottom: 28px
}

.site-footer p.footer-contact-us-info {
	font-size: 16px!important;	
	line-height: 24px!important;
}
/* Important Notice block */
.ab-block-notice, .gb-block-notice {
	border-top: 5px solid #a81e54;
	border-radius: 0px;
	padding-top: 20px
}
.ab-block-notice .ab-notice-text, .gb-block-notice .gb-notice-text {
	border: 0px solid #a81e54;
	border-radius: 0px;
}

/* Atomic Blocks Accordion Block */
/* Used on Video Transcripts */
.ab-block-accordion, .gb-block-accordion {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(780px + 16vw);
}

.ab-block-accordion .ab-accordion-title, .gb-block-accordion .gb-accordion-title {
	background: #f6f6f6;
	color: #05556f;
	font-weight: bold;
}

.ab-block-accordion .ab-accordion-text, .gb-block-accordion .gb-accordion-text {
	padding: 25px 35px;
	border: 1px solid #f6f6f6;
	background: #fff;
}

/* Coblocks Accordion */
.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title {
	background: #f6f6f6;
	color: #05556f;
	font-weight: bold;
}

.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__content {
	padding: 25px 35px;
	border: 1px solid #f6f6f6;
	background: #fff;	
}


/* Media & Text Block */
.wp-block-media-text__media img {margin-bottom: 40px;}

 /* Search Form Customizations */
.btn-search {
	float: right;
	background: transparent;
	padding: 36px 28px 20px 15px;
	margin-top: 5px;
}
.btn-search:hover {
	background: transparent;
	box-shadow: none;
}
.btn-search a {
	color: #000000;
}
.btn-search a:hover {
	color: #007b9e;
}
@media only screen and (max-width: 1280px) {
	.btn-search {
		margin-left: 20px;
	}
 .js #genesis-mobile-nav-primary {
    background-color: #fff;
    color: #554948;
    padding-top: 46px;
	}
	.nav-primary .genesis-nav-menu {
    overflow-y: scroll;		
	}
	
.menu-toggle, .sub-menu-toggle {
	display: block;
  visibility: visible;
  }
}
/* */


/* Search FOUC bug*/
.js .header-search-wrap { 
	transform: none;
}

/* Home */
.bg-dark-teal a {
	color:#ffffff;
		border-bottom: 1px dotted currentColor;
	font-weight:600;
}
.bg-dark-teal .wp-block-button.is-style-fill .wp-block-button__link {
	background: #ffffff;
	color: #05556f;
}
.bg-dark-teal .wp-block-button.is-style-fill .wp-block-button__link:hover {
	opacity: .8;
}
.logos-max-width-med {
	max-width: 720px!important;
	margin: 0 auto!important;
}	
/* Contact Us */
.contact-form button {
	border-radius: 40px;
}

.contact-form .wp-block-button__link {
	color: #ffffff;
	background-color: #a81e54;
	border-radius: 50px;
	padding: 22px 40px !important;
	margin:10px 10px 0 0;
	border-radius: 40px!important;
}

.wpseo-location, .wpseo-opening-hours {font-size: 20px;}
.wpseo-phone, .wpseo-phone2nd, .wpseo-fax, .wpseo-email {font-weight: 600}

.wpseo-info-window-wrapper .wpseo-location {
	font-size: 14px;
	line-height: 18px;
}

/* Testimonials */
.testimonials-all .pt-cv-content p {
		font-family: ff-meta-serif-web-pro, serif;
	line-height: 1.75;
	color: #3e3935!important;
	text-transform: none;
	font-size: 20px;
}

.testimonials-all .pt-cv-content p em  {
	font-size: 16px;
	color: #a81e54;
	text-transform: uppercase !important;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style:normal;
	margin-top: 24px;
	display: block;
	text-align: center;
}

.testimonials-all .pt-cv-content-item {
	border-bottom: 1px solid #dadada;
	margin-bottom: 80px;
	padding-bottom: 70px
}
.testimonials-all h4.pt-cv-title {
	font-size:44px;
	font-weight: 100!important;
	line-height: 1.2;
	text-align: center;
	/*font-family: adobe-garamond-pro, serif;*/
	font-family: "baskerville-urw", serif;
	margin-bottom: 50px
}
.testimonials-all .pt-cv-content {
	font-size:14px;
	line-height:2.2;
}

.testimonials-all .pt-cv-content p {
	margin-bottom: 12px;
}
.testimonials-single, .testimonials-three {
	/*font-family: adobe-garamond-pro, serif;*/	
	font-family: "baskerville-urw", serif;
	text-align: center;
	font-weight: 700;
}
.testimonials-single h4, .testimonials-three h4 {
	font-size: 22px;
	line-height: 32px;
}
.testimonials-all .pt-cv-content, .testimonials-three .pt-cv-content, .testimonials-single .pt-cv-content {
	font-size: 12px;
	color: #a81e54;
	text-transform: uppercase!important;
	font-family: brandon-grotesque, sans-serif;	
	font-weight: 700;
	margin-top:24px;
}

/* Content View Pro */
.pt-cv-wrapper a {
	border-bottom: 0px;
}

/*.content-sidebar-wrap {max-width: 1600px;}*/
.content {max-width: inherit;}
.practice-areas .pt-cv-hover-wrapper {
	border: 1px solid #5a8998
}
.practice-areas .pt-cv-mask {
	background: rgba(5, 85, 111, .95);
}
.practice-areas .pt-cv-title a {
	font-style: italic;
	font-size: 20px;
}
.practice-areas .pt-cv-title {margin-bottom: 0px!important;}

.pt-cv-view .carousel-control {
    width: 40px !important;
    height: 40px !important;
}

.pt-cv-view .carousel-control .glyphicon {
	width: 40px;
	height: 40px;
}

.pt-cv-scrollable .item{padding-left:40px;padding-right:40px}.pt-cv-scrollable .carousel-control.left{left:0!important;}.pt-cv-scrollable .carousel-control.right{right:0!important;}.pt-cv-scrollable .carousel-control.left,.pt-cv-scrollable .carousel-control.right{position:absolute!important;margin-top:-25px!important;top:50%!important;}
.pt-cv-scrollable .carousel-control span {
	background: #fafafa !important;
	border-radius: 40px;
	border: 1px #eee solid;
	color: #05556f;;
}
.pt-cv-view .carousel-control span {
    line-height: 38px;
}
.pt-cv-scrollable .carousel-control:hover span {color:#05556f;!important}

.pt-cv-scrollable .carousel-control:hover {opacity:.55!important}
.pt-cv-scrollable .pt-cv-title, .pt-cv-scrollable .pt-cv-title a {
	color: #05556f;!important;	
}
.pt-cv-readmore.btn {
	border: none;
	border-radius: 40px;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: auto;
	margin-top: 20px;
}
.pt-cv-colsys.fm-cvp-articles .pt-cv-content-item {
	border-top: 1px solid #b7b7b7;
	padding: 50px 0 40px 0;
}

.pt-cv-colsys.fm-cvp-articles .pt-cv-thumbnail.pull-left {
	margin-right: 45px !important;
}
/* Search, Testimonial, 404 */
.single-jetpack-testimonial .entry-footer, .single-jetpack-testimonial .sidebar-primary {display:none;}
.error404 .entry-footer, .error404 .sidebar-primary {display:none;}
.search .archive-description {
	background-color: #ffffff;
	padding-bottom: 0px;
}
.single-jetpack-testimonial .entry-content p em {
font-size: 16px;
color: #a81e54;
text-transform: uppercase !important;
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 24px;
display: block;
text-align: center;	
}
.more-link.button, .pagination-next a {
	border-radius: 40px;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	position:relative;
}
.pagination-next a {
	background: #ffffff;
	border: 1px solid #026887;
	color: #026887;
}
/* hide post tag 404 sidebar */
.archive #featured-post-1 {
	display: none;
}
.archive #search-1 {
	display: none;
}
/* Back to top */
.global-back-to-top-desktop svg {
	position:relative;
	top:1px;
}
.global-back-to-top-desktop {
	position: fixed;
	z-index: 9999999;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding: 0px 10px 0px 6px;
	border-radius: 12px;
	border: 1px solid #026887;
	animation: btnFadeIn .5s;
	background: #ffffff;
	cursor: pointer;
}
.global-back-to-top-desktop h4 {
	color: #026887; margin:0 0 0 4px; 	padding:0;
	display:inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	line-height:12px;
}
.global-back-to-top-mobile {
    position: fixed;
    bottom: 88px;
    right: 9999px;
    color: #026887;
    background-color: #026887;
    z-index: 9000;
    border: 1px solid #026887;
    border-radius: 114px;
    padding: 0;
    line-height: 0px;  
		cursor: pointer;
		animation: btnFadeIn .5s;
}
.global-back-to-top-mobile svg path {
	fill: #ffffff;
}
  @media screen and (max-width: 959px) {
    .global-back-to-top-desktop  {right: 9999px;}
		.global-back-to-top-mobile  {right: 16px;}	
		.breadcrumb .separator {
			display: none;
		}
  } 


/* QR Code - Phone */
.global-qr-code-phone {
	position: fixed;
	z-index: 9999999;
	bottom: 64px;
	right: 20px;
	background: #026887;
	text-align: center;
	padding: 15px;
	border-radius: 12px; 
	animation: btnFadeIn .5s;
}
.global-qr-code-phone h4 {
	color: #fff;
	font-family: font-family: brandon-grotesque, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
}
.global-qr-code-phone img {
	width: 90px;
}
  .hide {
    display: none!important;
  }
  @keyframes btnFadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @media screen and (max-width: 959px) {
    .global-qr-code-phone {display: none;}
  }  

/* Desktop */
@media only screen and (min-width: 1280px) {	
	.hide-from-desktop {display: none;}
}

/* Tablet */
@media only screen and (min-width: 600px) and (max-width: 1280px) {
	.hide-from-tablet {display: none;}	
	.show-on-tablet {display: block;}
}

@media only screen and (max-width: 600px) {	
	.hide-from-mobile {display: none;}	
}

/* Mobile */

@media only screen and (max-width: 1280px) {	
	
/* Global */
	
	.breadcrumb .breadcrumb-link-wrap a::before, .breadcrumb .breadcrumb-link-wrap a::after { display: block;}
/* Header */	
	
.before-header {
	position: fixed;
	z-index: 9998;
	bottom: 0;
	top: auto;
	/*height: 48px;*/
	width: 100%;
	background-color: #05556f;	
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);		
	}
.before-header p {
	text-align: right;
	margin: 10px 20px 0 0 ;
	}	
	.genesis-nav-menu:not(#menu-footer-menu) > .menu-item.current-menu-item > a, .genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		font-size: 14px;
		border-top: 0px solid #fff;
		border-top-color: rgb(255, 255, 255);
		border-left: 6px solid #007b9e;
		border-bottom: none;
	}
	.genesis-nav-menu > .menu-item > a:hover, .genesis-nav-menu > .menu-item:hover > a {
		border-bottom:none;
	}
	.btn-search {
		margin-left: 4px;
    padding: 20px 16px 20px 16px;
	}
 .js #genesis-mobile-nav-primary {
    background-color: #fff;
    color: #554948;
    padding: 22px 0px 22px 0px;
	}
	.nav-primary .genesis-nav-menu {
    overflow-y: scroll;
	}	
/* Home */
	/* Logos & Badges */
.wp-block-coblocks-logos__row {
	align-items: center;
  display: flex!important;
  flex-direction: row;
  justify-content: center;
		flex-wrap: unset;
}		
.wp-block-coblocks-logos__row div {width: 55%!important; margin:0 auto; margin-bottom: 20px;}	
	
	
.pt-cv-colsys.fm-cvp-articles .pt-cv-thumbnail.pull-left {
	width: 100%;
	margin: 0 0 20px 0!important;
}	
.pt-cv-colsys.fm-cvp-articles .pt-cv-content {
	text-align:center;
	font-size: 17px;
}	
.pt-cv-colsys.fm-cvp-articles .pt-cv-title {
	text-align:center;	
	font-size: 20px;
	line-height: 28px;
}		
.has-media-on-the-right.is-stacked-on-mobile .is-layout-flex.wp-block-buttons, .is-content-justification-left.wp-block-buttons.wp-block-buttons {
		justify-content: center;
	}
	

/* Responsive menu */
	.site-header {
		/*height:80px;*/
		height:auto;
	}
.site-header .menu-toggle::before {
	margin-left: 12px;
	margin-right: 12px;	
}	
	.genesis-responsive-menu {
	position: absolute;
	/*top: 19px;*/
	height: 100vh;
	width: 100vw;
	margin: 0 auto;	
	padding-top: 40px;
	background: #fbfbfb;
	}
	#genesis-nav-primary .wrap {
		overflow-y: auto;
		max-height: calc(100vh - 80px);
		padding-bottom: 40px;
	}
	.genesis-responsive-menu .wrap {
		padding: 0px 20px 0px 20px;
	}
.js .nav-primary.menu-closed {
	display: none;
}
	.js .nav-primary {
  padding-top: 20px;
		position: relative;
	}
	.genesis-responsive-menu.menu-open {
		animation: slideIn 0.25s forwards;
	}
	.genesis-responsive-menu.menu-closed {
		animation: slideOut 0.25s forwards;
	}	
.genesis-nav-menu a {
		font-size: 14px!important;
		float: left;	
		padding-top: 18px;
		padding-bottom: 18px;
		/*text-transform: none!important;*/
}
	.site-header .custom-logo-link .custom-logo {
		max-width: 200px;
	}
.btn-search {
	margin-top: 11px;
}	
.toggle-header-search.close {
	right: -24px;
}
.site-header nav ul li.menu-item:last-child {
	border-radius: none;
	border: 0px solid #00798F;
	margin-left: 0px
}
/*	
nav ul li.menu-item:last-child a {
	color: #00798F;
}
	*/
.site-header nav ul li.menu-item:last-child a:hover {
	background: none;
	color: #00798F;
}	
	.nav-primary .wrap {
		margin: 0 auto;
	}
	.genesis-nav-menu .sub-menu { background: transparent;}
.genesis-nav-menu .sub-menu a {
			font-size: 20px;
}
	.genesis-nav-menu .menu-item {
		clear:both;
	}	
	.sub-menu-toggle {
		/*
		padding-top: 16px;
		float: left;
		position: absolute;
		*/
		padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100;
    background: #f4f4f4;
    border-radius: 30px;
	}	
	.js .genesis-nav-menu .sub-menu a {
		background: none;
	}	
	/*
	nav ul li.menu-item:last-child {
		border: none;
	}
	nav ul li.menu-item:last-child a {
		color: #333;
	}	
	*/
	.site-header {
		position: fixed;
		width: 100vw;
		top: 0;
		/*height: 160px;*/
		z-index: 9999;
	}		
}

/* Phone */
@media only screen and (max-width: 1280px) {
	body {
		line-height: 1.5em;
	}	
.home .wp-block-coblocks-logos__row div {width: 80%!important;}	
	
.home .wp-block-media-text__media img {
  margin-bottom: 20px;
}	
	.home .wp-block-media-text__content .gb-layout-columns-1 {
		padding-left:10px!important;
		padding-right:10px!important;
	}	
	/* IMPORTANT: this fixes wide right breaking columns on mobile Safari */
	.ab-block-layout-column, .gb-block-layout-column {width:auto;}
	/* Accordion */
.ab-block-accordion, .gb-block-accordion {
	max-width: 540px;
}			
	.title-area, .wp-custom-logo .title-area {
	max-width: 150px;
}
	.home-hero h1.page-title, h1.page-title {
		font-size: 12px;
		/*display: none;*/
	}
	h1 { 
	font-size: 36px; 
	margin-bottom: 20px;
	}	
	h2 { 
	font-size: 30px; 
	line-height: 1.1;
	}
	.entry-content h3 { 
		font-size: 22px;
		margin-bottom:24px;
	}
	h4 {
		font-size: 18px;
	}		
	.home .unboxed.full-width-content .entry-content > .alignfull {padding: 8% !important;}
	p {
		font-size: 17px;	
		margin-bottom: 18px;
	}	
	ul li:not(.menu-item), ol li {
	font-size: 17px;
	line-height: 22px;
	}
	.home .wp-block-pullquote {
		padding:0;
		margin-bottom: 10px;
	}

	/*h2, h3 {text-align: center;}*/
	
	.testimonials-single h4, .testimonials-three h4, .testimonials-all h4.pt-cv-title {
	font-size: 24px;
	line-height: 32px;
}	
	.testimonials-all .pt-cv-content, .testimonials-three .pt-cv-content, .testimonials-single .pt-cv-content {
	font-size: 11px;
}	
	.testimonials-all .pt-cv-content p {
	font-size: 14px;		
	}	
	.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {display: none;}	
	#menu-footer-menu {line-height: 2em;}
	.before-header a {
		/*background: #026887;
		border-radius: 20px;*/
		letter-spacing: .05em;
		padding: 8px 0px 4px 0px;		
		font-weight: 600;
	}
	.site-header {position: sticky !important;}
	.site-footer {
		padding-bottom: 90px;
	}
	.site-footer h3 {
		text-align: left;
	}
.wp-block-buttons.alignleft, .wp-block-buttons .bg-dark-teal .wp-block-button.is-style-fill .wp-block-button__link {width: 100%;}
	
a.wp-block-button__link {border-radius: 60px !important;}	
	
	.home-hero h1.page-title {
		top: 8vh;
		margin-left: -10px;		
	}	
	.breadcrumb {
		font-size: 10px;
		margin: 0px 0px 0px -20px;		
	}
	.in-the-news .wp-block-buttons, .in-the-news .wp-block-media-text__content p {text-align:center;}	
	/* Accordion */
.ab-block-accordion, .gb-block-accordion {
	max-width: 90%;
}		
}

/** ANIMATION **/
/* Fades are handled in custom-jquery.js */
@keyframes slideIn {
    0% { left: -100vw;}
    100% { left: 0;}
}

@keyframes slideOut {
    0% { left: 0px; }	
	100% { left: -100vw; }
}
