/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for GMS
Version: 1.0.0
*/

/* CSS VARS 
:root {
  --grey: #333;
}*/

/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: left;*/
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px -20px;
    clear: both;
	
}
sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h1 sub,
h1 sup,
h2 sub,
h2 sup{
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
   color: #333;
    font-weight: bold;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	background-color:#e7ebea;
    font-size: 18px;
}
body {
    font-family: 'Nunito',Arial, Helvectica, sans-serif;
    font-size: 17px;
    font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #333333;
	background-color:#e7ebea;
    scroll-behavior:smooth;
   
}
strong {
    font-weight: 600;
}
a {
	outline: none;
	color: #288884;
	text-decoration: none;
}
a:not(.wp-block-button__link):hover, 
a:not(.wp-block-button__link):focus {
	color: #187B77;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 24px 0;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 0px;
	background-color:#e7ebea;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    z-index: 999;
    position: relative;
    transition: background 300ms ease-out;
	}
.site-header.anim-done {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    background-color: #FFF;
}
.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    max-width: 1240px;
    padding: 15px 20px 10px;
    box-sizing: border-box;
	    display: flex;
    align-items: center;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.quick-nav {
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0.8;
    line-height: 20px;
}
.quick-nav a {
    color:var(--wp--preset--color--navy);
    white-space: nowrap;
    margin: 0 5px;
    font-weight: normal;
	position: relative;
	display: inline-block;
}

.quick-nav a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background-color: #75a79f;
}

.quick-nav p {
	    font-size: 20px;
}
@media screen and (max-width:480px){
    .quick-nav .loc {
        display: none;
    }
    .quick-nav {
        line-height: 26px;
    }
   
}
.quick-nav a .gms-icon {
   filter: invert(16%) sepia(19%) saturate(3261%) hue-rotate(158deg) brightness(94%) contrast(104%);
	    width: 16px;
    height: 16px;
}
.quick-nav a:hover {
    color:#2D2D2D;
}
.site-title {
	margin:0;
}
.site-header .logo {
    font-size : 20px;
    color : #333;
    font-weight: normal;
    padding: 0;
    transition: 300ms ease-out;
    transform-origin: bottom left;
}
.site-header .logo img {
     max-width: 150px;
    height: auto;
    width: 100%;
}

.gms-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gms-icon.icon-marker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M18,1.38A10.5,10.5,0,0,0,7.5,11.88C7.5,17.67,18,34.62,18,34.62S28.5,17.67,28.5,11.88A10.5,10.5,0,0,0,18,1.38Zm0,16.45a5.25,5.25,0,1,1,5.25-5.25A5.26,5.26,0,0,1,18,17.83Z' fill='%23000'/%3E%3C/svg%3E");
}
.gms-icon.icon-phone { 
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 53.942 53.942' style='enable-background:new 0 0 53.942 53.942;' xml:space='preserve'%3E%3Cpath d='M53.364,40.908c-2.008-3.796-8.981-7.912-9.288-8.092c-0.896-0.51-1.831-0.78-2.706-0.78c-1.301,0-2.366,0.596-3.011,1.68 c-1.02,1.22-2.285,2.646-2.592,2.867c-2.376,1.612-4.236,1.429-6.294-0.629L17.987,24.467c-2.045-2.045-2.233-3.928-0.632-6.291 c0.224-0.309,1.65-1.575,2.87-2.596c0.778-0.463,1.312-1.151,1.546-1.995c0.311-1.123,0.082-2.444-0.652-3.731 c-0.173-0.296-4.291-7.27-8.085-9.277c-0.708-0.375-1.506-0.573-2.306-0.573c-1.318,0-2.558,0.514-3.49,1.445L4.7,3.986 c-4.014,4.013-5.467,8.562-4.321,13.52c0.956,4.132,3.742,8.529,8.282,13.068l14.705,14.705c5.746,5.746,11.224,8.66,16.282,8.66 c0,0,0,0,0.001,0c3.72,0,7.188-1.581,10.305-4.698l2.537-2.537C54.033,45.163,54.383,42.833,53.364,40.908z'/%3E%3C/svg%3E%0A");
}
.gms-icon.icon-email { 
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330.001 330.001' style='enable-background:new 0 0 330.001 330.001;' xml:space='preserve'%3E%3Cg id='XMLID_348_'%3E%3Cpath id='XMLID_350_' d='M173.871,177.097c-2.641,1.936-5.756,2.903-8.87,2.903c-3.116,0-6.23-0.967-8.871-2.903L30,84.602 L0.001,62.603L0,275.001c0.001,8.284,6.716,15,15,15L315.001,290c8.285,0,15-6.716,15-14.999V62.602l-30.001,22L173.871,177.097z' /%3E%3Cpolygon id='XMLID_351_' points='165.001,146.4 310.087,40.001 19.911,40 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
.gms-icon.icon-fax { background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 611.999 611.999' style='enable-background:new 0 0 611.999 611.999;' xml:space='preserve'%3E%3Cg%3E%3Cpath id='Fax_1_' d='M587.02,125.52c-24.98,0-49.959,0-74.939,0c0-22.482,0-44.963,0-67.445c0-13.796-11.183-24.98-24.98-24.98 c-120.735,0-241.469,0-362.204,0c-13.796,0-24.98,11.183-24.98,24.98c0,22.482,0,44.963,0,67.445c-24.98,0-49.959,0-74.939,0 C11.183,125.52,0,136.704,0,150.5c0,81.6,0,163.2,0,244.8c0,13.796,11.183,24.98,24.98,24.98c24.98,0,49.959,0,74.939,0 c0,29.496,0,58.992,0,88.489c0,14.386,0,28.771,0,43.157c0,8.328,1.684,14.541,8.121,20.428c2.998,2.742,6.199,4.52,10.109,5.618 c3.621,1.015,7.2,0.929,10.86,0.929c58.997,0,117.994,0,176.99,0s117.994,0,176.99,0c3.662,0,7.244,0.086,10.867-0.93 c3.913-1.099,7.117-2.881,10.114-5.627c6.438-5.895,8.11-12.118,8.11-20.447c0-14.393,0-28.788,0-43.181 c0-29.478,0-58.957,0-88.435c24.98,0,49.959,0,74.939,0c13.796,0,24.98-11.183,24.98-24.98c0-81.6,0-163.2,0-244.8 C612,136.705,600.817,125.52,587.02,125.52z M62.449,213.573c-12.071,0-21.857-9.786-21.857-21.857s9.786-21.857,21.857-21.857 s21.857,9.786,21.857,21.857S74.52,213.573,62.449,213.573z M487.102,553.92H124.898V356.582h362.204V553.92z M487.102,125.52 c-120.735,0-241.469,0-362.204,0c0-14.155,0-28.311,0-42.465c0-13.796,11.183-24.98,24.98-24.98c104.081,0,208.164,0,312.245,0 c13.796,0,24.98,11.183,24.98,24.98C487.102,97.211,487.102,111.366,487.102,125.52z'/%3E%3C/g%3E%3C/svg%3E");
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
    font-size: 18px;
    font-weight: normal;
    color:var(--wp--preset--color--navy);
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color:var(--wp--preset--color--navy);
}
.no-link > a{
    cursor: default;
}
.no-link > a:hover{
    color: var(--wp--preset--color--seafoam);
}


.main-navigation a:hover {
	color: #75a79f;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:42px;
	right:20px;
    font-size: 24px;
    z-index: 999;
}
.menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #363636;
}
.mobileNav {
    position:fixed;
    left: -230px;
    top: 0;
    transition:left 400ms ease-out;
    width:180px;
	padding:40px 20px;
	height:100%;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    background-color:white;
    z-index: 9999;
}
.toggled-on .mobileNav {
	top:0;
	left:0;
}
.admin-bar .mobileNav {
	padding-top:60px;
}
.hideNav {
	color:#B9B9B9;
	cursor:pointer;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#990033;
}
.mobileNav a {
}
.main-navigation .sub-menu {
	display:none;
}
/*Mobile only menu style*/
@media screen and (max-width:960px){
    .site-header .wrap {
        padding-top: 15px;
    }
    .main-navigation li:not(#menu-item-20) .sub-menu {
        display:block;
    }
    .main-navigation .sub-menu li {
        margin: 4px 0 8px 15px;
        text-indent: -10px;
        line-height: 1.3em;
    }
    .main-navigation .sub-menu li:before {
        content: "-";
        text-indent: -5px;
        color:var(--wp--preset--color--seafoam);
    }
    .main-navigation .sub-menu li a {
        padding-left: 3px;
    }
    .nav-menu .search-btn .s {
        border-color: var(--navy);
    }
    .nav-menu .search-btn .s:before {
        background-color: var(--navy);
    }
}

/*SEARCH BAR*/
.nav-menu .search-btn  {
    position: relative;
}
.nav-menu .search-btn  a {
    width: 16px;
}
.nav-menu .search-btn .s {
    display: block;
    border-radius: 50%;
    border: 2px solid #000;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
}

.nav-menu .search-btn .s:before {
   content: "";
    width: 6px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 7px;
    display: block;
}

@media screen and (min-width:800px){
     .nav-menu .search-btn .s {
        top: -11px;
    }

}

#search-pop-overlay{
	position:absolute;
	width:100%;
	height:100%;
	
	top:0;
	display:none;
	cursor:pointer;
	z-index:9999;
}
#search-pop-overlay .search-pop {
	
	padding:5px;
	width:90%;
	max-width:853px;
	margin:0 auto;
	margin-top:130px;
	min-height:30px;	
	cursor:default;
	position:relative;
    z-index: 10;
}
.search-pop input.search-field {
    width: 100%;
    background-color:#FFF;
    font-size: 20px;
    padding: 10px;
    border:1px solid #FFF;
}
#search-pop-overlay .closeBtn {
	position:absolute;
	top:-8px;
	right:-8px;
	background-color:#ccc;
	border:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	width:24px;
	height:24px;
    line-height: 24px;
	border-radius:12px;
	cursor:pointer;
	text-align:center;
	/*box-shadow:1px 1px 3px 1px rgba(0,0,0,0.41);*/
    color: #333;
    padding: 0;
}
#search-pop-overlay .lb-overlay {
    background-color:rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width:400px){
    .site-header .logo img {
        max-width: 230px;
        height: auto;
    }
    .menu-toggle {
        top: 54px;
    }
}
@media screen and (min-width:960px){
    .mobileNav {
        position: relative;
        left: auto;
        width:auto;
        padding:0;
        height:auto;
        box-shadow:none;
    }
    .admin-bar .mobileNav {
        padding-top:0px;
    }
    .quick-nav {
        text-align: right;
        padding-top: 20px;
    }
    .quick-nav a {
        margin: 0 0 0 15px;
    }
   /*.site-header .logo {
        padding: 10px 10px 10px 0px;
    }*/
}

/* Page header*/
.page-header {
    position: relative;
	clear:both;
    padding: 20px;
    text-align: left;
    z-index: 1;
    overflow: hidden;   
}
#breadcrumbs {
    text-transform: uppercase;
    max-width:1200px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 13px;
}
#breadcrumbs a {
    color: var(--wp--preset--color--navy);
}
.page-header .txt {
	 max-width:1200px;
    margin: 0 auto;
    padding: 25px 0;
}
.entry-content h1,
.entry-content .h1-style, 
.page-header .page-title {
	margin:0;
	font-size : 50px;
	text-transform:none;
	line-height:normal;
    font-weight: normal;
     color: var(--wp--preset--color--navy);
    position: relative;
}

.entry-content h1:after,
.entry-content .h1-style:after,
 .page-header .page-title:after {
     display: block;
     content: "";
     width: 0px;
     height: 3px;
     background-color: var(--wp--preset--color--seafoam);
     transition: width 500ms ease-in-out;
}

.entry-content h1.has-text-align-center.in-view:after,
.entry-content .has-text-align-center.h1-style.in-view:after,
.page-header .has-text-align-center.page-title:after {
    
	 margin: 10px auto;
}

.entry-content h1.in-view:after,
.entry-content .h1-style.in-view:after,
.page-header .page-title:after {
	width: 100px;
}

.entry-content .bio-header {
    padding-bottom: 30px;
}
.entry-content .bio-header h1 {
    margin-bottom: 20px;
}
.entry-content .job-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.entry-content .quals {
    font-weight: normal;
    font-size: 16px;
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
	
	.page-header .page-title {
		font-size : 30px;
		line-height:normal;
	}
}

/* Sidebar */

#secondary.widget-area {
    background-color: var(--light-aqua);
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget-area .widget h3 {
    font-weight : 600;
    font-size : 22px;
    color : var(--aqua);
    margin: 0px 0 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	line-height:1.5;
    margin-bottom: 12px;
	
}
#secondary.widget-area a {
   color:#333; 
}
#secondary.widget-area .sub-menu li {
    list-style: disc;
    margin-left: 15px;
}
#secondary.widget-area ul .title {
    list-style: none;
}
#secondary.widget-area li.current_page_item {
    font-weight: 600;
}
 ul .title > a {
    font-size: 17px;
    padding-top: 15px;
    line-height: normal;
    display: block;
    font-weight: 600;
}


.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	line-height:normal;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 15px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
#secondary .widget-area .widget a {
	color: #555957;
}
#secondary .widget-area .widget a:hover {
	color: #343736;
}

.widget-area .search-field {
    width: 100%;
}

.search-form  .search-submit {
	display: none;
}
#secondary .widget {
    margin-bottom: 15px;
}
#secondary .widget h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

/* Footer */

#site-footer {
    clear: both;
    padding: 0;
    background-color: #0f2e40;
    color : #DAE1E4;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
    background-image: url("images/gms-emblem.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

#site-footer .site-info {
    position: relative;
    z-index: 10;
}
.footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    } 
.footer-widgets ul {
    list-style: none;
    margin: 0;
}
#site-footer .sub-footer {
    padding: 20px;
   
} 
#site-footer .copyright {
    text-align: center;
    font-size: 12px;
     color: #FFF;
    max-width: 1200px;
    margin: 0 auto;
}
#site-footer .copyright a {
    color: #FFF;
}
#site-footer .left {
    display: block;
}
#site-footer .right {
    display: block;
}
#site-footer .copyright .btt {
    display: inline-block;
    padding: 5px;
    color: #FFF;
    margin-left: 5px;
    border:1px solid #FFF;
    border-radius: 50%;
}
#site-footer .btt:hover {
    text-decoration: none;
}

#site-footer .widget {
    width: 100%;
}
#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer .widget-area ul {
    list-style: none;
}
#site-footer .widget-area li {
    margin-bottom: 6px;
    margin-left: 0;
    list-style: none;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
#site-footer .widget-area li a {
  display: block;
  line-height: 24px;
}
#site-footer .widget-area a {
    color: #DAE1E4;
}
#site-footer .widget-area a:hover {
    color: #FFF;
    text-decoration: underline;
}
#site-footer h3,
#site-footer h4 {
    font-weight : bold;
    font-size : 21px;
    color : #75a79f;
    margin-bottom: 20px;
}

#site-footer .textwrap{
	max-width: 1240px;
	margin: 0 auto;
    padding: 40px 20px 10px;
    box-sizing: border-box;
    font-size : 15px;
}

#site-footer .widget_media_image {
    max-width: 100%;
    
} 
#site-footer .indent {
    padding-left: 20px;
    text-indent: -20px;
}
#site-footer .gms-icon {
    width: 18px;
    background-position: center left;
    filter: invert(69%) sepia(13%) saturate(750%) hue-rotate(121deg) brightness(89%) contrast(82%);
    transform: scale(1.2);
}

#site-footer h1,
#site-footer h2,
#site-footer h3,
#site-footer .widgettitle,
#site-footer h3 {
    color:#06965e;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

/*@media screen and (min-width:480px){
    .footer-widgets  {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .footer-widgets .footer-column {
       flex-basis: calc(50% - 20px);
       padding-top: 10px;
    }
}
@media screen and (min-width:480px){
    .footer-widgets .footer-column {
       flex-basis: calc(25% - 20px);
    }
}
@media screen and (min-width:640px){
    #site-footer footer-widgets.textwrap{
     padding: 20px;
    }
}*/
@media screen and (min-width:640px){
    #site-footer .left {
        float: left;
        width: 80%;
        text-align: left;
        padding-top: 5px;
    }
    #site-footer .right {
         float: right;
        width: 18%;
        text-align: right;
    }
    #site-footer .copyright:after {
        display: block;
        content: "";
        clear: both;
    }
}

/* =Main content and comment content
-------------------------------------------------------------- */

.wp-block-group.is-style-gradient-bg {
    position: relative;
    padding-top: 50px;
    padding-bottom:50px;
}
.page-wrap{
     max-width: 1240px;
     margin: 0 auto;
     box-sizing: border-box;
     padding:0 20px 0 0;
}
#primary {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h4, 
.entry-content h3 {
    
}
.entry-header .entry-title, 
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.8em;
	line-height:normal;
    font-weight: normal;
}
.entry-content h1:not(.has-text-color),
.entry-content h2:not(.has-text-color),
.entry-content h3:not(.has-text-color){
    color: var(--wp--preset--color--navy);
}
.uppercase {
    text-transform: uppercase;
}
.entry-header .entry-title,
.entry-content h1,
.entry-content .h1-style,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 32px;
    font-weight : 300;
    margin-bottom: 0.8em;
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style{
    font-size: 28px;
    font-weight : 300;
}
.entry-content h1.h3-style,
.entry-content h2.h3-style,
.entry-content h3,
.entry-content h4.h3-style{
    font-size: 24px;
    font-weight : 300;
}
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h4{
    font-size: 21px;
    font-weight : 300;
    margin-bottom: 18px;
}

.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong {
     font-weight: 700;
}


.entry-content h1.h5-style,
.entry-content h2.h5-style,
.entry-content h3.h5-style,
.entry-content h4.h5-style,
.entry-content h5{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.entry-content h5 {
	font-size: 16px;
    font-weight: bold;
}
.entry-content h6 {
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
     letter-spacing: 0.25px;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
    margin: 0 0 14px 36px;
    line-height: 1.4;
}
.entry-content ul:not(.blocks-gallery-grid) li {
    list-style: none;
    position: relative;
     padding-left: 25px;
    margin: 0 12px 8px;
}
.entry-content ul:not(.blocks-gallery-grid) li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
}
.entry-content ul.is-style-min-spacing li {
    margin: 0 0 8px 0px;
    padding-left: 12px;
}
.entry-content .has-white-color ul:not(.blocks-gallery-grid) li:before {
    color:#FFF;
}

.wp-block-latest-posts__list li > a {
    font-size: 1.2em;
    font-weight: bold;
}
.wp-block-latest-posts__list li time {
    font-weight: bold;
    color: #A6A6A6;
    text-transform: uppercase;
}
.news-feed .wp-block-buttons {
    margin-left: 35px;
}
.wp-block-image figcaption {
    color: #504d86;
    font-size: 15px;
    text-align: center;
}
.wp-block-quote,
.entry-content blockquote {
	padding: 12px;
	font-style: italic;
    border-left: none;
    margin:0;
    padding-left: 2em;
    position: relative;
    font-size: 18px;
    padding-bottom: 1em;
}
.wp-block-quote:before,
.entry-content blockquote:before {
    content: '“';
    position: absolute;
    top: 25px;
    left:-10px;
    display: block;
    font-size: 100px;
    line-height: 50px;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content .auto-width table{
    width: auto;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
    line-height: normal;
}
.site-content article {
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}
/*Gutenberg Styles*/
.wp-block-separator {
    opacity: 1;
}
.is-style-stripes table {
    margin-bottom: 0;
}
.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th {
    padding-left: 5px;
}

.is-style-drop-shadow {
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
}

.has-white-background-color {    background-color: #FFF;	}

.entry-content .has-text-color h1,
.entry-content .has-text-color h2,
.entry-content .has-text-color h3,
.entry-content .has-text-color h4 {
    color: inherit;
}

.has-white-color.has-text-color > a {
    color: #FFF;
}

.has-grey-color { color:var(--wp--preset--color--grey)	}
.has-seafoam-color, .wp-block-button__link.has-seafoam-color { color:var(--wp--preset--color--seafoam)	}
.has-navy-color, .wp-block-button__link.has-navy-color  { color:var(--wp--preset--color--navy)	}
.has-emerald-color, .wp-block-button__link.has-emerald-color { color:var(--wp--preset--color--emerald)	}
.has-light-grey-color { color:var(--wp--preset--color--light-grey)	}
.has-grey-background-color{ background-color: var(--wp--preset--color--grey)	}
.has-seafoam-background-color{ background-color: var(--wp--preset--color--seafoam)	}
.has-emerald-background-color{ background-color: var(--wp--preset--color--emerald)	}
.has-navy-background-color { background-color:var(--wp--preset--color--navy)	}
.has-light-grey-background-color { background-color:var(--wp--preset--color--light-grey)	}

.has-text-color > a {
  color: inherit;
}
.entry-content .no-margin {
    margin: 0;
}
.overlap-bottom-edge {
    margin-bottom: -50px;
}

.wp-block-image.seafoam-bg img{
    background-color: var(--wp--preset--color--seafoam);
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
    padding: 5px;
    transition: 300ms;
    transform-origin: center;
}
.wp-block-image.seafoam-bg a:hover img{
    background-color: #005b53;
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
    transform: scale(1.1);
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 20px;
}

.black-links a { color: #333;	}
.black-links a:hover { color: #000000;	}

.entry-content a:hover {
    text-decoration: underline;
}
.entry-content a.wp-block-button__link:hover {
    text-decoration: none;
}

.has-medium-font-size {
    font-size: 1.15em;
}

.entry-content .has-white-color { color: #FFF !important;	}

.wp-block-group:where(.has-background) {
  padding: 25px;
}

.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}
.is-style-small-button .wp-block-button__link{
    background-color: transparent;
}
.wp-block-column.has-background {
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.icon-links  .wp-block-column {
    transform-origin: center;
    transition: 300ms ease-out;
}
.icon-links  .wp-block-column:hover {
    transform: scale(1.1);
}
.icon-links  .wp-block-column a:hover {
    text-decoration: none;
}

.is-style-rounded-fx {
     border-radius: 10px;
    overflow: hidden;
}
.is-style-rounded-shadow-fx {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.wp-block-image.is-style-rounded-shadow-fx {
    box-shadow: none;
    border-radius: none;
} 

.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-boxed-columns .wp-block-column,
.boxed-columns .wp-block-column{
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.is-style-group-shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
}

.is-style-rounded-shadow-fx img {
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px !important;
}

.is-style-shadow-fx img, 
.shadow-fx img,
img.shadow-fx {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.wp-block-image.shadow-fx{
    box-shadow: none;
}
.wp-block-image.shadow-fx img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.is-style-narrow-content{
    max-width:860px;
    margin-left: auto; 
    margin-right: auto;
}


.wp-block-button__link {
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.4px;
    transition: 300ms ease-out;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    font-weight: bold;
}



.wp-block-button__link:visited {
    
}
.forminator-button-submit:hover,
.wp-block-button__link:hover {
    border-radius: 12px;
}
.wp-block-button__link.has-background {
    position: relative;
}
.entry-content .forminator-ui h2.forminator-title {
  font-size: 22px !important;
}
.entry-content .forminator-ui .heading {
    margin-bottom: -15px;
}
.entry-content ul.is-style-tick-list > li,
.entry-content ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}

.wp-block-media-text .wp-block-media-text__content  {
    padding: 20px;
}

.forminator-ui.forminator-custom-form[data-design="flat"] .forminator-button.forminator-button-submit {
    border-radius: 8px;
    transition: 300ms ease-out;
    font-weight: bold !important;
}
.forminator-ui .message-box .forminator-field{
    background-color: #e7ebea;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px !important;
    box-sizing:border-box;
}
.forminator-ui .message-box .forminator-field ul,
.forminator-ui .message-box .forminator-field p {
    margin-bottom: 10px;
}
.forminator-ui .message-box .forminator-field li {
    margin-bottom: 3px;
}
.forminator-ui#forminator-module-53.forminator-design--flat .forminator-button-submit ,
.forminator-ui#forminator-module-59.forminator-design--flat .forminator-button-submit {
  background-color: var(--wp--preset--color--emerald) !important;
}



/*Home Intro Block*/
.wp-block-cover.shadow-fx, 
.wp-block-media-text.overlap .wp-block-media-text__media {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.home-cover {
	position: relative;
}

.home-cover:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #003042;
	opacity: 0.5;
}
@media screen and (max-width: 599px) {
    .wp-block-media-text.overlap .wp-block-media-text__content {
        padding: 0;
    }
}
@media screen and (min-width: 600px) {
    .wp-block-media-text.overlap .wp-block-media-text__content {
      width: calc(100% + 40px);
      margin-right: -40px;
    }
}
@media screen and (min-width: 1020px) {
   
    .forminator-ui .two-columns label {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-top: 10px !important;
    }
}


@media screen and (min-width:600px) and (max-width:1080px){
    .wp-block-columns.grid-on-ipad {
        flex-wrap: wrap;
    }
    .wp-block-columns.grid-on-ipad:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
      margin-left: 20px;
    }
    .wp-block-columns.grid-on-ipad:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n+1){
         margin-left: 0px;
    }
    .wp-block-columns.grid-on-ipad  .wp-block-column {
        flex-basis: calc(50% - 20px) !important;
        margin-bottom: 20px;
    } 
}
@media screen and (min-width:1200px){
    .wp-block-media-text .wp-block-media-text__content  {
        padding: 40px;
    }
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding-left: calc(100% - 600px);
    }
    .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
        max-width: 600px;
    }
}
/*Maps */
.entry-content iframe {
    margin: 0;
    display:block;
    
}
/* ---- */
@media screen and (min-width:760px){
    .extra-inner-padding .wp-block-column {
        padding:20px 10px;
        box-sizing:border-box;
    }
    .extra-inner-padding .wp-block-column:first-child {
         padding-left:0px;
    }
    .extra-inner-padding .wp-block-column:last-child {
         padding-right:0px;
    }
}
@media screen and (min-width:1020px){
    .extra-inner-padding .wp-block-column {
        padding:20px 15px;
    }
    .extra-inner-padding .wp-block-column:first-child {
         padding-left:0px;
    }
    .extra-inner-padding .wp-block-column:last-child {
         padding-right:0px;
    }
    .wp-block-column.has-background {
        padding: 15px 25px;
    }
}


@media screen and (min-width:1160px){
    .extra-padding-right-desktop {
        padding-right: 30px;
        box-sizing: border-box;
    }
    .extra-padding,
    .wp-block-columns.has-background.extra-padding{
        padding: 40px;
    }
    .extra-center-padding .wp-block-column {
        box-sizing: border-box;
        padding-left: 30px;
    }
    .extra-center-padding .wp-block-column:first-child {
        padding-left: 0px;
        padding-right: 30px;
    }
}
ul.lined-list {
    list-style: none;
    border-top: 1px solid #333;
}
ul.lined-list li {
    margin: 0;
    padding:20px;
    border: 1px solid #333;
    border-top: none;
    line-height: 1.6;
}
/* Scroll Based Animation FX */
.fade-in  {
    opacity: 0.2;
    transition: opacity 2000ms ease-out;    
}
.fade-in.in-view {
    opacity: 1;
}
.pop-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 700ms ease-out;
    transform-origin: center;
}
.pop-in.in-view {
    opacity: 1;
    transform: scale(1);
} 
.subtle-pop-in {
   /* opacity: 0.5;*/
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
   /* opacity: 1;*/
    transform: scale(1);
}

.slide-left {
    transform: translateX(30px);
    transition: transform 1s ease-out, opacity 2s ease-out;
}
.slide-right {
    transform: translateX(-30px);
    transition: transform 1s ease-out, opacity 2s ease-out;
}
.slide-right.in-view,
.slide-left.in-view {
    transform: translateX(0px);
}
.slide-up {
    transform: translateY(30px);
    transition: transform 1s ease-out, opacity 2s ease-out;
}
.slide-up.in-view {
    transform: translateY(0px);
    transition: transform 1s ease-out, opacity 2s ease-out;
}

@media screen and (max-width:599px){
    .slide-left {
        transform: translate(0px, 30px);
    }
    .slide-right {
        transform: translate(0px, 30px);
    }
    .slide-right.in-view,
    .slide-left.in-view {
        transform: translateY(0px);
    }
}




/*Shortcodes*/
.sub-pages-grid {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.sub-pages-grid .page-link{
    flex-basis: calc(50% - 10px);
    text-align: center;
    line-height: normal;
}
.sub-pages-grid .page-link img {
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgb(0,0,0,0.2);
     transition: box-shadow 300ms;
    height: 140px;
    object-fit: cover;
    display: block;
    width:100%;
    margin: 0;
}
.sub-pages-grid .page-link p {
    font-weight: bold;
    padding: 10px;
    margin: 0;
}
.sub-pages-grid .page-link a {
    color: #333;
    transition: color 300ms;
}
.sub-pages-grid .page-link:hover a {
    color: #002c59;
}
.sub-pages-grid .page-link:hover img {
    box-shadow: 0 0 30px rgb(0,0,0,0.3);
}
@media screen and (min-width:760px){
    .sub-pages-grid {
        gap:30px;
    }
    .sub-pages-grid .page-link{
        flex-basis:calc(33% - 20px);
    }
    .sub-pages-grid .page-link img {
         height: 220px;
    }
}
@media screen and (min-width:1200px){
    .sub-pages-grid .page-link img {
         height: 280px;
    }
}
/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* Blog / Search
-------------------------------------------------------------- */
.blog .hentry,
.search-results .hentry {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0, 0.1);
    padding:25px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.blog .entry-header,
.search-results .entry-header {
  margin-bottom: 15px;
}
.entry-summary .blog-title {
    font-size: 30px;
    margin-bottom: 5px;
}
.entry-summary .blog-title a {
    color: #333;
}
.parent-title,
.entry-header .meta,
.entry-summary .meta{
    text-transform: uppercase;
    font-weight: bold;
    color: #8E8E8E;
    font-size: 15px;
}
.entry-header .meta a {
    color: #575757;
}
.entry-summary p:last-child {
    margin: 0;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/*Staff Feed*/
#staff-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#staff-feed.left {
     justify-content: left;
}
#staff-feed .staff-link{
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 10px;
}
#staff-feed .image {
    display: block;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.entry-content #staff-feed h3  {
    font-size: 22px;
}
#staff-feed h3 a {
    display: block;
    position: relative;
    padding-bottom: 35px;
    height: 110px;
}
#staff-feed h3 .rm-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 45px);
    width: 90px;
    text-align: center;
    border-bottom: 2px solid rgba(24,123,119,0.00);
    transition: border 300ms ease-out;
}

#staff-feed a:hover {
    text-decoration: none;
}
#staff-feed a.image:hover {
     transform: scale(1.1);
}
#staff-feed a:hover .rm-link {
     border-bottom: 2px solid #187B77;
}
#staff-feed a .name {
    font-weight: 600;
     margin-bottom: 12px;
}
#staff-feed a .job_title {
    font-size: 16px;
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}
#staff-feed a .quals {
    font-size: 14px;
    display: block;
    color: #808080;
    font-weight: normal;
}
#staff-feed.no-specs .quals,
#staff-feed.no-specs a .job_title {
    display: none;
}

.single-gms_staff .entry-content {
    min-height: 200px;
}

.team-nav {
    border-top: 2px dotted var(--wp--preset--color--seafoam);
    padding-top: 20px;
    margin-top: 20px;
    clear: both;
}
.team-nav h3 {
    font-weight: normal;
    font-size: 24px;
    color: var(--wp--preset--color--seafoam);
    margin-bottom: 20px;
}
.team-nav ul {
    list-style: disc;
    font-weight: normal;
}
.team-nav ul li {
    margin: 0 0 10px 20px;
}
.team-nav ul li a {
    font-weight: normal;
}
@media screen and (min-width:800px){
    #staff-feed .staff-link{
        flex-basis: 33%;
    }
}
@media screen and (min-width:1000px){
    #staff-feed .staff-link{
        flex-basis: 25%;
    }
}
/* = FULL WIDTH PAGE
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
    background-color: #e7ebea;
    padding:10px 0px 0;
	overflow:hidden;
    max-width: 100%;
}

.site-content {
    padding: 20px 20px;
    max-width:1240px;
    margin: 0 auto;
}
body.full-width .site-content {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.wp-block-cover__inner-container,
.wp-block-group__inner-container {
    max-width:1200px;
    box-sizing: border-box;
    margin: 0 auto;  
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	 max-width:1200px;
}

@media screen and (max-width:1140px){
    .entry-content > .wp-block-group {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.entry-content > .wp-block-group.has-background {
    padding:50px 20px;
}
.entry-content > .wp-block-group.has-background.small-padding {
    padding:30px 20px;
}
.wp-block-group__inner-container > .wp-block-columns:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:1240px){
    .page-template-full-width .wp-block-group__inner-container {
        margin: 0 0px 20px;  
    }
}
@media screen and (min-width:960px){
    .entry-content > .wp-block-group.is-style-gradient-bg,
    .entry-content > .wp-block-group.has-background {
        padding:25px;
    }
}
@media screen and (max-width:599px){
    .extra-gaps-mobile .wp-block-column {
        margin-bottom: 30px;
    }
    .hide-on-mobile {
        display: none;
    }
}
/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width: 599px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .home-cover.wp-block-cover {
        min-height: 35vh !important;
    }
    .wp-block-heading.home-title {
        font-size: 26px !important;
    }
    .icon-links.wp-block-columns {
        margin-bottom: 0;
    }
    .icon-links .wp-block-image {
        float: left;
        width: 30%;
        padding-right: 15px;
    }
    .icon-links h4 {
        text-align: left;
        padding-top: 15px;
       
    }
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
		
    .site-content {
        padding: 40px 20px;
    }
    .two-columns ul.menu,
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
    .two-columns ul.menu li,
    ul.two-columns li,
    ul.is-style-two-columns li,
    ul.three-columns li,
    ul.is-style-three-columns li {
       break-inside: avoid-column;
    }
    .entry-header .entry-title,
    .entry-content h1,
    .entry-content .h1-style,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 42px;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 32px;
    }


}
@media screen and (min-width: 960px) {
    
    
   .site-content.has-sidebar {
		float: left;
		width: 67%;
       box-sizing: border-box;
	}
	#secondary.widget-area {
		float: right;
		width: 25%;
        box-sizing: border-box;
	}
    
    .site-content {
        min-height: 300px;
    }
    /*.admin-bar  .site-header {
        top: 32px;
    }*/
	/*Header*/
    .site-header {
        min-height: 50px;
        position: relative;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
        transition: top 200ms ease-out;
    }
    
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
	
   
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
        position: relative;
	}
	.mobileNav li {}
	.hideNav {
		display:none;
	}
	 
    
    .site-header .logo {		
        margin-left: 0px;
        text-align: left;
        float: left;
		position: relative;
		z-index: 100;
	}
    .anim-done .logo { 
        padding-top: 0px;
        transform: scale(0.35);
    }
    /*Header
    .site-header {
        position: fixed;
    }*/
    .main-navigation {
        text-align: right;
        transition: margin 300ms ease-out;
		z-index: 99;
		    margin-left: auto;
    } 
    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
        text-align: right;
    } 
    .main-navigation ul.nav-menu .sub-menu {
        text-align: left;
        margin-left: -10px;
    }   
    .main-navigation li {
		margin: 0 0 0px 25px;
	}
        /*
    /*.anim-done .main-navigation {
       margin-top:84px;
    }
   
.anim-done .main-navigation {
		margin-top:70px;
	}*/
    .main-navigation .mobile-only {
        display: none;
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: 100%;
	}
    
    .main-navigation li ul {
        padding-top: 20px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        background: #ffffff;
	}
    .main-navigation li.mega-menu > .sub-menu {
        margin: 0;
        position: absolute;
        z-index: 5;
        top: 100%;
        bottom: 0;
        left: 20px;
        width: calc(100% - 20px);
        background-color: #FFF;
        min-height: 365px;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0 20px 4px rgba(0,0,0,.2);
    }
    .main-navigation li.mega-menu li.column {
      width: 25%;
      float: left;
    }
    .main-navigation li.mega-menu .sub-menu .sub-menu {
      display: block;
      position: relative;
      top: auto;
      width: auto;
      min-height: 20px;
      padding: 0;
      box-shadow: none;
      left: auto;
      margin: 0;
      background-color: transparent;
    }
    .main-navigation li.mega-menu .sub-menu .sub-menu li {
        display: block;
    }
    .main-navigation li.mega-menu > .sub-menu a {
        background-color: transparent;
        padding: 5px 30px 5px 0;
    }
     .main-navigation li.mega-menu .last .sub-menu a {
        padding-right: 0;
    }
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 36px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
			}
    .main-navigation li a {
        position: relative;
    }
	.main-navigation li li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
        display: block;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
   .main-navigation ul li.menu-item-has-children > ul {
        opacity: 0;
        margin-top: 6px;
        transition: 300ms ease-out;
        display: block;
        visibility: hidden; 
        width: 200px;
    }
	.main-navigation ul li:hover > ul {
      display: block;
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
    }
    
    
    
	.main-navigation li ul li a {
		display: block;
		font-size: 15px;
		letter-spacing: normal;
		line-height: 18px;
		padding: 8px 10px;
		white-space: normal;
	}
    .main-navigation li ul ,
    .main-navigation li ul li a:last-child {
        border-radius: 0 0 3px 3px;
    }
	.main-navigation li ul li a:hover {
		color: #75a79f;
	}
	.main-navigation ul.nav-menu > .current-menu-item > a,
	.main-navigation ul.nav-menu > .current-menu-ancestor > a,
	.main-navigation ul.nav-menu > .current_page_item > a,
	.main-navigation ul.nav-menu > .current_page_parent > a,
	.main-navigation ul.nav-menu > .current_page_ancestor > a {
        border-bottom: 2px solid var(--wp--preset--color--seafoam);
	}
    .main-navigation ul.nav-menu ul .current_page_item > a {
        color: var(--wp--preset--color--seafoam);
        font-weight: bold;
    }	
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 5px;
		height: 5px;
		border-right: 2px solid #555;
		border-bottom: 2px solid #555;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 15px;
		right: -13px;
	}
    
    .main-navigation .current-menu-item.menu-item-has-children > a:after,
	.main-navigation .current-menu-ancestor.menu-item-has-children > a:after,
	.main-navigation .current_page_item.menu-item-has-children > a:after,
	.main-navigation .current_page_parent.menu-item-has-children > a:after,
    .main-navigation .current_page_ancestor.menu-item-has-children > a:after {
        border-color: var(--wp--preset--color--seafoam);
    }
    .main-navigation ul ul li.menu-item-has-children > a:after {
        display: none;
    
    }
	.menu-toggle {
		display: none;
	}
   
    /*PAGE*/
    #main {}
    .entry-header .entry-title,
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 42px;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 36px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 28px;
    }
    .entry-content .super-large {
        font-size:56px;
    }

}
@media screen and (min-width:1100px) {
   .main-navigation li {
		margin: 0 0 0px 20px;
	}
}
@media screen and (min-width:1200px) {
   .main-navigation li {
		margin: 0 0 0px 30px;
	}
    .oversized {
        width: calc(100% + 80px);
        margin-left: -40px;
    }
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 22px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}