html, body {font-family:'Open Sans', sans-serif;}
:root {
	--brand-teal: #23617b;
	--brand-teal-dark: #17485d;
	--brand-gold: #c5a333;
	--brand-gold-dark: #a98721;
}
h1, h2, h3, h4 { 
	font-family: 'Raleway', sans-serif;
	color: #222222;
	font-weight: bold;
}
h4 {
	font-size: 1.125rem;
	margin-bottom: .75rem;
}
a {
  position: relative;
  color: var(--brand-teal);
  text-decoration: none;
}

a:hover {
  color: var(--brand-teal-dark);
  text-decoration: underline;
}
a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--brand-teal);
  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);
}

#header {
	padding: 0;
	background-color: rgba(255,255,255,0.96);
	background-image: none;
    width: 100%;
	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
}
#header.shrink {
	background-color: #ffffff;
	background-image:none;
}
.top-social-media-row {
	margin-top: 12px;
}
.social-media {
	text-align:left;

}
.social-media img {
	width: 35px;
	height: auto;
}
.whatsappicon	{
	display: none;
}
.whatsapptext	{
	color:#666; font-size:18px;
}

.top-links	{
	text-align: right;
}

.logo	{
	max-width:400px;
	width:100%;
	height:auto;
	display:block;
	margin-top:5px;
}
.phone-on-top	{ 
	color:var(--brand-teal);
	font: bold 36px 'Raleway', sans-serif;
	padding-top:14px;
	text-align: right;
/*	text-shadow: 1px 1px 1px #000000;*/
}
.phone-on-top span	{ 
	font: bold 24px 'Raleway', sans-serif; 
}

.btn-primary {
	background-color: var(--brand-teal);
	border-color: var(--brand-teal);
	color: #ffffff;
}
.btn-primary:hover {
	background-color: var(--brand-teal-dark);
    border-color: var(--brand-teal-dark);
}
.btn-warning {
	background-color: var(--brand-gold);
	border-color: var(--brand-gold);
	color: #111111;
}
.btn-warning:hover {
	background-color: var(--brand-gold-dark);
	border-color: var(--brand-gold-dark);
	color: #ffffff;
}
label {
    font-size: .85rem;
    font-weight: bold;
}
.form-control	{
	background-color: #efefef;
}
/*Pages other than home*/
#content {
    margin-top: 215px;
}
ul.left-links {  
    margin: 0.75em 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;  
} 
/*ul.left-links	{
	padding:0;
	margin:10px 0 0 10px;
	list-style-type: none;
}
ul.left-links li	{
	background: url(../images/arrow-circle-black.jpg) 0 2px no-repeat transparent;
	margin:0;
	padding: 0 0 10px 20px;
}*/
/*Forms related*/
#content .btn {
    font-size: 18px;
    padding: 10px 30px;
	margin:20px 0;
}
#content .btn:hover {
    cursor: pointer;
	font-weight: bold;
}

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;
}
/*Footer Styles TOP*/
#footer_top {
	border-top: 1px dashed #cccccc;
	
}
#footer_top h3 {
	margin-bottom:20px;
	color: #ffffff;
}
#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_top .invalid-feedback {
    color: var(--brand-gold);
}

.footer-menu{
	list-style-type:none;
	margin:0;
	margin-bottom:10px;
	padding:0;
}
.footer-menu li{
	font: bold 12px ; color: #666666;
	text-decoration: none;
	display:inline;
	border-right:1px solid #666666;
	padding:0 10px;
}

.footer-menu li a,.footer-menu li a:active,.footer-menu li a:visited{
	font: normal 12px arial, helvetica, sans-serif; /*color: #ff9;*/
	text-decoration: none;
	display:inline;
	
}
.footer-menu li a:hover{
	font: normal 12px arial, helvetica, sans-serif; /*color: #ffffff;*/
	text-decoration:underline;
	display:inline;
}
.footer-menu li.first {display:inline;padding:0 10px 0 0;}
.footer-menu li.last {display:inline;border-right:0px;}

.footer-copyright {color: #efefef; font-size: 11px ; margin-bottom:5px; letter-spacing: 1px;  }

.footer-copyright a,.footer-copyright a:active,.footer-copyright a:visited{
	/*color: #ff9;*/
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;	
}

/* Footer link styles */
#footerlink {
	text-align: right; 
	margin:20px 0;
	padding:0;
	vertical-align:baseline;
}
#footerlink .container{
	text-align: right; 
}
#footerlink a,#footerlink a:active,#footerlink a:visited{
	font-weight: bold;
	font-size: 14px; 
	color: #0080C0;
	text-decoration: none;
	display:inline;
}
#footerlink a:hover{
	text-decoration:underline;
}
@media (max-width: 767px) {
	#content {
		margin-top: 250px;
	}
	.social_media, .top-links {
		text-align: center;
		margin: 4px 0;
	}
	.phone-on-top {
		font-size: 28px;
	}
}
@media (max-width: 576px) {
	#content {
		margin-top: 285px;
	}
	.header-row, .phone-on-top {
		text-align: center;
		margin: 4px 0;
		font-size: 24px;
	}
}
