@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&amp;family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');

body, body p {
font-size: 18px;
line-height: 1.6;
font-family: 'Lora', Georgia, serif;
color: #000000 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}

h1 {
font-size:50px;
}

h2{
font-size: 36px;
}

h3{
font-size: 24px;
}


/* .home .fl-page-bar, */
.home .fl-page-header-wrap 
 {display:none}

/*.home,
.home .fl-page-content {background-color:#041e42}*/

.home h2 {
font-size:56px;
}

.home h3 {
font-size:28px;
}

.header-tagline {
display:none;
}

.fl-page-header-primary .fl-logo-img {
  height: auto !important;
  width: 200px;
}

.home-buttons {
 font-family: "Roboto Condensed", sans-serif;
font-size:20px;
}

.home-menu {
 font-family: "Roboto Condensed", sans-serif;
}

.home-menu a{
 font-family: "Roboto Condensed", sans-serif;
font-size:20px;

border:1px solid #00a9e0;
text-transform:uppercase;
margin: 0 15px;
}

.fl-node-6373bdf302222 .menu a {
padding:20px 20px 20px 40px;
}

.fl-row-content-wrap ul li:before {
display:none;
content: "";
    padding-right: 0.25em;
    color: #00B7BD;
    font-size: .8em;
}
.fl-menu .menu:before{
    content: '';
    display: none !important;
    clear: both;
}


ul#menu-secondary-menu li a {
font-family: 'TideSans-300LilKahuna','Red Hat Display', 'Helvetica', Arial, Tahoma, sans-serif;
}


.team-member {overflow:hidden;}

.team-member img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.team-member:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


@media (max-width: 767px) {
.home h2 {
font-size:40px !important;
}
.home h3 {
font-size:24px !important;
}
.wordmark {
margin:40px
}

.fl-node-6373c8ca095f4 .menu a {
padding-left:30px;
}