@font-face {
    font-family: "InterSemi";
	src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
}
@font-face {
    font-family: "InterMedium";
	src: url('../fonts/Inter/static/Inter-Medium.ttf');
}
@font-face {
    font-family: "InterLight";
	src: url('../fonts/Inter/static/Inter-Light.ttf');
}
@font-face {
    font-family: "Inter";
	src: url('../fonts/Inter/static/Inter-Regular.ttf');
}
@font-face {
    font-family: "Archivo";
	src: url('../fonts/Archivo/static/Archivo-Regular.ttf');
}

h1{
    font-family: "InterSemi";
	font-size:65px;
	font-weight:normal;
	letter-spacing:-4px;
	line-height:71px;
	color:#000;
	margin:0;
	margin-bottom:20px;
}
.home-hero h1{
	font-size:70px;
	line-height:77px;
}
.home-hero p{
	font-family: "InterSemi";
	font-weight:700;
	letter-spacing:1px;
	
}
h2{
	font-family: "InterSemi";
    font-size: 55px;
    font-weight: normal;
    letter-spacing: -1.4px;
    line-height: 72px;
    color: #000;
}
h3{
    font-family: "InterMedium";
	font-size:38px;
	font-weight:normal;
	letter-spacing:-0.84px;
	color:#000;
	line-height:48px;
	margin:0;
}
h4{
	font-family: "InterLight";
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -0.60px;
    color: #000;
    line-height: 41px;
    margin: 0;
}
h5, h5 a{
	font-family: "InterSemi";
	    font-size: 20px;
	    line-height: 26px;
	    font-weight: normal;
	    letter-spacing: -0.50px;
	    color: #005d85;
	    margin: 0;
	    text-transform: capitalize;
}
h6{
    font-family: "InterSemi";
	font-size:22px;
	font-weight:normal;
	letter-spacing:-0.44px;
	color:#000;
	margin:0;
	margin-bottom:20px;
}
p{
	font-family: "Inter";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.20px;
    color: #2f2f2f;
    margin-top: 0;
    line-height: 30px;
}
.top-footer p{
	font-size:22px;
}
ol{
	margin-left:20px;
}
li{
	font-size:20px;
	color:#2f2f2f;
	line-height:26px;
	letter-spacing:-.36px;
    font-family: "Inter";
	font-weight:normal;
	list-style:none;
	margin-left:20px;
	margin-bottom:10px;
	position:relative;
}
ol li:before{
	content:'';
	display:block;
	height:20px;
	width:20px;
	position:absolute;
	top:5px;
	left:-30px;
	background:url('../images/nhbsr-SFSwirl.svg');
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
	
}
p.small, td{
    font-size: 16px;
    color: #2f2f2f;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: -.36px;
    font-family: "InterLight";
    font-weight: normal;
}
.general-interio-hero p{
    font-family: "InterLight";
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.44px;
	color:#595959;
	line-height:26px;
}
a, body.tribe-events-page-template a.archive-btn {
	font-size: 20px;
    color: #1c7c82;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: -.36px;
    font-family: "Inter";
    font-weight: normal;
    text-decoration: underline;
}
body.tribe-events-page-template a.archive-btn{
	text-decoration:underline !important;
	
}
a.cta-btn{
    font-family: "InterSemi";
	font-size:15px;
	font-weight:normal;
	letter-spacing:0;
	line-height:18px;
	color:#fff !important;
	text-align:center;
	padding:11px 22px;
	background-color:#1c7c82;
	border-radius:90px;
	text-decoration:none;
	display:inline-block;
}
/********Forms*****/
.gform_body label{
    font-family: "InterSemi";
	font-weight:normal;
	font-size:16px;
	letter-spacing:-0.16px;
	line-height:19px;
	color:#000;
}
.gform_body input, .gform_body textarea, .gform_body select{
	border:1px solid #D0D8DD;
	background:#fff;
	border-radius:12px;
    font-family:  "InterLight" !important;
	font-size:15px;
	letter-spacing:0;
	line-height:18px;
	color:#5d5d5d;
	max-width:100%;
	
}
.gform_body select{
	padding-left: 20px !important;
    background-image: url('../images/open-close.png');
    background-size: 12px !important;
    background-position: 95% center;
    background-repeat: no-repeat;	
}
.gform_body input, .gform_body textarea{
	padding:20px !important;
	
}
.gform_wrapper input::placeholder, .gform_wrapper .textarea::placeholder, .gfield input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family:  "InterLight" !important;
	font-size:15px;
	letter-spacing:0;
	line-height:18px;
	color:#5d5d5d;
 
}
.gfield_radio label{
    font-family: "Inter";
	font-size:16px;
	letter-spacing:-0.16px;
	line-height:19px;
	font-weight:normal;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper select::placeholder { /* Firefox 19+ */
    font-family: "InterLight";
	font-size:15px;
	letter-spacing:0;
	line-height:18px;
	color:#5d5d5d;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper select::placeholder{ /* IE 10+ */
    font-family: "InterLight";
	font-size:15px;
	letter-spacing:0;
	line-height:18px;
	color:#5d5d5d;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper select::placeholder { /* Firefox 18- */
    font-family: "InterLight";
	font-size:15px;
	letter-spacing:0;
	line-height:18px;
	color:#5d5d5d;
}
input[type="submit"]{
    font-family: "InterSemi";
	font-size:15px;
	font-weight:normal;
	letter-spacing:0;
	line-height:18px;
	color:#fff;
	text-align:center;
	padding:11px 22px;
	background-color:#1c7c82;
	border-radius:90px;
	text-decoration:none;
	display:inline-block;
	border:none;
}
