<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add your custom CSS overrides here */
html,
body {
    height: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

/* ---------------------------------------------------------------
   Top Nav Public Forms Styles - START */
#insertImgLogo {
    height: 34px !important;
    width: 185px !important;
    content:url('/APOLLOWE_HTTP/themes/dashboard8/assets/img/logo.png');
}

.navbar-brand {
    float: left !important;
    padding: 15px 15px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 100% !important;
}

#insertImgLogo {
	float: left;
    height: unset !important;
    min-height: 34px !important;
    min-width: 185px !important;
}

.navbar-logo {
	max-width:200px;
}

.navbar-formheader{
	border: 0px;
}

.full-container {
	float: left;
	width: 100%;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
	color:#FFF !important;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color:#FFF !important;
}
.fhmm-fw &gt; a {
	font-weight:bold;
}

.fhmm-fw {
	font-size:18px;
}

/* ---------------------------------------------------------------
   Main Content - START */
.common-container {
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 4px;
	background-color:white;
	margin-top:20px;
}
   
#main_content_wrapper {
	box-shadow: none;
	border: 1px solid #ccc;	
	width: 98%;
}

#main_content_wrapper .container {
	width: 100%;
}

/* ---------------------------------------------------------------
   Footer - START */
#footer,
.footer-text {
    color: #FFF;    
}

/* common thank you page header */
.header-font-size{
	font-size:20px;
}

.font_size {
	font-size:17px;
}

.blue{ 
	font-family:Helvetica;
	font-weight:bold;
	font-size:17px;
	color:#00008B;
}

.red{
	color:red;
}

.dislink {
	pointer-events: none;
	cursor: default;
}

.alinks {
	color: #ffffff;
}

/*! responsive reCAPTCHA by jaicab - https://github.com/jaicab/responsive-reCAPTCHA */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#responsive_recaptcha {
  background-color: #428BCA;
  padding: 0.5em;
  border-radius: 1em;
  position: relative;
  overflow: auto;
  max-width: 480px;
  font: 0.75em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

#responsive_recaptcha a {
  color: #ffffff;
  text-decoration: none;
}

#responsive_recaptcha img,
#responsive_recaptcha #recaptcha_image {
  width: 100% !important;
  height: auto !important;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#responsive_recaptcha .solution {
  margin-top: 0.5em;
  padding: 0.5em;
  padding-top: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #D9EDF7;
  color: #000000;
  display: block;
}

#responsive_recaptcha .solution input {
  display: block;
  width: 100%;
  margin: 0.5em auto;
  -webkit-appereance: none;
  border: 1px solid #f7c236;
  font: inherit;
  font-size: 150%;
  outline: none;
}

#responsive_recaptcha .solution input:focus {
  border-color: #b71800;
}

#responsive_recaptcha .options {
  margin-top: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#responsive_recaptcha .options a {
  background-color: #62B647;
  display: block;
  padding: 0.5em;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#responsive_recaptcha .options a:first-child {
  border-radius: 0.5em 0.5em 0 0;
}

#responsive_recaptcha .options a:last-child {
  border-radius: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #000000;
}

.list-group li {
    list-style: none;
}

.panel-info, .panel-rating, .panel-more1 {
    float: left;
    margin: 0 10px;
}

.bold{
	font-weight:bold;
}

.PDFitalic{
	font-style: italic;
}

/* Field error */
.fieldError {
	color: #FF0000;
}

/* Override bootstrap textbox class and make it transparent reaonly input field */
.transTxtBox{
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
	box-shadow:none !important;
	overflow: hidden;
    resize: none;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color:#f5f5f5;
}

.divider-bottom {
   margin-bottom:15px;
}

.busname{
	overflow: hidden;
}

.srb-form-header {
   font-size:24px;
}

/*Form Header */
.navbar-formheader {
    color:#000000;
  	border-radius:0;
	margin-bottom: 0px;
	background-color:#2078c8;
	width: 100%;
}
  
.navbar-formheader .navbar-nav &gt; li &gt; a {
  	color:#ffffff;
    text-transform: uppercase;
  	
}
.navbar-formheader .navbar-right &gt; li &gt; a {
  	color:white;
}
.navbar-formheader .navbar-nav &gt; .active &gt; a, .navbar-nav &gt; .active &gt; a:hover, .navbar-nav &gt; .active &gt; a:focus {
    color: #000000;
	background-color: #e7e7e7;
}
      
.navbar-formheader .navbar-nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: #e7e7e7;
	color: #000000;
}
      
.navbar-formheader .navbar-brand {
  	color:#ffffff;
}
.navbar-formheader .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-formheader .icon-bar {
  	background-color:#33aa33;
}

.navbar.navbar-formheader .navbar-collapse {
  border: none;
  box-shadow: none;
}

.well-custom {
    min-height: 20px;
    /* padding: 19px; */
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

tr:nth-child(n)#lightred &gt; th,
tr:nth-child(n)#lightred  &gt; th {
	background: #ffcccc !important;
}

@page {
    size: auto;   /* auto is the initial value */
    margin: 40px;  /* this affects the margin in the printer settings */
}


@media print {
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #083B68;
    border-color: #000000;
    border-style: solid;
	border-width: 5px;
}
.pagebreak { page-break-before: always; } 
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #E0E6EA;
    border-style: solid;
    border-width: 5px;
}
    
}

@media print {
  a:link:after, a:visited:after {  
  content: normal !important;  
 }
}

/* Responsive Styles */
@media (min-width: 768px) {
	.common-container {
		width: 750px;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);			
	}

}

@media (min-width: 992px) {
	.common-container {
		width: 970px;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);			
	} 

	
}

@media (min-width: 1200px) {
	.common-container {
		width: 1170px;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);			
	}

} 

@media (max-width: 1199px) {
	.star-rating-label {
		font-size:0.7em;
	}		
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

	.star-rating-label {
		font-size:0.8em;
	}	
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

}

@media screen and (min-width: 480px) {
  #responsive_recaptcha .solution {
    float: left;
    width: 66%;
    margin-top: 0.5em;
    padding: 1em;
  }
  #responsive_recaptcha .solution input {
    margin: 0.35em auto;
    width: 90%;
  }
  #responsive_recaptcha .options {
    float: right;
    width: 34%;
    padding-left: 0.5em;
  }
}


body,
p,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

h3, .h3 {
	font-size: 24px;
	font-weight: 400;
}
</pre></body></html>