@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Oswald:wght@300;400;700&display=swap');
html, body {font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 1.5rem; }

h1, h2, h3, h4 { 
	font-family:Oswald, sans-serif;
	margin-bottom: 1rem;
}
h3, .h3 {
	font-size: 1.5rem;
	margin-bottom: .75rem;
	font-weight: bold;
}
h4, .h4 {
	font-size: 1.125rem;
	margin-bottom: .75rem;
	font-weight: bold;
	color: #cc0000;
}


a {
  position: relative;
  color: #00A2DA;
  text-decoration: none;
}

a:hover {
  color: #007BFF;
  text-decoration: underline;
}
a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00A2DA;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover:not(.btn)::before {
  /*visibility: visible;*/
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn {
    padding: .5rem 2rem;
    font-size: 1.125rem;
    border-radius: 0;
}
.red { color: red; }


.logo	{
	display:inline-block;
	max-width:280px;
	height:auto;
	margin:20px 0 ;
	
}
.social-media {
	text-align:right;
	margin-bottom:6px;
	display:inline-block;
}
.social-media img {
	width: 32px;
	height: 32px;
}
.whatsappicon	{
	display: none;
}
.whatsapptext	{
	color:#666; font-size:18px;
	font-weight: bold;
}
.top-links {
	margin-bottom: 8px;
}
.top-links .btn {
    padding: .25rem 1rem;
    font-size: .85rem;
    border-radius: 3px;
}
.top-links .btn-primary {
	background-color: #efad4c;
	border-color: #f0a53f;
}

.fone	{
	color: #558f3b;
	font-weight: bold;
	font-size: 2rem;
	display:block;
	margin:10px 0;
}
.fone-text	{
	color: #333333;
	font-size:1.5rem;
}

ul.left-links {  
    margin: 0 0 1rem 0;  
    padding: 0 1em;  
    list-style: none;  
}  
ul.left-links li:before {   
    content: "";  
    border-color: transparent #333;  
    border-style: solid;  
    border-width: 0.35em 0 0.35em 0.45em;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -1em;  
    top: 1.125em;  
    position: relative;  
} 

/*Forms related*/
.form-group {
    margin-bottom: .25rem;
}
label {
    font-size: .85rem;
    font-weight: bold;
	margin-bottom: .125rem;
}
.form-control	{
	background-color: #fbfbfb;
}
form h2 {
	font-size: 18px ;
	margin:0;
	margin-bottom:10px;
	padding:5px;
	background-color: #efefef;
}
form h3 {
	background-color: #f2f2f2;
	margin:10px 0;
	padding:5px;
	font-size:16px;
}
form h4 {
	background-color: #fcfcfc;
	margin:10px 0;
	padding:5px;
	font-size:14px;
}
.btn-warning {
	font-weight: bold;
	text-shadow: 0 1px 4px #ffffff;
	box-shadow: 0 1px 4px #999999;
	min-width: 200px;
}


/*Footer Styles TOP*/
#footer-top {
	border-top: 1px dashed #cccccc;
	
}
#footer-top h3 {
	margin-bottom:20px;
}
#footer-top ul	{	list-style-type:none;	margin: 0 0 20px 0; padding:0;  }
#footer-top	li { border-bottom: 1px dashed #cccccc; margin-bottom:13px; padding-bottom:4px; line-height:1.5em; }
#footer-top	li a	{ font-weight:normal; text-decoration:none; }
#footer-top	li a:hover	{ ; }


/*Footer Styles Bottom*/
#footer	{ padding: 20px 0;
background-color: #013300;
margin-top:20px; }
#footer .container	{ color: #ffffff;}
.footer-menu{
	list-style-type:none;
	margin:0;
	margin-bottom:20px;
	padding:0;
}
.footer-menu li{
	font: bold 12px arial, helvetica, sans-serif;  color: #666666;
	text-decoration: none;
	display:inline;
	/*border-right:1px solid #666666;*/
	
}

.footer-menu li a,.footer-menu li a:active,.footer-menu li a:visited{
	color: #ffffff;
	text-decoration: none;
	display:inline;
	padding:0 10px;
}
.footer-menu li a:hover{
	color: #fc9;
	text-decoration:underline;
}
.footer-menu li.first a {display:inline;padding-left:0;}
.footer-menu li.last a {padding-right:0;}

.footer-copyright {color: #efefef; font-size: 12px ; font-weight: normal;  }

.footer-copyright a,.footer-copyright a:active,.footer-copyright a:visited{
	color: #efefef;
	text-decoration: none;
	font-size: 12px;
	
}

/* iReadySites Link Styles*/
#footerlink {
	text-align: center; 
	margin:20px 0;
	padding:0;
	vertical-align:baseline;
	font-size: 12px; 
}

#footerlink a,#footerlink a:active,#footerlink a:visited{
	font-size: 14px; 
	color: #0080C0;
	text-decoration: none;
	display:inline;
}
#footerlink a:hover{
	text-decoration:underline;
}

@media (max-width: 767px) {
	.social-media, .top-links {
		text-align: center;
		margin: 4px 0;
	}

}