/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/

body {
  font-family: "Montserrat", sans-serif;
  color:#292929;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 400;
}

body p {
	margin: 0 0 24px 0;
	letter-spacing: .5px;
}

a, button, input[type=submit], ul, li, header, a[role=button] {
  transition: all 0.25s ease !important;
}

.site-logo a img.fl-photo-img {
	width:auto !important;
	transition: all 0.5s ease !important;
}

.nomar p {
	margin: 0 !important;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color:rgb(26, 54, 93, 0);
}

header.this-is-stuck {
	background-color:rgb(26, 54, 93, 0.95);
}

.z100 {
	position: relative;
	z-index: 100;
}

.z50 {
	position: relative;
	z-index: 50;
}

h1,
h1.fl-heading span {
	font-size: clamp(2rem, 6vw, 3rem) !important;
}

h1 {
	line-height: 1.15 !important;
}


.interior h1,
.interior h1.fl-heading span {
	font-size: clamp(2rem, 6vw, 3rem) !important;
	font-family: Montserrat;
}

.interior h1 {
	line-height: clamp(48px, 10vw, 70px) !important;
}


h2,
h2.fl-heading span {
	font-size: clamp(1.75rem, 6vw, 2.5rem) !important;
	font-family: Montserrat;
	font-weight: 600;
}

h2 {
	line-height: 1em !important;
}

.fl-rich-text h2 {
	font-size: clamp(1.75rem, 6vw, 2.5rem) !important;
	margin-bottom:20px;
	font-weight: 600;
}

.fl-rich-text h3 {
	font-size: clamp(1.33rem, 6vw, 2rem) !important;
	margin-bottom:6px;
	font-weight: 600;
}

.single-post .fl-rich-text h2 {
	color: #056e6c;
}

.latest-posts h2 {
	/* line-height: 1.3 !important; */
	line-height: clamp(1.5rem, 7vw, 2rem) !important;
}


h4,
h4.fl-heading span {
	font-size: clamp(1rem, 6vw, 1rem) !important;
	font-family: Montserrat;
	font-weight: 800;
}

h4 {
	line-height: 1em !important;
}

/* BOF: Headings, Paragraphs, etc. */
@media only screen and (min-width: 1260px)  {

}

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

}

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

}
/* EOF: Headings, Paragraphs, etc. */



@media only screen and (min-width: 1260px)  {
	.padding_left {
		padding-left: calc( (100% - 1260px)/2 );
	}
}

.menu_call a {
    background: #ffffff;
    color: #1A365D !important;
    border: 1px solid #1A365D;
    margin-left: 15px;
    border-radius: 25px;
}

.menu_call a:hover {
    background: #1A365D;
    color: #fff !important;
}

#full-screen-box .menu_call a {
	margin-left: 0px;
}


.topnav .fl-row-content .fl-col-group {
  width: 100%;
  justify-content: center;
}

main#content ul {
    list-style: disc;
}

.relative {
	position: relative;
}

.bottom_aligned {
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.bottom_aligned .fl-module:last-child {
	margin-top: auto !important;
}
