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

body {
  font-family: "PT Sans", sans-serif;
  color:#556680;
  line-height: 1.75;
  font-size: 14px;
	font-weight: normal;
}

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: #ffffff;
}

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

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



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

h1 {
	line-height: 1 !important;
}


.interior h1,
.interior h1.fl-heading span {
	font-size: clamp(2rem, 6vw, 4.5rem);
	font-family: 'PT Sans';
}

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



/* ----- H2 -----*/
h2,
h2.fl-heading span {
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	font-family: 'PT Sans';
	font-weight: bold;
}

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

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

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

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




/* ----- H3 -----*/

h3,
h3.fl-heading span {
	font-size: clamp(1.0rem, 6vw, 1.125rem);
	font-family: 'PT Sans';
	font-weight: bold;
}

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

.fl-rich-text h3 {
	font-size: clamp(1.0rem, 6vw, 1.125rem);
	margin-bottom:6px;
	font-weight: bold;
}



/* ----- H4 -----*/

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

h4 {
	line-height: 1em;
}

/* 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 );
	}
}

/*----- Start Menu Call -----*/

.menu_call a {
    background: #ffffff;
    color: #1B3C6E !important;
    border: 1px solid #2D62A4;
    margin-left: 15px;
    border-radius: 100px;
}

.menu_call a:hover {
	border: 1px solid #66A3E0;
    background: #66A3E0;
    color: #fff !important;
}

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

/*----- End Menu Call -----*/



/*----- Start Menu Call BLUE -----*/

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

.menu_call_blue a:hover {
    background: #66A3E0;
    color: #fff !important;
	border: 1px solid #66A3E0;
}

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

/*----- End Menu Call BLUE -----*/

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



/*----- Start Mailing List Form (Formidable #5) -----*/

#frm_form_5_container {
	max-width: 100% !important;
	width: 100%;
	margin: 0 !important;
}

#frm_form_5_container .frm_form_fields {
	width: 100%;
}

#frm_form_5_container .frm_fields_container {
	display: flex;
	align-items: center;
	gap: 12px;
}

#frm_form_5_container .frm_form_field {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	clear: none;
}

#frm_form_5_container .frm_primary_label,
#frm_form_5_container .frm_description {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#frm_form_5_container input[type=text],
#frm_form_5_container input[type=email] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D1DAE7;
	background: #ffffff;
	padding: 14px 24px;
	font-size: 15px;
	color: #1B3C6E;
	border-radius: 50px;
	box-shadow: none;
}

#frm_form_5_container input[type=text]::placeholder,
#frm_form_5_container input[type=email]::placeholder {
	color: #8496B3;
	font-size: 15px;
}

#frm_form_5_container input[type=text]:focus,
#frm_form_5_container input[type=email]:focus {
	outline: none;
	border-color: #4B8AC9;
}

#frm_form_5_container .frm_submit {
	flex: 0 0 auto;
	margin: 0 !important;
}

#frm_form_5_container .frm_button_submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	background: #1B3C6E;
	color: #ffffff !important;
	border: none;
	border-radius: 50px;
	padding: 14px 26px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

#frm_form_5_container .frm_button_submit::after {
	content: "\2192";
	font-size: 15px;
	line-height: 1;
}

#frm_form_5_container .frm_button_submit:hover {
	background: #4B8AC9;
}

#frm_form_5_container .frm_error,
#frm_form_5_container .frm_error_style {
	flex: 1 1 100%;
	margin: 8px 0 0 !important;
	font-size: 15px;
}

@media only screen and (max-width: 750px) {
	#frm_form_5_container .frm_fields_container {
		flex-direction: column;
		align-items: stretch;
	}

	#frm_form_5_container .frm_button_submit {
		width: 100%;
		justify-content: center;
	}
}

/*----- End Mailing List Form (Formidable #5) -----*/
